Hi
I am writing an XML exchange program in which I would like a mechanism if acknowledgements using encrypted XML receipts. The receipt is an XML file simply stating that a message has been received. It is sent by the receiver to the sender. I would like to encrypt the message with the public key of the sender, and then signing the message with the private key of the receiver. Is it possible to encrypt the message using the public key with the Apache Encryption library? Thanks for your help in advance. Kind regards Joseph
<<image001.gif>>