aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* add support for certification of user attributesVincent Breitmoser2015-03-081-8/+16
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-4/+4
| | | | | | | - 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
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
|
* minor stuffVincent Breitmoser2015-01-031-3/+4
|
* make certify routines more robust (#1016)Vincent Breitmoser2015-01-031-0/+6
|
* Display error on certification attempt with yubikeyVincent Breitmoser2014-10-261-0/+5
| | | | Closes #978
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-5/+27
|
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-0/+9
|
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-0/+147