zio.http.SSLConfig.Data
See theData companion trait
object Data
Attributes
Members list
Type members
Classlikes
final case class FromJavaxNetSsl(keyManagerKeyStoreType: String = ..., keyManagerSource: Source, keyManagerPassword: Option[Secret] = ..., trustManagerKeyStore: Option[TrustManagerKeyStore] = ...) extends Data
Attributes
- Companion
- object
- Supertypes
- Self type
object FromJavaxNetSsl
Attributes
- Companion
- class
- Supertypes
- Self type
-
FromJavaxNetSsl.type
A new public/private key pair will be generated and self-signed. Useful for testing/developer mode.
final case class TrustManagerKeyStore(trustManagerKeyStoreType: String = ..., trustManagerSource: Source, trustManagerPassword: Option[Secret] = ...)
Attributes
- Companion
- object
- Supertypes
- Self type
object TrustManagerKeyStore
Attributes
- Companion
- class
- Supertypes
- Self type
-
TrustManagerKeyStore.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article