Verwendungen von Klasse
org.shredzone.acme4j.Login
Packages, die Login verwenden
Package
Beschreibung
acme4j is a Java client for the ACME protocol.
This package contains all standard challenges, as well as base classes for challenges
that are proprietary to a CA.
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
Acme Providers are the link between acme4j and the ACME server.
-
Verwendungen von Login in org.shredzone.acme4j
Methoden in org.shredzone.acme4j, die Login zurückgebenModifizierer und TypMethodeBeschreibungAccountBuilder.createLogin
(Session session) Creates a new account.protected Login
AcmeResource.getLogin()
Gets theLogin
this resource is bound with.Logs into an existing account.Methoden in org.shredzone.acme4j mit Parametern vom Typ LoginModifizierer und TypMethodeBeschreibungvoid
Rebinds this resource to aLogin
.static void
Certificate.revoke
(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.Konstruktoren in org.shredzone.acme4j mit Parametern vom Typ LoginModifiziererKonstruktorBeschreibungprotected
protected
AcmeJsonResource
(Login login, URL location) Create a newAcmeJsonResource
.protected
AcmeResource
(Login login, URL location) Create a newAcmeResource
.protected
Authorization
(Login login, URL location) protected
Certificate
(Login login, URL certUrl) protected
protected
OrderBuilder
(Login login) Create a newOrderBuilder
.protected
RenewalInfo
(Login login, URL location) -
Verwendungen von Login in org.shredzone.acme4j.challenge
Konstruktoren in org.shredzone.acme4j.challenge mit Parametern vom Typ LoginModifiziererKonstruktorBeschreibungCreates a new genericChallenge
object.Dns01Challenge
(Login login, JSON data) Creates a new genericDns01Challenge
object.Http01Challenge
(Login login, JSON data) Creates a new genericHttp01Challenge
object.TlsAlpn01Challenge
(Login login, JSON data) Creates a new genericTlsAlpn01Challenge
object.TokenChallenge
(Login login, JSON data) Creates a new genericTokenChallenge
object. -
Verwendungen von Login in org.shredzone.acme4j.connector
Methoden in org.shredzone.acme4j.connector mit Parametern vom Typ LoginModifizierer und TypMethodeBeschreibungint
Connection.sendCertificateRequest
(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.int
DefaultConnection.sendCertificateRequest
(URL url, Login login) int
Connection.sendSignedPostAsGetRequest
(URL url, Login login) Sends a signed POST-as-GET request.int
DefaultConnection.sendSignedPostAsGetRequest
(URL url, Login login) int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Sends a signed POST request.int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Konstruktoren in org.shredzone.acme4j.connector mit Parametern vom Typ LoginModifiziererKonstruktorBeschreibungResourceIterator
(Login login, String field, URL start, BiFunction<Login, URL, T> creator) Creates a newResourceIterator
.Konstruktorparameter in org.shredzone.acme4j.connector mit Typargumenten vom Typ LoginModifiziererKonstruktorBeschreibungResourceIterator
(Login login, String field, URL start, BiFunction<Login, URL, T> creator) Creates a newResourceIterator
. -
Verwendungen von Login in org.shredzone.acme4j.provider
Methoden in org.shredzone.acme4j.provider mit Parametern vom Typ LoginModifizierer und TypMethodeBeschreibungCreates a Challenge.AbstractAcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data.AcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data.