Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSignatureSchemeV4Verifier.java92 contentDigests.put(convertToContentDigestType(hashingInfo.hashAlgorithm), in extractCertificates()
161 private static int convertToContentDigestType(int hashAlgorithm) throws SecurityException { in convertToContentDigestType() method in ApkSignatureSchemeV4Verifier