使用javax.smartcardio类进行智能卡编程,我遇到了持久性错误 - 当代码看起来很好时,从卡中获取6700(无效长度)和类似的错误代码.示例代码:
req = new CommandAPDU(0x00, 0xA4, 0x04, 0x00, aid, 0x00);
这应该构造一个案例4 APDU.为什么卡片会像我丢失的东西一样回应?
java apdu smartcard
apdu ×1
java ×1
smartcard ×1