| Package | Description |
|---|---|
| ru.CryptoPro.AdES.tools.revocation.data | |
| ru.CryptoPro.AdES.tools.revocation.impl |
| Modifier and Type | Method and Description |
|---|---|
RevocationMethod |
CertificateRevocationData.getRevocationMethod()
Определение способа получения доказательства.
|
static RevocationMethod |
RevocationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevocationMethod[] |
RevocationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationMethod |
DefaultValidatingData.getRevocationMethod() |
| Constructor and Description |
|---|
DefaultValidatingData(java.security.cert.X509Certificate cert,
java.security.cert.X509Certificate issuer,
ru.CryptoPro.AdES.certificate.CertificateItem.CertificateRole role,
RevocationMethod method)
Конструктор.
|