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

Packages that use X509Certificate
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 X509Certificate in org.opensaml.xml.security.keyinfo
 

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

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

Uses of X509Certificate in org.opensaml.xml.signature
 

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

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

Classes in org.opensaml.xml.signature.impl that implement X509Certificate
 class X509CertificateImpl
          Concrete implementation of X509Certificate.
 

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



Copyright © 2006-2011 Internet2. All Rights Reserved.