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 a email address to the list of contacts.AccountBuilder.agreeToTermsOfService()
Signals that the user agrees 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.