Here's the list of things that needs to be added eventually to NativeJCE (needed by 
xmlenc/xmldsig
specs). The name/id's are from BouncyCastle provider. PLEASE check if the list is
correct/complete.

thanks,
dims

javax.crypto.Cipher:
        "DESEDE/CBC/ISO10126PADDING"
        "AES/CBC/ISO10126PADDING"   
        "RSA/ECB/PKCS1PADDING"      
        "RSA/ECB/OAEPPADDING"
        "DESEDEWrap"                
        "AESWrap"

java.security.Signature:
        "DSA",                       
        "SHA1WithRSAEncryption"     

javax.crypto.Mac:
        "HMACSHA1"

java.security.MessageDigest:
        "SHA-1",                     
        "SHA-256",                   
        "SHA-512",                   
        "RIPEMD160"                 

Thanks,
dims

=====
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to