9class test_ResetRetryCounterCommand;
18 friend class ::test_ResetRetryCounterCommand;
Definition BaseCardCommand.h:23
Definition ResetRetryCounterCommand.h:16
~ResetRetryCounterCommand() override=default
ResetRetryCounterCommand(QSharedPointer< CardConnectionWorker > pCardConnectionWorker)
Definition ResetRetryCounterCommand.cpp:10
void internalExecute() override
Definition ResetRetryCounterCommand.cpp:16
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