Modifier and Type | Method and Description |
---|---|
SSLEngineConfigurator |
NetworkListener.getSslEngineConfig() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkListener.setSSLEngineConfig(SSLEngineConfigurator sslEngineConfig)
Provides customization of the
SSLEngine used by this listener. |
Constructor and Description |
---|
SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator) |
Constructor and Description |
---|
FooBarSNIResolver(SSLEngineConfigurator fooSSLEngineConfig,
SSLEngineConfigurator barSSLEngineConfig) |
Modifier and Type | Method and Description |
---|---|
protected static SSLEngineConfigurator |
ServerUtils.getServerSSLEngineConfigurator()
Initializes SSLEngine configurator.
|
Modifier and Type | Method and Description |
---|---|
static SNIConfig |
SNIConfig.newClientConfig(String host,
SSLEngineConfigurator sslEngineConfigurator) |
static SNIConfig |
SNIConfig.newServerConfig(SSLEngineConfigurator sslEngineConfigurator) |
Constructor and Description |
---|
SNIFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator)
Construct an SNIFilter with the given default client and server
side
SSLEngineConfigurator . |
SNIFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Construct an SNIFilter with the given default
SSLEngineConfigurator . |
Modifier and Type | Method and Description |
---|---|
SSLEngineConfigurator |
SSLEngineConfigurator.copy() |
SSLEngineConfigurator |
SSLCodec.getClientSSLEngineConfig() |
SSLEngineConfigurator |
SSLFilter.getClientSSLEngineConfigurator() |
SSLEngineConfigurator |
SSLCodec.getServerSSLEngineConfig() |
SSLEngineConfigurator |
SSLBaseFilter.getServerSSLEngineConfigurator() |
SSLEngineConfigurator |
SSLEngineConfigurator.setCipherConfigured(boolean isCipherConfigured) |
SSLEngineConfigurator |
SSLEngineConfigurator.setClientMode(boolean clientMode)
Set
SSLEngine to be configured to work in client mode. |
SSLEngineConfigurator |
SSLEngineConfigurator.setEnabledCipherSuites(String[] enabledCipherSuites)
Sets a list of enabled cipher suites.
|
SSLEngineConfigurator |
SSLEngineConfigurator.setEnabledProtocols(String[] enabledProtocols)
Sets a list of enabled protocols.
|
SSLEngineConfigurator |
SSLEngineConfigurator.setNeedClientAuth(boolean needClientAuth) |
SSLEngineConfigurator |
SSLEngineConfigurator.setProtocolConfigured(boolean isProtocolConfigured) |
SSLEngineConfigurator |
SSLEngineConfigurator.setWantClientAuth(boolean wantClientAuth) |
Modifier and Type | Method and Description |
---|---|
protected SSLEngine |
SSLFilter.createClientSSLEngine(SSLConnectionContext sslCtx,
SSLEngineConfigurator sslEngineConfigurator) |
protected void |
SSLFilter.handshake(Connection<?> connection,
CompletionHandler<SSLEngine> completionHandler,
Object dstAddress,
SSLEngineConfigurator sslEngineConfigurator,
FilterChainContext context,
boolean forceBeginHandshake) |
void |
SSLFilter.handshake(Connection connection,
CompletionHandler<SSLEngine> completionHandler,
Object dstAddress,
SSLEngineConfigurator sslEngineConfigurator) |
Future<SSLEngine> |
SSLCodec.handshake(Connection connection,
SSLEngineConfigurator configurator) |
Future<SSLEngine> |
SSLStreamWriter.handshake(SSLStreamReader sslStreamReader,
SSLEngineConfigurator configurator) |
Future<SSLEngine> |
SSLStreamWriter.handshake(SSLStreamReader sslStreamReader,
SSLEngineConfigurator configurator,
CompletionHandler<SSLEngine> completionHandler) |
Constructor and Description |
---|
SSLBaseFilter(SSLEngineConfigurator serverSSLEngineConfigurator)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLBaseFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLEngineConfigurator(SSLEngineConfigurator pattern) |
SSLFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLHandshakeCondition(StreamReader streamReader,
StreamWriter streamWriter,
SSLEngineConfigurator configurator,
SSLEngine sslEngine,
SSLStreamWriter.HandshakeCompletionHandler completionHandler) |
Copyright © 2021 Oracle Corporation. All rights reserved.