This class calls sslContext.createSSLEngine() with no parameters and returns the result.
A fake key store
This singleton object looks for a class of {{play.server.api.SSLEngineProvider}} or {{play.server.SSLEngineProvider}} in the system property
play.http.sslengineprovider.
This singleton object looks for a class of {{play.server.api.SSLEngineProvider}} or {{play.server.SSLEngineProvider}} in the system property
. if there is no instance found, it uses DefaultSSLEngineProvider.If the class of {{SSLEngineProvider}} defined has a constructor with {{play.core.ApplicationProvider}} (for Scala) or {{play.server.ApplicationProvider}} (for Java), then an application provider is passed in when a new instance of the class is created.
play.http.sslengineprovider DefaultSSLEngineProvider. If the class of {{SSLEngineProvider}} defined has a constructor with {{play.core.ApplicationProvider}} (for Scala) or {{play.server.ApplicationProvider}} (for Java), then an application provider is passed in when a new instance of the class is created.