Data

zio.http.SSLConfig$.Data$
See theData companion trait
object Data

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Data.type

Members list

Concise view

Type members

Classlikes

final case class FromFile(certPath: String, keyPath: String) extends Data

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any
final case class FromResource(certPath: String, keyPath: String) extends Data

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any
case object Generate extends Data

A new public/private key pair will be generated and self-signed. Useful for testing/developer mode.

A new public/private key pair will be generated and self-signed. Useful for testing/developer mode.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror