Uses of Package
org.shredzone.acme4j.exception
Packages that use org.shredzone.acme4j.exception
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.
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.
Acme Providers are the link between acme4j and the ACME server.
-
Classes in org.shredzone.acme4j.exception used by org.shredzone.acme4j
-
Classes in org.shredzone.acme4j.exception used by org.shredzone.acme4j.challenge
-
Classes in org.shredzone.acme4j.exception used by org.shredzone.acme4j.connector
-
Classes in org.shredzone.acme4j.exception used by org.shredzone.acme4j.exceptionClassDescriptionThe root class of all checked acme4j exceptions.A runtime exception that is thrown when the response of the server is violating the RFC, and could not be handled or parsed for that reason.The ACME server returned an error.
-
Classes in org.shredzone.acme4j.exception used by org.shredzone.acme4j.provider