Searched refs:manifestBytes (Results 1 – 4 of 4) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 177 byte[] manifestBytes, Set<String> cdEntryNames, Result result) { in parseManifest() argument 178 ManifestParser manifest = new ManifestParser(manifestBytes); in parseManifest() 255 byte[] manifestBytes; in verify() 257 manifestBytes = in verify() 264 parseManifest(manifestBytes, cdEntryNames, result); in verify() 328 manifestBytes, in verify() 1326 byte[] manifestBytes, in verifySigFileAgainstManifest() argument 1364 manifestBytes, in verifySigFileAgainstManifest() 1371 manifestBytes, in verifySigFileAgainstManifest() 1424 manifestBytes, in verifySigFileAgainstManifest() [all …]
|
/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/ |
D | DefaultApkSignerEngine.java | 429 public Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument 432 V1SchemeVerifier.parseManifest(manifestBytes, entryNames, dummyResult); in initWith()
|
D | ApkSignerEngine.java | 133 default Set<String> initWith(byte[] manifestBytes, Set<String> entryNames) { in initWith() argument
|