HomeSort by relevance Sort by last modified time
    Searched refs:responderURI (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSP.java 118 URI responderURI = null;
121 responderURI = getResponderURI(certImpl);
122 if (responderURI == null) {
132 responderURI, issuerCert, null, null,
142 * @param responderURI the URI of the OCSP responder
154 URI responderURI,
159 return check(cert, issuerCert, responderURI, responderCert, date,
166 URI responderURI,
180 responderURI, issuerCert, responderCert, date, extensions);
188 * @param responderURI the URI of the OCSP responde
    [all...]
RevocationChecker.java 60 private URI responderURI;
104 responderURI = (uri == null) ? toURI(rp.ocspUrl) : uri;
713 URI responderURI = (this.responderURI != null)
714 ? this.responderURI
716 if (responderURI == null) {
723 responderURI, issuerCert, responderCert,
    [all...]

Completed in 53 milliseconds