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