| Package | Description |
|---|---|
| ru.CryptoPro.JCPRequest.ca20.decoder |
| Modifier and Type | Method | Description |
|---|---|---|
CA20GostTemplateField.KeySpecification |
CA20GostTemplateField.getKeySpec() |
Получение параметра.
|
static CA20GostTemplateField.KeySpecification |
CA20GostTemplateField.KeySpecification.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CA20GostTemplateField.KeySpecification[] |
CA20GostTemplateField.KeySpecification.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CA20GostTemplateField.setKeySpec(CA20GostTemplateField.KeySpecification keySpec) |
Установка параметра.
|
| Constructor | Description |
|---|---|
CA20GostTemplateField(java.lang.String name,
java.lang.String localizedName,
java.lang.String oid,
CA20GostTemplateField.KeySpecification keySpec,
boolean authApproval) |
Конструктор.
|