Contact Us Forum Customers Area

DidiSoft Ltd.

Archive for the 'OpenPGP Library for Java' Category

OpenPGP Library for Java Roadmap 2012

January 8th, 2012

Happy New Year 2012 This year we have planned a few new features to be added to DidiSoft OpenPGP Library for Java. Some of them may appear upfront from the schedule, but as always we give a high priority to features that have been requested by our customers. We are going to keep you posted [...]

OpenPGP Library for Java 2.5.7 is ready

August 25th, 2011

Version 2.5.7 of DidiSoft OpenPGP Library for Java is available for download. Existing customers can download the updated production version from our Customers’ Service portal located at: http://www.didisoft.com/customers/ A key change in this release is that by default expired and revoked public keys are not accepted for encryption. If you still wish to use such [...]

OpenPGP Library for Java version 2.5.6 is ready

May 30th, 2011

We are happy to announce that version 2.5.6 of OpenPGP Library for Java is ready for download. This release introduces a new class PGPKeyPair that exposes OpenPGP key management operations directly on files, this way we can avoid the usage of a KeyStore container file. Below is a list of the changes: [*] : Bug [...]

OpenPGP Library for Java version 2.5.5 has been released

March 29th, 2011

This release contains a few bug fixes and a lot of new features, including support for multiple files OpenPGP archives, a feature introduced in PGP Desktop Version 9. Existing customers can download the updated version through our customers’ area. The evaluation version is available here. Below is a list of the changes available in the [...]

OpenPGP Library for Java version 2.5.4 is released

February 2nd, 2011

We are happy to announce that version 2.5.4 of OpenPGP Library for Java has been released. The new features included in this version are: Key revocation Assigning a designated revoker Key revocation with a designated revoker Generation of revocation certificates Key revocation with a revocation certificate User ID signatures revocation Examples demonstrating the above features [...]

RoadMap 2011 Java OpenPGP

January 16th, 2011

Below is a short list of our Road map tasks for OpenPGP Library for Java in 2011. . Q1 Public key revocation Sub key revocation User Id’s revocation Generation of revocation certificates Assigning designated revokers . Q2 Overloaded methods that accept byte arrays . Q3 Support for multiple recipient encrypted messages . Q4 Encryption and [...]

OpenPGP for Java – update 2.5.3 is released

November 30th, 2010

A new updated version 2.5.3 of OpenPGP Library for Java is ready for download Existing customers can download it through the Customers Area. Below is a list of changes in this release: [*] : Bug [+] : New [-] : Removed [!] : Modification Version 2.5.3 [!] KeyPairInformation.getKeyIDHex() has been changed to display the same [...]

OpenPGP Library for Java version 2.5 is ready

October 20th, 2010

[*] : Bug [+] : New [-] : Removed [!] : Modification List of changes: [+] Added interface CompressionAlgorithm with constants for available compression algorithms. [+] Added interface HashAlgorithm with constants for available hashing algorithms. [+] Added interface CypherAlgorithm with constants for available cypher compression algorithms. [+] Added methods PGPLib.getCompression() and setCompression(int), that controls the [...]

Javadoc tooltips in Eclipse

August 2nd, 2010

This article is a short list of steps to perform in order to see more meaningful tooltips when programming with DidiSoft OpenPGP Library for Java. It assumes that you use Eclipse as your Java IDE. 1. Download and unpack pgplib.zip. (or pgplib_prod.zip if you have already purchased it) 2. Start a new Eclipse project and [...]

OpenPGP Library for Java, version 2.3 is out

January 24th, 2010

Now the library supports key generation as well as export to disk of the generated keys. Also support for the OpenPGP version 3 signature format has been added. An updated version can be downloaded from Here.