* @throws IOException
* @throws CadTransportException
*/
private void send(byte ins, byte P1, byte P2, byte lc, byte[] data, byte le)
throws IOException, CadTransportException {
apdu = new Apdu();
apdu.command[Apdu.CLA] = CLA_PURSEAPPLET;
apdu.command[Apdu.INS] = ins;
apdu.command[Apdu.P1] = P1;
apdu.command[Apdu.P2] = P2;
apdu.setLc(lc);