Package org.keycloak.crypto
Class PublicKeysWrapper
- java.lang.Object
- 
- org.keycloak.crypto.PublicKeysWrapper
 
- 
 public class PublicKeysWrapper extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static PublicKeysWrapperEMPTY
 - 
Constructor SummaryConstructors Constructor Description PublicKeysWrapper(List<KeyWrapper> keys)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyWrappergetKeyByKidAndAlg(String kid, String alg)List<KeyWrapper>getKeys()List<String>getKids()
 
- 
- 
- 
Field Detail- 
EMPTYpublic static final PublicKeysWrapper EMPTY 
 
- 
 - 
Constructor Detail- 
PublicKeysWrapperpublic PublicKeysWrapper(List<KeyWrapper> keys) 
 
- 
 - 
Method Detail- 
getKeyspublic List<KeyWrapper> getKeys() 
 - 
getKeyByKidAndAlgpublic KeyWrapper getKeyByKidAndAlg(String kid, String alg) 
 
- 
 
-