PrivateKeyWithKid

fmgp.crypto.PrivateKeyWithKid
See thePrivateKeyWithKid companion object
sealed trait PrivateKeyWithKid extends PrivateKey, WithKid

Attributes

Companion
object
Graph
Supertypes
trait WithKid
trait PrivateKey
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
def d: String

Attributes

Inherited from:
PrivateKey

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

Inherited from:
PrivateKey

Attributes

Definition Classes
Inherited from:
PrivateKey

Attributes

Definition Classes
Inherited from:
PrivateKey
def x: String

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key