Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
org.forgerock.json.jose.jwk.store |
This package contains classes to manage a JWKs URI.
|
Modifier and Type | Method and Description |
---|---|
JWKSet |
JWKSetParser.jwkSet(URL url)
Provides a jwks set as indicated by the JWKSet's URL.
|
static JWKSet |
JWKSet.parse(JsonValue json)
Parses a JWKSet object from a jsonValue object.
|
static JWKSet |
JWKSet.parse(String json)
Parses a JWKSet object from a string json object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Key> |
JWKSetParser.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.
|
Modifier and Type | Method and Description |
---|---|
Pair<JWKSet,Instant> |
JwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.
|
Promise<JWKSet,FailedToLoadJWKException> |
JwksStore.getLatestJwkSet()
Returns the latest non expired successfully loaded JWK Set.
|
Copyright 2010-2022 ForgeRock AS.