Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAlgorithmChecker.java150 trustedMatch = checkFingerprint(anchor.getTrustedCert()); in AlgorithmChecker()
164 private static boolean checkFingerprint(X509Certificate cert) { in checkFingerprint() method in AlgorithmChecker
375 trustedMatch = checkFingerprint(anchor.getTrustedCert()); in trySetTrustAnchor()