75 const std::map<const int, const std::shared_ptr<StatusProperties>>&
getStatusTable()
const
85 const std::map<const std::shared_ptr<FileHeaderAdapter>,
const uint8_t>
getEfHeaders()
const;
92 void parseApduResponse(
const std::shared_ptr<ApduResponseApi> apduResponse)
override;
103 static const std::map<const int, const std::shared_ptr<StatusProperties>> STATUS_TABLE;
108 static const int DESCRIPTORS_OFFSET;
109 static const int DESCRIPTOR_DATA_OFFSET;
110 static const int DESCRIPTOR_DATA_SFI_OFFSET;
111 static const int DESCRIPTOR_TAG_LENGTH;
112 static const int DESCRIPTOR_DATA_LENGTH;
121 const std::shared_ptr<FileHeaderAdapter> createFileHeader(
122 const std::vector<uint8_t>& efDescriptorByteArray)
const;
127 static const std::map<const int, const std::shared_ptr<StatusProperties>> initStatusTable();
bool isSessionBufferUsed() const override
CmdCardGetDataEfList(const CalypsoCardClass calypsoCardClass)
void parseApduResponse(const std::shared_ptr< ApduResponseApi > apduResponse) override
const std::map< const int, const std::shared_ptr< StatusProperties > > & getStatusTable() const override
const std::map< const std::shared_ptr< FileHeaderAdapter >, const uint8_t > getEfHeaders() const
AbstractApduCommand::StatusProperties StatusProperties