Verwendungen von Klasse
org.shredzone.acme4j.AccountBuilder
Packages, die AccountBuilder verwenden
-
Verwendungen von AccountBuilder in org.shredzone.acme4j
Methoden in org.shredzone.acme4j, die AccountBuilder zurückgebenModifizierer und TypMethodeBeschreibungAccountBuilder.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.