Uses of Class
org.shredzone.acme4j.exception.AcmeException
Package
Description
-
Uses of AcmeException in org.shredzone.acme4j
Modifier and TypeMethodDescriptionvoid
Order.cancelAutoRenewal()
Cancels an auto-renewing order.void
Changes theKeyPair
associated with the account.void
Account.EditableAccount.commit()
Commits the changes and updates the account.Creates a new account.OrderBuilder.create()
Sends a new order to the server, and returns anOrder
object.AccountBuilder.createLogin
(Session session) Creates a new account.void
Account.deactivate()
Permanently deactivates an account.void
Authorization.deactivate()
Permanently deactivates theAuthorization
.void
Certificate.download()
Downloads the certificate chain.void
Order.execute
(byte[] csr) Finalizes the order, by providing a CSR.Session.getMetadata()
Gets the metadata of the provider's directory.Account.preAuthorize
(Identifier identifier) Pre-authorizes anIdentifier
.Account.preAuthorizeDomain
(String domain) Pre-authorizes a domain.Session.resourceUrl
(Resource resource) void
Certificate.revoke()
Revokes this certificate.static void
Certificate.revoke
(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.void
Certificate.revoke
(RevocationReason reason) Revokes this certificate.static void
Certificate.revoke
(Session session, KeyPair domainKeyPair, X509Certificate cert, RevocationReason reason) Revoke a certificate.void
AcmeJsonResource.update()
Updates this resource, by fetching the current resource data from the server. -
Uses of AcmeException in org.shredzone.acme4j.challenge
-
Uses of AcmeException in org.shredzone.acme4j.connector
Modifier and TypeMethodDescriptionvoid
Connection.handleRetryAfter
(String message) Throws anAcmeRetryAfterException
if the last status was HTTP Accepted and a Retry-After header was received.void
DefaultConnection.handleRetryAfter
(String message) Connection.readCertificates()
Reads a certificate and its issuers.DefaultConnection.readCertificates()
Connection.readJsonResponse()
Reads a server response as JSON data.DefaultConnection.readJsonResponse()
void
Connection.resetNonce
(Session session) Resets the session nonce, by fetching a new one.void
DefaultConnection.resetNonce
(Session session) int
Connection.sendCertificateRequest
(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.int
DefaultConnection.sendCertificateRequest
(URL url, Login login) int
Connection.sendRequest
(URL url, Session session, ZonedDateTime ifModifiedSince) Sends a simple GET request.protected int
DefaultConnection.sendRequest
(URL url, Session session, String accept, ZonedDateTime ifModifiedSince) Sends an unsigned GET request.int
DefaultConnection.sendRequest
(URL url, Session session, ZonedDateTime ifModifiedSince) int
Connection.sendSignedPostAsGetRequest
(URL url, Login login) Sends a signed POST-as-GET request.int
DefaultConnection.sendSignedPostAsGetRequest
(URL url, Login login) int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Sends a signed POST request.int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair) protected int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Session session, KeyPair keypair, URL accountLocation, String accept) Sends a signed POST request. -
Uses of AcmeException in org.shredzone.acme4j.exception
Modifier and TypeClassDescriptionclass
This exception is thrown when a network error occured while communicating with the server.class
An exception that is thrown when a rate limit was exceeded.class
This exception is thrown when a server side process has not been completed yet, and the server returned an estimated retry date.class
An exception that is thrown when the ACME server returned an error.class
An exception that is thrown when the client is not authorized.class
An exception that is thrown when the user is required to take action as indicated.ModifierConstructorDescriptionAcmeLazyLoadingException
(Class<? extends AcmeResource> type, URL location, AcmeException cause) Creates a newAcmeLazyLoadingException
.AcmeLazyLoadingException
(AcmeResource resource, AcmeException cause) Creates a newAcmeLazyLoadingException
. -
Uses of AcmeException in org.shredzone.acme4j.provider