AusweisApp2
Lade ...
Suche ...
Keine Treffer
StartPaos.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "paos/PaosMessage.h"
12
13class test_StartPaos;
14
15namespace governikus
16{
17
19 : public PaosCreator
20 , public PaosMessage
21{
22 Q_DISABLE_COPY(StartPaos)
23 friend class ::test_StartPaos;
24
25 private:
26 const QByteArray mSessionId;
27
28 void createSessionIdentifierElement();
29 void createConnectionHandleElement();
30 void createUserAgentElement();
31 void createSupportedAPIVersionsElement();
32
33 void createBodyElement() override;
34
35 public:
36 explicit StartPaos(const QByteArray& pSessionId);
37};
38
39} // namespace governikus
Definition: PaosCreator.h:17
Definition: PaosMessage.h:19
Definition: StartPaos.h:21
friend class ::test_StartPaos
Definition: StartPaos.h:23
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16