AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerReader.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgContext.h"
12#include "MsgHandler.h"
13#include "ReaderInfo.h"
14
15namespace governikus
16{
17
19 : public MsgHandler
20{
21 private:
22 void setError(const QLatin1String pError);
23 void setReaderInfo(const ReaderInfo& pInfo, const MsgContext& pContext);
24
25 public:
27
28 explicit MsgHandlerReader(const QJsonObject& pObj, const MsgContext& pContext);
29 explicit MsgHandlerReader(const ReaderInfo& pInfo, const MsgContext& pContext);
30};
31
32
33} // namespace governikus
Definition MsgContext.h:19
Definition MsgHandlerReader.h:20
static QJsonObject createReaderInfo(const ReaderInfo &pInfo, const MsgContext &pContext)
Definition MsgHandlerReader.cpp:50
MsgHandlerReader(const QJsonObject &pObj, const MsgContext &pContext)
Definition MsgHandlerReader.cpp:11
Definition MsgHandler.h:20
Definition ReaderInfo.h:18
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