I am trying to digitally sign files using the signing certificate located on my national ID smart card with NFC. I can digitally sign it over smart card reader, but I am trying to achieve the same thing over NFC.
I'm pretty sure it is implementing the ISO-7816
standards and ICAO-9303
(not sure if thats means something), but I am not able to find hardware specifications for concrete APDU-s to digitally sign a file (if it is even possible)
I am able to do PACE authentication and read all the ID data stored inside using this project.
What I tried to do as a first step is get number of PIN tries left using the following APDU:
0x00, 0x20, 0x00, 0x80, 0x00
But I get sw1 - 0x6A
, sw2 - 0x82
which corresponsds to message "File not found".
I am not sure in which direction I should continue.
Also, I should probably mention it is a national ID of an EU country.