Uses of Interface
org.opensaml.xml.signature.X509CRL

Packages that use X509CRL
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of X509CRL in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo that return X509CRL
static X509CRL KeyInfoHelper.buildX509CRL(java.security.cert.X509CRL crl)
          Builds an X509CRL XMLObject from a native Java X509CRL.
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type X509CRL
static java.security.cert.X509CRL KeyInfoHelper.getCRL(X509CRL xmlCRL)
          Convert an X509CRL into a native Java representation.
 

Uses of X509CRL in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type X509CRL
 java.util.List<X509CRL> X509Data.getX509CRLs()
          Get the list of X509CRL child elements.
 

Uses of X509CRL in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement X509CRL
 class X509CRLImpl
          Concrete implementation of X509CRL.
 

Methods in org.opensaml.xml.signature.impl that return X509CRL
 X509CRL X509CRLBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 X509CRL X509CRLBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 

Methods in org.opensaml.xml.signature.impl that return types with arguments of type X509CRL
 java.util.List<X509CRL> X509DataImpl.getX509CRLs()
          Get the list of X509CRL child elements.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.