- setCipherConfigured(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- setClientMode(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
Set SSLEngine to be configured to work in client mode.
- setEnabledCipherSuites(String[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- setEnabledProtocols(String[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets the key manager factory algorithm.
- setKeyPassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Password of the key in the key store.
- setKeyPassword(char[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Password of the key in the key store.
- setKeyStoreBytes(byte[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets key store payload as byte array.
- setKeyStoreFile(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets key store file name, also makes sure that if other key store
configuration parameters are not set to set them to default values.
- setKeyStorePassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Password of key store.
- setKeyStorePassword(char[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Password of key store.
- setKeyStoreProvider(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets the key store provider name.
- setKeyStoreType(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Type of key store.
- setNeedClientAuth(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- setProtocolConfigured(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- setSecurityProtocol(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets the SSLContext protocol.
- setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets the trust manager factory algorithm.
- setTrustStoreBytes(byte[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets trust store payload as byte array.
- setTrustStoreFile(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets trust store file name, also makes sure that if other trust store
configuration parameters are not set to set them to default values.
- setTrustStorePassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Password of trust store.
- setTrustStoreProvider(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Sets the trust store provider name.
- setTrustStoreType(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Type of trust store.
- setWantClientAuth(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- sslContext - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- sslContextConfiguration - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- SslContextConfigurator - Class in org.glassfish.tyrus.container.jdk.client
-
- SslContextConfigurator() - Constructor for class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Default constructor.
- SslContextConfigurator(boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
Constructor that allows you creating empty configuration.
- SslEngineConfigurator - Class in org.glassfish.tyrus.container.jdk.client
-
- SslEngineConfigurator(SSLContext) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
Create SSL Engine configuration basing on passed SSLContext.
- SslEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
Create SSL Engine configuration basing on passed SSLContext,
using passed client mode, need/want client auth parameters.
- SslEngineConfigurator(SslContextConfigurator) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- SslEngineConfigurator(SslContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- SslEngineConfigurator(SslEngineConfigurator) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- SslEngineConfigurator() - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
Default constructor.