Ec
data class Ec(val crv: String, val x: String, val y: String, val d: String? = null, val use: String? = null, val keyOps: List<String>? = null, val alg: String? = null, val kid: String? = null) : Jwk(source)
Elliptic Curve key (kty = "EC"). Public key requires crv, x, and y. Private key additionally requires d. Supported curves: "P-256", "P-384", "P-521".
Constructors
Types
Link copied to clipboard
Thumbprint computed from the EC key parameters crv (curve), x, and y (public key coordinates).