13class test_DestroyPaceChannelCommand;
23 friend class ::test_DestroyPaceChannelCommand;
26 const QString mSlotHandle;
27 bool mSecureMessagingStopped;
45 return mSecureMessagingStopped;
Definition BaseCardCommand.h:23
Definition DestroyPaceChannelCommand.h:21
~DestroyPaceChannelCommand() override=default
bool getSecureMessagingStopped() const
Definition DestroyPaceChannelCommand.h:43
const QString & getSlotHandle() const
Definition DestroyPaceChannelCommand.h:37
void internalExecute() override
Definition DestroyPaceChannelCommand.cpp:22
DestroyPaceChannelCommand(QSharedPointer< CardConnectionWorker > pCardConnectionWorker, const QString &pSlotHandle)
Definition DestroyPaceChannelCommand.cpp:10
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