public static enum PemError.PemErrorCode extends java.lang.Enum<PemError.PemErrorCode>
| Enum Constant and Description |
|---|
ERROR_STACK |
KEY_REJECTED |
PEM_ERROR |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
static PemError.PemErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PemError.PemErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PemError.PemErrorCode PEM_ERROR
public static final PemError.PemErrorCode KEY_REJECTED
public static final PemError.PemErrorCode ERROR_STACK
public static PemError.PemErrorCode[] values()
for (PemError.PemErrorCode c : PemError.PemErrorCode.values()) System.out.println(c);
public static PemError.PemErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null