AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateGetChallenge.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
8
9
10class test_StateGetChallenge;
11
12
13namespace governikus
14{
15
16class StateGetChallenge
18{
19 Q_OBJECT
20 friend class StateBuilder;
21 friend class ::test_StateGetChallenge;
22
23 private:
24 explicit StateGetChallenge(const QSharedPointer<WorkflowContext>& pContext);
25
26 [[nodiscard]] QUrl getRequestUrl() const override;
27 [[nodiscard]] QByteArray getPayload() const override;
28 void setProgress() const override;
29
30 [[nodiscard]] bool parseChallenge(const QByteArray& pData);
31
32 void handleNetworkReply(const QByteArray& pContent) override;
33};
34
35} // namespace governikus
StateGenericProviderCommunication(const QSharedPointer< WorkflowContext > &pContext)
Definition StateGenericProviderCommunication.cpp:21
friend class StateBuilder
Definition StateGetChallenge.h:20
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17