i am trying to decrypt a PGP encrypted file. I would like to use the available java api and not third party. Is this possbile? I see posts that java api has capablities wanted to know if some one tried it and have any example?
Asked
Active
Viewed 1,323 times
2 Answers
2
There is no JDK API for doing this AFAIK, you have to go third party. BouncyCastle would be a good choice to go with.

Perception
- 79,279
- 19
- 185
- 195
-
Thanks, I would consider using BouncyCastle. – user1134904 Jan 06 '12 at 19:47
0
Most pgp java code i've seen uses bouncycastle. what posts have you seen indicating that java has builtin pgp support?

jtahlborn
- 52,909
- 5
- 76
- 118
-
Refer link below, seems pretty old though http://www.jguru.com/faq/view.jsp?EID=705915 – user1134904 Jan 06 '12 at 19:46
-
@user1134904 - all those comments seem to refer to thirdparty libraries – jtahlborn Jan 06 '12 at 20:10