so, I guess I have 2 situations I'm seeking help with, and cannot seem to
find on my own, I'll continue testing and hunting. 

1) why can't I get this to work - decrypt a zip file.
using:
from(fileEntranceEndpoint).id("cfi.decryption.endpointListenerRoute")
.log("Encrypted Message received ${file:name}")
.unmarshal(pgpVerifyAndDecrypt)
.convertBodyTo(String.class)
.log("Decrypted file name: ${file:name}")
.to("file://" + outDirectory);

2) are the "the Microsoft System.IO.Compression libraries" to zip files and
using Bouncy Castle libraries to encrypt a doable option?  Or is it simply
something else involving the above usage ??? 

thanks again! 
appreciate it much!
Gary



--
View this message in context: 
http://camel.465427.n5.nabble.com/decrypting-with-PGPDataFormat-tp5793436p5793453.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to