public static enum Operation.EncryptionType extends java.lang.Enum<Operation.EncryptionType>
Enum Constant and Description |
---|
CMS
CMS шифрование
|
XML
XML шифрование
|
Modifier and Type | Method and Description |
---|---|
static Operation.EncryptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.EncryptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.EncryptionType CMS
public static final Operation.EncryptionType XML
public static Operation.EncryptionType[] values()
for (Operation.EncryptionType c : Operation.EncryptionType.values()) System.out.println(c);
public static Operation.EncryptionType 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