Uses of Interface
org.opensaml.xmlsec.signature.X509CRL
-
Packages that use X509CRL 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 X509CRL in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return X509CRL Modifier and Type Method Description static X509CRLKeyInfoSupport. buildX509CRL(X509CRL crl)Methods in org.opensaml.xmlsec.keyinfo with parameters of type X509CRL Modifier and Type Method Description static X509CRLKeyInfoSupport. getCRL(X509CRL xmlCRL)Convert anX509CRLinto a native Java representation. -
Uses of X509CRL in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509CRL Modifier and Type Method Description List<X509CRL>X509Data. getX509CRLs()Get the list of X509CRL child elements.
-