#include <InvalidateCmdBuild.h>
Inherits keyple::calypso::command::po::AbstractPoCommandBuilder< InvalidateRespPars >.
|
Protected Member Functions inherited from keyple::core::command::AbstractIso7816CommandBuilder |
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const std::vector< uint8_t > &dataIn) |
|
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const uint8_t le) |
|
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const std::vector< uint8_t > &dataIn, const uint8_t le) |
|
Protected Attributes inherited from keyple::calypso::command::po::AbstractPoCommandBuilder< InvalidateRespPars > |
const std::shared_ptr< Logger > | mLogger |
|
Protected Attributes inherited from keyple::core::command::AbstractApduCommandBuilder |
const std::shared_ptr< SeCommand > | mCommandRef |
|
std::shared_ptr< ApduRequest > | mRequest |
|
The Class keyple::calypso::command::po::builder::security::InvalidateCmdBuild. This class provides the dedicated constructor to build the PO Invalidate command.
◆ InvalidateCmdBuild()
keyple::calypso::command::po::builder::security::InvalidateCmdBuild::InvalidateCmdBuild |
( |
const PoClass & |
poClass | ) |
|
Instantiates a new InvalidateCmdBuild.
- Parameters
-
poClass | indicates which CLA byte should be used for the Apdu |
◆ createResponseParser()
std::shared_ptr< InvalidateRespPars > keyple::calypso::command::po::builder::security::InvalidateCmdBuild::createResponseParser |
( |
std::shared_ptr< ApduResponse > |
apduResponse | ) |
|
|
overridevirtual |
◆ isSessionBufferUsed()
bool keyple::calypso::command::po::builder::security::InvalidateCmdBuild::isSessionBufferUsed |
( |
| ) |
const |
|
overridevirtual |
This command can't be executed in session and therefore doesn't uses the session buffer.
- Returns
- false
The documentation for this class was generated from the following files: