split up wait/action yubikey fragments

This commit is contained in:
Vincent Breitmoser
2015-03-21 22:18:58 +01:00
parent 1ad3635d13
commit 04c7639a5a
20 changed files with 266 additions and 90 deletions

View File

@@ -74,7 +74,7 @@ public class PromoteKeyOperation extends BaseOperation {
mProviderHelper.getCanonicalizedPublicKeyRing(masterKeyId);
// create divert-to-card secret key from public key
promotedRing = pubRing.createDummySecretRing();
promotedRing = pubRing.createDummySecretRing(true);
} catch (PgpKeyNotFoundException e) {
log.add(LogType.MSG_PR_ERROR_KEY_NOT_FOUND, 2);