Uses of Class
org.shredzone.acme4j.AcmeJsonResource
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.
-
Uses of AcmeJsonResource in org.shredzone.acme4j
Modifier and TypeClassDescriptionclass
A representation of an account at the ACME server.class
Represents an authorization request at the ACME server.class
A representation of a certificate order at the CA.class
Renewal Information of a certificate. -
Uses of AcmeJsonResource 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