aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-7/+15
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-1/+0
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-2/+2
* tests: make sure encryption happens to all enc-capable subkeysVincent Breitmoser2015-07-071-1/+1
* encrypt to all encryption subkeys, rather than just the firstVincent Breitmoser2015-07-061-9/+14
* forgot a couple lines to commitVincent Breitmoser2015-07-061-0/+10
* make masterKeyId and subKeyId strictly required in CryptoInputParcelVincent Breitmoser2015-05-281-0/+1
* Apply patch from https://github.com/open-keychain/open-keychain/issues/1222#i...Dominik Schürmann2015-05-041-2/+9
* Buffer ascii armored encryption/signaturesDominik Schürmann2015-04-131-2/+3
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-3/+1
* work on passphrase data flowVincent Breitmoser2015-03-311-10/+34
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-43/+24
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-23/+10
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-4/+10
|\
| * Fixed #1152:Kent2015-03-201-5/+11
* | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-1/+1
|\|
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-1/+1
* | yubikey certifications!Vincent Breitmoser2015-03-181-3/+1
* | generalize nfc crypto input structureVincent Breitmoser2015-03-181-4/+8
|/
* Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-161-10/+10
* Use ArrayList instead of LinkedListDominik Schürmann2015-03-051-3/+4
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-1/+1
* Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-051-4/+5
* Better selection of preferred algorithmDominik Schürmann2015-03-051-5/+7
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-0/+578