Package org.keycloak.keys
Class PublicKeyStorageUtils
- java.lang.Object
-
- org.keycloak.keys.PublicKeyStorageUtils
-
public class PublicKeyStorageUtils extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description PublicKeyStorageUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getClientModelCacheKey(String realmId, String clientUuid)
static String
getClientModelCacheKey(String realmId, String clientUuid, JWK.Use keyUse)
static String
getIdpModelCacheKey(String realmId, String idpInternalId)
-