A JSON Web Key Set (JWKS) — a container for one or more Jwk objects.
Typically served from a JWKS discovery endpoint (e.g. /.well-known/jwks.json).
/.well-known/jwks.json
The list of JWK values contained in this key set (RFC 7517 §5.1 keys parameter).
keys
Returns the first key whose Jwk.kid matches kid, or null if not found.
null
Returns all keys whose Jwk.use matches use (e.g. "sig" or "enc").
"sig"
"enc"
Returns a new JwkSet containing only public keys (no private key material).