Class Certificates
java.lang.Object
com.couchbase.columnar.client.java.internal.Certificates
Utility methods for reading TLS certificates from various locations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<X509Certificate> Returns the Certificate Authority (CA) certificates used by Couchbase Capella.static List
<X509Certificate> Returns the Certificate Authority (CA) certificates trusted by the JVM's default trust manager.static List
<X509Certificate> Returns the Certificate Authority (CA) certificates used by Couchbase internal pre-production clusters.static List
<X509Certificate> static List
<X509Certificate> read
(InputStream pemStream) static List
<X509Certificate>
-
Method Details
-
parse
- Parameters:
pemCertificates
- The PEM-encoded certificate(s) to decode and return.
-
read
-
read
-
getJvmCertificates
Returns the Certificate Authority (CA) certificates trusted by the JVM's default trust manager. -
getCapellaCertificates
Returns the Certificate Authority (CA) certificates used by Couchbase Capella. -
getNonProdCertificates
Returns the Certificate Authority (CA) certificates used by Couchbase internal pre-production clusters.
-