|
AusweisApp2
|
#include <Apdu.h>
Öffentliche Methoden | |
| ResponseApdu (StatusCode pStatusCode) | |
| ResponseApdu (const QByteArray &pBuffer=QByteArray()) | |
| virtual | ~ResponseApdu () |
| virtual void | setBuffer (const QByteArray &pBuffer) |
| QByteArray | getData () const |
| int | getDataLength () const |
| StatusCode | getReturnCode () const |
| QByteArray | getReturnCodeAsHex () const |
| int | getRetryCounter () const |
| SW1 | getSW1 () const |
| char | getSW2 () const |
| CardReturnCode | getCardReturnCode () const |
Öffentliche Methoden geerbt von governikus::Apdu | |
| const QByteArray & | getBuffer () const |
| int | length () const |
Weitere Geerbte Elemente | |
Statische öffentliche Attribute geerbt von governikus::Apdu | |
| static const int | NO_LE = 0 |
| static const int | SHORT_MAX_LC = 0xff |
| static const int | SHORT_MAX_LE = 0x0100 |
| static const int | EXTENDED_MAX_LC = 0x00ffff |
| static const int | EXTENDED_MAX_LE = 0x010000 |
| static const char | CLA = 0x00 |
| static const char | CLA_COMMAND_CHAINING = 0x10 |
| static const char | CLA_SECURE_MESSAGING = 0x0c |
Geschützte Methoden geerbt von governikus::Apdu | |
| Apdu (const QByteArray &pBuffer) | |
| virtual | ~Apdu () |
Geschützte Attribute geerbt von governikus::Apdu | |
| QByteArray | mBuffer |
| ResponseApdu::ResponseApdu | ( | StatusCode | pStatusCode | ) |
| ResponseApdu::ResponseApdu | ( | const QByteArray & | pBuffer = QByteArray() | ) |
|
virtual |
| CardReturnCode ResponseApdu::getCardReturnCode | ( | ) | const |
| QByteArray ResponseApdu::getData | ( | ) | const |
| int ResponseApdu::getDataLength | ( | ) | const |
| int ResponseApdu::getRetryCounter | ( | ) | const |
| StatusCode ResponseApdu::getReturnCode | ( | ) | const |
| QByteArray ResponseApdu::getReturnCodeAsHex | ( | ) | const |
| SW1 ResponseApdu::getSW1 | ( | ) | const |
| char ResponseApdu::getSW2 | ( | ) | const |
|
virtual |
Erneute Implementation in governikus::GAResponseApdu.