AusweisApp
|
#include <Card.h>
Öffentliche, statische Methoden | |
static QString | generateProgressMessage (const QString &pMessage, int pProgress=-1) |
Combines the message and progressvalue depending on the environment. | |
Card::Card | ( | ) |
|
overridedefault |
|
virtual |
Destroys an existing PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation in governikus::PcscCard, governikus::SimulatorCard und governikus::IfdCard.
|
pure virtual |
Establish a connection to the smart card.
Implementiert in governikus::NfcCard, governikus::PcscCard, governikus::SimulatorCard, governikus::SmartCard und governikus::IfdCard.
|
virtual |
Establishes a PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation in governikus::PcscCard, governikus::SimulatorCard und governikus::IfdCard.
Combines the message and progressvalue depending on the environment.
|
virtual |
Erneute Implementation in governikus::SmartCard.
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert in governikus::NfcCard, governikus::PcscCard, governikus::SimulatorCard, governikus::SmartCard und governikus::IfdCard.
|
virtual |
Erneute Implementation in governikus::SmartCard.
|
virtual |
Erneute Implementation in governikus::SmartCard.
|
pure virtual |
Destroys the previously established connection to the smart card.
Implementiert in governikus::NfcCard, governikus::PcscCard, governikus::SimulatorCard, governikus::SmartCard und governikus::IfdCard.
|
virtual |
Sets a new eID PIN, i.e.
the corresponding reader is no basic reader.
Erneute Implementation in governikus::PcscCard, governikus::SimulatorCard und governikus::IfdCard.
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 in governikus::NfcCard und governikus::IfdCard.
|
pure virtual |
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 in governikus::NfcCard, governikus::PcscCard, governikus::SimulatorCard, governikus::SmartCard und governikus::IfdCard.