2

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.

SRobertJames
  • 8,210
  • 14
  • 60
  • 107
  • Checkout this github project: https://github.com/markenwerk/java-utils-mail-smime – max Jan 14 '17 at 00:54

1 Answers1

0

Bouncy Castle is the place to start.

Bill Shannon
  • 29,579
  • 6
  • 38
  • 40
  • 1
    Maybe someone wanted me to copy all of the Bouncy Castle instructions here so that you didn't have to go read the Bouncy Castle web site? – Bill Shannon May 03 '17 at 19:36