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