Package org.keycloak.util
Class JWKSUtils
- java.lang.Object
-
- org.keycloak.util.JWKSUtils
-
public class JWKSUtils extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description JWKSUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JWK
getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
static Map<String,PublicKey>
getKeysForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
Deprecated.static PublicKeysWrapper
getKeyWrappersForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
-
-
-
Method Detail
-
getKeysForUse
@Deprecated public static Map<String,PublicKey> getKeysForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
Deprecated.
-
getKeyWrappersForUse
public static PublicKeysWrapper getKeyWrappersForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
-
getKeyForUse
public static JWK getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
-
-