| Package | Description |
|---|---|
| org.shredzone.acme4j | |
| org.shredzone.acme4j.challenge | |
| org.shredzone.acme4j.provider |
| Modifier and Type | Method and Description |
|---|---|
<T extends Challenge> |
Authorization.findChallenge(String type)
Finds a single
Challenge of the given type. |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
Session.createChallenge(JSON data)
Creates a
Challenge instance for the given challenge data. |
Challenge |
ClientTest.dnsChallenge(Authorization auth,
String domain)
Prepares a DNS challenge.
|
Challenge |
ClientTest.httpChallenge(Authorization auth,
String domain)
Prepares a HTTP challenge.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Challenge> |
Authorization.findCombination(String... types)
Finds a combination of
Challenge types that the client supports. |
List<Challenge> |
Authorization.getChallenges()
Gets a list of all challenges offered by the server.
|
List<List<Challenge>> |
Authorization.getCombinations()
Gets all combinations of challenges supported by the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dns01Challenge
Implements the "dns-01" challenge.
|
class |
Http01Challenge
Implements the "http-01" challenge.
|
class |
TokenChallenge
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Challenge> |
Challenge.bind(Session session,
URL location)
Returns a
Challenge object of an existing challenge. |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
AbstractAcmeProvider.createChallenge(Session session,
String type) |
Challenge |
AcmeProvider.createChallenge(Session session,
String type)
Creates a
Challenge instance for the given challenge type. |
Copyright © 2015–2019. All rights reserved.