aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/PromoteKeyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-2/+29
|
* actually promote to divert, pass yubikey's AIDVincent Breitmoser2015-03-221-13/+2
|
* split up wait/action yubikey fragmentsVincent Breitmoser2015-03-211-1/+1
|
* Add missing license headersDominik Schürmann2015-03-151-0/+17
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - 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
* introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-0/+103