Class KeyInfoTools
java.lang.Object
org.keycloak.saml.processing.api.util.KeyInfoTools
Tools for 
KeyInfo object manipulation.- Author:
 - hmlnarik
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetContent(Iterable<?> objects, Class<T> clazz) Returns the first object of the given class from the given Iterable.static KeyNamegetKeyName(KeyInfo keyInfo) static X509CertificategetX509Certificate(KeyInfo keyInfo) static X509DatagetX509Data(KeyInfo keyInfo)  
- 
Constructor Details
- 
KeyInfoTools
public KeyInfoTools() 
 - 
 - 
Method Details
- 
getContent
Returns the first object of the given class from the given Iterable.- Type Parameters:
 T-- Parameters:
 objects-clazz-- Returns:
 - The object or 
nullif not found. 
 - 
getKeyName
 - 
getX509Data
 - 
getX509Certificate
 
 -