Searched refs:pickBestDigestForV4 (Results 1 – 2 of 2) sorted by relevance
506 final byte[] digestFromV3 = pickBestDigestForV4( in verify()521 final byte[] digestFromV2 = pickBestDigestForV4( in verify()596 …private static byte[] pickBestDigestForV4(List<ApkSigningBlockUtils.Result.SignerInfo.ContentDiges… in pickBestDigestForV4() method in ApkVerifier599 return ApkSigningBlockUtils.pickBestDigestForV4(apkContentDigests); in pickBestDigestForV4()
1357 public static byte[] pickBestDigestForV4(Map<ContentDigestAlgorithm, byte[]> contentDigests) { in pickBestDigestForV4() method in ApkSigningBlockUtils