Searched defs:Manifest (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DManifest.java26 * $Id: Manifest.java,v 1.7 2005/05/10 16:03:46 mullan Exp $
34 * A representation of the XML <code>Manifest</code> element as defined in
39 * &lt;element name="Manifest" type="ds:ManifestType"/&gt;
48 * A <code>Manifest</code> instance may be created by invoking
56 * Manifest manifest = factory.newManifest(references, "manifest-1");
65 public interface Manifest extends XMLStructure { interface in inherits:XMLStructure
68 * URI that identifies the <code>Manifest</code> element (this can be
72 final static String TYPE = "http://www.w3.org/2000/09/xmldsig#Manifest";
75 * Returns the Id of this <code>Manifest</code>.
77 * @return the Id of this <code>Manifest</cod
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DManifest.java37 * This is OBSOLETE. DO NOT USE THIS. Use java.util.jar.Manifest
45 public class Manifest { class
65 public Manifest() {} method in class:Manifest
67 public Manifest(byte[] bytes) throws IOException { method in class:Manifest
71 public Manifest(InputStream is) throws IOException { method in class:Manifest
79 public Manifest(InputStream is, boolean compute) throws IOException { method in class:Manifest
99 public Manifest(String[] files) throws IOException { method in class:Manifest
101 globals.add("Manifest-Version", VERSION);
103 globals.add("Created-By", "Manifest JDK "+jdkVersion);
215 * It should say "Manifest
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DManifest.java38 * The Manifest class is used to maintain Manifest entry names and their
39 * associated Attributes. There are main Manifest Attributes as well as
40 * per-entry Attributes. For information on the Manifest format, please
43 * Manifest format specification</a>.
49 public class Manifest implements Cloneable { class in inherits:Cloneable
57 * Constructs a new, empty Manifest.
59 public Manifest() { method in class:Manifest
63 * Constructs a new Manifest from the specified input stream.
68 public Manifest(InputStrea method in class:Manifest
77 public Manifest(Manifest man) { method in class:Manifest
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java55 * Handles <code>&lt;ds:Manifest&gt;</code> elements.
59 public class Manifest extends SignatureElementProxy { class in inherits:SignatureElementProxy
63 java.util.logging.Logger.getLogger(Manifest.class.getName());
79 * Consturts {@link Manifest}
83 public Manifest(Document doc) { method in class:Manifest
93 * Constructor Manifest
99 public Manifest(Element element, String BaseURI) method in class:Manifest
170 // add the Element of the Reference object to the Manifest/SignedInfo
229 * @param Id the <code>Id</code> attribute in <code>ds:Manifest</code>
241 * @return the <code>Id</code> attribute in <code>ds:Manifest</cod
[all...]

Completed in 56 milliseconds