| Package | Description |
|---|---|
| org.xipki.security |
| Modifier and Type | Field and Description |
|---|---|
static List<CrlReason> |
CrlReason.PERMITTED_CLIENT_CRLREASONS |
| Modifier and Type | Method and Description |
|---|---|
static CrlReason |
CrlReason.forNameOrText(String text) |
static CrlReason |
CrlReason.forReasonCode(int reasonCode) |
static CrlReason |
CrlReason.fromReason(CRLReason reason) |
CrlReason |
CertRevocationInfo.getReason() |
static CrlReason |
CrlReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrlReason[] |
CrlReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertRevocationInfo.setReason(CrlReason reason) |
| Constructor and Description |
|---|
CertRevocationInfo(CrlReason reason) |
CertRevocationInfo(CrlReason reason,
Date revocationTime) |
CertRevocationInfo(CrlReason reason,
Date revocationTime,
Date invalidityTime) |
Copyright © 2018. All rights reserved.