AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateGetSessionId.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
10
11
12class test_StateGetSessionId;
13
14
15namespace governikus
16{
17
20{
21 Q_OBJECT
22 friend class StateBuilder;
23 friend class ::test_StateGetSessionId;
24
25 private:
26 explicit StateGetSessionId(const QSharedPointer<WorkflowContext>& pContext);
27
28 QUrl getRequestUrl() const override;
29 void setProgress() const override;
30
31 [[nodiscard]] bool parseSessionId(const QByteArray& pData);
32
33 void handleNetworkReply(const QByteArray& pContent) override;
34};
35
36} // namespace governikus
Definition: StateBuilder.h:18
Definition: StateGenericProviderCommunication.h:33
Definition: StateGetSessionId.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16