AusweisApp2
governikus::IosCard Klassenreferenz

#include <IosCard.h>

Klassendiagramm für governikus::IosCard:

Öffentliche Methoden

 IosCard (IosCardPointer *pTag)
 
 ~IosCard () override
 
bool isValid () const
 
void invalidateTarget ()
 
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 ...
 
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 ...
 
- Öffentliche Methoden geerbt von governikus::Card
 Card ()
 
 ~Card () override=default
 
virtual EstablishPaceChannelOutput establishPaceChannel (PacePasswordId pPasswordId, int pPreferredPinLength, const QByteArray &pChat, const QByteArray &pCertificateDescription, quint8 pTimeoutSeconds=60)
 Establishes a PACE channel, i.e. Mehr ...
 
virtual CardReturnCode destroyPaceChannel ()
 Destroys an existing PACE channel, i.e. Mehr ...
 
virtual ResponseApduResult setEidPin (quint8 pTimeoutSeconds)
 Sets a new eID PIN, i.e. 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 ...
 

Beschreibung der Konstruktoren und Destruktoren

◆ IosCard()

governikus::IosCard::IosCard ( IosCardPointer pTag)
explicit

◆ ~IosCard()

governikus::IosCard::~IosCard ( )
override

Dokumentation der Elementfunktionen

◆ connect()

CardReturnCode governikus::IosCard::connect ( )
overridevirtual

Establish a connection to the smart card.

Implementiert governikus::Card.

◆ disconnect()

CardReturnCode governikus::IosCard::disconnect ( )
overridevirtual

Destroys the previously established connection to the smart card.

Implementiert governikus::Card.

◆ invalidateTarget()

void governikus::IosCard::invalidateTarget ( )

◆ isConnected()

bool governikus::IosCard::isConnected ( )
overridevirtual

Is the smart card connected, i.e.

has a connection successfully been established?

Implementiert governikus::Card.

◆ isValid()

bool governikus::IosCard::isValid ( ) const

◆ setProgressMessage()

void governikus::IosCard::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()

ResponseApduResult governikus::IosCard::transmit ( const CommandApdu pCmd)
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.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: