Uses of Class
org.shredzone.acme4j.challenge.Challenge
Packages that use Challenge
Package
Description
-
Uses of Challenge in org.shredzone.acme4j
Methods in org.shredzone.acme4j with type parameters of type ChallengeModifier 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.Methods in org.shredzone.acme4j that return ChallengeModifier 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.Methods in org.shredzone.acme4j that return types with arguments of type ChallengeModifier 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
Subclasses of Challenge in org.shredzone.acme4j.challengeModifier 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
Methods in org.shredzone.acme4j.provider that return ChallengeModifier 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.