17#include <QSharedPointer>
21class test_UIPlugInQml;
32 friend class ::test_UIPlugInQml;
64 void onDidAuthenticateEac1Changed();
Definition AuthContext.h:48
Definition AuthModel.h:29
int progressValue
Definition AuthModel.h:35
void fireShowChangePinViewChanged()
void fireProgressChanged()
void fireTransactionInfoChanged()
Q_INVOKABLE void cancelWorkflowToChangePin()
Definition AuthModel.cpp:125
QString errorText
Definition AuthModel.h:39
QString getProgressMessage() const
Definition AuthModel.cpp:58
const QString & getTransactionInfo() const
Definition AuthModel.cpp:41
QString getStatusCodeString() const
Definition AuthModel.cpp:119
int getProgressValue() const
Definition AuthModel.cpp:47
void resetAuthContext(const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >())
Definition AuthModel.cpp:17
QString getErrorHeader() const
Definition AuthModel.cpp:80
QString errorHeader
Definition AuthModel.h:38
QString statusCodeString
Definition AuthModel.h:40
bool showChangePinView
Definition AuthModel.h:37
bool getShowChangePinView() const
Definition AuthModel.cpp:69
QString getErrorText() const
Definition AuthModel.cpp:92
QString transactionInfo
Definition AuthModel.h:34
QString progressMessage
Definition AuthModel.h:36
Definition WorkflowModel.h:26
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114