aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java
Commit message (Expand)AuthorAgeFilesLines
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-0/+2
* Fix nfc signingDominik Schürmann2014-09-181-1/+1
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-3/+4
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-13/+36
* move LogLevel info into LogType enumVincent Breitmoser2014-09-151-23/+22
* work on OperationResultParcelVincent Breitmoser2014-09-141-4/+4
* pending results are a type of non-successVincent Breitmoser2014-09-141-0/+1
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-163/+179
* Set literal data format tag to UTF8 when encrypting textDominik Schürmann2014-09-131-1/+7
* add some comments to previous commitVincent Breitmoser2014-09-101-0/+1
* jury-rig broken sign mechanismVincent Breitmoser2014-09-091-10/+24
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-281-10/+10
|\
| * Fix encrypt onlyDominik Schürmann2014-08-161-10/+10
| * Remove support for v3 sig generationDominik Schürmann2014-08-141-80/+10
* | Support for multiple hash algosDominik Schürmann2014-08-141-2/+4
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-141-42/+67
|\|
| * Dont write version header by defaultDominik Schürmann2014-08-141-4/+10
| * Add option to pass original filename to PgpSignEncryptDominik Schürmann2014-08-111-12/+20
| * progress for signing binaryDominik Schürmann2014-08-111-15/+27
| * Introduction of metadata api, starting to fix decryption progressDominik Schürmann2014-08-101-9/+9
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-061-2/+3
|\|
| * Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-2/+3
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-5/+5
|\|
| * rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-5/+5
* | Remove support for V3 signaturesDominik Schürmann2014-07-221-90/+14
* | Reuse signature creation timestamp for synchronous signingDominik Schürmann2014-07-221-22/+19
* | NFC Yubikey: only pass through hash of message and not whole contentDominik Schürmann2014-07-211-38/+38
* | FixesDominik Schürmann2014-07-171-19/+74
|/
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-5/+5
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-141-2/+0
|\
| * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-2/+0
* | wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-041-4/+5
* | wrapped-key-ring: first steps, get rid of key imports in decryptverify and si...Vincent Breitmoser2014-05-031-55/+27
|/
* Rename setter methods for PgpSignEncrypt.BuilderThialfihar2014-04-291-19/+19
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-291-10/+10
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-171-2/+5
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-5/+4
* Handle new exceptions in KeychainIntentServiceDominik Schürmann2014-04-131-6/+0
* More changes to PgpSignEncryptDominik Schürmann2014-04-121-37/+39
* PgpSignEncrypt commentDominik Schürmann2014-04-111-0/+2
* Clarify use of methods in PgpKeyHelperDominik Schürmann2014-04-111-2/+2
* Remove some Ids...Dominik Schürmann2014-04-111-9/+1
* put signatureType where it belongsDominik Schürmann2014-04-111-8/+8
* PgpSignEncrypt is now context-freeDominik Schürmann2014-04-111-17/+35
* PgpSignEncrypt: merge generateSignature() into main methodDominik Schürmann2014-04-111-127/+79
* PgpSignEncrypt: get by master key idDominik Schürmann2014-04-111-2/+2
* Refactor ProviderHelper to be non-static using a constructor based on context...Dominik Schürmann2014-04-111-3/+5
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-111-24/+45
* Use NotFoundException in more placesDominik Schürmann2014-04-081-3/+11