ECPrivateKey

fmgp.crypto.ECPrivateKey
See theECPrivateKey companion object
case class ECPrivateKey(kty: KTY, crv: Curve, d: String, x: String, y: String, kid: Option[String]) extends ECKey, PrivateKey

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PrivateKey
class ECKey
class OKP_EC_Key
trait JWKObj
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey