Searched refs:ContentDigest (Results 1 – 3 of 3) sorted by relevance
222 for (Result.SignerInfo.ContentDigest expected : signerInfo.contentDigests) { in verifyIntegrity()1308 public List<ContentDigest> contentDigests = new ArrayList<>();1341 public static class ContentDigest { class in ApkSigningBlockUtils.Result.SignerInfo1345 public ContentDigest(int signatureAlgorithmId, byte[] value) { in ContentDigest() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
399 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()412 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()
460 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()473 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()