ECPrivateKeyWithKid

fmgp.crypto.ECPrivateKeyWithKid
See theECPrivateKeyWithKid companion object
case class ECPrivateKeyWithKid(kty: EC.type, crv: ECCurve, d: String, x: String, y: String, kid: String) extends ECPrivateKey, ECKeyWithKid, PrivateKeyWithKid

Attributes

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

Members list

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey

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

final override def maybeKid: Some[String]

Attributes

Definition Classes
Inherited from:
WithKid

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final override def withKid(kid: String): ECPrivateKeyWithKid

Attributes

Definition Classes
Inherited from:
ECPrivateKey
final override def withoutKid: ECPrivateKeyWithoutKid

Attributes

Definition Classes
Inherited from:
ECPrivateKey

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey