API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. DigestMethod View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      DigestMethod
Subinterfaces
Description
public interface DigestMethod
  A representation of the XML DigestMethod 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 associated with this DigestMethod.
Fields
Hide/Show inherited fields
publicfinalstatic String RIPEMD160 = "http://www.w3.org/2001/04/xmlenc#ripemd160"
The RIPEMD-160 digest method algorithm URI.
publicfinalstatic String SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1"
The SHA1 digest method algorithm URI.
publicfinalstatic String SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256"
The SHA256 digest method algorithm URI.
publicfinalstatic String SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512"
The SHA512 digest method algorithm URI.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar