AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDestroyPaceChannel.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "IfdMessage.h"
8
9
10namespace governikus
11{
13 : public IfdMessage
14{
15 private:
16 QString mSlotHandle;
17
18 public:
19 explicit IfdDestroyPaceChannel(const QString& pSlotHandle);
21 ~IfdDestroyPaceChannel() override = default;
22
23 [[nodiscard]] const QString& getSlotHandle() const;
25};
26
27
28} // namespace governikus
Definition IfdDestroyPaceChannel.h:14
QByteArray toByteArray(IfdVersion::Version pIfdVersion, const QString &pContextHandle) const override
Definition IfdDestroyPaceChannel.cpp:47
IfdDestroyPaceChannel(const QString &pSlotHandle)
Definition IfdDestroyPaceChannel.cpp:24
const QString & getSlotHandle() const
Definition IfdDestroyPaceChannel.cpp:41
~IfdDestroyPaceChannel() override=default
Version
Definition IfdVersion.h:17
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