play.core.server

ssl

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSSLEngineProvider extends SSLEngineProvider

    This class calls sslContext.createSSLEngine() with no parameters and returns the result.

Value Members

  1. object DefaultSSLEngineProvider

  2. object FakeKeyStore

    A fake key store

  3. object ServerSSLEngine

    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

    play.http.sslengineprovider
    
    . 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.

  4. object noCATrustManager extends X509TrustManager

Ungrouped