2

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?

Dan
  • 10,531
  • 2
  • 36
  • 55

2 Answers2

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
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