GnuPG for Java
About
GnuPG for Java is a (currently GNU/Linux only) GnuPG-library based on the GPGME library. GPGME is the standard way to implement language bindings on top of GnuPG. You can use this library to encrypt, decrypt and sign data and verify signatures on data using an underlying gnupg/gpgme system.
The key management features are currently not finished. But the library can find/list keys with their signatures. Future versions will be able to do everything that gpgme can do.
This library uses JNI (Java Native Interface) to call GPGME-Library functions. Therefore, this library runs only on platforms for which GPGME is available. Furthermore, this library is tested only under 32-Bit Intel-based GNU/Linux. This is free software under LGPL.
News
24.01.2005
First public alpha release 0.1.2 of GnuPG for Java.
Downloads
- GnuPG for java
- 0.1.2-alpha