Package

play.core.server

ssl

Permalink

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSSLEngineProvider extends SSLEngineProvider

    Permalink

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

Value Members

  1. object CertificateGenerator

    Permalink

    Used for testing only.

    Used for testing only. This relies on internal sun.security packages, so cannot be used in OpenJDK.

  2. object DefaultSSLEngineProvider

    Permalink
  3. object FakeKeyStore

    Permalink

    A fake key store

  4. object ServerSSLEngine

    Permalink

    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.

  5. object noCATrustManager extends X509TrustManager

    Permalink

Ungrouped