Home
last modified time | relevance | path

Searched refs:writeBytes (Results 1 – 2 of 2) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4Signature.java64 writeBytes(buffer, this.salt); in toByteArray()
65 writeBytes(buffer, this.rawRootHash); in toByteArray()
108 writeBytes(buffer, this.apkDigest); in toByteArray()
109 writeBytes(buffer, this.certificate); in toByteArray()
110 writeBytes(buffer, this.additionalData); in toByteArray()
111 writeBytes(buffer, this.publicKey); in toByteArray()
113 writeBytes(buffer, this.signature); in toByteArray()
137 writeBytes(buffer, this.signingInfo); in toByteArray()
219 writeBytes(stream, this.hashingInfo); in writeTo()
220 writeBytes(stream, this.signingInfos); in writeTo()
[all …]
DV4SchemeSigner.java124 V4Signature.writeBytes(output, pair.getSecond()); in generateV4Signature()