Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
260153dccb | ||
|
|
366e003337 |
@@ -556,6 +556,9 @@ public class SmartCard extends BroadcastReceiver implements CardListener {
|
||||
cmdSet.autoOpenSecureChannel();
|
||||
Log.i(TAG, "secure channel opened");
|
||||
|
||||
KeyPath currentPath = new KeyPath(cmdSet.getStatus(KeycardCommandSet.GET_STATUS_P1_KEY_PATH).checkOK().getData());
|
||||
Log.i(TAG, "Signing with current key path: " + currentPath);
|
||||
|
||||
cmdSet.verifyPIN(pin).checkOK();
|
||||
Log.i(TAG, "pin verified");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user