aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_files_input_fragment.xml
Commit message (Collapse)AuthorAgeFilesLines
* multi-decrypt: first steps, split up DecryptFilesFragmentVincent Breitmoser2015-06-011-129/+63
|
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+149
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.