AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDispatcherClient.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "IfdDispatcher.h"
12
13
14namespace governikus
15{
16
18 : public IfdDispatcher
19{
20 Q_OBJECT
21
22 private:
23 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
24
25 public:
26 IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer<DataChannel>& pDataChannel);
27
28 Q_INVOKABLE virtual void sendEstablishContext();
29
30 Q_SIGNALS:
31 void fireContextEstablished(const QString& pIfdName, const QString& pId);
32};
33
34} // namespace governikus
Definition: IfdDispatcherClient.h:19
virtual Q_INVOKABLE void sendEstablishContext()
Definition: IfdDispatcherClient.cpp:67
void fireContextEstablished(const QString &pIfdName, const QString &pId)
IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer< DataChannel > &pDataChannel)
Definition: IfdDispatcher.h:27
Version
Definition: IfdVersion.h:17
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16