PublicKeyWithKid

fmgp.crypto.PublicKeyWithKid
See thePublicKeyWithKid companion object
sealed trait PublicKeyWithKid extends PublicKey, WithKid

Attributes

Companion
object
Graph
Supertypes
trait WithKid
trait PublicKey
trait OKP_EC_Key
trait JWKObj
trait MaybeKid
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

Attributes

Inherited from:
OKP_EC_Key
def crv: Curve

Attributes

Inherited from:
OKP_EC_Key

https://identity.foundation/didcomm-messaging/spec/#algorithms

def kid: String

Attributes

Inherited from:
WithKid
def kty: KTY

Attributes

Inherited from:
OKP_EC_Key
final override def maybeKid: Some[String]

Attributes

Definition Classes
Inherited from:
WithKid

Attributes

Definition Classes
Inherited from:
PublicKey

Attributes

Definition Classes
Inherited from:
PublicKey
def x: String

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key