Uses of Class
com.clickhouse.client.api.internal.SslContextProvider.Builder
Packages that use SslContextProvider.Builder
-
Uses of SslContextProvider.Builder in com.clickhouse.client.api.internal
Methods in com.clickhouse.client.api.internal that return SslContextProvider.BuilderModifier and TypeMethodDescriptionSslContextProvider.builder()Creates a newSslContextProvider.Builderfor assembling anSSLContext.SslContextProvider.Builder.clientCertificate(String clientCert, String clientKey) Sets the client certificate and key applied for mutual TLS.SslContextProvider.Builder.rootCertificate(String rootCertificate) Trust strategy: validate the server certificate against the given CA certificate.SslContextProvider.Builder.trustAllCertificates()Trust strategy: accept any server certificate without validating it (no server identity check).SslContextProvider.Builder.trustStore(String path, String password, String type) Trust strategy: validate the server certificate against the given trust store.