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

Packages that use X509Data
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
org.opensaml.xml.security.x509 X509 based credential and trust class. 
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. 
org.opensaml.xml.signature.validator   
 

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

Methods in org.opensaml.xml.security.keyinfo with parameters of type X509Data
static java.util.List<java.security.cert.X509Certificate> KeyInfoHelper.getCertificates(X509Data x509Data)
          Get a list of the Java X509Certificate within the given X509Data.
static java.util.List<java.security.cert.X509CRL> KeyInfoHelper.getCRLs(X509Data x509Data)
          Get a list of the Java X509CRLs within the given X509Data.
 

Uses of X509Data in org.opensaml.xml.security.keyinfo.provider
 

Methods in org.opensaml.xml.security.keyinfo.provider with parameters of type X509Data
protected  java.security.cert.X509Certificate InlineX509DataProvider.findEntityCert(java.util.List<java.security.cert.X509Certificate> certs, X509Data x509Data, java.security.PublicKey resolvedKey)
          Find the end-entity cert in the list of certs contained in the X509Data.
 

Uses of X509Data in org.opensaml.xml.security.x509
 

Methods in org.opensaml.xml.security.x509 with parameters of type X509Data
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509DataOptions(X509Data x509Data, java.security.cert.X509Certificate cert)
          Process the options related to generation of child elements of X509Data based on certificate data.
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509IssuerSerial(X509Data x509Data, java.security.cert.X509Certificate cert)
          Process the options related to generation of the X509IssuerSerial child element of X509Data based on certificate data.
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509SKI(X509Data x509Data, java.security.cert.X509Certificate cert)
          Process the options related to generation of the X509SKI child element of X509Data based on certificate data.
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertX509SubjectName(X509Data x509Data, java.security.cert.X509Certificate cert)
          Process the options related to generation of the X509SubjectDN child element of X509Data based on certificate data.
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCRLs(KeyInfo keyInfo, X509Data x509Data, X509Credential credential)
          Process the value of X509Credential.getCRLs().
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificate(KeyInfo keyInfo, X509Data x509Data, X509Credential credential)
          Process the value of X509Credential.getEntityCertificate().
protected  void X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificateChain(KeyInfo keyInfo, X509Data x509Data, X509Credential credential)
          Process the value of X509Credential.getEntityCertificateChain().
 

Uses of X509Data in org.opensaml.xml.signature
 

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

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

Classes in org.opensaml.xml.signature.impl that implement X509Data
 class X509DataImpl
          Concrete implementation of X509Data.
 

Methods in org.opensaml.xml.signature.impl that return X509Data
 X509Data X509DataBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 X509Data X509DataBuilder.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 X509Data
 java.util.List<X509Data> KeyInfoTypeImpl.getX509Datas()
          Get the list of X509Data child elements.
 

Uses of X509Data in org.opensaml.xml.signature.validator
 

Methods in org.opensaml.xml.signature.validator with parameters of type X509Data
 void X509DataSchemaValidator.validate(X509Data xmlObject)
          Checks to see if a XMLObject is valid.
protected  void X509DataSchemaValidator.validateChildrenNamespaces(X509Data xmlObject)
          Validate that all children are either ones defined within the XML Signature schema, or are from another namespace.
protected  void X509DataSchemaValidator.validateChildrenPresence(X509Data xmlObject)
          Validate that at least child is present.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.