public class RevokedCertificateException extends GeneralSecurityException
| Modifier and Type | Class and Description |
|---|---|
static class |
RevokedCertificateException.Reason
CRL revocation reason codes per RFC 3280.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CRL_REASON_OID
OID for reasonCode CRL extension.
|
| Constructor and Description |
|---|
RevokedCertificateException(Date revoked,
BigInteger serial) |
RevokedCertificateException(Date revoked,
BigInteger serial,
RevokedCertificateException.Reason reason) |
RevokedCertificateException(X509CRLEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
RevokedCertificateException.Reason |
getReason() |
Date |
getRevocationDate() |
BigInteger |
getSerial() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String CRL_REASON_OID
public RevokedCertificateException(Date revoked, BigInteger serial)
public RevokedCertificateException(Date revoked, BigInteger serial, RevokedCertificateException.Reason reason)
public RevokedCertificateException(X509CRLEntry entry)
public Date getRevocationDate()
public BigInteger getSerial()
public RevokedCertificateException.Reason getReason()
public String getMessage()
getMessage in class ThrowableCopyright © 2004-2015 Jasig. All Rights Reserved.