API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMManifest View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMManifest
Implements
 Manifest
Subclasses
Description
publicfinal class DOMManifest
DOM-based implementation of Manifest.
See also:   
Constructors
public DOMManifest (Element manElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMManifest from an element.
public DOMManifest (List references, String id)
  Creates a DOMManifest containing the specified list of References and optional id.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public String getId () [Specified in Manifest]
public List getReferences () [Specified in Manifest]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#Manifest" [Inherited From Manifest]
URI that identifies the Manifest element (this can be specified as the value of the type parameter of the Reference class to identify the referent's type).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar