Java - Using JavaMail to send and receive S/MIME messages

4k views Asked by At

JavaMail makes it easy to send MIME messages. How can I use it to send S/MIME? (I know JavaMail-Crypto is designed to solve this, but it seems incomplete and abandoned). I'd like to send and receive, encrypt and sign, decrypt and verify, using X.509 certs.

1

There are 1 answers

1
Bill Shannon On

Bouncy Castle is the place to start.