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

/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.

Completed in 2237 milliseconds