public static enum FipsKDF.AgreementKDFPRF extends java.lang.Enum<FipsKDF.AgreementKDFPRF>
Enum Constant and Description |
---|
SHA1 |
SHA224 |
SHA256 |
SHA3_224 |
SHA3_256 |
SHA3_384 |
SHA3_512 |
SHA384 |
SHA512 |
SHA512_224 |
SHA512_256 |
Modifier and Type | Method and Description |
---|---|
FipsAlgorithm |
getAlgorithm() |
static FipsKDF.AgreementKDFPRF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FipsKDF.AgreementKDFPRF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FipsKDF.AgreementKDFPRF SHA1
public static final FipsKDF.AgreementKDFPRF SHA224
public static final FipsKDF.AgreementKDFPRF SHA256
public static final FipsKDF.AgreementKDFPRF SHA384
public static final FipsKDF.AgreementKDFPRF SHA512
public static final FipsKDF.AgreementKDFPRF SHA512_224
public static final FipsKDF.AgreementKDFPRF SHA512_256
public static final FipsKDF.AgreementKDFPRF SHA3_224
public static final FipsKDF.AgreementKDFPRF SHA3_256
public static final FipsKDF.AgreementKDFPRF SHA3_384
public static final FipsKDF.AgreementKDFPRF SHA3_512
public static FipsKDF.AgreementKDFPRF[] values()
for (FipsKDF.AgreementKDFPRF c : FipsKDF.AgreementKDFPRF.values()) System.out.println(c);
public static FipsKDF.AgreementKDFPRF 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()