Uses of Class
org.glassfish.tyrus.client.SslEngineConfigurator
-
Uses of SslEngineConfigurator in org.glassfish.tyrus.client
Modifier and TypeMethodDescriptionSslEngineConfigurator.copy()
SslEngineConfigurator.setCipherConfigured
(boolean isCipherConfigured) SslEngineConfigurator.setClientMode
(boolean clientMode) SetSSLEngine
to be configured to work in client mode.SslEngineConfigurator.setEnabledCipherSuites
(String[] enabledCipherSuites) Set enabled cipher suites.SslEngineConfigurator.setEnabledProtocols
(String[] enabledProtocols) Set enabled protocols.SslEngineConfigurator.setHostnameVerifier
(HostnameVerifier hostnameVerifier) Set custom hostname verifier.SslEngineConfigurator.setHostVerificationEnabled
(boolean hostVerificationEnabled) Set hostname verification.SslEngineConfigurator.setNeedClientAuth
(boolean needClientAuth) Set "need client auth" property.SslEngineConfigurator.setProtocolConfigured
(boolean isProtocolConfigured) SslEngineConfigurator.setWantClientAuth
(boolean wantClientAuth) Set "want client auth" property.ModifierConstructorDescriptionSslEngineConfigurator
(SslEngineConfigurator original) Copy constructor.