Title: Encrypting & signing all message types

I am charged with finding a JMS implementation independent (we're building this on SwiftMQ, but would like to stay within spec) mechanism for supporting the encryption and digital signing of any and all messages (javax.jms.Message and all its subclasses) using JCE 1.2.  I can easily make this happen for the body of text messages, but I'd like to be able to encrypt the whole message object.  My first thought was to simply use javax.crypto.SignedObject but I found that javax.jms.Message is not Seraliazable.  Anyone know of any strategies for handling the whole of all message types?  I'd also be interested in hearing any related information or suggestions anyone may have concerning how you handle security and authentication on a SwiftMQ installation.

Thanks,

Nathan


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers 
Archive: http://www.mail-archive.com/[email protected]/



Reply via email to