Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
Modifier and Type | Method and Description |
---|---|
protected SslContextClientBuilder |
SslContextClientBuilder.defaultSslContextProvider(DefaultSslContextProvider defaultSslContextProvider)
Set the default SSL context provider.
|
SslContextClientBuilder |
SslContextClientBuilder.keyStore(KeyStore keyStore,
char[] password)
Set the client-side key store.
|
SslContextClientBuilder |
SslContextClientBuilder.keyStore(KeyStore keyStore,
String password)
Set the client-side key store.
|
SslContextClientBuilder |
SslContextClientBuilder.sslContext(SSLContext sslContext)
Set the SSL context that will be used when creating secured transport connections
to server endpoints from
web targets created by the client
instance that is using this SSL context. |
SslContextClientBuilder |
SslContextClientBuilder.trustStore(KeyStore trustStore)
Set the client-side trust store.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.