Class Manifest
- java.lang.Object
-
- com.sun.xml.security.core.dsig.ManifestType
-
- com.sun.xml.ws.security.opt.crypto.dsig.Manifest
-
- All Implemented Interfaces:
Manifest,XMLStructure
public class Manifest extends ManifestType implements Manifest
- Author:
- root
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.ManifestType
id, reference
-
-
Constructor Summary
Constructors Constructor Description Manifest()Creates a new instance of Manifest
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetReferences()booleanisFeatureSupported(String string)-
Methods inherited from class com.sun.xml.security.core.dsig.ManifestType
getId, getReference, setId
-
-
-
-
Method Detail
-
getReferences
public List getReferences()
- Specified by:
getReferencesin interfaceManifest
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-