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 existingCertificateand binds it to this login.Order.getCertificate()Gets theCertificate.Methods in org.shredzone.acme4j that return types with arguments of type CertificateModifier and TypeMethodDescriptionCertificate.findCertificate(String issuer) Finds aCertificatethat 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.