Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 4ed2820

Browse files
committed
MOPPAND-1569: Add new CosmoX NFC fix.
1 parent ac06925 commit 4ed2820

File tree

1 file changed

+1
-1
lines changed
  • id-card-lib/src/main/java/ee/ria/DigiDoc/idcard

1 file changed

+1
-1
lines changed

id-card-lib/src/main/java/ee/ria/DigiDoc/idcard/NFC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private byte[] decryptNonce(byte[] encryptedNonce, byte[] CAN) throws NoSuchPadd
288288
}
289289

290290
private static final byte[] MSE_SET_AT_PACE = Hex.decode("0022c1a4");
291-
private static final byte[] MSE_SET_AT_PACE_DATA = Hex.decode("800a04007f00070202040204830102");
291+
private static final byte[] MSE_SET_AT_PACE_DATA = Hex.decode("800a04007f0007020204020483010284010C");
292292

293293
private static final byte[] GA_GET_NONCE = Hex.decode("10860000");
294294
private static final byte[] GA_GET_NONCE_DATA = Hex.decode("7c00");

0 commit comments

Comments
 (0)