Verwendungen von Enum-Klasse
org.shredzone.acme4j.RevocationReason
Packages, die RevocationReason verwenden
-
Verwendungen von RevocationReason in org.shredzone.acme4j
Methoden in org.shredzone.acme4j, die RevocationReason zurückgebenModifizierer und TypMethodeBeschreibungstatic RevocationReason
RevocationReason.code
(int reasonCode) Returns theRevocationReason
that matches the reason code.static RevocationReason
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static RevocationReason[]
RevocationReason.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.shredzone.acme4j mit Parametern vom Typ RevocationReasonModifizierer und TypMethodeBeschreibungstatic 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.