Searched refs:ContentDigest (Results 1 – 6 of 6) sorted by relevance
333 final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests = in getBestV3Digest()370 final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests = in getBestV2Digest()375 …private static byte[] pickBestDigest(List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> co… in pickBestDigest()382 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()
41 import com.android.apksig.internal.apk.ApkSigningBlockUtils.Result.SignerInfo.ContentDigest;510 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> digestsFromV4 = in verify()532 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> digestsFromV41 = in verify()984 List<ContentDigest> digests, Map<ContentDigestAlgorithm, byte[]> contentDigestsMap) { in getContentDigests()985 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : in getContentDigests()1130 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : in getApkContentDigests()1176 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests) { in pickBestDigestForV4()1224 List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest> contentDigests, in collectApkContentDigests()1226 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest : contentDigests) { in collectApkContentDigests()1755 private final List<ApkSigningBlockUtils.Result.SignerInfo.ContentDigest>[all …]
400 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()413 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()
197 for (Result.SignerInfo.ContentDigest expected : signerInfo.contentDigests) { in verifyIntegrity()1343 public List<ContentDigest> contentDigests = new ArrayList<>();1380 public static class ContentDigest { class in ApkSigningBlockUtils.Result.SignerInfo1384 public ContentDigest(int signatureAlgorithmId, byte[] value) { in ContentDigest() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
519 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()532 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()