package ssl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class KeyStoreConfig(keystoreType: KeyStoreType, path: Path, password: String, keyPassword: Option[String]) extends Product with Serializable
- sealed trait KeyStoreType extends AnyRef
- sealed trait Protocol extends AnyRef
- final case class SslContextConfig(protocol: Protocol = TLS, keystore: Option[KeyStoreConfig] = None, truststore: Option[KeyStoreConfig] = None, loadSystemKeyManagers: Boolean = true, loadSystemTrustManagers: Boolean = true) extends Product with Serializable
Value Members
- object KeyStoreType
- object Protocol
- object SslContextModule