Uses of Class
org.shredzone.acme4j.challenge.Challenge
Package | Description |
---|---|
org.shredzone.acme4j | |
org.shredzone.acme4j.challenge | |
org.shredzone.acme4j.provider |
-
Uses of Challenge in org.shredzone.acme4j
Methods in org.shredzone.acme4j with type parameters of type Challenge Modifier and Type Method Description <T extends Challenge>
TAuthorization. findChallenge(java.lang.Class<T> type)
Finds aChallenge
of the given class type.<T extends Challenge>
TAuthorization. findChallenge(java.lang.String type)
Finds aChallenge
of the given type.Methods in org.shredzone.acme4j that return Challenge Modifier and Type Method Description Challenge
Login. bindChallenge(java.net.URL location)
Creates a new instance ofChallenge
and binds it to this login.Challenge
Login. createChallenge(JSON data)
Creates aChallenge
instance for the given challenge data.Methods in org.shredzone.acme4j that return types with arguments of type Challenge Modifier and Type Method Description java.util.List<Challenge>
Authorization. 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.challenge Modifier and Type Class Description class
Dns01Challenge
Implements the "dns-01" challenge.class
Http01Challenge
Implements the "http-01" challenge.class
TlsAlpn01Challenge
Implements the "tls-alpn-01" challenge.class
TokenChallenge
-
Uses of Challenge in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider that return Challenge Modifier and Type Method Description Challenge
AbstractAcmeProvider. createChallenge(Login login, JSON data)
Creates aChallenge
instance for the given challenge data.Challenge
AcmeProvider. createChallenge(Login login, JSON data)
Creates aChallenge
instance for the given challenge data.