19#include <QSharedPointer>
21#include <QtQml/qqmlregistration.h>
24class test_UiPluginQml;
39 friend class ::test_UiPluginQml;
Definition ChangePinModel.h:33
QList< ReaderManagerPluginType > getSupportedReaderPluginTypes() const override
Definition ChangePinModel.cpp:45
void resetChangePinContext(const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >())
Definition ChangePinModel.cpp:13
void fireStartWorkflow(const QSharedPointer< WorkflowRequest > &pRequest)
Q_INVOKABLE void startWorkflow(bool pRequestTransportPin, bool pActivateUi=true)
Definition ChangePinModel.cpp:28
bool isRequestTransportPin() const
Definition ChangePinModel.cpp:56
QString getResultString() const override
Definition ChangePinModel.cpp:34
bool requestTransportPin
Definition ChangePinModel.h:40
Definition SingletonCreator.h:22
Definition WorkflowModel.h:27
void fireWorkflowStarted()
Implementation of GeneralAuthenticate response APDUs.
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:114