Fix signing subkey selection in remote service

This commit is contained in:
Dominik Schürmann
2015-04-07 13:49:34 +02:00
parent 8e5d0d1682
commit a467480717
2 changed files with 52 additions and 20 deletions

View File

@@ -77,6 +77,7 @@ public class SignEncryptOperation extends BaseOperation {
NfcSignOperationsBuilder pendingInputBuilder = null;
// if signing subkey has not explicitly been set, get first usable subkey capable of signing
if (input.getSignatureMasterKeyId() != Constants.key.none
&& input.getSignatureSubKeyId() == null) {
try {