Searched refs:ContentDigest (Results 1 – 6 of 6) sorted by relevance
494 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> digestsFromV4 = in verify()920 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : in getApkContentDigests()965 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests) { in pickBestDigestForV4()1013 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests, in collectApkContentDigests()1015 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : contentDigests) { in collectApkContentDigests()1517 private final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest>1572 public List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> getContentDigests() { in getContentDigests()1586 private final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest>1645 public List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> getContentDigests() { in getContentDigests()1687 private final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest>[all …]
286 final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests = in getBestV3Digest()323 final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests = in getBestV2Digest()328 …private static byte[] pickBestDigest(List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> co… in pickBestDigest()335 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : contentDigests) { in pickBestDigest()
229 ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest = in parseAndVerifySignatureBlock()230 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseAndVerifySignatureBlock()
400 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()413 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()
195 for (Result.SignerInfo.ContentDigest expected : signerInfo.contentDigests) { in verifyIntegrity()1333 public List<ContentDigest> contentDigests = new ArrayList<>();1370 public static class ContentDigest { class in ApkSigningBlockUtils.Result.SignerInfo1374 public ContentDigest(int signatureAlgorithmId, byte[] value) { in ContentDigest() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
514 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()527 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()