public static enum OperationsManager.OperationType extends java.lang.Enum<OperationsManager.OperationType>
Enum Constant and Description |
---|
DecryptDocument
Расшифрование документов
|
PrivateKeyAccess
Выработка ключа согласования
|
SecondaryAuthLogin |
SecondaryAuthSignDocs
Вторичная аутентификация для подписания
|
SignDocument
Подписание документов
|
Modifier and Type | Method and Description |
---|---|
static OperationsManager.OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationsManager.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationsManager.OperationType SecondaryAuthSignDocs
public static final OperationsManager.OperationType SignDocument
public static final OperationsManager.OperationType DecryptDocument
public static final OperationsManager.OperationType PrivateKeyAccess
public static final OperationsManager.OperationType SecondaryAuthLogin
public static OperationsManager.OperationType[] values()
for (OperationsManager.OperationType c : OperationsManager.OperationType.values()) System.out.println(c);
public static OperationsManager.OperationType 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