24 QSharedPointer<CyberJackWaveDevice> mDevice;
31 CardReturnCode
connect()
override;
Definition: BluetoothCard.h:17
bool isConnected() override
Is the smart card connected, i.e.
Definition: BluetoothCard.cpp:83
CardReturnCode establishPaceChannel(PACE_PASSWORD_ID pPasswordId, const QByteArray &pChat, const QByteArray &pCertificateDescription, EstablishPACEChannelOutput &pChannelOutput, quint8 pTimeoutSeconds) override
Establishes a PACE channel, i.e.
Definition: BluetoothCard.cpp:124
BluetoothCard(QSharedPointer< CyberJackWaveDevice > pDevice)
Definition: BluetoothCard.cpp:26
CardReturnCode disconnect() override
Destroys the previously established connection to the smart card.
Definition: BluetoothCard.cpp:62
CardReturnCode setEidPin(quint8 pTimeoutSeconds, ResponseApdu &pResponseApdu) override
Sets a new eID PIN, i.e.
Definition: BluetoothCard.cpp:156
CardReturnCode destroyPaceChannel() override
Destroys an existing PACE channel, i.e.
Definition: BluetoothCard.cpp:148
CardReturnCode connect() override
Establish a connection to the smart card.
Definition: BluetoothCard.cpp:34
Definition: EstablishPACEChannel.h:98