13#include <QXmlStreamReader>
Definition ElementDetector.h:19
bool handleStartElements(const QStringList &pStartElementNames)
Definition ElementDetector.cpp:42
virtual ~ElementDetector()
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