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