de.cardcontact.opencard.service
Class InstructionCodeTable

java.lang.Object
  extended by de.cardcontact.opencard.service.InstructionCodeTable

public class InstructionCodeTable
extends java.lang.Object

Decoder to visualize instruction codes

Author:
Andreas Schwier

Constructor Summary
InstructionCodeTable()
           
 
Method Summary
static java.lang.String instructionNameFromHeader(byte[] header)
          Parse the INS byte and decode into a ISO 7816 command name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionCodeTable

public InstructionCodeTable()
Method Detail

instructionNameFromHeader

public static java.lang.String instructionNameFromHeader(byte[] header)
Parse the INS byte and decode into a ISO 7816 command name

Parameters:
header - Command APDU header
Returns:
ISO 7816-4 command name