#include <CommandApdu.h>
◆ CommandApdu() [1/3]
CommandApdu::CommandApdu |
( |
const QByteArray & |
pBuffer | ) |
|
|
explicit |
◆ CommandApdu() [2/3]
CommandApdu::CommandApdu |
( |
const QByteArray & |
pHeader, |
|
|
const QByteArray & |
pData, |
|
|
int |
pLe |
|
) |
| |
|
explicit |
◆ CommandApdu() [3/3]
CommandApdu::CommandApdu |
( |
char |
pCla, |
|
|
char |
pIns, |
|
|
char |
pP1, |
|
|
char |
pP2, |
|
|
const QByteArray & |
pData = QByteArray() , |
|
|
int |
pLe = NO_LE |
|
) |
| |
|
explicit |
◆ getCLA()
char CommandApdu::getCLA |
( |
| ) |
const |
◆ getData()
QByteArray CommandApdu::getData |
( |
| ) |
const |
◆ getINS()
char CommandApdu::getINS |
( |
| ) |
const |
◆ getLc()
int CommandApdu::getLc |
( |
| ) |
const |
◆ getLe()
int CommandApdu::getLe |
( |
| ) |
const |
◆ getP1()
char CommandApdu::getP1 |
( |
| ) |
const |
◆ getP2()
char CommandApdu::getP2 |
( |
| ) |
const |
◆ isExtendedLength()
bool CommandApdu::isExtendedLength |
( |
const QByteArray & |
pData, |
|
|
int |
pLe |
|
) |
| |
|
static |
◆ isSecureMessaging()
bool CommandApdu::isSecureMessaging |
( |
const QByteArray & |
pCommandBuffer | ) |
|
|
static |
◆ CLA
const char governikus::CommandApdu::CLA = 0x00 |
|
static |
◆ CLA_COMMAND_CHAINING
const char governikus::CommandApdu::CLA_COMMAND_CHAINING = 0x10 |
|
static |
◆ CLA_SECURE_MESSAGING
const char governikus::CommandApdu::CLA_SECURE_MESSAGING = 0x0c |
|
static |
◆ EXTENDED_MAX_LC
const int governikus::CommandApdu::EXTENDED_MAX_LC = 0x00ffff |
|
static |
◆ EXTENDED_MAX_LE
const int governikus::CommandApdu::EXTENDED_MAX_LE = 0x010000 |
|
static |
◆ NO_LE
const int governikus::CommandApdu::NO_LE = 0 |
|
static |
◆ SHORT_MAX_LC
const int governikus::CommandApdu::SHORT_MAX_LC = 0xff |
|
static |
◆ SHORT_MAX_LE
const int governikus::CommandApdu::SHORT_MAX_LE = 0x0100 |
|
static |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: