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