Searched refs:ContentDigest (Results 1 – 3 of 3) sorted by relevance
194 for (Result.SignerInfo.ContentDigest expected : signerInfo.contentDigests) { in verifyIntegrity()1020 public List<ContentDigest> contentDigests = new ArrayList<>();1053 public static class ContentDigest { class in ApkSigningBlockUtils.Result.SignerInfo1057 public ContentDigest(int signatureAlgorithmId, byte[] value) { in ContentDigest() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
390 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()403 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()
453 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()466 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()