Optional
algThe "d" (private exponent) parameter contains the private exponent value for the RSA private key.
The "dp" (first factor CRT exponent) parameter contains the Chinese Remainder Theorem (CRT) exponent of the first factor.
The "dq" (second factor CRT exponent) parameter contains the CRT exponent of the second factor.
The "e" (exponent) parameter contains the exponent value for the RSA public key.
Optional
key_Optional
kidThe kid
(key ID) parameter is used to match a specific key.
Recommended that kid is set to the fingerprint of the public key.
The "n" (modulus) parameter contains the modulus value for the RSA public key.
The "p" (first prime factor) parameter contains the first prime factor.
The "q" (second prime factor) parameter contains the second prime factor.
The "qi" (first CRT coefficient) parameter contains the CRT coefficient of the second factor.
Optional
use
JsonWebKey represents a JSON Web Key as defined in RFC 7517.
See
https://www.rfc-editor.org/rfc/rfc7517#section-4