Delete APDU command with SSD AID in its data field, returns 6985
问题 I have a Javacard which contains a SSD (Supplementary Security Domain) and I want to delete it. Normally when I want to delete an applet or a package from my card, I send the following DELETE APDU command after a successful Mutual Authentication process (No MAC or data field encryption is required and Security Level == 0 is enough for DELETE APDU command): --> 80 E4 00 00 LC 4F <AID Len> <AID> <-- 90 00 The command above works fine for normal applets. But when I put the AID of my SSD in it,