Verwendungen von Klasse
org.shredzone.acme4j.challenge.Challenge
Packages, die Challenge 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.
Acme Providers are the link between acme4j and the ACME server.
-
Verwendungen von Challenge in org.shredzone.acme4j
Methoden in org.shredzone.acme4j mit Typparametern vom Typ ChallengeModifizierer und TypMethodeBeschreibung<C extends Challenge>
CLogin.bindChallenge
(URL location, Class<C> type) Creates a new instance of an existingChallenge
and binds it to this login.Authorization.findChallenge
(Class<T> type) Finds aChallenge
of the given class type.Authorization.findChallenge
(String type) Finds aChallenge
of the given type.Methoden in org.shredzone.acme4j, die Challenge zurückgebenModifizierer und TypMethodeBeschreibungLogin.bindChallenge
(URL location) Creates a new instance of an existingChallenge
and binds it to this login.Login.createChallenge
(JSON data) Creates aChallenge
instance for the given challenge data.Methoden in org.shredzone.acme4j, die Typen mit Argumenten vom Typ Challenge zurückgebenModifizierer und TypMethodeBeschreibungAuthorization.getChallenges()
Gets a list of all challenges offered by the server, in no specific order. -
Verwendungen von Challenge in org.shredzone.acme4j.challenge
Unterklassen von Challenge in org.shredzone.acme4j.challengeModifizierer und TypKlasseBeschreibungclass
Implements the "dns-01" challenge.class
Implements the "http-01" challenge.class
Implements the "tls-alpn-01" challenge.class
-
Verwendungen von Challenge in org.shredzone.acme4j.provider
Methoden in org.shredzone.acme4j.provider, die Challenge zurückgebenModifizierer 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.