public static enum DSAKeyValidationParameters.Usage extends Enum<DSAKeyValidationParameters.Usage>
Enum Constant and Description |
---|
ANY
Any usage.
|
DIGITAL_SIGNATURE
Digital signature usage.
|
KEY_ESTABLISHMENT
Key exchange usage.
|
Modifier and Type | Method and Description |
---|---|
static DSAKeyValidationParameters.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSAKeyValidationParameters.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSAKeyValidationParameters.Usage DIGITAL_SIGNATURE
public static final DSAKeyValidationParameters.Usage KEY_ESTABLISHMENT
public static final DSAKeyValidationParameters.Usage ANY
public static DSAKeyValidationParameters.Usage[] values()
for (DSAKeyValidationParameters.Usage c : DSAKeyValidationParameters.Usage.values()) System.out.println(c);
public static DSAKeyValidationParameters.Usage 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 © 2004–2021 XWiki. All rights reserved.