aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInput.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-2/+2
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Better selection of preferred algorithmDominik Schürmann2015-03-051-2/+2
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-0/+176
- 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