Searched refs:writeBytes (Results 1 – 3 of 3) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
D | V4Signature.java | 60 writeBytes(buffer, this.salt); in toByteArray() 61 writeBytes(buffer, this.rawRootHash); in toByteArray() 101 writeBytes(buffer, this.apkDigest); in toByteArray() 102 writeBytes(buffer, this.certificate); in toByteArray() 103 writeBytes(buffer, this.additionalData); in toByteArray() 104 writeBytes(buffer, this.publicKey); in toByteArray() 106 writeBytes(buffer, this.signature); in toByteArray() 133 writeBytes(stream, this.hashingInfo); in writeTo() 134 writeBytes(stream, this.signingInfo); in writeTo() 148 writeBytes(buffer, hashingInfo.salt); in getSignedData() [all …]
|
D | V4SchemeSigner.java | 103 V4Signature.writeBytes(output, pair.getSecond()); in generateV4Signature()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | RewriteAnnotations.kt | 157 file.writeBytes(rewritten) in <lambda>()
|