Uses of Enum Class
org.shredzone.acme4j.RevocationReason
-
Uses of RevocationReason in org.shredzone.acme4j
Modifier and TypeMethodDescriptionstatic RevocationReason
RevocationReason.code
(int reasonCode) Returns theRevocationReason
that matches the reason code.static RevocationReason
Returns the enum constant of this class with the specified name.static RevocationReason[]
RevocationReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
Certificate.revoke
(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.void
Certificate.revoke
(RevocationReason reason) Revokes this certificate.static void
Certificate.revoke
(Session session, KeyPair domainKeyPair, X509Certificate cert, RevocationReason reason) Revoke a certificate.