public static enum MacProperties.MacDigestAlgorithm extends Enum<MacProperties.MacDigestAlgorithm>
| Enum Constant and Description |
|---|
SHA_256 |
SHA_384 |
SHA_512 |
SHA3_256 |
SHA3_384 |
SHA3_512 |
| Modifier and Type | Method and Description |
|---|---|
static MacProperties.MacDigestAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacProperties.MacDigestAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacProperties.MacDigestAlgorithm SHA_256
public static final MacProperties.MacDigestAlgorithm SHA_384
public static final MacProperties.MacDigestAlgorithm SHA_512
public static final MacProperties.MacDigestAlgorithm SHA3_256
public static final MacProperties.MacDigestAlgorithm SHA3_384
public static final MacProperties.MacDigestAlgorithm SHA3_512
public static MacProperties.MacDigestAlgorithm[] values()
for (MacProperties.MacDigestAlgorithm c : MacProperties.MacDigestAlgorithm.values()) System.out.println(c);
public static MacProperties.MacDigestAlgorithm 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 © 1998–2024 Apryse Group NV. All rights reserved.