Package | Description |
---|---|
org.glassfish.tyrus.client |
Common Client.
|
Modifier and Type | Method and Description |
---|---|
SslEngineConfigurator |
SslEngineConfigurator.copy() |
SslEngineConfigurator |
SslEngineConfigurator.setCipherConfigured(boolean isCipherConfigured) |
SslEngineConfigurator |
SslEngineConfigurator.setClientMode(boolean clientMode)
Set
SSLEngine to be configured to work in client mode. |
SslEngineConfigurator |
SslEngineConfigurator.setEnabledCipherSuites(java.lang.String[] enabledCipherSuites)
Set enabled cipher suites.
|
SslEngineConfigurator |
SslEngineConfigurator.setEnabledProtocols(java.lang.String[] enabledProtocols)
Set enabled protocols.
|
SslEngineConfigurator |
SslEngineConfigurator.setHostnameVerifier(javax.net.ssl.HostnameVerifier hostnameVerifier)
Set custom hostname verifier.
|
SslEngineConfigurator |
SslEngineConfigurator.setHostVerificationEnabled(boolean hostVerificationEnabled)
Set hostname verification.
|
SslEngineConfigurator |
SslEngineConfigurator.setNeedClientAuth(boolean needClientAuth)
Set "need client auth" property.
|
SslEngineConfigurator |
SslEngineConfigurator.setProtocolConfigured(boolean isProtocolConfigured) |
SslEngineConfigurator |
SslEngineConfigurator.setWantClientAuth(boolean wantClientAuth)
Set "want client auth" property.
|
Constructor and Description |
---|
SslEngineConfigurator(SslEngineConfigurator original)
Copy constructor.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.