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