Digest identifier
Identifier | Description |
---|---|
http://www.w3.org/2000/09/xmldsig#sha1 See specification for details. |
Computes the digest of the reference set with Note:
It is the only digest algorithm recommended by the W3C. |
http://www.w3.org/2001/04/xmlenc#sha512 See specification for details. |
Computes the digest of the reference set with
, by applying a hash operation using a SHA algorithm of 512
bits. |
http://www.w3.org/2001/04/xmldsig-more#sha384 See specification for details. |
Computes the digest of the reference set with
, by applying a hash operation using a SHA algorithm of 384
bits. |
http://www.w3.org/2001/04/xmlenc#sha256 See specification for details. |
Computes the digest of the reference set with , by applying a
hash operation using a SHA algorithm of 256 bits. |
http://www.w3.org/2001/04/xmldsig-more#sha224 See specification for details. |
Computes the digest of the reference set with createReference() , by applying a
hash operation using a SHA algorithm of 224 bits. |
http://www.w3.org/2001/04/xmldsig-more#md5 See specification for details. |
Computes the digest of the reference set with createReference() , by applying a
hash operation using a MD5 algorithm. |
http://www.w3.org/2001/04/xmlenc#ripemd160 See specification for details. |
Computes the digest of the reference set with createReference() , by applying a
hash operation using a RIPEMD algorithm. |