AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerPersonalization.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#if __has_include("context/PersonalizationContext.h")
12
13 #include "MsgHandlerWorkflows.h"
15 #include "messages/MsgContext.h"
16
17namespace governikus
18{
19
20class MsgHandlerPersonalization
21 : public MsgHandlerWorkflows
22{
23 private:
24 QString createUrl(const QString& pUrl);
25 void initPersonalization(const QString& pAppletServiceURL);
26
27 public:
28 MsgHandlerPersonalization();
29 explicit MsgHandlerPersonalization(const QJsonObject& pObj, MsgContext& pContext);
30 explicit MsgHandlerPersonalization(const QSharedPointer<PersonalizationContext>& pContext);
31};
32
33
34} // namespace governikus
35
36#endif
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16