Question bout Secure Messaging
Posted: Wed Jun 07, 2017 4:14 am
I tried to send APDU commands over secure message channel. The command has to be encrypted and the MAC has to be calculated.
For example, my off-card application sends this command to card.
0C8400000D9701088E08D23BE12D9B389CBD00
The card replies with the response that contains status word:
6985: Command not allowed - Conditions of use not satisfied.
I checked my code and I see that the method to which this command is sent does not throw such exception. Does anyone experience this?
For example, my off-card application sends this command to card.
0C8400000D9701088E08D23BE12D9B389CBD00
The card replies with the response that contains status word:
6985: Command not allowed - Conditions of use not satisfied.
I checked my code and I see that the method to which this command is sent does not throw such exception. Does anyone experience this?