API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. SignatureProperties View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      SignatureProperties
Subinterfaces
Description
public interface SignatureProperties
  A representation of the XML SignatureProperties element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public String getId ()
  Returns the Id of this SignatureProperties.
public List getProperties ()
  Returns an unmodifiable list of one or more SignaturePropertys that are contained in this SignatureProperties.
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#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).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar