Verwendungen von Klasse
org.shredzone.acme4j.AcmeResource
Packages, die AcmeResource verwenden
Package
Beschreibung
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.
-
Verwendungen von AcmeResource in org.shredzone.acme4j
Unterklassen von AcmeResource in org.shredzone.acme4jModifizierer und TypKlasseBeschreibungclassA representation of an account at the ACME server.classAn extension ofAcmeResourcethat also contains the current state of a resource as JSON document.classRepresents an authorization request at the ACME server.classRepresents an issued certificate and its certificate chain.classA representation of a certificate order at the CA.classRenewal Information of a certificate. -
Verwendungen von AcmeResource in org.shredzone.acme4j.challenge
Unterklassen von AcmeResource in org.shredzone.acme4j.challengeModifizierer und TypKlasseBeschreibungclassA generic challenge.classImplements the "dns-01" challenge.classImplements the "http-01" challenge.classImplements the "tls-alpn-01" challenge.class -
Verwendungen von AcmeResource in org.shredzone.acme4j.connector
Klassen in org.shredzone.acme4j.connector mit Typparametern vom Typ AcmeResourceModifizierer und TypKlasseBeschreibungclassResourceIterator<T extends AcmeResource>AnIteratorthat fetches a batch of URLs from the ACME server, and generatesAcmeResourceinstances. -
Verwendungen von AcmeResource in org.shredzone.acme4j.exception
Methoden in org.shredzone.acme4j.exception, die Typen mit Argumenten vom Typ AcmeResource zurückgebenModifizierer und TypMethodeBeschreibungClass<? extends AcmeResource> AcmeLazyLoadingException.getType()Returns theAcmeResourcetype of the resource that could not be loaded.Konstruktoren in org.shredzone.acme4j.exception mit Parametern vom Typ AcmeResourceModifiziererKonstruktorBeschreibungAcmeLazyLoadingException(AcmeResource resource, AcmeException cause) Creates a newAcmeLazyLoadingException.Konstruktorparameter in org.shredzone.acme4j.exception mit Typargumenten vom Typ AcmeResourceModifiziererKonstruktorBeschreibungAcmeLazyLoadingException(Class<? extends AcmeResource> type, URL location, AcmeException cause) Creates a newAcmeLazyLoadingException.