aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInputParcel.java
Commit message (Expand)AuthorAgeFilesLines
* PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-101-188/+31
* Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-12/+0
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-1/+1
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-151-0/+12
* Fix test cases, add test cases (still 1 failing)Dominik Schürmann2015-08-101-0/+15
* Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-2/+2
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-9/+9
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-5/+0
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-30/+0
* fix unit tests (syntax)Vincent Breitmoser2015-03-201-1/+1
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-11/+14
* generalize nfc crypto input structureVincent Breitmoser2015-03-181-0/+279