|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Reasons>
edu.vt.middleware.crypt.x509.types.Reasons
public enum Reasons
Definitions of the meanings of the bits in the ReasonFlags BIT STRING
defined in section 4.2.1.14 of RFC 2459.
| Enum Constant Summary | |
|---|---|
AffiliationChanged
AffiliationChanged. |
|
CACompromise
CACompromise. |
|
CertificateHold
CertificateHold. |
|
CessationOfOperation
CessationOfOperation. |
|
KeyCompromise
KeyCompromise. |
|
Superseded
Superseded. |
|
Unused
Unused. |
|
| Method Summary | |
|---|---|
int |
getMask()
|
static Reasons |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Reasons[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Reasons Unused
public static final Reasons KeyCompromise
public static final Reasons CACompromise
public static final Reasons AffiliationChanged
public static final Reasons Superseded
public static final Reasons CessationOfOperation
public static final Reasons CertificateHold
| Method Detail |
|---|
public static Reasons[] values()
for (Reasons c : Reasons.values()) System.out.println(c);
public static Reasons valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getMask()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||