Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV4Verifier.java112 contentDigests.put(convertToContentDigestType(hashingInfo.hashAlgorithm), in verify()
203 private static int convertToContentDigestType(int hashAlgorithm) throws SecurityException { in convertToContentDigestType() method in ApkSignatureSchemeV4Verifier