Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeVerifier.java265 signerInfo.verifiedContentDigests.put(algorithm, actualDigest); in verifyRootHashAndTree()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java227 signerInfo.verifiedContentDigests.put(contentDigestAlgorithm, actualDigest); in verifyIntegrity()
1334 public Map<ContentDigestAlgorithm, byte[]> verifiedContentDigests = new HashMap<>(); field in ApkSigningBlockUtils.Result.SignerInfo