Optional
algThe "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.
Optional
use
JsonWebKey represents a JSON Web Key as defined in RFC 7517.
See
https://www.rfc-editor.org/rfc/rfc7517#section-4