public interface SSLEngineProvider
If you want to specify your own SSL engine, define a class implementing this interface. If the implementing class takes ApplicationProvider in the constructor, then the applicationProvider is passed into it, if available.
The path to this class should be configured with the system property
play.server.https.engineProvider
Modifier and Type | Method and Description |
---|---|
javax.net.ssl.SSLEngine |
createSSLEngine() |
javax.net.ssl.SSLContext |
sslContext()
The
SSLContext used to create the SSLEngine. |
javax.net.ssl.SSLEngine createSSLEngine()
javax.net.ssl.SSLContext sslContext()
SSLContext
used to create the SSLEngine.createSSLEngine()