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

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Data
class Object
trait Matchable
class Any
Show all
Self type
Generate.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields