Members by key type
Key type controls the representation. An RSA JWK uses kty "RSA" and represents its public key with n and e; a private form also carries d and may carry additional private parameters. An EC JWK uses kty "EC", a named crv, and x and y coordinates, plus d for a private key. A symmetric JWK uses kty "oct" and stores the secret in k.