NullApppublic class NullApp extends Applet
Constructors Summary |
---|
protected NullApp(APDU apdu)Only this class's install method should create the applet object.
register();
|
Methods Summary |
---|
public static void | install(byte[] bArray, short bOffset, byte bLength)Installs this applet.
new NullApp(null);
| public void | process(APDU apdu)Returns <0x6D,INS> response status always.
byte buffer[] = apdu.getBuffer();
ISOException.throwIt(Util.makeShort((byte)(ISO7816.SW_INS_NOT_SUPPORTED>>8), buffer[1]));
|
|