AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerInsertCard.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgContext.h"
12#include "MsgHandler.h"
13
14namespace governikus
15{
16
18 : public MsgHandler
19{
20 private:
21 void setError(const QString& pError);
22
23 public:
25 explicit MsgHandlerInsertCard(MsgContext& pContext);
26 explicit MsgHandlerInsertCard(const QJsonObject& pObj, MsgContext& pContext);
27};
28
29
30} // namespace governikus
Definition: MsgContext.h:19
Definition: MsgHandlerInsertCard.h:19
MsgHandlerInsertCard()
Definition: MsgHandlerInsertCard.cpp:13
Definition: MsgHandler.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16