Uses of Class
org.shredzone.acme4j.AcmeResource
Package
Description
-
Uses of AcmeResource in org.shredzone.acme4j
Modifier and TypeClassDescriptionclass
Represents an account at the ACME server.class
An ACME resource that stores its state in a JSON structure.class
Represents an authorization request at the ACME server.class
Represents a certificate and its certificate chain.class
Represents a certificate order. -
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
.