|
AusweisApp2
|
#include <PcscCard.h>
Öffentliche Methoden | |
| PcscCard (PcscReader *pPcscReader) | |
| ~PcscCard () override | |
| 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 ... | |
| ResponseApduResult | transmit (const CommandApdu &pCmd) override |
| Performs a transmit to the smart card. Mehr ... | |
| EstablishPaceChannelOutput | establishPaceChannel (PacePasswordId pPasswordId, int pPreferredPinLength, const QByteArray &pChat, const QByteArray &pCertificateDescription, quint8 pTimeoutSeconds) override |
| Establishes a PACE channel, i.e. Mehr ... | |
| CardReturnCode | destroyPaceChannel () override |
| Destroys an existing PACE channel, i.e. Mehr ... | |
| ResponseApduResult | setEidPin (quint8 pTimeoutSeconds) override |
| Sets a new eID PIN, i.e. Mehr ... | |
Öffentliche Methoden geerbt von governikus::Card | |
| Card () | |
| ~Card () override=default | |
| virtual void | setProgressMessage (const QString &pMessage, int pProgress=-1) |
| Sets the current workflow progress message. Mehr ... | |
Weitere Geerbte Elemente | |
Öffentliche, statische Methoden geerbt von governikus::Card | |
| static QString | generateProgressMessage (const QString &pMessage, int pProgress=-1) |
| Combines the message and progressvalue depending on the environment. Mehr ... | |
|
explicit |
|
override |
|
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.