public static enum CA20GostTemplateField.KeySpecification extends java.lang.Enum<CA20GostTemplateField.KeySpecification>
Enum Constant and Description |
---|
ksExchange |
ksNoPolicy |
ksSignature |
Modifier and Type | Method and Description |
---|---|
static CA20GostTemplateField.KeySpecification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CA20GostTemplateField.KeySpecification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CA20GostTemplateField.KeySpecification ksNoPolicy
public static final CA20GostTemplateField.KeySpecification ksSignature
public static final CA20GostTemplateField.KeySpecification ksExchange
public static CA20GostTemplateField.KeySpecification[] values()
for (CA20GostTemplateField.KeySpecification c : CA20GostTemplateField.KeySpecification.values()) System.out.println(c);
public static CA20GostTemplateField.KeySpecification valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null