#include <SmartCard.h>
|
| SmartCard () |
|
CardReturnCode | establishConnection () override |
| Establish a connection to the smart card.
|
|
CardReturnCode | releaseConnection () override |
| Destroys the previously established connection to the smart card.
|
|
bool | isConnected () const override |
| Is the smart card connected, i.e.
|
|
ResponseApduResult | transmit (const CommandApdu &pCmd) override |
| Performs a transmit to the smart card.
|
|
EstablishPaceChannelOutput | prepareIdentification (const QByteArray &pChat) override |
|
ResponseApduResult | getChallenge () override |
|
TerminalAndChipAuthenticationResult | performTAandCA (const CVCertificateChain &pTerminalCvcChain, const QByteArray &pAuxiliaryData, const QByteArray &pSignature, const QByteArray &pPin, const QByteArray &pEphemeralPublicKey) override |
|
| Card () |
|
| ~Card () override=default |
|
virtual void | setProgressMessage (const QString &pMessage, int pProgress=-1) |
| Sets the current workflow progress message.
|
|
virtual EstablishPaceChannelOutput | establishPaceChannel (PacePasswordId pPasswordId, int pPreferredPinLength, const QByteArray &pChat, const QByteArray &pCertificateDescription, quint8 pTimeoutSeconds=60) |
| Establishes a PACE channel, i.e.
|
|
virtual CardReturnCode | destroyPaceChannel () |
| Destroys an existing PACE channel, i.e.
|
|
virtual ResponseApduResult | setEidPin (quint8 pTimeoutSeconds) |
| Sets a new eID PIN, i.e.
|
|
◆ SmartCard()
◆ establishConnection()
◆ getChallenge()
◆ isConnected()
bool SmartCard::isConnected |
( |
| ) |
const |
|
overridevirtual |
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert governikus::Card.
◆ performTAandCA()
◆ prepareIdentification()
◆ releaseConnection()
Destroys the previously established connection to the smart card.
Implementiert governikus::Card.
◆ transmit()
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: