Home
last modified time | relevance | path

Searched refs:contentDigestsToVerify (Results 1 – 4 of 4) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java146 Set<ContentDigestAlgorithm> contentDigestsToVerify = new HashSet<>(1); in verify() local
149 contentDigestsToVerify, in verify()
159 executor, beforeApkSigningBlock, centralDir, eocd, contentDigestsToVerify, result); in verify()
179 Set<ContentDigestAlgorithm> contentDigestsToVerify, in parseSigners() argument
217 contentDigestsToVerify, in parseSigners()
248 Set<ContentDigestAlgorithm> contentDigestsToVerify, in parseSigner() argument
331 contentDigestsToVerify.add(signatureAlgorithm.getContentDigestAlgorithm()); in parseSigner()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java90 Set<ContentDigestAlgorithm> contentDigestsToVerify, in V3SchemeVerifier() argument
100 mContentDigestsToVerify = contentDigestsToVerify; in V3SchemeVerifier()
260 Set<ContentDigestAlgorithm> contentDigestsToVerify, in parseSigners() argument
265 .setContentDigestsToVerify(contentDigestsToVerify) in parseSigners()
716 Set<ContentDigestAlgorithm> contentDigestsToVerify) { in setContentDigestsToVerify() argument
717 mContentDigestsToVerify = contentDigestsToVerify; in setContentDigestsToVerify()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeSigner.java299 final Set<ContentDigestAlgorithm> contentDigestsToVerify = new HashSet<>(1); in getBestV3Digest() local
318 V3SchemeVerifier.parseSigners(apkSignatureSchemeV3Block, contentDigestsToVerify, in getBestV3Digest()
340 final Set<ContentDigestAlgorithm> contentDigestsToVerify = new HashSet<>(1); in getBestV2Digest() local
351 contentDigestsToVerify, in getBestV2Digest()
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java1118 Set<ContentDigestAlgorithm> contentDigestsToVerify = new HashSet<>(1); in getApkContentDigests() local
1121 contentDigestsToVerify, supportedSchemeNames, in getApkContentDigests()
1125 contentDigestsToVerify, result); in getApkContentDigests()