Uses of Interface
org.opensaml.xmlsec.signature.X509Data
-
Packages that use X509Data 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. -
-
Uses of X509Data in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type X509Data Modifier and Type Method Description static List<X509Certificate>
KeyInfoSupport. getCertificates(X509Data x509Data)
Get a list of the JavaX509Certificate
within the givenX509Data
.static List<X509CRL>
KeyInfoSupport. getCRLs(X509Data x509Data)
-
Uses of X509Data in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509Data Modifier and Type Method Description List<X509Data>
KeyInfo. getX509Datas()
Get the list of X509Data child elements.
-