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