Class InstructionCodeTable


  • public class InstructionCodeTable
    extends java.lang.Object
    Decoder to visualize instruction codes
    Author:
    Andreas Schwier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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