fmgp.crypto.OKPPrivateKeyWithKid
See theOKPPrivateKeyWithKid companion object
case class OKPPrivateKeyWithKid(kty: OKP.type, crv: OKPCurve, d: String, x: String, kid: String) extends OKPPrivateKey, OKPKeyWithKid, PrivateKeyWithKid
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrivateKeyWithKidtrait OKPKeyWithKidtrait WithKidtrait OKPPrivateKeytrait PrivateKeyclass OKPKeytrait OKP_EC_Keytrait JWKObjtrait MaybeKidclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
-
OKP_EC_Key -> JWKObj
- Inherited from:
- OKP_EC_Key
use jwsAlgorithmtoSign This might be deprecated in the future.
use jwsAlgorithmtoSign This might be deprecated in the future.
Attributes
- Inherited from:
- OKP_EC_Key
The Algorithmto used for Signing
The Algorithmto used for Signing
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:
- OKPPrivateKey
Attributes
- Definition Classes
- Inherited from:
- OKPPrivateKey
Attributes
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- OKP_EC_Key
In this article