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