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