EC
@Serializable
Represents a IETF RFC7517 Elliptic Curve JWK.
Constructors
Link copied to clipboard
constructor(kty: JwkKeyType, use: JwkKeyUse? = null, kid: String? = null, alg: Jwa? = null, crv: JwkEllipticCurve, x: String, y: String)