Lines Matching defs:OCSP

59  * OCSP. It is not a PKIXCertPathChecker and therefore can be used outside of
67 public final class OCSP {
75 * used for the OCSP check. A timeout of zero is interpreted as
81 * Initialize the timeout length by getting the OCSP timeout
96 private OCSP() {}
100 * Obtains the revocation status of a certificate using OCSP.
104 * @param responderURI the URI of the OCSP responder
105 * @param responderCert the OCSP responder's certificate
106 * @param date the time the validity of the OCSP responder's certificate
110 * communicating with the OCSP responder
112 * encoding the OCSP Request or validating the OCSP Response
159 * Checks the revocation status of a list of certificates using OCSP.
162 * @param responderURI the URI of the OCSP responder
164 * @param responderCert the OCSP responder's certificate
165 * @param date the time the validity of the OCSP responder's certificate
167 * @param extensions zero or more OCSP extensions to be included in the
172 * communicating with the OCSP responder
174 * encoding the OCSP Request or validating the OCSP Response
208 * Send an OCSP request, then read and return the OCSP response bytes.
211 * @param responderURI the URI of the OCSP responder
212 * @param extensions zero or more OCSP extensions to be included in the
216 * @return the OCSP response bytes
219 * communicating with the OCSP responder
233 debug.println("connecting to OCSP service at: " + url);
292 * Returns the URI of the OCSP Responder as specified in the
297 * @return the URI of the OCSP Responder, or null if not specified