Package

com.lightbend.lagom.devmode

ssl

Permalink

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. case class KeyStoreMetadata(storeFile: File, storeType: String, storePassword: Array[Char]) extends Product with Serializable

    Permalink

    Information required to open a file-based KeyStore (keystore or trustStore).

    Information required to open a file-based KeyStore (keystore or trustStore).

    storeFile

    the file to read

    storeType

    type of store (e.g. JKS, JCEKS, PKCS12)

    storePassword

    password to open the store

  2. class LagomDevModeSSLHolder extends AnyRef

    Permalink

Ungrouped