public class JWKSUtils extends Object
| Constructor and Description |
|---|
JWKSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static JWK |
getKeyForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
static Map<String,PublicKey> |
getKeysForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
public static Map<String,PublicKey> getKeysForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
public static JWK getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
Copyright © 2018 JBoss by Red Hat. All rights reserved.