aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* Better selection of preferred algorithmDominik Schürmann2015-03-051-5/+7
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-0/+578
- introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService