aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesInputFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+323
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.