AusweisApp
Lade ...
Suche ...
Keine Treffer
DestroyPaceChannelCommand.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "BaseCardCommand.h"
13
14class test_DestroyPaceChannelCommand;
15
16namespace governikus
17{
18
20 : public BaseCardCommand
21{
23 friend class ::test_DestroyPaceChannelCommand;
24
25 protected:
26 void internalExecute() override;
27 ~DestroyPaceChannelCommand() override = default;
28
29 public:
31};
32
33} // namespace governikus
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