| Interface | Description |
|---|---|
| Connection |
Connects to the ACME server and offers different methods for invoking the API.
|
| Class | Description |
|---|---|
| DefaultConnection |
Default implementation of
Connection. |
| HttpConnector |
A generic HTTP connector.
|
| ResourceIterator<T extends AcmeResource> |
An
Iterator that fetches a batch of URLs from the ACME server, and generates
AcmeResource instances. |
| Enum | Description |
|---|---|
| Resource |
Enumeration of resources.
|
Copyright © 2015–2019. All rights reserved.