Uses of Class
org.shredzone.acme4j.AccountBuilder
-
Uses of AccountBuilder in org.shredzone.acme4j
Modifier and TypeMethodDescriptionAccountBuilder.addContact
(String contact) Add a contact address to the list of contacts.AccountBuilder.addContact
(URI contact) Add a contact URI to the list of contacts.Add an email address to the list of contacts.AccountBuilder.agreeToTermsOfService()
Documents that the user has agreed to the terms of service.AccountBuilder.onlyExisting()
Signals that only an existing account should be returned.AccountBuilder.useKeyPair
(KeyPair keyPair) Sets theKeyPair
to be used for this account.AccountBuilder.withKeyIdentifier
(String kid, String encodedMacKey) Sets a Key Identifier and MAC key provided by the CA.AccountBuilder.withKeyIdentifier
(String kid, SecretKey macKey) Sets a Key Identifier and MAC key provided by the CA.AccountBuilder.withMacAlgorithm
(String macAlgorithm) Sets the MAC key algorithm that is provided by the CA.