Enum Constant and Description |
---|
CROCOCRYPTLIB_COMPACTENCRYPTEDMESSAGE |
CROCOCRYPTLIB_COMPACTPASSWORDKEY |
CROCOCRYPTLIB_ENCRYPTIONKEY |
Modifier and Type | Method and Description |
---|---|
static KEYWORDS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KEYWORDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KEYWORDS CROCOCRYPTLIB_ENCRYPTIONKEY
public static final KEYWORDS CROCOCRYPTLIB_COMPACTPASSWORDKEY
public static final KEYWORDS CROCOCRYPTLIB_COMPACTENCRYPTEDMESSAGE
public static KEYWORDS[] values()
for (KEYWORDS c : KEYWORDS.values()) System.out.println(c);
public static KEYWORDS 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