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=38668>. 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=38668 Summary: Add XMLCipher.encryptData method that takes serialized data as parameter Product: Security Version: Java 1.2.1 Platform: All OS/Version: other Status: NEW Severity: enhancement Priority: P3 Component: Encryption AssignedTo: security-dev@xml.apache.org ReportedBy: [EMAIL PROTECTED] It would be useful to add an overloaded encryptData method that takes the serialized data as a parameter. This is useful for applications that serialize element or element content itself. Proposed method: public EncryptedData encryptData( Document context, boolean contentMode, byte[] serializedData) throws Exception -- 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.