API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMSignatureProperty View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMSignatureProperty
Implements
 SignatureProperty
Subclasses
Description
publicfinal class DOMSignatureProperty
DOM-based implementation of SignatureProperty.
See also:   
Constructors
public DOMSignatureProperty (Element propElem) throws MarshalException
  Creates a DOMSignatureProperty from an element.
public DOMSignatureProperty (List content, String target, String id)
  Creates a SignatureProperty from the specified parameters.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public List getContent () [Specified in SignatureProperty]
public String getId () [Specified in SignatureProperty]
public String getTarget () [Specified in SignatureProperty]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar