AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerPersonalization.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#if __has_include("context/PersonalizationContext.h")
8
9 #include "MsgHandlerWorkflows.h"
11 #include "messages/MsgContext.h"
12
13namespace governikus
14{
15
17 : public MsgHandlerWorkflows
18{
19 private:
20 QString createUrl(const QString& pUrl);
21 void initPersonalization(const QString& pAppletServiceURL);
22
23 public:
25 explicit MsgHandlerPersonalization(const QJsonObject& pObj, MsgContext& pContext);
27};
28
29
30} // namespace governikus
31
32#endif
Defines the AccessRight and AccessRole enum.
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:112