Module apdu4j.core
Package apdu4j.core

Class CommandAPDU2


  • public class CommandAPDU2
    extends Object
    • Constructor Detail

      • CommandAPDU2

        public CommandAPDU2​(int cla,
                            int ins,
                            int p1,
                            int p2)
      • CommandAPDU2

        public CommandAPDU2​(int cla,
                            int ins,
                            int p1,
                            int p2,
                            byte[] data,
                            int le)
      • CommandAPDU2

        public CommandAPDU2​(byte[] bytes)
      • CommandAPDU2

        public CommandAPDU2​(int cla,
                            int ins,
                            int p1,
                            int p2,
                            byte[] data)
      • CommandAPDU2

        public CommandAPDU2​(int cla,
                            int ins,
                            int p1,
                            int p2,
                            int le)
    • Method Detail

      • getCLA

        public int getCLA()
      • getP1

        public int getP1()
      • getP2

        public int getP2()
      • getINS

        public int getINS()
      • getNe

        public int getNe()
      • getNc

        public int getNc()
      • getData

        public byte[] getData()
      • getBytes

        public byte[] getBytes()