hallo alle,
folgend ist ein Command zum Hard-PIN Verifikation.
was ich nicht verstehen ist die Zeile 3 und 4. "(byte)0x52, (byte)0x0f,(byte)0x00, (byte)0x07," vielleicht weiß jemand schon was es genau bedeutet?
(byte)0x20, (byte)0x18, (byte)0x01, (byte)0x00, //INS,
(byte)0x11,
(byte)0x52, (byte)0x0f,
(byte)0x00, (byte)0x07,
//commandAPDU for PIN verification
(byte)0x00, (byte)0x20, //CLA , INS
(byte)0x00, (byte)(0x81), //P1,P2
(byte)0x08, //Lc
(byte)0x25, (byte)0xff, (byte)0xff, (byte)0xff,
(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff};
Für Hinweise wären ich sehr dankbar.
viele Grüße noch.
folgend ist ein Command zum Hard-PIN Verifikation.
was ich nicht verstehen ist die Zeile 3 und 4. "(byte)0x52, (byte)0x0f,(byte)0x00, (byte)0x07," vielleicht weiß jemand schon was es genau bedeutet?
(byte)0x20, (byte)0x18, (byte)0x01, (byte)0x00, //INS,
(byte)0x11,
(byte)0x52, (byte)0x0f,
(byte)0x00, (byte)0x07,
//commandAPDU for PIN verification
(byte)0x00, (byte)0x20, //CLA , INS
(byte)0x00, (byte)(0x81), //P1,P2
(byte)0x08, //Lc
(byte)0x25, (byte)0xff, (byte)0xff, (byte)0xff,
(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff};
Für Hinweise wären ich sehr dankbar.
viele Grüße noch.