fmgp.crypto.ECPrivateKeyWithoutKid
See theECPrivateKeyWithoutKid companion object
case class ECPrivateKeyWithoutKid(kty: EC.type, crv: ECCurve, d: String, x: String, y: String) extends ECPrivateKey, ECKeyWithoutKid, PrivateKeyWithoutKid
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrivateKeyWithoutKidtrait ECKeyWithoutKidtrait WithoutKidtrait 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
- Definition Classes
- Inherited from:
- WithoutKid
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