Home
last modified time | relevance | path

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

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