See: Description
| Package | Description |
|---|---|
| org.eclipse.keyple.calypso |
Contains the specific POJOs, services and classes to manage Calypso products in the Keyple
environment.
|
| org.eclipse.keyple.calypso.command |
Contains the definitions of the Calypso commands and their associated builders and parsers.
|
| 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 |
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.command.po.exception |
Contains the exceptions that may be raised when processing a PO command.
|
| org.eclipse.keyple.calypso.command.po.parser |
Contains the PO command parsers.
|
| org.eclipse.keyple.calypso.command.po.parser.security |
Contains the security related PO command parsers.
|
| org.eclipse.keyple.calypso.command.po.parser.storedvalue |
Contains the Stored Value PO command parsers.
|
| org.eclipse.keyple.calypso.command.sam |
Contains the definitions of the Calypso SAM commands and their associated builders and parsers.
|
| org.eclipse.keyple.calypso.command.sam.builder.security |
Contains the SAM command builders.
|
| org.eclipse.keyple.calypso.command.sam.exception |
Contains the exceptions that may be raised when processing a SAM command.
|
| org.eclipse.keyple.calypso.command.sam.parser.security |
Contains the SAM command parsers.
|
| org.eclipse.keyple.calypso.exception |
Contains the generic Calypso exceptions.
|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| org.eclipse.keyple.calypso.transaction.exception |
Contains the Calypso exception raised when processing a PO transaction.
|
| org.eclipse.keyple.calypso.transaction.sammanager |
The Keyple Calypso module is dedicated to the management of Calypso products: cards (or smartphones) carried by end-users (PO) as well as security modules integrated into the equipments (SAM).
The CalypsoPo class is the core of this module. An instance is created at the end of the selection process and will be used for transactions to centralize the result of all the commands executed by the card.
Symmetrically, CalypsoSam contains the SAM-related elements but will have little or no visibility to the application.
These classes are located in the transaction sub-package next to the classes used to carry out selections and transactions.
The two main services to start with Keyple Calypso are PoSelection and PoTransaction.
The other classes of this package allow you to build the commands and analyze their responses.