Class KeyInfoTools
- java.lang.Object
-
- org.keycloak.saml.processing.api.util.KeyInfoTools
-
-
Constructor Summary
Constructors Constructor Description KeyInfoTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getContent(Iterable<?> objects, Class<T> clazz)
Returns the first object of the given class from the given Iterable.static KeyName
getKeyName(KeyInfo keyInfo)
static X509Certificate
getX509Certificate(KeyInfo keyInfo)
static X509Data
getX509Data(KeyInfo keyInfo)
-
-
-
Method Detail
-
getContent
public static <T> T getContent(Iterable<?> objects, Class<T> clazz)
Returns the first object of the given class from the given Iterable.- Type Parameters:
T
-- Parameters:
objects
-clazz
-- Returns:
- The object or
null
if not found.
-
getX509Certificate
public static X509Certificate getX509Certificate(KeyInfo keyInfo)
-
-