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