Searched refs:anchors (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | PKIX.java | 86 private Set<TrustAnchor> anchors; field in PKIX.ValidatorParams 103 this.anchors = params.getTrustAnchors(); in ValidatorParams() 106 for (TrustAnchor anchor : this.anchors) { in ValidatorParams() 170 return anchors; in trustAnchors()
|
D | RevocationChecker.java | 208 Set<TrustAnchor> anchors, 213 return getResponderCert(rp.ocspSubject, anchors, stores); 216 anchors, stores); 226 Set<TrustAnchor> anchors, 237 return getResponderCert(sel, anchors, stores); 242 Set<TrustAnchor> anchors, 259 return getResponderCert(sel, anchors, stores); 263 Set<TrustAnchor> anchors, 268 for (TrustAnchor anchor : anchors) { 473 Set<TrustAnchor> anchors) [all …]
|