Uses of Class
org.shredzone.acme4j.Certificate
Packages that use Certificate
-
Uses of Certificate in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return CertificateModifier and TypeMethodDescriptionLogin.bindCertificate
(URL location) Creates a new instance of an existingCertificate
and binds it to this login.Order.getAutoRenewalCertificate()
Deprecated.Order.getCertificate()
Gets theCertificate
.Methods in org.shredzone.acme4j that return types with arguments of type CertificateModifier and TypeMethodDescriptionCertificate.findCertificate
(String issuer) Finds aCertificate
that was issued by the given issuer name.Certificate.getAlternateCertificates()
Returns alternate certificate chains, if available.Methods in org.shredzone.acme4j with parameters of type CertificateModifier and TypeMethodDescriptionOrderBuilder.replaces
(Certificate certificate) Notifies the CA that the ordered certificate will replace a previously issued certificate.
Order.getCertificate()
for STAR certificates as well.