JWK into PEM
The `kty` member determines how key material is interpreted. For an RSA public key, `n` and `e` are base64url-encoded unsigned integers. For an EC public key, `crv`, `x`, and `y` identify the curve and point. Private JWKs add private parameters. Conversion places those values into a compatible binary key structure, then represents that structure as labeled PEM text.