Uses of Interface
org.w3.x2000.x09.xmldsig.X509DataDocument

Packages that use X509DataDocument
org.w3.x2000.x09.xmldsig   
org.w3.x2000.x09.xmldsig.impl   
 

Uses of X509DataDocument in org.w3.x2000.x09.xmldsig
 

Methods in org.w3.x2000.x09.xmldsig that return X509DataDocument
static X509DataDocument X509DataDocument.Factory.newInstance()
           
static X509DataDocument X509DataDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.File file)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.InputStream is)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(org.w3c.dom.Node node)
           
static X509DataDocument X509DataDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.Reader r)
           
static X509DataDocument X509DataDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(java.lang.String xmlAsString)
           
static X509DataDocument X509DataDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(java.net.URL u)
           
static X509DataDocument X509DataDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static X509DataDocument X509DataDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static X509DataDocument X509DataDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static X509DataDocument X509DataDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static X509DataDocument X509DataDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of X509DataDocument in org.w3.x2000.x09.xmldsig.impl
 

Classes in org.w3.x2000.x09.xmldsig.impl that implement X509DataDocument
 class X509DataDocumentImpl
          A document containing one X509Data(@http://www.w3.org/2000/09/xmldsig#) element.
 



Copyright © 2009. All Rights Reserved.