public class JWKSUtils extends Object
| Constructor and Description |
|---|
JWKSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PublicKey |
getKeyForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
static JSONWebKeySet |
sendJwksRequest(KeycloakSession session,
String jwksURI) |
public static JSONWebKeySet sendJwksRequest(KeycloakSession session, String jwksURI) throws IOException
IOExceptionpublic static PublicKey getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
Copyright © 2016 JBoss by Red Hat. All rights reserved.