static interface TLSTM.SSLEngineConfigurator
| Modifier and Type | Method and Description |
|---|---|
void |
configure(javax.net.ssl.SSLEngine sslEngine)
Configure the supplied SSLEngine for TLS.
|
javax.net.ssl.SSLContext |
getSSLContext(boolean useClientMode,
TransportStateReference transportStateReference)
Gets the SSLContext for this SSL connection.
|
void configure(javax.net.ssl.SSLEngine sslEngine)
sslEngine - a SSLEngine to configure.javax.net.ssl.SSLContext getSSLContext(boolean useClientMode,
TransportStateReference transportStateReference)
useClientMode - true if the connection is established in client mode.transportStateReference - the transportStateReference with additional
security information for the SSL connection
to establish.