Searched refs:responderURI (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | OCSP.java | 118 URI responderURI = null; in check() local 121 responderURI = getResponderURI(certImpl); in check() 122 if (responderURI == null) { in check() 132 responderURI, issuerCert, null, null, in check() 154 URI responderURI, in check() argument 159 return check(cert, issuerCert, responderURI, responderCert, date, in check() 166 URI responderURI, in check() argument 180 responderURI, issuerCert, responderCert, date, extensions); in check() 199 static OCSPResponse check(List<CertId> certIds, URI responderURI, in check() argument 219 URL url = responderURI.toURL(); in check()
|
D | RevocationChecker.java | 60 private URI responderURI; field in RevocationChecker 104 responderURI = (uri == null) ? toURI(rp.ocspUrl) : uri; in init() 713 URI responderURI = (this.responderURI != null) 714 ? this.responderURI 716 if (responderURI == null) { 723 responderURI, issuerCert, responderCert,
|