Uses of Class
org.glassfish.jersey.client.SslContextClientBuilder
Packages that use SslContextClientBuilder
-
Uses of SslContextClientBuilder in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return SslContextClientBuilderModifier and TypeMethodDescriptionprotected SslContextClientBuilderSslContextClientBuilder.defaultSslContextProvider(DefaultSslContextProvider defaultSslContextProvider) Set the default SSL context provider.Set the client-side key store.Set the client-side key store.SslContextClientBuilder.sslContext(SSLContext sslContext) Set the SSL context that will be used when creating secured transport connections to server endpoints fromweb targetscreated by the client instance that is using this SSL context.SslContextClientBuilder.trustStore(KeyStore trustStore) Set the client-side trust store.