java.lang.Object
org.shredzone.acme4j.provider.AbstractAcmeProvider
org.shredzone.acme4j.provider.GenericAcmeProvider
- Alle implementierten Schnittstellen:
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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.shredzone.acme4j.provider.AbstractAcmeProvider
connect, createChallenge, createHttpConnector, directory
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.shredzone.acme4j.provider.AcmeProvider
getProposedEabMacAlgorithm
-
Konstruktordetails
-
GenericAcmeProvider
public GenericAcmeProvider()
-
-
Methodendetails
-
accepts
Beschreibung aus Schnittstelle kopiert:AcmeProvider
Checks if this provider accepts the given server URI.- Parameter:
serverUri
- Server URI to test- Gibt zurück:
true
if this provider accepts the server URI,false
otherwise
-
resolve
Beschreibung aus Schnittstelle kopiert:AcmeProvider
Resolves the server URI and returns the matching directory URL.
-