open-keychain/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp
2014-03-11 23:42:45 +02:00
..
exception
PgpConversionHelper.java removed useless semicolons, fixed some parameters in documenation, simplified some conditionals 2014-03-07 22:35:49 +02:00
PgpDecryptVerify.java remove unused imports and unthrown exceptions 2014-03-07 22:35:49 +02:00
PgpDecryptVerifyResult.java Enforce private key for applications, verify signed-only texts without passphrase input, better internal decrypt and verify method 2014-03-04 20:53:44 +01:00
PgpHelper.java fix plenty of lint warnings, make some for loops into foreach, remove unused imports and throw exceptions 2014-03-11 23:42:45 +02:00
PgpImportExport.java fix plenty of lint warnings, make some for loops into foreach, remove unused imports and throw exceptions 2014-03-11 23:42:45 +02:00
PgpKeyHelper.java Fix key id and fingerprint handling, use full key ids 2014-03-09 01:49:25 +01:00
PgpKeyOperation.java fix plenty of lint warnings, make some for loops into foreach, remove unused imports and throw exceptions 2014-03-11 23:42:45 +02:00
PgpSignEncrypt.java internal renaming, cleanup 2014-02-21 02:40:44 +01:00
PgpToX509.java