java.lang.Object
org.shredzone.acme4j.provider.AbstractAcmeProvider
org.shredzone.acme4j.provider.GenericAcmeProvider
- All Implemented Interfaces:
AcmeProvider
A generic
AcmeProvider. It should be working for all ACME servers complying to
the ACME specifications.
The serverUri is either a http or https URI to the server's directory service.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.shredzone.acme4j.provider.AbstractAcmeProvider
connect, createChallenge, createHttpConnector, directoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.shredzone.acme4j.provider.AcmeProvider
createHttpClient, getProposedEabMacAlgorithm
-
Constructor Details
-
GenericAcmeProvider
public GenericAcmeProvider()
-
-
Method Details
-
accepts
Description copied from interface:AcmeProviderChecks if this provider accepts the given server URI.- Parameters:
serverUri- Server URI to test- Returns:
trueif this provider accepts the server URI,falseotherwise
-
resolve
Description copied from interface:AcmeProviderResolves the server URI and returns the matching directory URL.
-