16#include <QSharedPointer>
31 friend class ::test_SmartModel;
59 void updatePinStatus();
Holds smart card information.
Definition CardInfo.h:24
Definition ReaderInfo.h:18
Definition SmartModel.h:28
void fireErrorStringChanged()
int getProgress() const
Definition SmartModel.cpp:298
QString errorString
Definition SmartModel.h:34
void fireScanRunningChanged()
void fireDeletePersonalizationDone(bool pSuccess)
QmlSmartState
Definition SmartModel.h:40
@ SMART_NO_PERSONALIZATION
Q_INVOKABLE void updateSupportInfo()
Definition SmartModel.cpp:372
void fireProgressChanged()
Q_INVOKABLE void deleteSmart()
Definition SmartModel.cpp:401
QmlSmartState smartState
Definition SmartModel.h:33
void fireSmartStateChanged()
int progress
Definition SmartModel.h:35
QmlSmartState getSmartState() const
Definition SmartModel.cpp:337
MobileEidType getMobileEidType() const
Definition SmartModel.cpp:422
QString getErrorString() const
Definition SmartModel.cpp:348
void fireDeleteSmartDone()
bool isScanRunning
Definition SmartModel.h:36
Q_INVOKABLE void deletePersonalization()
Definition SmartModel.cpp:389
void workflowFinished(QSharedPointer< WorkflowContext > pContext)
Definition SmartModel.cpp:354
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