I'm trying to perform an internal authentication with my MFC 3.5 card. My CommandAPDU looks like that: CommandAPDU command = new CommandAPDU(14); command.append((byte) 0xA4); command.append((byte) 0x88); command.append((byte) 0x06); command.append((byte) 0x00); command.append((byte) 0x08); command.append((byte) 0x01); command.append((byte) 0x02); command.append((byte) 0x03); command.append((byte) 0x04); command.append((byte) 0x05); command.append((byte) 0x06); command.append((byte) 0x07); command.append((byte) 0x08); command.append((byte) 0x08); If I execute this command I get the response status 6B 00. Perhaps anyone can tell me what's wrong. --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
