aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/DecryptVerifyResult.java
Commit message (Collapse)AuthorAgeFilesLines
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-1/+0
|
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-2/+3
|
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+13
| | | | | | | | this commit introduces the CachingDataDecryptorFactory, which wraps a DataDecryptorFactory but supports caching of decrypted session keys. this change also gets rid of runtimeexception based control flow in PgpDecryptVerify.
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-10/+21
|
* don't show allowed key list if no key exists, and some minor ↵Vincent Breitmoser2015-05-281-4/+7
| | | | PgpDecryptVerify changes
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-52/+6
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-5/+6
|
* backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+11
|
* move around package structure a bitVincent Breitmoser2014-10-101-0/+132