Uses of Class
com.oracle.bmc.certificates.model.RevocationReason
-
Packages that use RevocationReason Package Description com.oracle.bmc.certificates.model -
-
Uses of RevocationReason in com.oracle.bmc.certificates.model
Methods in com.oracle.bmc.certificates.model that return RevocationReason Modifier and Type Method 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.Methods in com.oracle.bmc.certificates.model with parameters of type RevocationReason Modifier and Type Method Description RevocationStatus.Builder
RevocationStatus.Builder. revocationReason(RevocationReason revocationReason)
The reason that the certificate or CA was revoked.Constructors in com.oracle.bmc.certificates.model with parameters of type RevocationReason Constructor Description RevocationStatus(Date timeRevoked, RevocationReason revocationReason)
Deprecated.
-