API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. Manifest View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      Manifest
Subinterfaces
Description
public interface Manifest
  A representation of the XML Manifest element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public String getId ()
  Returns the Id of this Manifest.
public List getReferences ()
  Returns an unmodifiable list of one or more References that are contained in this Manifest.
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#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).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar