Uses of Enum Class
org.shredzone.acme4j.RevocationReason
Packages that use RevocationReason
-
Uses of RevocationReason in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReasonRevocationReason.code(int reasonCode) Returns theRevocationReasonthat matches the reason code.static RevocationReasonReturns 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.Methods in org.shredzone.acme4j with parameters of type RevocationReasonModifier and TypeMethodDescriptionstatic voidCertificate.revoke(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.voidCertificate.revoke(RevocationReason reason) Revokes this certificate.static voidCertificate.revoke(Session session, KeyPair domainKeyPair, X509Certificate cert, RevocationReason reason) Revoke a certificate.