Fix comment in nfcGenerateOnCardKey

This commit is contained in:
Dominik Schürmann
2016-03-08 02:34:57 +01:00
parent 3d1d268997
commit e45d671ce9

View File

@@ -955,7 +955,7 @@ public abstract class BaseSecurityTokenNfcActivity extends BaseActivity implemen
}
if (!mPw3Validated) {
nfcVerifyPIN(0x83); // (Verify PW1 with mode 82 for decryption)
nfcVerifyPIN(0x83); // (Verify PW3 with mode 83)
}
String generateKeyApdu = "0047800002" + String.format("%02x", slot) + "0000";