fmgp.crypto.ECPublicKeyWithoutKid
See theECPublicKeyWithoutKid companion object
case class ECPublicKeyWithoutKid(kty: EC.type, crv: ECCurve, x: String, y: String) extends ECPublicKey, ECKeyWithoutKid, PublicKeyWithoutKid
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PublicKeyWithoutKidtrait ECKeyWithoutKidtrait WithoutKidtrait ECPublicKeytrait PublicKeyclass ECKeytrait OKP_EC_Keytrait JWKObjtrait MaybeKidclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
OKP_EC_Key -> JWKObj
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- ECKey
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
- Definition Classes
- Inherited from:
- WithoutKid
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Definition Classes
- Inherited from:
- ECPublicKey
Attributes
- Definition Classes
- Inherited from:
- ECPublicKey
Attributes
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- OKP_EC_Key
Attributes
- Inherited from:
- ECKey
In this article