Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
Modifier and Type | Method and Description |
---|---|
static List<X509Certificate> |
KeyInfoSupport.getCertificates(X509Data x509Data)
Get a list of the Java
X509Certificate within the given X509Data . |
static List<X509CRL> |
KeyInfoSupport.getCRLs(X509Data x509Data)
|
Modifier and Type | Method and Description |
---|---|
List<X509Data> |
KeyInfo.getX509Datas()
Get the list of X509Data child elements.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.