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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.