| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command |
Contains the definitions of the Calypso commands and their associated builders and parsers.
|
| org.eclipse.keyple.calypso.command.po.builder |
Contains the PO command builders.
|
| org.eclipse.keyple.calypso.command.po.builder.security |
Contains the security related PO command builders.
|
| org.eclipse.keyple.calypso.command.po.builder.storedvalue |
Contains the Stored Value PO command builders.
|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static PoClass |
PoClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoClass[] |
PoClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AppendRecordCmdBuild(PoClass poClass,
byte sfi,
byte[] newRecordData)
Instantiates a new UpdateRecordCmdBuild.
|
DecreaseCmdBuild(PoClass poClass,
byte sfi,
int counterNumber,
int decValue)
Instantiates a new decrease cmd build from command parameters.
|
GetDataFciCmdBuild(PoClass poClass)
Instantiates a new GetDataFciCmdBuild.
|
GetDataTraceCmdBuild(PoClass poClass)
Instantiates a new GetDataTraceCmdBuild.
|
IncreaseCmdBuild(PoClass poClass,
byte sfi,
int counterNumber,
int incValue)
Instantiates a new increase cmd build from command parameters.
|
ReadRecordsCmdBuild(PoClass poClass,
int sfi,
int firstRecordNumber,
ReadRecordsCmdBuild.ReadMode readMode,
int expectedLength)
Instantiates a new read records cmd build.
|
SelectFileCmdBuild(PoClass poClass,
byte[] selectionPath)
Instantiates a new SelectFileCmdBuild to select the first, next or current file in the current
DF.
|
SelectFileCmdBuild(PoClass poClass,
SelectFileControl selectFileControl)
Instantiates a new SelectFileCmdBuild to select the first, next or current file in the current
DF.
|
UpdateRecordCmdBuild(PoClass poClass,
byte sfi,
int recordNumber,
byte[] newRecordData)
Instantiates a new UpdateRecordCmdBuild.
|
WriteRecordCmdBuild(PoClass poClass,
byte sfi,
int recordNumber,
byte[] newRecordData)
Instantiates a new WriteRecordCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.keyple.core.card.message.ApduRequest |
RatificationCmdBuild.getApduRequest(PoClass poClass) |
| Constructor and Description |
|---|
ChangeKeyCmdBuild(PoClass poClass,
byte keyIndex,
byte[] cryptogram)
Change Key Calypso command
|
CloseSessionCmdBuild(PoClass poClass)
Instantiates a new CloseSessionCmdBuild based on the revision of the PO to generate an abort
session command (Close Secure Session with p1 = p2 = lc = 0).
|
CloseSessionCmdBuild(PoClass poClass,
boolean ratificationAsked,
byte[] terminalSessionSignature)
Instantiates a new CloseSessionCmdBuild depending of the revision of the PO.
|
InvalidateCmdBuild(PoClass poClass)
Instantiates a new InvalidateCmdBuild.
|
PoGetChallengeCmdBuild(PoClass poClass)
Instantiates a new PoGetChallengeCmdBuild.
|
RehabilitateCmdBuild(PoClass poClass)
Instantiates a new RehabilitateCmdBuild.
|
VerifyPinCmdBuild(PoClass poClass)
Alternate builder dedicated to the reading of the wrong presentation counter
|
VerifyPinCmdBuild(PoClass poClass,
PoTransaction.PinTransmissionMode pinTransmissionMode,
byte[] pin)
Verify the PIN
|
| Constructor and Description |
|---|
SvDebitCmdBuild(PoClass poClass,
PoRevision poRevision,
int amount,
byte kvc,
byte[] date,
byte[] time)
Instantiates a new SvDebitCmdBuild.
|
SvGetCmdBuild(PoClass poClass,
PoRevision poRevision,
PoTransaction.SvSettings.Operation svOperation)
Instantiates a new SvGetCmdBuild.
|
SvReloadCmdBuild(PoClass poClass,
PoRevision poRevision,
int amount,
byte kvc,
byte[] date,
byte[] time,
byte[] free)
Instantiates a new SvReloadCmdBuild.
|
SvUndebitCmdBuild(PoClass poClass,
PoRevision poRevision,
int amount,
byte kvc,
byte[] date,
byte[] time)
Instantiates a new SvUndebitCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
protected PoClass |
CalypsoPo.getPoClass()
The PO class is the ISO7816 class to be used with the current PO.
|