Packages

package ssl

Type Members

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

    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

Ungrouped