PrismPublicKey

fmgp.did.method.prism.proto.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 and Abstract types

type MirroredElemLabels <: Tuple

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 methods

Givens

Givens

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