ECPrivateKey

fmgp.crypto.ECPrivateKey
See theECPrivateKey companion object
sealed trait ECPrivateKey extends ECKey, PrivateKey

Attributes

Companion
object
Graph
Supertypes
trait PrivateKey
class ECKey
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: ECPublicKey

Attributes

Definition Classes

Concrete methods

final override def withKid(kid: String): ECPrivateKeyWithKid

Attributes

Definition Classes
final override def withoutKid: ECPrivateKeyWithoutKid

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
OKP_EC_Key
override def crv: ECCurve

Attributes

Definition Classes
Inherited from:
ECKey
def d: String

Attributes

Inherited from:
PrivateKey

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey

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

override def kty: EC.type

Attributes

Definition Classes
Inherited from:
ECKey

Attributes

Inherited from:
MaybeKid
def x: String

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key
def y: String

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey