14#include <QSharedPointer>
15#include <QXmlStreamReader>
26 const QByteArray mXmlData;
27 PaosType mDetectedType;
28 QSharedPointer<PaosMessage> mParsedObject;
34 bool handleFoundElement(QStringView pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
Definition ElementDetector.h:19
Definition PaosHandler.h:22
QSharedPointer< PaosMessage > getPaosMessage() const
Definition PaosHandler.cpp:137
PaosHandler(const QByteArray &pXmlData)
Definition PaosHandler.cpp:21
PaosType getDetectedPaosType() const
Definition PaosHandler.cpp:131
Definition PaosMessage.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17