public static enum MacProperties.KeyWrappingAlgorithm extends Enum<MacProperties.KeyWrappingAlgorithm>
| Enum Constant and Description |
|---|
AES_256_NO_PADD |
| Modifier and Type | Method and Description |
|---|---|
static MacProperties.KeyWrappingAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacProperties.KeyWrappingAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacProperties.KeyWrappingAlgorithm AES_256_NO_PADD
public static MacProperties.KeyWrappingAlgorithm[] values()
for (MacProperties.KeyWrappingAlgorithm c : MacProperties.KeyWrappingAlgorithm.values()) System.out.println(c);
public static MacProperties.KeyWrappingAlgorithm 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.