#include <IfdCard.h>
|
| | IfdCard (const QSharedPointer< IfdDispatcherClient > &pDispatcher, const QString &pReaderName) |
| |
| | ~IfdCard () override |
| |
| CardReturnCode | establishConnection () override |
| | Establish a connection to the smart card. Mehr ...
|
| |
| CardReturnCode | releaseConnection () override |
| | Destroys the previously established connection to the smart card. Mehr ...
|
| |
| bool | isConnected () const override |
| | Is the smart card connected, i.e. Mehr ...
|
| |
| void | setProgressMessage (const QString &pMessage, int pProgress=-1) override |
| | Sets the current workflow progress message. 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=60) override |
| | Establishes a PACE channel, i.e. Mehr ...
|
| |
| ResponseApduResult | setEidPin (quint8 pTimeoutSeconds) override |
| | Sets a new eID PIN, i.e. Mehr ...
|
| |
| | Card () |
| |
| | ~Card () override=default |
| |
| virtual CardReturnCode | destroyPaceChannel () |
| | Destroys an existing PACE channel, i.e. Mehr ...
|
| |
| virtual EstablishPaceChannelOutput | prepareIdentification (const QByteArray &pChat) |
| |
| virtual ResponseApduResult | getChallenge () |
| |
| virtual TerminalAndChipAuthenticationResult | performTAandCA (const CVCertificateChain &pTerminalCvcChain, const QByteArray &pAuxiliaryData, const QByteArray &pSignature, const QByteArray &pPin, const QByteArray &pEphemeralPublicKey) |
| |
|
| static QString | generateProgressMessage (const QString &pMessage, int pProgress=-1) |
| | Combines the message and progressvalue depending on the environment. Mehr ...
|
| |
◆ IfdCard()
| IfdCard::IfdCard |
( |
const QSharedPointer< IfdDispatcherClient > & |
pDispatcher, |
|
|
const QString & |
pReaderName |
|
) |
| |
◆ ~IfdCard()
◆ establishConnection()
| CardReturnCode IfdCard::establishConnection |
( |
| ) |
|
|
overridevirtual |
◆ establishPaceChannel()
| EstablishPaceChannelOutput IfdCard::establishPaceChannel |
( |
PacePasswordId |
pPasswordId, |
|
|
int |
pPreferredPinLength, |
|
|
const QByteArray & |
pChat, |
|
|
const QByteArray & |
pCertificateDescription, |
|
|
quint8 |
pTimeoutSeconds = 60 |
|
) |
| |
|
overridevirtual |
Establishes a PACE channel, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
◆ fireCardRemoved
| void governikus::IfdCard::fireCardRemoved |
( |
| ) |
|
|
signal |
◆ isConnected()
| bool IfdCard::isConnected |
( |
| ) |
const |
|
overridevirtual |
Is the smart card connected, i.e.
has a connection successfully been established?
Implementiert governikus::Card.
◆ releaseConnection()
| CardReturnCode IfdCard::releaseConnection |
( |
| ) |
|
|
overridevirtual |
Destroys the previously established connection to the smart card.
Implementiert governikus::Card.
◆ setEidPin()
Sets a new eID PIN, i.e.
the corresponding reader is no basic reader.
Erneute Implementation von governikus::Card.
◆ setProgressMessage()
| void IfdCard::setProgressMessage |
( |
const QString & |
pMessage, |
|
|
int |
pProgress = -1 |
|
) |
| |
|
overridevirtual |
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.
◆ 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: