Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java100 private static final ContentDigestAlgorithm[] V4_CONTENT_DIGEST_ALGORITHMS = field in ApkSigningBlockUtils
1245 for (ContentDigestAlgorithm algo : V4_CONTENT_DIGEST_ALGORITHMS) { in pickBestDigestForV4()