OKPPrivateKey

fmgp.crypto.OKPPrivateKey
See theOKPPrivateKey companion object
sealed trait OKPPrivateKey extends OKPKey, PrivateKey

Attributes

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

Members list

Value members

Abstract methods

override def toPublicKey: OKPPublicKey

Attributes

Definition Classes

Concrete methods

final override def withKid(kid: String): OKPPrivateKeyWithKid

Attributes

Definition Classes
final override def withoutKid: OKPPrivateKeyWithoutKid

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
OKP_EC_Key
override def crv: OKPCurve

Attributes

Definition Classes
Inherited from:
OKPKey
def d: String

Attributes

Inherited from:
PrivateKey

Attributes

Inherited from:
OKPKey

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

override def kty: OKP.type

Attributes

Definition Classes
Inherited from:
OKPKey

Attributes

Inherited from:
MaybeKid
def x: String

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key