Uses of Interface
org.shredzone.acme4j.connector.Connection
Package
Description
acme4j is a Java client for the ACME protocol.
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
Acme Providers are the link between acme4j and the ACME server.
-
Uses of Connection in org.shredzone.acme4j
-
Uses of Connection in org.shredzone.acme4j.connector
-
Uses of Connection in org.shredzone.acme4j.provider
Modifier and TypeMethodDescriptionAbstractAcmeProvider.connect
(URI serverUri, NetworkSettings networkSettings) AcmeProvider.connect
(URI serverUri, NetworkSettings networkSettings) Creates aConnection
for communication with the ACME server.