public static enum RevokedCertificateException.Reason extends Enum<RevokedCertificateException.Reason>
| Enum Constant and Description |
|---|
AACompromise |
AffiliationChanged |
CACompromise |
CertificateHold |
CessationOfOperation |
KeyCompromise |
PrivilegeWithdrawn |
RemoveFromCRL |
Superseded |
Unspecified |
| Modifier and Type | Method and Description |
|---|---|
static RevokedCertificateException.Reason |
fromCode(int code) |
static RevokedCertificateException.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevokedCertificateException.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevokedCertificateException.Reason Unspecified
public static final RevokedCertificateException.Reason KeyCompromise
public static final RevokedCertificateException.Reason CACompromise
public static final RevokedCertificateException.Reason AffiliationChanged
public static final RevokedCertificateException.Reason Superseded
public static final RevokedCertificateException.Reason CessationOfOperation
public static final RevokedCertificateException.Reason CertificateHold
public static final RevokedCertificateException.Reason RemoveFromCRL
public static final RevokedCertificateException.Reason PrivilegeWithdrawn
public static final RevokedCertificateException.Reason AACompromise
public static RevokedCertificateException.Reason[] values()
for (RevokedCertificateException.Reason c : RevokedCertificateException.Reason.values()) System.out.println(c);
public static RevokedCertificateException.Reason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RevokedCertificateException.Reason fromCode(int code)
Copyright © 2004-2015 Jasig. All Rights Reserved.