Home
last modified time | relevance | path

Searched refs:ContentDigest (Results 1 – 6 of 6) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeSigner.java333 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()
DV4SchemeVerifier.java229 ApkSigningBlockUtils.Result.SignerInfo.ContentDigest contentDigest = in parseAndVerifySignatureBlock()
230 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseAndVerifySignatureBlock()
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java41 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 …]
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java400 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()
413 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java197 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.SignerInfo
1384 public ContentDigest(int signatureAlgorithmId, byte[] value) { in ContentDigest() method in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java519 new ApkSigningBlockUtils.Result.SignerInfo.ContentDigest( in parseSigner()
532 for (ApkSigningBlockUtils.Result.SignerInfo.ContentDigest digest : result.contentDigests) { in parseSigner()