Searched refs:manifestBytes (Results 1 – 6 of 6) sorted by relevance
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | ManifestGenerationExtension.java | 102 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/ |
D | V1SchemeVerifier.java | 180 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/ |
D | ApkSignerEngine.java | 134 default Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument
|
D | SourceStampVerifier.java | 490 byte[] manifestBytes = in getApkContentDigestFromV1SigningScheme() 494 ContentDigestAlgorithm.SHA256, computeSha256DigestBytes(manifestBytes)); in getApkContentDigestFromV1SigningScheme()
|
D | DefaultApkSignerEngine.java | 603 public Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument 606 V1SchemeVerifier.parseManifest(manifestBytes, entryNames, result); in initWith()
|
D | ApkVerifier.java | 1001 byte[] manifestBytes = in getApkContentDigestFromV1SigningScheme() 1005 ContentDigestAlgorithm.SHA256, computeSha256DigestBytes(manifestBytes)); in getApkContentDigestFromV1SigningScheme()
|