AusweisApp2
|
#include <BluetoothCard.h>
Öffentliche Methoden | |
BluetoothCard (QSharedPointer< CyberJackWaveDevice > pDevice) | |
CardReturnCode | connect () override |
Establish a connection to the smart card. Mehr ... | |
CardReturnCode | disconnect () override |
Destroys the previously established connection to the smart card. Mehr ... | |
bool | isConnected () override |
Is the smart card connected, i.e. Mehr ... | |
CardReturnCode | transmit (const CommandApdu &pCmd, ResponseApdu &pRes) override |
Performs a transmit to the smart card. Mehr ... | |
CardReturnCode | establishPaceChannel (PACE_PASSWORD_ID pPasswordId, const QByteArray &pChat, const QByteArray &pCertificateDescription, EstablishPACEChannelOutput &pChannelOutput, quint8 pTimeoutSeconds) override |
Establishes a PACE channel, i.e. Mehr ... | |
CardReturnCode | destroyPaceChannel () override |
Destroys an existing PACE channel, i.e. Mehr ... | |
CardReturnCode | setEidPin (quint8 pTimeoutSeconds, ResponseApdu &pResponseApdu) override |
Sets a new eID PIN, i.e. Mehr ... | |
![]() | |
Card () | |
virtual | ~Card () |
BluetoothCard::BluetoothCard | ( | QSharedPointer< CyberJackWaveDevice > | pDevice | ) |
|
overridevirtual |
Establish a connection to the smart card.
Implementiert governikus::Card.
|
overridevirtual |
Destroys an existing PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
|
overridevirtual |
Destroys the previously established connection to the smart card.
Implementiert governikus::Card.
|
overridevirtual |
Establishes a PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
|
overridevirtual |
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert governikus::Card.
|
overridevirtual |
Sets a new eID PIN, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
|
overridevirtual |
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.