I have a PFX certificate which I use to read encrypted email in outlook.
I would like to read this email via Java.
I’ve managed to get a list of javax.mail.Message objects.
Whats the easiest way to decrypt these using my PFX key?
I have a PFX certificate which I use to read encrypted email in outlook.
Share
Using Bouncycastle and JavaMail: