|
AusweisApp
|
#include <IfdCard.h>
Signale | |
| void | fireCardRemoved () |
Freundbeziehungen | |
| class | ::test_IfdCard |
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. | |
| static QString | generateErrorMessage (const QString &pMessage) |
Statische öffentliche Attribute geerbt von governikus::Card | |
| static constexpr int | DEFAULT_PINPAD_TIMEOUT = 90 |
| IfdCard::IfdCard | ( | const QSharedPointer< IfdDispatcherClient > & | pDispatcher, |
| const QString & | pReaderName ) |
|
override |
|
overridevirtual |
Destroys an existing PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
|
overridevirtual |
Establish a 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.
|
signal |
|
overridevirtual |
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert governikus::Card.
|
overridevirtual |
Destroys the previously established connection to the smart card.
Implementiert governikus::Card.
|
overridevirtual |
Sets a new eID PIN, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
Erneute Implementation von governikus::Card.
Sets the current workflow progress message.
This is necessary for platforms like iOS, where interacting with a card leads to a dialog where the message needs to be updated.
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.