aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/PromoteKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-16/+11
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-011-2/+0
* fixed promote key testsAdithya Abraham Philip2015-06-271-0/+5
* migrated promote op to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+10
* 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 PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-0/+103