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


Public Member Functions | |
| CmdSamDigestClose (const std::shared_ptr< CalypsoSamAdapter > calypsoSam, const int expectedResponseLength) | |
| const std::vector< uint8_t > | getSignature () const |
| const std::map< const int, const std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
Public Member Functions inherited from keyple::card::calypso::AbstractSamCommand | |
| AbstractSamCommand (const CalypsoSamCommand &commandRef, const int expectedResponseLength, const std::shared_ptr< CalypsoSamAdapter > calypsoSam) | |
| const std::shared_ptr< CalypsoSamAdapter > | getCalypsoSam () const |
| const CalypsoSamCommand & | getCommandRef () const override |
| const CalypsoApduCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message) const final |
| const CalypsoApduCommandException | buildUnexpectedResponseLengthException (const std::string &message) const final |
| void | parseApduResponse (const std::shared_ptr< ApduResponseApi > apduResponse) override |
| void | parseApduResponse (const std::shared_ptr< ApduResponseApi > apduResponse, const std::shared_ptr< CalypsoSamAdapter > calypsoSam) |
Public Member Functions inherited from keyple::card::calypso::AbstractApduCommand | |
| AbstractApduCommand (const CardCommand &commandRef, const int expectedResponseLength) | |
| virtual void | addSubName (const std::string &subName) final |
| virtual const std::string & | getName () const final |
| virtual void | setExpectedResponseLength (const int expectedResponseLength) 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 bool | isSuccessful () const final |
| virtual const std::string | getStatusInformation () const final |
Additional Inherited Members | |
Static Public Attributes inherited from keyple::card::calypso::AbstractSamCommand | |
| static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE = initStatusTable() |
Static Public Attributes inherited from keyple::card::calypso::AbstractApduCommand | |
| static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE |
(package-private)
Builds the Digest Close APDU command.
Definition at line 33 of file CmdSamDigestClose.h.
| keyple::card::calypso::CmdSamDigestClose::CmdSamDigestClose | ( | const std::shared_ptr< CalypsoSamAdapter > | calypsoSam, |
| const int | expectedResponseLength | ||
| ) |
(package-private)
Instantiates a new CmdSamDigestClose .
| calypsoSam | The Calypso SAM. |
| expectedResponseLength | the expected response length. |
Definition at line 34 of file CmdSamDigestClose.cpp.
| const std::vector< uint8_t > keyple::card::calypso::CmdSamDigestClose::getSignature | ( | ) | const |
(package-private)
Gets the sam signature.
Definition at line 47 of file CmdSamDigestClose.cpp.
|
overridevirtual |
(package-private)
Returns the internal status table
Reimplemented from keyple::card::calypso::AbstractSamCommand.
Definition at line 66 of file CmdSamDigestClose.cpp.