Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <PoGetChallengeRespPars.h>
Inherits keyple::calypso::command::po::AbstractPoResponseParser.
Additional Inherited Members | |
![]() | |
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::map< int, std::shared_ptr< StatusProperties > > & | getStatusTable () const |
virtual const std::shared_ptr< SeCommand > | getCommandRef () const |
![]() | |
std::shared_ptr< ApduResponse > | mResponse |
AbstractApduCommandBuilder * | mBuilder |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
PO Get challenge response parser. See specs: Calypso / page 108 / 9.54 - Get challenge
keyple::calypso::command::po::parser::security::PoGetChallengeRespPars::PoGetChallengeRespPars | ( | std::shared_ptr< ApduResponse > | response, |
PoGetChallengeCmdBuild * | builder | ||
) |
Instantiates a new PoGetChallengeRespPars.
response | the response from PO Get Challenge APDU Command |
builder | the reference to the builder that created this parser |
std::vector< uint8_t > keyple::calypso::command::po::parser::security::PoGetChallengeRespPars::getPoChallenge | ( | ) | const |