Searched refs:OCSP (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java56 * OCSP. It is not a PKIXCertPathChecker and therefore can be used outside of
64 public final class OCSP { class
72 * used for the OCSP check. A timeout of zero is interpreted as
78 * Initialize the timeout length by getting the OCSP timeout
93 private OCSP() {} method in class:OCSP
96 * Obtains the revocation status of a certificate using OCSP using the most
97 * common defaults. The OCSP responder URI is retrieved from the
98 * certificate's AIA extension. The OCSP responder certificate is assumed
105 * communicating with the OCSP responder
107 * encoding the OCSP Reques
[all...]
H A DOCSPChecker.java51 import static sun.security.provider.certpath.OCSP.*;
57 * Online Certificate Status Protocol (OCSP) as specified in RFC 2560
133 * Sends an OCSPRequest for the certificate to the OCSP Server and
134 * processes the response back from the OCSP Server.
163 * OCSP security property values, in the following order:
172 // Check whether OCSP is feasible before seeking cert information
193 // If the OCSP responder cert properties are set then the
211 // By default, the OCSP responder's cert is the same as the
224 // - the OCSP responder's cert
291 // By default, the OCSP responde
[all...]
H A DOCSPResponse.java49 * This class is used to process an OCSP response.
50 * The OCSP Response is defined
153 // allowed when checking validity of OCSP responses
158 * to be used for the OCSP check.
163 * Initialize the maximum allowable clock skew by getting the OCSP
182 * Create an OCSP response from its ASN.1 DER encoding.
196 throw new IOException("Bad encoding in OCSP response: " +
210 DEBUG.println("OCSP response status: " + responseStatus);
222 "of OCSP response: expected ASN.1 context specific tag 0.");
227 "of OCSP respons
[all...]

Completed in 31 milliseconds