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{
20
21 private:
22 void createAndSendContext(const QJsonObject& pMessageObject);
23 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
24
25 public:
27
31};
32
33} // namespace governikus
Definition IfdDispatcherServer.h:18
IfdDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
Definition IfdDispatcher.h:27
Implementation of GeneralAuthenticate response APDUs.
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:114