Package | Description |
---|---|
com.oracle.bmc.certificates.model |
Modifier and Type | Method and Description |
---|---|
static RevocationReason |
RevocationReason.create(String key) |
RevocationReason |
RevocationStatus.getRevocationReason()
The reason that the certificate or CA was revoked.
|
static RevocationReason |
RevocationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationReason[] |
RevocationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RevocationStatus.Builder |
RevocationStatus.Builder.revocationReason(RevocationReason revocationReason)
The reason that the certificate or CA was revoked.
|
Constructor and Description |
---|
RevocationStatus(Date timeRevoked,
RevocationReason revocationReason)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.