org.jasig.cas.adaptors.x509.authentication.handler.support
Class RevokedCertificateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.jasig.cas.adaptors.x509.authentication.handler.support.RevokedCertificateException
- All Implemented Interfaces:
- Serializable
public class RevokedCertificateException
- extends GeneralSecurityException
Exception that describes a revoked X.509 certificate.
- Since:
- 3.4.6
- Version:
- $Revision$
- Author:
- Marvin S. Addison
- See Also:
- Serialized Form
CRL_REASON_OID
public static final String CRL_REASON_OID
- OID for reasonCode CRL extension
- See Also:
- Constant Field Values
RevokedCertificateException
public RevokedCertificateException(Date revoked,
BigInteger serial)
RevokedCertificateException
public RevokedCertificateException(Date revoked,
BigInteger serial,
RevokedCertificateException.Reason reason)
RevokedCertificateException
public RevokedCertificateException(X509CRLEntry entry)
getRevocationDate
public Date getRevocationDate()
- Returns:
- Returns the revocationDate.
getSerial
public BigInteger getSerial()
- Returns:
- Returns the serial.
getReason
public RevokedCertificateException.Reason getReason()
- Returns:
- Returns the reason.
getMessage
public String getMessage()
-
- Overrides:
getMessage in class Throwable
Copyright © 2004-2013 Jasig. All Rights Reserved.