Uses of Class
org.shredzone.acme4j.AcmeResource
Package
Description
acme4j is a Java client for the ACME protocol.
This package contains all standard challenges, as well as base classes for challenges
that are proprietary to a CA.
This package contains internal classes for connection to the CA, and for handling the
requests and responses.
This package contains all exceptions that can be thrown by acme4j.
-
Uses of AcmeResource in org.shredzone.acme4j
Modifier and TypeClassDescriptionclass
A representation of an account at the ACME server.class
An extension ofAcmeResource
that also contains the current state of a resource as JSON document.class
Represents an authorization request at the ACME server.class
Represents an issued certificate and its certificate chain.class
A representation of a certificate order at the CA.class
Renewal Information of a certificate. -
Uses of AcmeResource in org.shredzone.acme4j.challenge
Modifier and TypeClassDescriptionclass
A generic challenge.class
Implements the "dns-01" challenge.class
Implements the "http-01" challenge.class
Implements the "tls-alpn-01" challenge.class
-
Uses of AcmeResource in org.shredzone.acme4j.connector
Modifier and TypeClassDescriptionclass
ResourceIterator<T extends AcmeResource>
AnIterator
that fetches a batch of URLs from the ACME server, and generatesAcmeResource
instances. -
Uses of AcmeResource in org.shredzone.acme4j.exception
Modifier and TypeMethodDescriptionClass<? extends AcmeResource>
AcmeLazyLoadingException.getType()
Returns theAcmeResource
type of the resource that could not be loaded.ModifierConstructorDescriptionAcmeLazyLoadingException
(AcmeResource resource, AcmeException cause) Creates a newAcmeLazyLoadingException
.ModifierConstructorDescriptionAcmeLazyLoadingException
(Class<? extends AcmeResource> type, URL location, AcmeException cause) Creates a newAcmeLazyLoadingException
.