API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. SignatureMethod View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      SignatureMethod
Subinterfaces
Description
public interface SignatureMethod
  A representation of the XML SignatureMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public AlgorithmParameterSpec getParameterSpec () [Specified in AlgorithmMethod]
  Returns the algorithm-specific input parameters of this SignatureMethod.
Fields
Hide/Show inherited fields
publicfinalstatic String DSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#dsa-sha1"
The DSAwithSHA1 (DSS) signature method algorithm URI.
publicfinalstatic String HMAC_SHA1 = "http://www.w3.org/2000/09/xmldsig#hmac-sha1"
The HMAC-SHA1 MAC signature method algorithm URI
publicfinalstatic String RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
The RSAwithSHA1 (PKCS #1) signature method algorithm URI.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar