Uses of Interface
org.opensaml.xmlsec.signature.X509Data
Packages that use X509Data
Package
Description
Classes in support of processing XML Signature KeyInfo material.
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 X509DataModifier and TypeMethodDescriptionstatic List<X509Certificate>KeyInfoSupport.getCertificates(X509Data x509Data) Get a list of the JavaX509Certificatewithin the givenX509Data. -
Uses of X509Data in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509DataModifier and TypeMethodDescriptionKeyInfo.getX509Datas()Get the list of X509Data child elements.