Uses of Class
com.myjeeva.digitalocean.pojo.Certificate
Packages that use Certificate
Package
Description
-
Uses of Certificate in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return CertificateModifier and TypeMethodDescriptionDigitalOcean.createCertificate(Certificate certificate) Method allows you to create a new certificate.DigitalOcean.createLetsEncryptCertificate(Certificate certificate) Method allows you to create a new Let's Encrypt certificate.DigitalOcean.getCertificateInfo(String certificateId) Method returns the Certificate information for given certificate ID.Methods in com.myjeeva.digitalocean with parameters of type CertificateModifier and TypeMethodDescriptionDigitalOcean.createCertificate(Certificate certificate) Method allows you to create a new certificate.DigitalOcean.createLetsEncryptCertificate(Certificate certificate) Method allows you to create a new Let's Encrypt certificate. -
Uses of Certificate in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return CertificateModifier and TypeMethodDescriptionDigitalOceanClient.createCertificate(Certificate certificate) DigitalOceanClient.createLetsEncryptCertificate(Certificate certificate) DigitalOceanClient.getCertificateInfo(String certificateId) Methods in com.myjeeva.digitalocean.impl with parameters of type CertificateModifier and TypeMethodDescriptionDigitalOceanClient.createCertificate(Certificate certificate) DigitalOceanClient.createLetsEncryptCertificate(Certificate certificate) -
Uses of Certificate in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type CertificateMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type CertificateModifier and TypeMethodDescriptionvoidCertificates.setCertificates(List<Certificate> certificates)