Uses of Class
org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
Packages that use AcmeAccount.Builder
-
Uses of AcmeAccount.Builder in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeAccount.BuilderModifier and TypeMethodDescriptionstatic AcmeAccount.BuilderAcmeAccount.builder()Construct a new builder instance.AcmeAccount.Builder.setContactUrls(String[] contactUrls) Set the contact URLs.AcmeAccount.Builder.setDn(X500Principal dn) Set the DN to use when generating the account key pair.AcmeAccount.Builder.setKey(X509Certificate certificate, PrivateKey privateKey) Set the account key pair.AcmeAccount.Builder.setKeyAlgorithmName(String keyAlgorithmName) Set the key algorithm name to use when generating the account key pair.AcmeAccount.Builder.setKeySize(int keySize) Set the key size to use when generating the account key pair.AcmeAccount.Builder.setServerUrl(String serverUrl) Set the URL of the ACME server endpoint.AcmeAccount.Builder.setStagingServerUrl(String stagingServerUrl) Set the URL of the ACME staging server endpoint.AcmeAccount.Builder.setTermsOfServiceAgreed(boolean termsOfServiceAgreed) Set if the terms of service of the ACME server have been agreed to.