Creates a DOMManifest containing the specified
list of References and optional id.
Creates a DOMManifest containing the specified list of References and optional id.
Parameters: - references - a list of one or more References. The list
is defensively copied to protect against subsequent modification.
- id - the id (may be null Throws: - NullPointerException - if references is
null - IllegalArgumentException - if references is empty
- ClassCastException - if references contains any
entries that are not of type {@link Reference}
publicfinalstaticString 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).