Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <OpenSession32RespPars.h>
Inherits keyple::calypso::command::po::parser::security::AbstractOpenSessionRespPars.
Static Public Member Functions | |
static std::shared_ptr< SecureSession > | createSecureSession (const std::vector< uint8_t > &apduResponse) |
Additional Inherited Members | |
![]() | |
std::shared_ptr< SecureSession > | mSecureSession |
![]() | |
const std::map< int, std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
![]() | |
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::shared_ptr< SeCommand > | getCommandRef () const |
![]() | |
std::shared_ptr< ApduResponse > | mResponse |
AbstractApduCommandBuilder * | mBuilder |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
keyple::calypso::command::po::parser::security::OpenSession32RespPars::OpenSession32RespPars | ( | std::shared_ptr< ApduResponse > | response, |
OpenSession32CmdBuild * | builder | ||
) |
Instantiates a new OpenSession32RespPars from the response.
response | from OpenSession32RespPars |
builder | the reference to the builder that created this parser |
C++ vs. Java: Do not remove. This code is required as the base class constructor cannot call a derived class member function.
|
static |
|
virtual |
Method to get a Secure Session from the response in revision 3.2 mode.
apduResponseData | the apdu response data |
Reimplemented from keyple::calypso::command::po::parser::security::AbstractOpenSessionRespPars.