Searched refs:CertificateRevokedException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/security/cert/CertificateRevokedException/
H A DBasic.java4 * @summary Unit test for CertificateRevokedException
11 import java.security.cert.CertificateRevokedException;
27 CertificateRevokedException cre = null;
29 cre = new CertificateRevokedException(null, null, null, null);
39 cre = new CertificateRevokedException(date, CRLReason.UNSPECIFIED,
91 CertificateRevokedException cre2 =
92 (CertificateRevokedException) ois.readObject();
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateRevokedException.java43 * <code>CertificateRevokedException</code> contains additional information
51 public class CertificateRevokedException extends CertificateException { class in inherits:CertificateException
72 * Constructs a <code>CertificateRevokedException</code> with
89 public CertificateRevokedException(Date revocationDate, CRLReason reason, method in class:CertificateRevokedException
134 * extension of this <code>CertificateRevokedException</code>. The
181 * Serialize this <code>CertificateRevokedException</code> instance.
213 * Deserialize the <code>CertificateRevokedException</code> instance.
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPKIXMasterCertPathValidator.java33 import java.security.cert.CertificateRevokedException;
H A DOCSPChecker.java36 import java.security.cert.CertificateRevokedException;
397 Throwable t = new CertificateRevokedException(
H A DCrlRevocationChecker.java43 import java.security.cert.CertificateRevokedException;
424 Throwable t = new CertificateRevokedException

Completed in 964 milliseconds