Class CbCertificates
java.lang.Object
com.couchbase.analytics.client.java.internal.utils.security.CbCertificates
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<X509Certificate> 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
-
getJvmCertificates
Returns the Certificate Authority (CA) certificates trusted by the JVM's default trust manager. -
getCapellaCaCertificates
-
getNonProdCertificates
Returns the Certificate Authority (CA) certificates used by Couchbase internal pre-production clusters. -
parse
- Parameters:
pemCertificates- The PEM-encoded certificate(s) to decode and return.
-
read
-
read
-