14class test_DestroyPaceChannelCommand;
23 friend class ::test_DestroyPaceChannelCommand;
Definition BaseCardCommand.h:23
Definition DestroyPaceChannelCommand.h:21
DestroyPaceChannelCommand(QSharedPointer< CardConnectionWorker > pCardConnectionWorker)
Definition DestroyPaceChannelCommand.cpp:10
~DestroyPaceChannelCommand() override=default
void internalExecute() override
Definition DestroyPaceChannelCommand.cpp:16
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