AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDispatcherServer.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "IfdDispatcher.h"
12
13
14namespace governikus
15{
17 : public IfdDispatcher
18{
19 Q_OBJECT
20
21 private:
22 void createAndSendContext(const QJsonObject& pMessageObject);
23 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
24
25 public:
26 explicit IfdDispatcherServer(const QSharedPointer<DataChannel>& pDataChannel);
27
28 Q_SIGNALS:
30};
31
32} // namespace governikus
Definition: IfdDispatcherServer.h:18
IfdDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
Definition: IfdDispatcher.h:27
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16