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
bool handleStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:42
void detectStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:25
ElementDetector(const QByteArray &pXmlData)
Definition ElementDetector.cpp:16
virtual bool handleFoundElement(QStringView pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)=0
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