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
21 : public MsgHandlerWorkflows
22{
23 private:
24 QString createUrl(const QString& pUrl);
25 void initPersonalization(const QString& pAppletServiceURL);
26
27 public:
29 explicit MsgHandlerPersonalization(const QJsonObject& pObj, MsgContext& pContext);
31};
32
33
34} // namespace governikus
35
36#endif
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