10class test_StateGetChallenge;
16class StateGetChallenge
21 friend class ::test_StateGetChallenge;
24 explicit StateGetChallenge(
const QSharedPointer<WorkflowContext>& pContext);
26 [[nodiscard]] QUrl getRequestUrl()
const override;
27 [[nodiscard]] QByteArray getPayload()
const override;
28 void setProgress()
const override;
30 [[nodiscard]]
bool parseChallenge(
const QByteArray& pData);
32 void handleNetworkReply(
const QByteArray& pContent)
override;
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