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 Any
Members list
Keywords
- no keywords
- final
- override
Inherited
- Not inherited
- ECKey
- ECPrivateKey
- OKP_EC_Key
- Product
- WithKid
In this article