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 LoginAcmeResource.getLogin()Gets theLoginthis resource is bound with.Logs into an existing account.Methoden in org.shredzone.acme4j mit Parametern vom Typ LoginModifizierer und TypMethodeBeschreibungvoidRebinds this resource to aLogin.static voidCertificate.revoke(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.Konstruktoren in org.shredzone.acme4j mit Parametern vom Typ LoginModifiziererKonstruktorBeschreibungprotectedprotectedAcmeJsonResource(Login login, URL location) Create a newAcmeJsonResource.protectedAcmeResource(Login login, URL location) Create a newAcmeResource.protectedAuthorization(Login login, URL location) protectedCertificate(Login login, URL certUrl) protectedprotectedOrderBuilder(Login login) Create a newOrderBuilder.protectedRenewalInfo(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 genericChallengeobject.Dns01Challenge(Login login, JSON data) Creates a new genericDns01Challengeobject.Http01Challenge(Login login, JSON data) Creates a new genericHttp01Challengeobject.TlsAlpn01Challenge(Login login, JSON data) Creates a new genericTlsAlpn01Challengeobject.TokenChallenge(Login login, JSON data) Creates a new genericTokenChallengeobject. -
Verwendungen von Login in org.shredzone.acme4j.connector
Methoden in org.shredzone.acme4j.connector mit Parametern vom Typ LoginModifizierer und TypMethodeBeschreibungintConnection.sendCertificateRequest(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.intDefaultConnection.sendCertificateRequest(URL url, Login login) intConnection.sendSignedPostAsGetRequest(URL url, Login login) Sends a signed POST-as-GET request.intDefaultConnection.sendSignedPostAsGetRequest(URL url, Login login) intConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) Sends a signed POST request.intDefaultConnection.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 aChallengeinstance for the given challenge data.AcmeProvider.createChallenge(Login login, JSON data) Creates aChallengeinstance for the given challenge data.