zio.http.ClientSSLConfig
See theClientSSLConfig companion trait
object ClientSSLConfig
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
ClientSSLConfig.type
Members list
Type members
Classlikes
case object Default extends ClientSSLConfig
final case class FromCertFile(certPath: String) extends ClientSSLConfig
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
final case class FromCertResource(certPath: String) extends ClientSSLConfig
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
final case class FromClientAndServerCert(serverCertConfig: ClientSSLConfig, clientCertConfig: ClientSSLCertConfig) extends ClientSSLConfig
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
final case class FromJavaxNetSsl(keyManagerKeyStoreType: String = ..., keyManagerSource: Source = ..., keyManagerPassword: Option[Secret] = ..., trustManagerKeyStoreType: String = ..., trustManagerSource: Source = ..., trustManagerPassword: Option[Secret] = ...) extends ClientSSLConfig
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
- Self type
object FromJavaxNetSsl
Attributes
- Companion
- class
- Supertypes
- Self type
-
FromJavaxNetSsl.type
final case class FromTrustStoreFile(trustStorePath: String, trustStorePassword: Secret) extends ClientSSLConfig
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
object FromTrustStoreFile
Attributes
- Companion
- class
- Supertypes
- Self type
-
FromTrustStoreFile.type
final case class FromTrustStoreResource(trustStorePath: String, trustStorePassword: Secret) extends ClientSSLConfig
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientSSLConfigclass Objecttrait Matchableclass AnyShow all
object FromTrustStoreResource
Attributes
- Companion
- class
- Supertypes
- Self type
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete fields
In this article