JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.shredzone.acme4j
Package
org.shredzone.acme4j.provider
Interface ChallengeProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
ChallengeProvider
A provider that creates a Challenge from a matching JSON.
Since:
2.12
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Challenge
create
(
Login
login,
JSON
data)
Creates a Challenge.
Method Details
create
Challenge
create
(
Login
login,
JSON
data)
Creates a Challenge.
Parameters:
login
-
Login
of the user's account
data
-
JSON
of the challenge as sent by the CA
Returns:
Created and initialized
Challenge
. It must match the JSON type.