AusweisApp2
governikus::BluetoothCard Klassenreferenz

#include <BluetoothCard.h>

Klassendiagramm für governikus::BluetoothCard:

Öffentliche Methoden

 BluetoothCard (QSharedPointer< CyberJackWaveDevice > pDevice)
 
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 ...
 
ResponseApduResult transmit (const CommandApdu &pCmd) override
 Performs a transmit to the smart card. Mehr ...
 
EstablishPaceChannelOutput establishPaceChannel (PacePasswordId pPasswordId, const QByteArray &pChat, const QByteArray &pCertificateDescription, quint8 pTimeoutSeconds) override
 Establishes a PACE channel, i.e. Mehr ...
 
CardReturnCode destroyPaceChannel () override
 Destroys an existing PACE channel, i.e. Mehr ...
 
ResponseApduResult setEidPin (quint8 pTimeoutSeconds) override
 Sets a new eID PIN, i.e. Mehr ...
 
- Öffentliche Methoden geerbt von governikus::Card
 Card ()
 
virtual ~Card ()=default
 
virtual void setProgressMessage (const QString &pMessage)
 Sets the current workflow progress message. Mehr ...
 

Beschreibung der Konstruktoren und Destruktoren

◆ BluetoothCard()

BluetoothCard::BluetoothCard ( QSharedPointer< CyberJackWaveDevice pDevice)
explicit

Dokumentation der Elementfunktionen

◆ connect()

CardReturnCode BluetoothCard::connect ( )
overridevirtual

Establish a connection to the smart card.

Implementiert governikus::Card.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ destroyPaceChannel()

CardReturnCode BluetoothCard::destroyPaceChannel ( )
overridevirtual

Destroys an existing PACE channel, i.e.

the corresponding reader is no basic reader.

Erneute Implementation von governikus::Card.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ disconnect()

CardReturnCode BluetoothCard::disconnect ( )
overridevirtual

Destroys the previously established connection to the smart card.

Implementiert governikus::Card.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ establishPaceChannel()

EstablishPaceChannelOutput BluetoothCard::establishPaceChannel ( PacePasswordId  pPasswordId,
const QByteArray &  pChat,
const QByteArray &  pCertificateDescription,
quint8  pTimeoutSeconds 
)
overridevirtual

Establishes a PACE channel, i.e.

the corresponding reader is no basic reader.

Erneute Implementation von governikus::Card.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ isConnected()

bool BluetoothCard::isConnected ( )
overridevirtual

Is the smart card connected, i.e.

has a connection successfully been established?

Implementiert governikus::Card.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

◆ setEidPin()

ResponseApduResult BluetoothCard::setEidPin ( quint8  pTimeoutSeconds)
overridevirtual

Sets a new eID PIN, i.e.

the corresponding reader is no basic reader.

Erneute Implementation von governikus::Card.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ transmit()

ResponseApduResult BluetoothCard::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 Dateien: