Searched refs:pickBestDigestForV4 (Results 1 – 2 of 2) sorted by relevance
527 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 ApkVerifier968 return ApkSigningBlockUtils.pickBestDigestForV4(apkContentDigests); in pickBestDigestForV4()
1244 public static byte[] pickBestDigestForV4(Map<ContentDigestAlgorithm, byte[]> contentDigests) { in pickBestDigestForV4() method in ApkSigningBlockUtils