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:
27};
28
29} // namespace governikus
Definition ElementDetector.h:19
Definition InitializeFramework.h:20
InitializeFramework(const QByteArray &pXmlData)
Definition InitializeFramework.cpp:14
Definition PaosMessage.h:21
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