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 TypeClassDescriptionclassRepresents an account at the ACME server.classAn ACME resource that stores its state in a JSON structure.classRepresents an authorization request at the ACME server.classRepresents a certificate and its certificate chain.classRepresents a certificate order. -
Uses of AcmeResource in org.shredzone.acme4j.challenge
Subclasses of AcmeResource in org.shredzone.acme4j.challengeModifier and TypeClassDescriptionclassA generic challenge.classImplements the "dns-01" challenge.classImplements the "http-01" challenge.classImplements 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 TypeClassDescriptionclassResourceIterator<T extends AcmeResource>AnIteratorthat fetches a batch of URLs from the ACME server, and generatesAcmeResourceinstances. -
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 theAcmeResourcetype 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.