Uses of Class
org.forgerock.json.jose.jwk.JWKSet
Packages that use JWKSet
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of JWKSet in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return JWKSetModifier and TypeMethodDescriptionProvides a jwks set as indicated by the JWKSet's URL.static JWKSet
Parses a JWKSet object from a string json object.static JWKSet
Parses a JWKSet object from a jsonValue object.Methods in org.forgerock.json.jose.jwk with parameters of type JWKSetModifier and TypeMethodDescriptionJWKSetParser.jwkSetToMap
(JWKSet jwkSet) Converts a supplied JWKSet into a map of key:values, where the keys are the keyIds and the values are verification keys.