public static enum KeyDerivationFunction.KDF_AES extends java.lang.Enum<KeyDerivationFunction.KDF_AES>
Modifier and Type | Field and Description |
---|---|
(package private) int |
_value |
Modifier and Type | Method and Description |
---|---|
static KeyDerivationFunction.KDF_AES |
getPasswordReference(int value) |
static KeyDerivationFunction.KDF_AES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyDerivationFunction.KDF_AES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyDerivationFunction.KDF_AES AES128
public static final KeyDerivationFunction.KDF_AES AES192
public static final KeyDerivationFunction.KDF_AES AES256
public static KeyDerivationFunction.KDF_AES[] values()
for (KeyDerivationFunction.KDF_AES c : KeyDerivationFunction.KDF_AES.values()) System.out.println(c);
public static KeyDerivationFunction.KDF_AES 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 nullpublic static KeyDerivationFunction.KDF_AES getPasswordReference(int value)