Package org.keycloak.crypto
Class PublicKeysWrapper
java.lang.Object
org.keycloak.crypto.PublicKeysWrapper
- Author:
- Marek Posolda
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetKeyByKidAndAlg(String kid, String alg) Find an appropriate key given a KID and algorithm.getKeys()getKids()
- 
Field Details- 
EMPTY
 
- 
- 
Constructor Details- 
PublicKeysWrapper
 
- 
- 
Method Details- 
getKeys
- 
getKids
- 
getKeyByKidAndAlgFind an appropriate key given a KID and algorithm. Prefer matching on both parameters, but may partially match on KID only. Or if KID is not provided, the algorithm. Will use a flagged default client certificate otherwise, if a match is not found.- Parameters:
- kid- rfc7517 KID parameter
- alg- rfc7517 alg parameter
- Returns:
- KeyWrappermatching given parameters
 
 
-