Data

object Data
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Data.type

Type members

Classlikes

final case class FromFile(certPath: String, keyPath: String) extends Data
final case class FromResource(certPath: String, keyPath: String) extends Data
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.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror