AusweisApp
 
Lade ...
Suche ...
Keine Treffer
InitializeFramework.h
gehe zur Dokumentation dieser Datei
1
4
8
9#pragma once
10
12#include "paos/PaosMessage.h"
13
14namespace governikus
15{
16
18 : public PaosMessage
19 , public ElementDetector
20{
21 private:
22 void parse();
23 bool handleFoundElement(QStringView pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) override;
24
25 public:
26 explicit InitializeFramework(const QByteArray& pXmlData);
27};
28
29} // namespace governikus
ElementDetector(const QByteArray &pXmlData)
Definition ElementDetector.cpp:16
InitializeFramework(const QByteArray &pXmlData)
Definition InitializeFramework.cpp:14
PaosMessage(PaosType pType)
Definition PaosMessage.cpp:9
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17