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.
|
close
Copyright © 2017–2023. All rights reserved.