AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDispatcherServer.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "IfdDispatcher.h"
8
9
10namespace governikus
11{
13 : public IfdDispatcher
14{
16
17 private:
18 void createAndSendContext(const QJsonObject& pMessageObject);
19 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
20
21 public:
23
27};
28
29} // namespace governikus
Definition IfdDispatcherServer.h:14
IfdDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
Definition IfdDispatcher.h:21
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112