AusweisApp
Lade ...
Suche ...
Keine Treffer
InitializeFramework.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8#include "paos/PaosMessage.h"
9
10namespace governikus
11{
12
14 : public PaosMessage
15 , public ElementDetector
16{
17 private:
18 void parse();
19 bool handleFoundElement(QStringView pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) override;
20
21 public:
23};
24
25} // namespace governikus
Definition ElementDetector.h:15
Definition InitializeFramework.h:16
InitializeFramework(const QByteArray &pXmlData)
Definition InitializeFramework.cpp:10
Definition PaosMessage.h:17
Defines the AccessRight and AccessRole enum.
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:112