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