Searched refs:RevocationChecker (Results 1 – 5 of 5) sorted by relevance
57 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()
96 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()
51 class RevocationChecker extends PKIXRevocationChecker { class88 RevocationChecker() { in RevocationChecker() method in RevocationChecker92 RevocationChecker(TrustAnchor anchor, ValidatorParams params) in RevocationChecker() method in RevocationChecker1100 public RevocationChecker clone() {1101 RevocationChecker copy = (RevocationChecker)super.clone();
1792 "ojluni/src/main/java/sun/security/provider/certpath/RevocationChecker.java",
1689 …y/provider/certpath/RevocationChecker.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/security/p…