public static enum BCFKSLoadStoreParameter.MacAlgorithm extends Enum<BCFKSLoadStoreParameter.MacAlgorithm>
Enum Constant and Description |
---|
HmacSHA3_512 |
HmacSHA512 |
Modifier and Type | Method and Description |
---|---|
static BCFKSLoadStoreParameter.MacAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCFKSLoadStoreParameter.MacAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCFKSLoadStoreParameter.MacAlgorithm HmacSHA512
public static final BCFKSLoadStoreParameter.MacAlgorithm HmacSHA3_512
public static BCFKSLoadStoreParameter.MacAlgorithm[] values()
for (BCFKSLoadStoreParameter.MacAlgorithm c : BCFKSLoadStoreParameter.MacAlgorithm.values()) System.out.println(c);
public static BCFKSLoadStoreParameter.MacAlgorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 BouncyCastle.org. All rights reserved.