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 Serializabletrait Producttrait Equalstrait PrivateKeyWithKidtrait ECKeyWithKidtrait WithKidtrait ECPrivateKeytrait PrivateKeyclass ECKeytrait OKP_EC_Keytrait JWKObjtrait MaybeKidclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- ECKey
https://identity.foundation/didcomm-messaging/spec/#algorithms
Attributes
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Definition Classes
- Inherited from:
- ECPrivateKey
Attributes
- Definition Classes
- Inherited from:
- ECPrivateKey
Attributes
- Inherited from:
- OKP_EC_Key
In this article