static AcmeAccount.Builder |
AcmeAccount.builder() |
Construct a new builder instance.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setContactUrls(String[] contactUrls) |
Set the contact URLs.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setDn(X500Principal dn) |
Set the DN to use when generating the account key pair.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setKey(X509Certificate certificate,
PrivateKey privateKey) |
Set the account key pair.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setKeyAlgorithmName(String keyAlgorithmName) |
Set the key algorithm name to use when generating the account key pair.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setKeySize(int keySize) |
Set the key size to use when generating the account key pair.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setServerUrl(String serverUrl) |
Set the URL of the ACME server endpoint.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setStagingServerUrl(String stagingServerUrl) |
Set the URL of the ACME staging server endpoint.
|
AcmeAccount.Builder |
AcmeAccount.Builder.setTermsOfServiceAgreed(boolean termsOfServiceAgreed) |
Set if the terms of service of the ACME server have been agreed to.
|