Uses of Class
io.helidon.integrations.oci.tls.certificates.spi.OciCertificatesDownloader.Certificates
Package
Description
Helidon Integrations SPI of OCI Certificates Service.
-
Uses of OciCertificatesDownloader.Certificates in io.helidon.integrations.oci.tls.certificates.spi
Modifier and TypeMethodDescriptionOciCertificatesDownloader.create
(String version, X509Certificate[] certificates) Creates a Certificates instance given its version and array of certificates.OciCertificatesDownloader.loadCertificates
(String certOcid) The implementation will download the certificate chain identified by the given ocid from the OCI Certificates Service.