Home
last modified time | relevance | path

Searched refs:manifestBytes (Results 1 – 6 of 6) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DManifestGenerationExtension.java102 private CachedSupplier<byte[]> manifestBytes; field in ManifestGenerationExtension
131 manifestBytes = new CachedSupplier<>(() -> { in ManifestGenerationExtension()
149 manifestBytes.reset(); in markDirty()
190 byte[] manifestBytes = manifestEntry.read(); in rebuildManifest()
191 manifest.read(new ByteArrayInputStream(manifestBytes)); in rebuildManifest()
192 this.manifestBytes.precomputed(manifestBytes); in rebuildManifest()
241 zFile.add(MANIFEST_NAME, new ByteArrayInputStream(manifestBytes.get())); in updateManifest()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java180 byte[] manifestBytes, Set<String> cdEntryNames, Result result) { in parseManifest() argument
181 ManifestParser manifest = new ManifestParser(manifestBytes); in parseManifest()
259 byte[] manifestBytes; in verify()
261 manifestBytes = in verify()
268 parseManifest(manifestBytes, cdEntryNames, result); in verify()
337 manifestBytes, in verify()
833 byte[] manifestBytes, in verifySigFileAgainstManifest() argument
871 manifestBytes, in verifySigFileAgainstManifest()
878 manifestBytes, in verifySigFileAgainstManifest()
931 manifestBytes, in verifySigFileAgainstManifest()
[all …]
/tools/apksig/src/main/java/com/android/apksig/
DApkSignerEngine.java134 default Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument
DSourceStampVerifier.java490 byte[] manifestBytes = in getApkContentDigestFromV1SigningScheme()
494 ContentDigestAlgorithm.SHA256, computeSha256DigestBytes(manifestBytes)); in getApkContentDigestFromV1SigningScheme()
DDefaultApkSignerEngine.java603 public Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument
606 V1SchemeVerifier.parseManifest(manifestBytes, entryNames, result); in initWith()
DApkVerifier.java1001 byte[] manifestBytes = in getApkContentDigestFromV1SigningScheme()
1005 ContentDigestAlgorithm.SHA256, computeSha256DigestBytes(manifestBytes)); in getApkContentDigestFromV1SigningScheme()