package ssl
Type Members
-
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
- class LagomDevModeSSLHolder extends AnyRef