XML 数字签名加密算法
CryptXML 本机支持下面列出的 URI。 如果需要支持不属于本机支持的加密算法和转换,则可以使用 加密 API:下一代 和 XML 数字签名加密扩展 来支持新算法。
支持的 URI
摘要方法
常数 | URI 值 |
---|---|
wszURI_XMLNS_DIGSIG_SHA1 |
"https://www.w3.org/2000/09/xmldsig#sha1" |
wszURI_XMLNS_DIGSIG_SHA256 |
"https://www.w3.org/2001/04/xmlenc#sha256" |
wszURI_XMLNS_DIGSIG_SHA384 |
"https://www.w3.org/2001/04/xmldsig-more#sha384" |
wszURI_XMLNS_DIGSIG_SHA512 |
"https://www.w3.org/2001/04/xmlenc#sha512" |
签名方法
常数 | URI 值 |
---|---|
wszURI_XMLNS_DIGSIG_RSA_SHA1 |
"https://www.w3.org/2000/09/xmldsig#rsa-sha1" |
wszURI_XMLNS_DIGSIG_DSA_SHA1 |
"https://www.w3.org/2000/09/xmldsig#dsa-sha1" |
wszURI_XMLNS_DIGSIG_RSA_SHA256 |
"https://www.w3.org/2001/04/xmldsig-more#rsa-sha256" |
wszURI_XMLNS_DIGSIG_RSA_SHA384 |
"https://www.w3.org/2001/04/xmldsig-more#rsa-sha384" |
wszURI_XMLNS_DIGSIG_RSA_SHA512 |
"https://www.w3.org/2001/04/xmldsig-more#rsa-sha512" |
wszURI_XMLNS_DIGSIG_ECDSA_SHA1 |
"https://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1" |
wszURI_XMLNS_DIGSIG_ECDSA_SHA256 |
"https://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256" |
wszURI_XMLNS_DIGSIG_ECDSA_SHA384 |
"https://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384" |
wszURI_XMLNS_DIGSIG_ECDSA_SHA512 |
"https://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512" |
wszURI_XMLNS_DIGSIG_HMAC_SHA1 |
"https://www.w3.org/2000/09/xmldsig#hmac-sha1" |
wszURI_XMLNS_DIGSIG_HMAC_SHA256 |
"https://www.w3.org/2001/04/xmldsig-more#hmac-sha256" |
wszURI_XMLNS_DIGSIG_HMAC_SHA384 |
"https://www.w3.org/2001/04/xmldsig-more#hmac-sha384" |
wszURI_XMLNS_DIGSIG_HMAC_SHA512 |
"https://www.w3.org/2001/04/xmldsig-more#hmac-sha512" |