18#include <QSharedPointer>
22class test_UIPlugInQml;
33 friend class ::test_UIPlugInQml;
50 void onPaceResultUpdated();
Definition ChangePinModel.h:30
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:29
void fireOnPasswordUsed()
bool isRequestTransportPin() const
Definition ChangePinModel.cpp:57
QString getResultString() const override
Definition ChangePinModel.cpp:35
QList< ReaderManagerPlugInType > getSupportedReaderPlugInTypes() const override
Definition ChangePinModel.cpp:46
bool requestTransportPin
Definition ChangePinModel.h:34
Definition WorkflowModel.h:26
void fireWorkflowStarted()
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