Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <SamGetChallengeRespPars.h>
Inherits keyple::calypso::command::sam::AbstractSamResponseParser.
Protected Member Functions | |
const std::map< int, std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
![]() | |
const KeypleSeCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message, const std::shared_ptr< SeCommand > commandRef, const int statusCode) const override |
![]() | |
virtual const std::shared_ptr< SeCommand > | getCommandRef () const |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ApduResponse > | mResponse |
AbstractApduCommandBuilder * | mBuilder |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
SAM get challenge. See specs: Calypso / Page 108 / 9.5.4 - Get challenge
keyple::calypso::command::sam::parser::security::SamGetChallengeRespPars::SamGetChallengeRespPars | ( | const std::shared_ptr< ApduResponse > | response, |
SamGetChallengeCmdBuild * | builder | ||
) |
Instantiates a new SamGetChallengeRespPars .
response | of the SamGetChallengeCmdBuild |
builder | the reference to the builder that created this parser |
const std::vector< uint8_t > keyple::calypso::command::sam::parser::security::SamGetChallengeRespPars::getChallenge | ( | ) | const |
Gets the challenge.
|
overrideprotectedvirtual |
Reimplemented from keyple::calypso::command::sam::AbstractSamResponseParser.