Uses of Class
org.wildfly.security.x500.cert.acme.AcmeAccount
Packages that use AcmeAccount
-
Uses of AcmeAccount in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeAccountMethods in org.wildfly.security.x500.cert.acme with parameters of type AcmeAccountModifier 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.