AusweisApp
Lade ...
Suche ...
Keine Treffer
ElementDetector.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include <QByteArray>
12#include <QStringList>
13#include <QXmlStreamReader>
14
15namespace governikus
16{
17
19{
21
22 private:
23 QXmlStreamReader mReader;
24
25 protected:
29
30 public:
31 explicit ElementDetector(const QByteArray& pXmlData);
33};
34
35} // namespace governikus
Definition ElementDetector.h:19
void handleStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:42
void detectStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:25
virtual bool handleFoundElement(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)=0
ElementDetector(const QByteArray &pXmlData)
Definition ElementDetector.cpp:16
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114