Uses of Class
org.shredzone.acme4j.AcmeResource
Packages that use AcmeResource
Package
Description
-
Uses of AcmeResource in org.shredzone.acme4j
Subclasses of AcmeResource in org.shredzone.acme4jModifier 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
Subclasses of AcmeResource in org.shredzone.acme4j.challengeModifier 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
Classes in org.shredzone.acme4j.connector with type parameters of type AcmeResourceModifier 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
Methods in org.shredzone.acme4j.exception that return types with arguments of type AcmeResourceModifier and TypeMethodDescriptionClass<? extends AcmeResource>
AcmeLazyLoadingException.getType()
Returns theAcmeResource
type of the resource that could not be loaded.Constructors in org.shredzone.acme4j.exception with parameters of type AcmeResourceModifierConstructorDescriptionAcmeLazyLoadingException
(AcmeResource resource, AcmeException cause) Creates a newAcmeLazyLoadingException
.Constructor parameters in org.shredzone.acme4j.exception with type arguments of type AcmeResourceModifierConstructorDescriptionAcmeLazyLoadingException
(Class<? extends AcmeResource> type, URL location, AcmeException cause) Creates a newAcmeLazyLoadingException
.