Summary
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.
1
2
3
It allows the key to be decorated with metadata, such as a key ID ("kid") for key identification in databases and enabling key rollover, and a usage parameter ("use") to indicate the key's intended purpose - signing or encryption.
1
4
It can also represent sets of public keys utilizing either the Elliptic Curve or RSA families of algorithms.
2
4
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
The JWK format allows the key to be decorated with metadata. An important piece of metadata is the key ID ("kid"), for key identification in databases and enabling key rollover. The usage parameter ("use") indicates the key's intended purpose - signing or encryption.
How to generate a JSON Web Key (JWK) | Connect2id
connect2id.com
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that ... The kty value is a case-sensitive string. This member MUST be present in a ...
JSON Web Key (JWK)
self-issued.info
Summary
The JSON Web Key (JWK) data structure provides a convenient JSON representation for sets of public keys utilizing either the Elliptic Curve or RSA families of algorithms.
The following example JWK contains two public keys: one using an Elliptic Curve algorithm and a second one using an RSA algorithm.
JSON Web Key (JWK)
openid.net
Summary
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. This specification also defines a JWK Set JSON data structure that represents a set of JWKs.
RFC 7517: JSON Web Key (JWK)
rfc-editor.org
Summary
A JSON Web Key (JWK) is a JSON data structure that represents a set of public keys as a JSON object [RFC4627] . The JWK format is used to represent bare keys; representing certificate chains is an explicit non-goal of this specification
JSON Web Key (JWK)
ietf.org
Auth0 uses the JSON Web Key (JWK) specification to represent the cryptographic keys used for signing RS256 tokens. This specification defines two high-level ...
JSON Web Key Sets
auth0.com