Constructor and Description |
---|
KeyInfoTools() |
Modifier and Type | Method and 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) |
public static <T> T getContent(Iterable<?> objects, Class<T> clazz)
T
- objects
- clazz
- null
if not found.public static X509Certificate getX509Certificate(KeyInfo keyInfo)
Copyright © 2021 JBoss by Red Hat. All rights reserved.