|
Préférences
Moteurs de recherche
|
|||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig
|
||||||||||||||
| Field Summary | |
|---|---|
static String |
TYPE
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). |
| Method Summary | |
|---|---|
String |
getId()
Returns the Id of this Manifest. |
List |
getReferences()
Returns an unmodifiable
list of one or more References that are contained in this
Manifest. |
| Methods inherited from interface javax.xml.crypto.XMLStructure |
|---|
isFeatureSupported |
| Field Detail |
|---|
static final String TYPE
Manifest element (this can be
specified as the value of the type parameter of the
Reference class to identify the referent's type).
| Method Detail |
|---|
String getId()
Manifest.
Manifest (or null
if not specified)List getReferences()
unmodifiable
list of one or more References that are contained in this
Manifest.
References