Uses of Class
org.shredzone.acme4j.challenge.Challenge
Package
Description
-
Uses of Challenge in org.shredzone.acme4j
Modifier and TypeMethodDescription<C extends Challenge>
CLogin.bindChallenge
(URL location, Class<C> type) Creates a new instance of a challenge and binds it to this login.<T extends Challenge>
TAuthorization.findChallenge
(Class<T> type) Finds aChallenge
of the given class type.<T extends Challenge>
TAuthorization.findChallenge
(String type) Finds aChallenge
of the given type.Modifier and TypeMethodDescriptionLogin.bindChallenge
(URL location) Creates a new instance ofChallenge
and binds it to this login.Login.createChallenge
(JSON data) Creates aChallenge
instance for the given challenge data.Modifier and TypeMethodDescriptionAuthorization.getChallenges()
Gets a list of all challenges offered by the server, in no specific order. -
Uses of Challenge in org.shredzone.acme4j.challenge
Modifier and TypeClassDescriptionclass
Implements the "dns-01" challenge.class
Implements the "http-01" challenge.class
Implements the "tls-alpn-01" challenge.class
-
Uses of Challenge in org.shredzone.acme4j.provider
Modifier and TypeMethodDescriptionCreates 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.