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
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