Uses of Class
org.shredzone.acme4j.Problem
Packages that use Problem
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 all exceptions that can be thrown by acme4j.
Internal toolbox.
-
Uses of Problem in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return types with arguments of type Problem -
Uses of Problem in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge that return types with arguments of type Problem -
Uses of Problem in org.shredzone.acme4j.exception
Methods in org.shredzone.acme4j.exception that return ProblemModifier and TypeMethodDescriptionAcmeServerException.getProblem()Returns theProblemthat caused the exceptionConstructors in org.shredzone.acme4j.exception with parameters of type ProblemModifierConstructorDescriptionAcmeRateLimitedException(Problem problem, Instant retryAfter, Collection<URL> documents) Creates a newAcmeRateLimitedException.AcmeServerException(Problem problem) Creates a newAcmeServerException.AcmeUnauthorizedException(Problem problem) Creates a newAcmeUnauthorizedException.AcmeUserActionRequiredException(Problem problem, URI tosUri) Creates a newAcmeUserActionRequiredException. -
Uses of Problem in org.shredzone.acme4j.toolbox
Methods in org.shredzone.acme4j.toolbox that return Problem