Uses of Class
org.wildfly.security.x500.cert.acme.AcmeException
Packages that use AcmeException
-
Uses of AcmeException in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeExceptionModifier and TypeMethodDescriptionfinal AcmeExceptionElytronMessages_$logger.acmeAccountDoesNotExist()final AcmeExceptionElytronMessages_$logger.badAcmeNonce()final AcmeExceptionElytronMessages_$logger.challengeResponseFailedValidationByAcmeServer()final AcmeExceptionElytronMessages_$logger.domainNameIsNull()final AcmeExceptionElytronMessages_$logger.domainNamesIsEmpty()final AcmeExceptionElytronMessages_$logger.invalidContentTypeFromAcmeServer()final AcmeExceptionElytronMessages_$logger.noAcmeServerStagingUrlGiven()final AcmeExceptionElytronMessages_$logger.noCertificateUrlProvidedByAcmeServer()final AcmeExceptionElytronMessages_$logger.noCertificateWillBeIssuedByAcmeServer()final AcmeExceptionElytronMessages_$logger.noLocationUrlProvidedByAcmeServer(String urlType) final AcmeExceptionElytronMessages_$logger.noNonceProvidedByAcmeServer()final AcmeExceptionElytronMessages_$logger.rateLimitExceeded()final AcmeExceptionElytronMessages_$logger.rateLimitExceededTryAgainLater(Instant instant) final AcmeExceptionElytronMessages_$logger.resourceNotSupportedByAcmeServer(String resource) final AcmeExceptionElytronMessages_$logger.unableToDetermineKeyAuthorizationString(Exception cause) final AcmeExceptionElytronMessages_$logger.unableToDownloadCertificateChainFromAcmeServer(Exception cause) final AcmeExceptionElytronMessages_$logger.unableToGetEncodedFormOfCertificateToBeRevoked(Exception cause) final AcmeExceptionElytronMessages_$logger.unableToObtainJsonResponseFromAcmeServer(Exception cause) final AcmeExceptionElytronMessages_$logger.unableToObtainNewNonceFromAcmeServer()final AcmeExceptionElytronMessages_$logger.unableToRetrieveAcmeServerDirectoryUrls(Exception cause) final AcmeExceptionElytronMessages_$logger.unexpectedContentTypeFromAcmeServer(String contentType) final AcmeExceptionElytronMessages_$logger.unexpectedResponseCodeFromAcmeServer(int responseCode, String responseMessage) final AcmeExceptionElytronMessages_$logger.userActionRequired(String url) Methods in org.wildfly.security.x500.cert.acme that throw AcmeExceptionModifier and TypeMethodDescriptionvoidAcmeClientSpi.changeAccountKey(AcmeAccount account, boolean staging) Change the key that is associated with the given ACME account.voidAcmeClientSpi.changeAccountKey(AcmeAccount account, boolean staging, X509Certificate certificate, PrivateKey privateKey) Change the key that is associated with the given ACME account.abstract voidAcmeClientSpi.cleanupAfterChallenge(AcmeAccount account, AcmeChallenge challenge) Undo the actions that were taken to prove control of the identifier associated with the given challenge.booleanAcmeClientSpi.createAccount(AcmeAccount account, boolean staging) Create an account with an ACME server using the given account information.booleanAcmeClientSpi.createAccount(AcmeAccount account, boolean staging, boolean onlyReturnExisting) Create an account with an ACME server using the given account information.AcmeClientSpi.createAuthorization(AcmeAccount account, boolean staging, String domainName) Create an authorization for the given identifier.voidAcmeClientSpi.deactivateAccount(AcmeAccount account, boolean staging) Deactivate the given ACME account.voidAcmeClientSpi.deactivateAuthorization(AcmeAccount account, boolean staging, String authorizationUrl) Deactivate an authorization.AcmeChallenge.getKeyAuthorization(AcmeAccount account) Get the key authorization string for this challenge.AcmeClientSpi.getMetadata(AcmeAccount account, boolean staging) Get the metadata associated with the ACME server.byte[]AcmeClientSpi.getNewNonce(AcmeAccount account, boolean staging) Get a new nonce for the given account from the ACME server.AcmeClientSpi.getResourceUrls(AcmeAccount account, boolean staging) Get the resource URLs needed to perform operations from the ACME server.AcmeClientSpi.obtainCertificateChain(AcmeAccount account, boolean staging, String... domainNames) Obtain a certificate chain using the given ACME account.AcmeClientSpi.obtainCertificateChain(AcmeAccount account, boolean staging, String keyAlgorithmName, int keySize, String... domainNames) Obtain a certificate chain using the given ACME account.abstract AcmeChallengeAcmeClientSpi.proveIdentifierControl(AcmeAccount account, List<AcmeChallenge> challenges) Prove control of the identifier associated with the given list of challenges.voidAcmeClientSpi.revokeCertificate(AcmeAccount account, boolean staging, X509Certificate certificate) Revoke the given certificate.voidAcmeClientSpi.revokeCertificate(AcmeAccount account, boolean staging, X509Certificate certificate, CRLReason reason) Revoke the given certificate.voidAcmeClientSpi.updateAccount(AcmeAccount account, boolean staging, boolean termsOfServiceAgreed) Update whether or not the terms of service have been agreed to for an account with an ACME server.voidAcmeClientSpi.updateAccount(AcmeAccount account, boolean staging, boolean termsOfServiceAgreed, String[] contactUrls) Update an account with an ACME server using the given account information.voidAcmeClientSpi.updateAccount(AcmeAccount account, boolean staging, String[] contactUrls) Update the contact URLs for an account with an ACME server.