| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po |
Contains the definitions of the Calypso PO commands and their associated builders and parsers.
|
| 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.command.po.parser.security |
Contains the security related PO command parsers.
|
| 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 PoRevision |
PoRevision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoRevision[] |
PoRevision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CalypsoPoCommand |
CalypsoPoCommand.getOpenSessionForRev(PoRevision rev)
Get the open session command for a given
PoRevision |
| Modifier and Type | Method and Description |
|---|---|
static AbstractOpenSessionCmdBuild<AbstractOpenSessionRespPars> |
AbstractOpenSessionCmdBuild.create(PoRevision revision,
byte debitKeyIndex,
byte[] sessionTerminalChallenge,
int sfi,
int recordNumber) |
| Constructor and Description |
|---|
AbstractOpenSessionCmdBuild(PoRevision revision)
Instantiates a new AbstractOpenSessionCmdBuild.
|
| 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 |
|---|---|
AbstractOpenSessionRespPars |
AbstractOpenSessionRespPars.create(org.eclipse.keyple.core.card.message.ApduResponse response,
PoRevision revision) |
| Modifier and Type | Method and Description |
|---|---|
PoRevision |
CalypsoPo.getRevision()
Gets the PO revision.
|