27 QString mResultMessage;
30 int mRemainingAttempts;
31 QString mBlockingCode;
43 bool handleFoundElement(QStringView pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
45 int valuetoInt(
const QString& pValue)
const;
Definition ElementDetector.h:19
Definition ResponseType.h:22
Definition StartPaosResponse.h:23
int getStatusCode() const
Definition StartPaosResponse.cpp:25
const QString & getBlockingCode() const
Definition StartPaosResponse.cpp:43
int getRemainingDays() const
Definition StartPaosResponse.cpp:31
int getRemainingAttempts() const
Definition StartPaosResponse.cpp:37
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17