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