48CalypsoSamCommand::CalypsoSamCommand(
const std::string& name,
const uint8_t instructionByte)
49: mName(name), mInstructionByte(instructionByte) {}
51const std::string& CalypsoSamCommand::getName()
const
56uint8_t CalypsoSamCommand::getInstructionByte()
const
58 return mInstructionByte;
63 return mInstructionByte == csc.mInstructionByte &&
static const CalypsoSamCommand PSO_VERIFY_SIGNATURE
static const CalypsoSamCommand CARD_CIPHER_PIN
static const CalypsoSamCommand READ_EVENT_COUNTER
static const CalypsoSamCommand SV_CHECK
static const CalypsoSamCommand SV_PREPARE_DEBIT
static const CalypsoSamCommand SV_PREPARE_UNDEBIT
static const CalypsoSamCommand DIGEST_UPDATE_MULTIPLE
static const CalypsoSamCommand SELECT_DIVERSIFIER
static const CalypsoSamCommand DIGEST_AUTHENTICATE
static const CalypsoSamCommand PSO_COMPUTE_SIGNATURE
static const CalypsoSamCommand CARD_GENERATE_KEY
static const CalypsoSamCommand DIGEST_INIT
static const CalypsoSamCommand GIVE_RANDOM
static const CalypsoSamCommand DIGEST_UPDATE
static const CalypsoSamCommand WRITE_KEY
static const CalypsoSamCommand DIGEST_CLOSE
static const CalypsoSamCommand DATA_CIPHER
static const CalypsoSamCommand UNLOCK
static const CalypsoSamCommand SV_PREPARE_LOAD
static const CalypsoSamCommand GET_CHALLENGE
static const CalypsoSamCommand READ_CEILINGS
static const CalypsoSamCommand READ_KEY_PARAMETERS