See: Description
| Class | Description |
|---|---|
| CalypsoPo |
This POJO concentrates all the information we know about the PO being processed: from the
selection stage to the end of the transaction.
|
| CalypsoSam |
This POJO concentrates all the information we know about the SAM currently selected.
|
| DirectoryHeader |
This POJO contains all metadata of a Calypso DF.
|
| ElementaryFile |
This POJO contains the description of a Calypso EF.
|
| FileData |
This POJO contains all known data content of a Calypso EF.
|
| FileHeader |
This POJO contains all metadata of a Calypso EF.
|
| PoSecuritySettings |
Manages the security settings involved in Calypso secure sessions.
|
| PoSecuritySettings.PoSecuritySettingsBuilder |
Builder class for
PoSecuritySettings |
| PoSelection |
This service extends
AbstractCardSelection to manage specific features of Calypso POs
during the selection step. |
| PoSelector |
This POJO contains the information needed to select a particular PO and specify the behavior in
case of invalidation.
|
| PoSelector.PoSelectorBuilder |
Builder class for
PoSelector |
| PoTransaction |
This service provides the high-level API to manage transactions with a Calypso PO.
|
| PoTransaction.SessionSetting |
Contains the Calypso Secure Session set of parameters.
|
| PoTransaction.SvSettings |
Defines the Stored Value transactions parameters
|
| SamSelection |
Specialized selection request to manage the specific characteristics of Calypso SAMs
Beyond the creation of a CalypsoSam object, this class also allows to execute a command
to Unlock the SAM if unlockData are present in the SamSelector.This unlock command is currently the only one allowed during the SAM selection process. |
| SamSelector |
The
SamSelector class extends CardSelector to handle specific Calypso SAM needs
such as model identification. |
| SamSelector.SamSelectorBuilder |
Builder of
SamSelector |
| SvDebitLogRecord |
This POJO contains the data of a Stored Value debit log.
|
| SvLoadLogRecord |
This POJO contains the data of a Stored Value load log.
|
| Enum | Description |
|---|---|
| FileHeader.FileType |
The EF type enum
|
| PoSelector.InvalidatedPo |
Indicates if an invalidated PO should be selected or not.
|
| PoTransaction.PinTransmissionMode |
Defines the PIN transmission modes: plain or encrypted.
|
| PoTransaction.SessionSetting.AccessLevel |
The PO Transaction Access Level: personalization, loading or debiting.
|
| PoTransaction.SessionSetting.ModificationMode |
The modification mode indicates whether the secure session can be closed and reopened to
manage the limitation of the PO buffer memory.
|
| PoTransaction.SessionSetting.RatificationMode |
The ratification mode defines the behavior of processClosing regarding the ratification
process.
|
| PoTransaction.SvSettings.Action |
Defines the type of action.
|
| PoTransaction.SvSettings.LogRead |
Defines the reading modes of the SV log.
|
| PoTransaction.SvSettings.NegativeBalance |
Defines the acceptance modes for negative balances.
|
| PoTransaction.SvSettings.Operation |
Defines the type of operation to be performed
|