API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMSignatureProperties View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMSignatureProperties
Implements
 SignatureProperties
Subclasses
Description
publicfinal class DOMSignatureProperties
DOM-based implementation of SignatureProperties.
See also:   
Constructors
public DOMSignatureProperties (Element propsElem) throws MarshalException
  Creates a DOMSignatureProperties from an element.
public DOMSignatureProperties (List properties, String id)
  Creates a DOMSignatureProperties from the specified parameters.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public String getId () [Specified in SignatureProperties]
public List getProperties () [Specified in SignatureProperties]
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
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#SignatureProperties" [Inherited From SignatureProperties]
URI that identifies the SignatureProperties element (this can be specified as the value of the type parameter of the Reference class to identify the referent's type).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar