Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIXCertPathValidator.java57 return new RevocationChecker(); in engineGetRevocationChecker()
209 if (checker instanceof RevocationChecker) { in validate()
210 ((RevocationChecker)checker).init(anchor, params); in validate()
217 certPathCheckers.add(new RevocationChecker(anchor, params)); in validate()
DSunCertPathBuilder.java96 return new RevocationChecker(); in engineGetRevocationChecker()
382 if (ckr instanceof RevocationChecker) { in depthFirstSearchForward()
383 ((RevocationChecker)ckr).init(builder.trustAnchor, in depthFirstSearchForward()
391 checkers.add(new RevocationChecker(builder.trustAnchor, in depthFirstSearchForward()
DRevocationChecker.java51 class RevocationChecker extends PKIXRevocationChecker { class
88 RevocationChecker() { in RevocationChecker() method in RevocationChecker
92 RevocationChecker(TrustAnchor anchor, ValidatorParams params) in RevocationChecker() method in RevocationChecker
1100 public RevocationChecker clone() {
1101 RevocationChecker copy = (RevocationChecker)super.clone();
/libcore/
Dopenjdk_java_files.bp1792 "ojluni/src/main/java/sun/security/provider/certpath/RevocationChecker.java",
DEXPECTED_UPSTREAM1689 …y/provider/certpath/RevocationChecker.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/security/p…