Uses of Class
org.shredzone.acme4j.exception.AcmeException
Packages that use AcmeException
Package
Description
-
Uses of AcmeException in org.shredzone.acme4j
Methods in org.shredzone.acme4j that throw AcmeExceptionModifier and TypeMethodDescriptionvoidOrder.cancelAutoRenewal()Cancels an auto-renewing order.voidChanges theKeyPairassociated with the account.voidAccount.EditableAccount.commit()Commits the changes and updates the account.Creates a new account.OrderBuilder.create()Sends a new order to the server, and returns anOrderobject.AccountBuilder.createLogin(Session session) Creates a new account.voidAccount.deactivate()Permanently deactivates an account.voidAuthorization.deactivate()Permanently deactivates theAuthorization.voidCertificate.download()Downloads the certificate chain.voidOrder.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) voidCertificate.revoke()Revokes this certificate.static voidCertificate.revoke(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.voidCertificate.revoke(RevocationReason reason) Revokes this certificate.static voidCertificate.revoke(Session session, KeyPair domainKeyPair, X509Certificate cert, RevocationReason reason) Revoke a certificate.voidAcmeJsonResource.update()Updates this resource, by fetching the current resource data from the server. -
Uses of AcmeException in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge that throw AcmeException -
Uses of AcmeException in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector that throw AcmeExceptionModifier and TypeMethodDescriptionvoidConnection.handleRetryAfter(String message) Throws anAcmeRetryAfterExceptionif the last status was HTTP Accepted and a Retry-After header was received.voidDefaultConnection.handleRetryAfter(String message) Connection.readCertificates()Reads a certificate and its issuers.DefaultConnection.readCertificates()Connection.readJsonResponse()Reads a server response as JSON data.DefaultConnection.readJsonResponse()voidConnection.resetNonce(Session session) Resets the session nonce, by fetching a new one.voidDefaultConnection.resetNonce(Session session) intConnection.sendCertificateRequest(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.intDefaultConnection.sendCertificateRequest(URL url, Login login) intConnection.sendRequest(URL url, Session session, ZonedDateTime ifModifiedSince) Sends a simple GET request.protected intDefaultConnection.sendRequest(URL url, Session session, String accept, ZonedDateTime ifModifiedSince) Sends an unsigned GET request.intDefaultConnection.sendRequest(URL url, Session session, ZonedDateTime ifModifiedSince) intConnection.sendSignedPostAsGetRequest(URL url, Login login) Sends a signed POST-as-GET request.intDefaultConnection.sendSignedPostAsGetRequest(URL url, Login login) intConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) Sends a signed POST request.intConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) Sends a signed POST request.intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) intDefaultConnection.sendSignedRequest(URL url, JSONBuilder claims, Session session, KeyPair keypair) protected intDefaultConnection.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
Subclasses of AcmeException in org.shredzone.acme4j.exceptionModifier and TypeClassDescriptionclassThis exception is thrown when a network error occured while communicating with the server.classAn exception that is thrown when a rate limit was exceeded.classThis exception is thrown when a server side process has not been completed yet, and the server returned an estimated retry date.classAn exception that is thrown when the ACME server returned an error.classAn exception that is thrown when the client is not authorized.classAn exception that is thrown when the user is required to take action as indicated.Constructors in org.shredzone.acme4j.exception with parameters of type AcmeExceptionModifierConstructorDescriptionAcmeLazyLoadingException(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
Methods in org.shredzone.acme4j.provider that throw AcmeException