| Package | Description |
|---|---|
| org.jasig.cas.adaptors.x509.authentication.handler.support |
| Modifier and Type | Method and Description |
|---|---|
static RevokedCertificateException.Reason |
RevokedCertificateException.Reason.fromCode(int code) |
RevokedCertificateException.Reason |
RevokedCertificateException.getReason() |
static RevokedCertificateException.Reason |
RevokedCertificateException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevokedCertificateException.Reason[] |
RevokedCertificateException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RevokedCertificateException(Date revoked,
BigInteger serial,
RevokedCertificateException.Reason reason) |
Copyright © 2004-2015 Jasig. All Rights Reserved.