| AbstractApduCommand(const CardCommand &commandRef, const int expectedResponseLength) | keyple::card::calypso::AbstractApduCommand | |
| AbstractCardCommand(const CalypsoCardCommand &commandRef, const int expectedResponseLength, const std::shared_ptr< CalypsoCardAdapter > calypsoCard) | keyple::card::calypso::AbstractCardCommand | |
| addSubName(const std::string &subName) final | keyple::card::calypso::AbstractApduCommand | virtual |
| buildCommandException(const std::type_info &exceptionClass, const std::string &message) const final | keyple::card::calypso::AbstractCardCommand | virtual |
| buildLegacyApduRequest(const uint8_t keyIndex, const std::vector< uint8_t > &samChallenge, const uint8_t sfi, const uint8_t recordNumber, const uint8_t p1) | keyple::card::calypso::CmdCardOpenSession | |
| buildUnexpectedResponseLengthException(const std::string &message) const final | keyple::card::calypso::AbstractCardCommand | virtual |
| CmdCardOpenSession(const std::shared_ptr< CalypsoCardAdapter > calypsoCard, const uint8_t keyIndex, const std::vector< uint8_t > &samChallenge, const uint8_t sfi, const uint8_t recordNumber, const uint8_t recordSize, const bool isExtendedModeAllowed) | keyple::card::calypso::CmdCardOpenSession | |
| createRev10(const uint8_t keyIndex, const std::vector< uint8_t > &samChallenge, const uint8_t sfi, const uint8_t recordNumber) | keyple::card::calypso::CmdCardOpenSession | |
| createRev24(const uint8_t keyIndex, const std::vector< uint8_t > &samChallenge, const uint8_t sfi, const uint8_t recordNumber) | keyple::card::calypso::CmdCardOpenSession | |
| createRev3(const uint8_t keyIndex, const std::vector< uint8_t > &samChallenge, const uint8_t sfi, const uint8_t recordNumber) | keyple::card::calypso::CmdCardOpenSession | |
| getApduRequest() const final | keyple::card::calypso::AbstractApduCommand | virtual |
| getApduResponse() const final | keyple::card::calypso::AbstractApduCommand | virtual |
| getCalypsoCard() const | keyple::card::calypso::AbstractCardCommand | |
| getCardChallenge() const | keyple::card::calypso::CmdCardOpenSession | |
| getCommandRef() const override | keyple::card::calypso::AbstractCardCommand | virtual |
| getName() const final | keyple::card::calypso::AbstractApduCommand | virtual |
| getRecordNumber() const | keyple::card::calypso::CmdCardOpenSession | |
| getSelectedKif() const | keyple::card::calypso::CmdCardOpenSession | |
| getSelectedKvc() const | keyple::card::calypso::CmdCardOpenSession | |
| getSfi() const | keyple::card::calypso::CmdCardOpenSession | |
| getStatusInformation() const final | keyple::card::calypso::AbstractApduCommand | virtual |
| getStatusTable() const override | keyple::card::calypso::CmdCardOpenSession | virtual |
| isManageSecureSessionAuthorized() const | keyple::card::calypso::CmdCardOpenSession | |
| isSessionBufferUsed() const override | keyple::card::calypso::CmdCardOpenSession | virtual |
| isSuccessful() const final | keyple::card::calypso::AbstractApduCommand | virtual |
| parseApduResponse(const std::shared_ptr< ApduResponseApi > apduResponse) override | keyple::card::calypso::CmdCardOpenSession | virtual |
| keyple::card::calypso::AbstractCardCommand::parseApduResponse(const std::shared_ptr< ApduResponseApi > apduResponse, const std::shared_ptr< CalypsoCardAdapter > calypsoCard) | keyple::card::calypso::AbstractCardCommand | |
| parseRev10(const std::vector< uint8_t > &apduResponseData) | keyple::card::calypso::CmdCardOpenSession | |
| parseRev24(const std::vector< uint8_t > &apduResponseData) | keyple::card::calypso::CmdCardOpenSession | |
| parseRev3(const std::vector< uint8_t > &apduResponseData) | keyple::card::calypso::CmdCardOpenSession | |
| setApduRequest(const std::shared_ptr< ApduRequestAdapter > apduRequest) final | keyple::card::calypso::AbstractApduCommand | virtual |
| setExpectedResponseLength(const int expectedResponseLength) final | keyple::card::calypso::AbstractApduCommand | virtual |