package mixconfig.tools.dataretention.smartcard.commands; public class SelectInstallerAppletCommand extends AbstractCommand { public SelectInstallerAppletCommand() { apduClass = (byte)0x00; instruction = (byte)0xA4; p1 = (byte)0x04; p2 = (byte)0x00; arguments = new byte[]{ (byte) 0xa0, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x62, (byte) 0x03, (byte) 0x01, (byte) 0x08, (byte) 0x01}; expectedReturnDataLength = (byte)0x7F; } }