Uses of Class
com.couchbase.columnar.client.java.internal.TrustSource
Packages that use TrustSource
Package
Description
Classes in this package are not part of the SDK's public API,
and may change in any way at any time.
-
Uses of TrustSource in com.couchbase.columnar.client.java.internal
Methods in com.couchbase.columnar.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.insecure()Returns a new instance that does not verify server certificates.