Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java527 final byte[] digestFromV2 = pickBestDigestForV4( in verify()
945 final byte[] digestFromV3 = pickBestDigestForV4(v3Signers.get(0).getContentDigests()); in checkV4Signer()
964 private static byte[] pickBestDigestForV4( in pickBestDigestForV4() method in ApkVerifier
968 return ApkSigningBlockUtils.pickBestDigestForV4(apkContentDigests); in pickBestDigestForV4()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java1244 public static byte[] pickBestDigestForV4(Map<ContentDigestAlgorithm, byte[]> contentDigests) { in pickBestDigestForV4() method in ApkSigningBlockUtils