Home > Products > XML Security > XSECT > Features
Home > Products > XML Security > XSECT > Features
|
DigestMethod |
||
|
URI |
specified by |
employed JCA/JCE Algorithm |
|
http://www.w3.org/2000/09/xmldsig#sha1 |
MessageDigest.SHA1 |
|
|
http://www.w3.org/2001/04/xmlenc#sha256 |
MessageDigest.SHA256 |
|
|
http://www.w3.org/2001/04/xmlenc#sha512 |
MessageDigest.SHA512 |
|
|
http://www.w3.org/2001/04/xmlenc#ripemd160 |
MessageDigest.RIPEMD160 |
|
|
http://www.w3.org/2001/04/xmldsig-more#md5 |
MessageDigest.MD5 |
|
|
http://www.w3.org/2001/04/xmldsig-more#sha224 |
MessageDigest.SHA224 |
|
|
http://www.w3.org/2001/04/xmldsig-more#sha384 |
MessageDigest.SHA384 |
|
|
SignatureMethod |
||
|
URI |
specified by |
employed JCA/JCE Algorithm |
|
http://www.w3.org/2000/09/xmldsig#dsa-sha1 |
Signature.DSA |
|
|
http://www.w3.org/2000/09/xmldsig#rsa-sha1 |
Signature.SHA1withRSA |
|
|
http://www.w3.org/2000/09/xmldsig#hmac-sha1 |
Mac.HMAC/SHA |
|
|
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 |
Signature.SHA256withRSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 |
Signature.SHA384withRSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 |
Signature.SHA512withRSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#rsa-md5 |
Signature.MD5withRSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160 |
Signature.RIPEMD160withRSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-sha224 |
Mac.HmacSHA224 |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-sha256 |
Mac.HmacSHA256 |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-sha384 |
Mac.HmacSHA384 |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-sha512 |
Mac.HmacSHA512 |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160 |
Mac.HmacRipeMd160 |
|
|
http://www.w3.org/2001/04/xmldsig-more#hmac-md5 |
Mac.HmacMD5 |
|
|
SignatureMethod requiring the IAIK ECC library |
||
|
http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1 |
Signature.ECDSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224 |
Signature.SHA224withECDSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256 |
Signature.SHA256withECDSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384 |
Signature.SHA384withECDSA |
|
|
http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512 |
Signature.SHA512withECDSA |
|
|
http://www.w3.org/2007/05/xmldsig-more#ecdsa-ripemd160 |
INTERNET-DRAFT
|
Signature.RIPEMD160withECDSA |
|
EncryptionMethod |
||
|
URI |
specified by |
employed JCA/JCE Algorithm |
|
http://www.w3.org/2001/04/xmlenc#tripledes-cbc |
Cipher.DESede/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmlenc#aes128-cbc |
Cipher.AES/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmlenc#aes192-cbc |
Cipher.AES/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmlenc#aes256-cbc |
Cipher.AES/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmlenc#rsa-1_5 |
Cipher.RSA |
|
|
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p |
Cipher.RSA/ECB/OAEP |
|
|
http://www.w3.org/2001/04/xmlenc#kw-tripledes |
Cipher.DESede/CBC/NoPadding |
|
|
http://www.w3.org/2001/04/xmlenc#kw-aes128 |
Cipher.AES/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmlenc#kw-aes192 |
Cipher.AES/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmlenc#kw-aes256 |
Cipher.AES/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmldsig-more#arcfour |
Cipher.ARCFOUR/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmldsig-more#camellia128-cbc |
Cipher.Camellia/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmldsig-more#camellia192-cbc |
Cipher.Camellia/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmldsig-more#camellia256-cbc |
Cipher.Camellia/CBC/ISO10126Padding |
|
|
http://www.w3.org/2001/04/xmldsig-more#kw-camellia128-cbc |
Cipher.Camellia/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmldsig-more#kw-camellia192-cbc |
Cipher.Camellia/ECB/NoPadding |
|
|
http://www.w3.org/2001/04/xmldsig-more#kw-camellia256-cbc |
Cipher.Camellia/ECB/NoPadding |
|
|
Transform |
||
|
URI |
specified by |
employed JCA/JCE Algorithm |
|
http://www.w3.org/2000/09/xmldsig#base64 |
- |
|
|
http://www.w3.org/2000/09/xmldsig#enveloped-signature |
- |
|
|
http://www.w3.org/TR/1999/REC-xpath-19991116 |
- |
|
|
http://www.w3.org/TR/1999/REC-xslt-19991116 |
- |
|
|
http://www.w3.org/2002/06/xmldsig-filter2 |
- |
|
|
CanonicalizationMethod (can also be used as Transform) |
||
|
URI |
specified by |
employed JCA/JCE Algorithm |
|
http://www.w3.org/TR/2001/REC-xml-c14n-20010315 |
- |
|
|
http://www.w3.org/TR/2001/REC-xml-c14n-20010315 |
- |
|
|
http://www.w3.org/2001/10/xml-exc-c14n# |
- |
|
|
http://www.w3.org/2001/10/xml-exc-c14n#WithComments |
- |
|
|
http://www.w3.org/2006/12/xml-c14n11 (Experimental) |
- |
|
|
http://www.w3.org/2006/12/xml-c14n11#WithComments (Experimental) |
- |
