|
Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
Namespaces | |
| namespace | card |
| namespace | transaction |
Classes | |
| class | CalypsoCardApiFactory |
Enumerations | |
| enum class | GetDataTag { FCP_FOR_CURRENT_FILE , FCI_FOR_CURRENT_DF , EF_LIST , TRACEABILITY_INFORMATION } |
| enum class | SelectFileControl { FIRST_EF , NEXT_EF , CURRENT_DF } |
| enum class | WriteAccessLevel { PERSONALIZATION , LOAD , DEBIT } |
|
strong |
Enumeration of all supported tags for the Get Data command.
May not be applicable to all products.
Definition at line 27 of file GetDataTag.hpp.
|
strong |
Enumeration of all expected behaviors of the selection command (see the specifics of this command in the ISO7816-4 standard and the Calypso specification).
| Enumerator | |
|---|---|
| FIRST_EF | The first EF of the current Calypso DF
|
| NEXT_EF | The next EF of the current Calypso DF
|
| CURRENT_DF | The current Calypso DF
|
Definition at line 27 of file SelectFileControl.hpp.
|
strong |
Enumeration of the write access levels for the Calypso card Secure Session.
Each level induces the use of one of the 3 session key levels.
Definition at line 27 of file WriteAccessLevel.hpp.