PrismPublicKey

fmgp.prism.PrismPublicKey
See thePrismPublicKey companion trait

Attributes

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

Members list

Type members

Classlikes

case class CompressedECKey(id: String, usage: PrismKeyUsage, curve: String, data: Array[Byte]) extends PrismPublicKey, PrismPublicKey_TMP

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait PrismPublicKey_TMP extends PrismPublicKey

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
case class UncompressedECKey(id: String, usage: PrismKeyUsage, curve: String, x: Array[Byte], y: Array[Byte]) extends PrismPublicKey, PrismPublicKey_TMP

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VoidKey(id: String, reason: String) extends PrismPublicKey

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

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

Value members

Givens

Givens

given decoder: JsonDecoder[PrismPublicKey]
given encoder: JsonEncoder[PrismPublicKey]