AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerWorkflows.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgHandler.h"
12#include "messages/MsgContext.h"
13
14namespace governikus
15{
16
18 : public MsgHandler
19{
20 protected:
22
23 void initMessages(const QJsonObject& pUi) const;
24 void initDeveloperMode(const QJsonValue& pValue) const;
25 void initHandleInterrupt(const QJsonValue& pValue, const MsgContext& pContext) const;
27 void setError(const QLatin1String pError);
28
29 using MsgHandler::MsgHandler;
30};
31
32
33} // namespace governikus
Definition MsgContext.h:19
Definition MsgHandlerWorkflows.h:19
void initMessages(const QJsonObject &pUi) const
Definition MsgHandlerWorkflows.cpp:21
void initHandleInterrupt(const QJsonValue &pValue, const MsgContext &pContext) const
Definition MsgHandlerWorkflows.cpp:35
void initProgressStatus(const QJsonValue &pValue, MsgContext &pContext) const
Definition MsgHandlerWorkflows.cpp:54
void setError(const QLatin1String pError)
Definition MsgHandlerWorkflows.cpp:63
void initDeveloperMode(const QJsonValue &pValue) const
Definition MsgHandlerWorkflows.cpp:44
void handleWorkflowProperties(const QJsonObject &pObj, MsgContext &pContext)
Definition MsgHandlerWorkflows.cpp:12
Definition MsgHandler.h:20
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