AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdEstablishContextResponse.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8
9#include <QJsonObject>
10#include <QString>
11
12
13namespace governikus
14{
16 : public IfdMessageResponse
17{
18 private:
19 QString mIfdName;
20
21 public:
24 ~IfdEstablishContextResponse() override = default;
25
26 [[nodiscard]] const QString& getIfdName() const;
28};
29
30
31} // namespace governikus
Minor
Definition ECardApiResult.h:50
Definition IfdEstablishContextResponse.h:17
~IfdEstablishContextResponse() override=default
IfdEstablishContextResponse(const QString &pIfdName, ECardApiResult::Minor pResultMinor=ECardApiResult::Minor::null)
Definition IfdEstablishContextResponse.cpp:22
QByteArray toByteArray(IfdVersion::Version pIfdVersion, const QString &pContextHandle) const override
Definition IfdEstablishContextResponse.cpp:39
const QString & getIfdName() const
Definition IfdEstablishContextResponse.cpp:49
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