public interface SslEngineFactory extends AutoCloseable
Note that, for advanced use cases (such as bypassing the JDK in favor of another SSL
implementation), the driver's internal API provides a lower-level interface: SslHandlerFactory.
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
newSslEngine(EndPoint remoteEndpoint)
Creates a new SSL engine each time a connection is established.
|
closeCopyright © 2017–2019. All rights reserved.