com.sun.xml.ws.security.opt.crypto.dsig
Class Manifest

java.lang.Object
  extended by com.sun.xml.security.core.dsig.ManifestType
      extended by 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
 
Fields inherited from interface javax.xml.crypto.dsig.Manifest
TYPE
 
Constructor Summary
Manifest()
          Creates a new instance of Manifest
 
Method Summary
 List getReferences()
           
 boolean isFeatureSupported(String string)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.ManifestType
getId, getReference, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.dsig.Manifest
getId
 

Constructor Detail

Manifest

public Manifest()
Creates a new instance of Manifest

Method Detail

getReferences

public List getReferences()
Specified by:
getReferences in interface Manifest

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.