Re: [Javamail-crypto-devel] how to encrypted signed message from outlook
Status: Beta
Brought to you by:
akp
From: allen p. <al...@su...> - 2008-06-25 20:26:05
|
Hi. Huh. Sounds like Outlook 2003 is doing something a little bit strange with S/MIME signed and encrypted mail. But I don't know off the top of my head what that might be. Let me see if I can dredge up a copy of that to test with and see if I can reproduce the problem. -allen On Tue, Jun 24, 2008, 09:05, WeST <we...@in...> wrote >hi everybody, >i'm rookie to JavaMail-Crypto, so excuse my potencial stupid questions. >i'm working on java application that processes incoming emails and then calls >other systems with obtained data. communication with partners who are sending emails >can be secured by encryption and/or signature. i have generated test emails from >outlook 2003. so far i'm able to read free, signed and encrypted emails. problem is >with encrypted signed email. after decrypting i got MimeMessage with content type >"text/plain" and content as BASE64DecoderStream. i've tried something like >http://osdir.com/ml/encryption.bouncy-castle.devel/2006-10/msg00151.html >but extra bytes remain and i'm still not able to verify signature nor get signatured >message. >any suggestions? > >environment: >websphere 6.0.2.15 (java 1.4.2) >bcmail-jdk14-139.jar >bcprov-jdk14-139.jar >javamail-crypto_060622.jar >javamail-crypto-bouncycastle-smime_060622.jar > >thanks a lot, >miroslav > |