AusweisApp
Lade ...
Suche ...
Keine Treffer
InitializeFramework.h
gehe zur Dokumentation dieser Datei
1
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
Definition ElementDetector.h:19
Definition InitializeFramework.h:20
Definition PaosMessage.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17