aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/spongycastle
Commit message (Collapse)AuthorAgeFilesLines
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-012-278/+76
| | | | | | | | 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.
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-9/+12
|
* generalize nfc crypto input structureVincent Breitmoser2015-03-181-15/+15
|
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ↵Dominik Schürmann2014-09-242-0/+419
need to separate