From version 2.5.x to 2.6.0

Parent Previous Next

As of version 2.6.0 the plain encrypt methods (PGPLib.encrypt...) throw java.io.IOException in addition to com.didisoft.pgp.PGPException.


In order to migrate from version 2.5 you will also have to catch java.io.IOException into an additional catch clause.


Methods affected:

PGPLib.encryptStream

PGPLib.encryptFile

PGPLib.encryptStreamPBE

PGPLib.encryptFilePBE