Example #1
0
 @Override
 protected byte[] getModifyPinAPDU(Pin pin) {
   byte pad = pin.getPadChar();
   return new byte[] {
     0x00,
     0x24,
     0x00,
     pin.getReference(),
     0x10,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad,
     pad
   };
 }