Uses of Class
org.shredzone.acme4j.OrderBuilder
Packages that use OrderBuilder
-
Uses of OrderBuilder in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return OrderBuilderModifier and TypeMethodDescriptionOrderBuilder.autoRenewal()
Enables short-term automatic renewal of the certificate, if supported by the CA.OrderBuilder.autoRenewalEnableGet()
Announces that the client wishes to fetch the auto-renewed certificate via GET request.OrderBuilder.autoRenewalEnd
(Instant end) Sets the latest date of validity of the last issued certificate.OrderBuilder.autoRenewalLifetime
(Duration duration) Sets the maximum validity period of each certificate.OrderBuilder.autoRenewalLifetimeAdjust
(Duration duration) Sets the amount of pre-dating each certificate.OrderBuilder.autoRenewalStart
(Instant start) Sets the earliest date of validity of the first issued certificate.Adds a domain name to the order.Adds domain names to the order.OrderBuilder.domains
(Collection<String> domains) Adds a collection of domain names to the order.OrderBuilder.identifier
(Identifier identifier) Adds anIdentifier
to the order.OrderBuilder.identifiers
(Collection<Identifier> identifiers) Adds a collection ofIdentifier
to the order.Account.newOrder()
Creates a builder for a newOrder
.Login.newOrder()
Creates a builder for a newOrder
.Sets a "not after" date in the certificate.Sets a "not before" date in the certificate.Notifies the CA of the desired profile of the ordered certificate.Notifies the CA that the ordered certificate will replace a previously issued certificate.OrderBuilder.replaces
(X509Certificate certificate) Notifies the CA that the ordered certificate will replace a previously issued certificate.OrderBuilder.replaces
(Certificate certificate) Notifies the CA that the ordered certificate will replace a previously issued certificate.