14#include <QSharedPointer>
16#include <QtQml/qqmlregistration.h>
19class test_UiPluginQml;
26 :
public WorkflowModel
34 friend class ::test_UiPluginQml;
50 QString mTransactionInfo;
74 void onDidAuthenticateEac1Changed();
Definition AuthContext.h:44
Definition AuthModel.h:28
int progressValue
Definition AuthModel.h:37
void fireProgressChanged()
QString resultViewButtonText
Definition AuthModel.h:45
void fireTransactionInfoChanged()
QString getResultHeader() const
Definition AuthModel.cpp:81
QString errorText
Definition AuthModel.h:42
QString getProgressMessage() const
Definition AuthModel.cpp:59
const QString & getTransactionInfo() const
Definition AuthModel.cpp:42
QString getStatusCodeString() const
Definition AuthModel.cpp:144
int getProgressValue() const
Definition AuthModel.cpp:48
void resetAuthContext(const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >())
Definition AuthModel.cpp:18
QUrl getResultViewButtonLink() const
Definition AuthModel.cpp:182
QString getErrorHeader() const
Definition AuthModel.cpp:105
bool getChangeTransportPin() const
Definition AuthModel.cpp:70
QString resultHeader
Definition AuthModel.h:40
QString resultViewButtonIcon
Definition AuthModel.h:44
QString errorHeader
Definition AuthModel.h:41
QString getResultViewButtonText() const
Definition AuthModel.cpp:166
bool changeTransportPin
Definition AuthModel.h:39
QString statusCodeString
Definition AuthModel.h:43
QString getResultViewButtonIcon() const
Definition AuthModel.cpp:150
QString getErrorText() const
Definition AuthModel.cpp:117
void fireChangeTransportPinChanged()
QString transactionInfo
Definition AuthModel.h:36
QUrl resultViewButtonLink
Definition AuthModel.h:46
QString progressMessage
Definition AuthModel.h:38
Q_INVOKABLE void cancelWorkflowToChangeTransportPin()
Definition AuthModel.cpp:192
Definition SingletonCreator.h:22
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112