![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoSamCommand.h>


Public Member Functions | |
| const std::string & | getName () const override |
| uint8_t | getInstructionByte () const override |
Static Public Attributes | |
| static const CalypsoSamCommand | SELECT_DIVERSIFIER |
| static const CalypsoSamCommand | GET_CHALLENGE |
| static const CalypsoSamCommand | DIGEST_INIT |
| static const CalypsoSamCommand | DIGEST_UPDATE |
| static const CalypsoSamCommand | DIGEST_UPDATE_MULTIPLE |
| static const CalypsoSamCommand | DIGEST_CLOSE |
| static const CalypsoSamCommand | DIGEST_AUTHENTICATE |
| static const CalypsoSamCommand | GIVE_RANDOM |
| static const CalypsoSamCommand | CARD_GENERATE_KEY |
| static const CalypsoSamCommand | CARD_CIPHER_PIN |
| static const CalypsoSamCommand | UNLOCK |
| static const CalypsoSamCommand | WRITE_KEY |
| static const CalypsoSamCommand | READ_KEY_PARAMETERS |
| static const CalypsoSamCommand | READ_EVENT_COUNTER |
| static const CalypsoSamCommand | READ_CEILINGS |
| static const CalypsoSamCommand | SV_CHECK |
| static const CalypsoSamCommand | SV_PREPARE_DEBIT |
| static const CalypsoSamCommand | SV_PREPARE_LOAD |
| static const CalypsoSamCommand | SV_PREPARE_UNDEBIT |
(package-private)
Defines all supported Calypso SAM APDU commands.
Definition at line 31 of file CalypsoSamCommand.h.
|
overridevirtual |
Gets the instruction byte (INS).
Implements keyple::card::calypso::CardCommand.
Definition at line 53 of file CalypsoSamCommand.cpp.
|
overridevirtual |
Gets the name.
Implements keyple::card::calypso::CardCommand.
Definition at line 48 of file CalypsoSamCommand.cpp.
|
static |
card cipher PIN.
Definition at line 61 of file CalypsoSamCommand.h.
|
static |
digest authenticate.
Definition at line 58 of file CalypsoSamCommand.h.
|
static |
digest authenticate.
Definition at line 52 of file CalypsoSamCommand.h.
|
static |
digest close.
Definition at line 49 of file CalypsoSamCommand.h.
|
static |
digest init.
Definition at line 40 of file CalypsoSamCommand.h.
|
static |
digest update.
Definition at line 43 of file CalypsoSamCommand.h.
|
static |
digest update multiple.
Definition at line 46 of file CalypsoSamCommand.h.
|
static |
get challenge.
Definition at line 37 of file CalypsoSamCommand.h.
|
static |
digest authenticate.
Definition at line 55 of file CalypsoSamCommand.h.
|
static |
read ceilings.
Definition at line 76 of file CalypsoSamCommand.h.
|
static |
read event counter.
Definition at line 73 of file CalypsoSamCommand.h.
|
static |
read key parameters.
Definition at line 70 of file CalypsoSamCommand.h.
|
static |
select diversifier.
Definition at line 34 of file CalypsoSamCommand.h.
|
static |
SV check.
Definition at line 79 of file CalypsoSamCommand.h.
|
static |
SV prepare debit.
Definition at line 82 of file CalypsoSamCommand.h.
|
static |
SV prepare load.
Definition at line 85 of file CalypsoSamCommand.h.
|
static |
SV prepare undebit.
Definition at line 88 of file CalypsoSamCommand.h.
|
static |
unlock.
Definition at line 64 of file CalypsoSamCommand.h.
|
static |
write key.
Definition at line 67 of file CalypsoSamCommand.h.