Uses of Class
com.couchbase.analytics.client.java.internal.TrustSource
Packages that use TrustSource
Package
Description
Bits and bobs that are internal to the Analytics client.
-
Uses of TrustSource in com.couchbase.analytics.client.java.internal
Methods in com.couchbase.analytics.client.java.internal that return TrustSourceModifier and TypeMethodDescriptionstatic TrustSourceReturns a new instance that trusts the certificates in the specified PEM file.static TrustSourceTrustSource.from(List<X509Certificate> certificates) Returns a new instance that trusts the specified certificates.static TrustSourceTrustSource.from(TrustManagerFactory factory) Returns a new instance backed by the specified factory.static TrustSourceTrustSource.fromJvm()Returns a new instance that trusts the certificate authorities trusted by this Java runtime environment.static TrustSourceTrustSource.fromJvmAndCapella()Returns a new instance that trusts the certificate authorities trusted by this Java runtime environment, plus the Capella production certificate.static TrustSourceTrustSource.insecure()Returns a new instance that does not verify server certificates.