12#include <QSharedPointer>
13#include <QXmlStreamReader>
24 PaosType mDetectedType;
25 QSharedPointer<PaosMessage> mParsedObject;
31 bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
Definition: ElementDetector.h:17
Definition: PaosHandler.h:20
QSharedPointer< PaosMessage > getPaosMessage() const
Definition: PaosHandler.cpp:131
PaosType getDetectedPaosType() const
Definition: PaosHandler.cpp:125
Definition: PaosMessage.h:19
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16