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
"
10
#include "
context/PersonalizationContext.h
"
11
#include "
messages/MsgContext.h
"
12
13
namespace
governikus
14
{
15
16
class
MsgHandlerPersonalization
17
:
public
MsgHandlerWorkflows
18
{
19
private
:
20
QString createUrl(
const
QString&
pUrl
);
21
void
initPersonalization
(
const
QString&
pAppletServiceURL
);
22
23
public
:
24
MsgHandlerPersonalization
();
25
explicit
MsgHandlerPersonalization
(
const
QJsonObject
&
pObj
, MsgContext&
pContext
);
26
explicit
MsgHandlerPersonalization
(
const
QSharedPointer<PersonalizationContext>
&
pContext
);
27
};
28
29
30
}
// namespace governikus
31
32
#endif
MsgContext.h
MsgHandlerWorkflows.h
PersonalizationContext.h
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
ui
json
messages
MsgHandlerPersonalization.h
Erzeugt von
1.10.0