![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CmdCardGetChallenge.h>
Public Member Functions | |
CmdCardGetChallenge (const CalypsoCardClass calypsoCardClass) | |
bool | isSessionBufferUsed () const override |
const std::vector< uint8_t > | getCardChallenge () const |
![]() | |
AbstractCardCommand (const CalypsoCardCommand &commandRef) | |
const CalypsoCardCommand & | getCommandRef () const override |
const CalypsoApduCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message, const CardCommand &commandRef, const int statusWord) const final |
AbstractCardCommand & | setApduResponse (const std::shared_ptr< ApduResponseApi > apduResponse) override |
void | checkStatus () override |
![]() | |
AbstractApduCommand (const CardCommand &commandRef) | |
virtual void | addSubName (const std::string &subName) final |
virtual const std::string & | getName () const final |
virtual void | setApduRequest (const std::shared_ptr< ApduRequestAdapter > apduRequest) final |
virtual const std::shared_ptr< ApduRequestAdapter > | getApduRequest () const final |
virtual const std::shared_ptr< ApduResponseApi > | getApduResponse () const final |
virtual const std::map< const int, const std::shared_ptr< StatusProperties > > & | getStatusTable () const |
virtual bool | isSuccessful () const final |
virtual const std::string | getStatusInformation () const final |
Additional Inherited Members | |
![]() | |
static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE |
(package-private)
Builds the Get Challenge APDU command.
Definition at line 46 of file CmdCardGetChallenge.h.
keyple::card::calypso::CmdCardGetChallenge::CmdCardGetChallenge | ( | const CalypsoCardClass | calypsoCardClass | ) |
(package-private)
Instantiates a new CmdCardGetChallenge.
calypsoCardClass | indicates which CLA byte should be used for the Apdu. |
Definition at line 39 of file CmdCardGetChallenge.cpp.
const std::vector< uint8_t > keyple::card::calypso::CmdCardGetChallenge::getCardChallenge | ( | ) | const |
(package-private)
Gets the card challenge
Definition at line 60 of file CmdCardGetChallenge.cpp.
|
overridevirtual |
(package-private)
Indicates if the session buffer is used when executing this command.Allows the management of the overflow of this buffer.
Implements keyple::card::calypso::AbstractCardCommand.
Definition at line 55 of file CmdCardGetChallenge.cpp.