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
"
14
#include "
context/PersonalizationContext.h
"
15
#include "
messages/MsgContext.h
"
16
17
namespace
governikus
18
{
19
20
class
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
MsgContext.h
MsgHandlerWorkflows.h
PersonalizationContext.h
governikus
Implementation of GeneralAuthenticate response APDUs.
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:114
src
ui
json
messages
MsgHandlerPersonalization.h
Erzeugt von
1.10.0