|
AusweisApp2
|
#include <PcscCard.h>
Öffentliche Methoden | |
| PcscCard (PcscReader *pPcscReader) | |
| virtual | ~PcscCard () override |
| 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 ... | |
| virtual CardReturnCode | establishPaceChannel (PACE_PASSWORD_ID pPasswordId, const QByteArray &pChat, const QByteArray &pCertificateDescription, EstablishPACEChannelOutput &pChannelOutput, quint8 pTimeoutSeconds) override |
| Establishes a PACE channel, i.e. Mehr ... | |
| virtual CardReturnCode | destroyPaceChannel () override |
| Destroys an existing PACE channel, i.e. Mehr ... | |
| virtual CardReturnCode | setEidPin (quint8 pTimeoutSeconds, ResponseApdu &pResponseApdu) override |
| Sets a new eID PIN, i.e. Mehr ... | |
Öffentliche Methoden geerbt von governikus::Card | |
| Card () | |
| virtual | ~Card () |
| PcscCard::PcscCard | ( | PcscReader * | pPcscReader | ) |
|
overridevirtual |
|
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.