| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurator |
SslEngineConfigurator.copy()
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setCipherConfigured(boolean isCipherConfigured)
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setClientMode(boolean clientMode)
Deprecated.
Set
SSLEngine to be configured to work in client mode. |
SslEngineConfigurator |
SslEngineConfigurator.setEnabledCipherSuites(java.lang.String[] enabledCipherSuites)
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setEnabledProtocols(java.lang.String[] enabledProtocols)
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setNeedClientAuth(boolean needClientAuth)
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setProtocolConfigured(boolean isProtocolConfigured)
Deprecated.
|
SslEngineConfigurator |
SslEngineConfigurator.setWantClientAuth(boolean wantClientAuth)
Deprecated.
|
| Constructor and Description |
|---|
SslEngineConfigurator(SslEngineConfigurator pattern)
Deprecated.
|
Copyright © 2012–2025 Oracle Corporation. All rights reserved.