#include <NfcCard.h>
|
| NfcCard (QNearFieldTarget *pNearFieldTarget) |
|
virtual | ~NfcCard () override |
|
bool | isValid () const |
|
bool | invalidateTarget (QNearFieldTarget *pNearFieldTarget) |
|
virtual CardReturnCode | connect () override |
| Establish a connection to the smart card. Mehr ...
|
|
virtual CardReturnCode | disconnect () override |
| Destroys the previously established connection to the smart card. Mehr ...
|
|
virtual bool | isConnected () override |
| Is the smart card connected, i.e. Mehr ...
|
|
virtual CardReturnCode | transmit (const CommandApdu &pCmd, ResponseApdu &pRes) override |
| Performs a transmit to the smart card. Mehr ...
|
|
| Card () |
|
virtual | ~Card () |
|
virtual CardReturnCode | establishPaceChannel (PACE_PASSWORD_ID pPasswordId, const QByteArray &pChat, const QByteArray &pCertificateDescription, EstablishPACEChannelOutput &pChannelOutput, quint8 pTimeoutSeconds=60) |
| Establishes a PACE channel, i.e. Mehr ...
|
|
virtual CardReturnCode | destroyPaceChannel () |
| Destroys an existing PACE channel, i.e. Mehr ...
|
|
virtual CardReturnCode | setEidPin (quint8 pTimeoutSeconds, ResponseApdu &pResponseApdu) |
| Sets a new eID PIN, i.e. Mehr ...
|
|
NfcCard::NfcCard |
( |
QNearFieldTarget * |
pNearFieldTarget | ) |
|
CardReturnCode NfcCard::connect |
( |
| ) |
|
|
overridevirtual |
CardReturnCode NfcCard::disconnect |
( |
| ) |
|
|
overridevirtual |
Destroys the previously established connection to the smart card.
Implementiert governikus::Card.
void governikus::NfcCard::fireCardRemoved |
( |
| ) |
|
|
signal |
bool NfcCard::invalidateTarget |
( |
QNearFieldTarget * |
pNearFieldTarget | ) |
|
bool NfcCard::isConnected |
( |
| ) |
|
|
overridevirtual |
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert governikus::Card.
bool NfcCard::isValid |
( |
| ) |
const |
Performs a transmit to the smart card.
The command APDU buffer is transmitted to the card. The response APDU buffer is filled with the data returned from the card.
Implementiert governikus::Card.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: