DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38584>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38584 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2006-03-02 21:31 ------- I am pretty sure this is not a bug and you are specifying a parameter incorrectly. In this line of your code: Key buggedDataEncKey = xmlCipher.decryptKey(encKey, XMLCipher.RSA_v1dot5); the 2nd parameter should be the algorithm of the encrypted key, not the algorithm that the key is encrypted in. Try changing this to: Key buggedDataEncKey = xmlCipher.decryptKey(encKey, XMLCipher.AES_128); -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.