| Package | Description |
|---|---|
| com.licel.jcardsim.base |
jCardSim simulator base classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ApduCase |
ApduCase.getCase(byte[] command)
Determine case of APDU
|
static ApduCase |
ApduCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApduCase[] |
ApduCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected javacard.framework.AID |
SimulatorRuntime.findAppletForSelectApdu(byte[] selectApdu,
ApduCase apduCase) |
protected void |
SimulatorRuntime.resetAPDU(javacard.framework.APDU apdu,
ApduCase apduCase,
byte[] buffer) |