| Package | Description |
|---|---|
| ru.CryptoPro.JCPRequest.ca20.decoder |
Классы для хранения различных структур: сертификатов, идентификаторов, статусов обработки.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
CA20GostTemplateField.setKeySpec(CA20GostTemplateField.KeySpecification keySpec)
Установка параметра.
|
| Constructor and Description |
|---|
CA20GostTemplateField(java.lang.String name,
java.lang.String localizedName,
java.lang.String oid,
CA20GostTemplateField.KeySpecification keySpec,
boolean authApproval)
Конструктор.
|