RE: xml encryption/decryption of binary data

2006-04-05 Thread Larchier Christophe
I have created a new XMLCipher.encryptData(Document context, byte[] data) function by modifying a little the function XMLCipher.encryptData(Document context, Element element, boolean contentMode). I think that it could be useful to add it to the XMLCipher class. public EncryptedData encrypt

Re: Need lots of help - Validating Signed XML files

2006-04-05 Thread Milan Tomic
Take a look at this article: http://java.sun.com/j2se/1.4.2/docs/guide/security/certpath/CertPathProgGuide.html Hope it helps, Milan --- Cl�udio Engelsdorff Avila <[EMAIL PROTECTED]> wrote: > I'm developing an application that signs and validate xml files using the > apache xml security li