public static enum HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM extends Enum<HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM>
Modifier and Type | Method and Description |
---|---|
static HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM SHA256
public static final HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM SHA512
public static final HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM SHAKE128
public static HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM[] values()
for (HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM c : HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM.values()) System.out.println(c);
public static HashMLDSAAlgorithmParameterSpec.HASH_ALGORITHM 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 © 2020–2024 Stiftung SIC. All rights reserved.