14class test_StateGetChallenge;
20class StateGetChallenge
25 friend class ::test_StateGetChallenge;
28 explicit StateGetChallenge(
const QSharedPointer<WorkflowContext>& pContext);
30 [[nodiscard]] QUrl getRequestUrl()
const override;
31 [[nodiscard]] QByteArray getPayload()
const override;
32 void setProgress()
const override;
34 [[nodiscard]]
bool parseChallenge(
const QByteArray& pData);
36 void handleNetworkReply(
const QByteArray& pContent)
override;
StateGenericProviderCommunication(const QSharedPointer< WorkflowContext > &pContext)
Definition StateGenericProviderCommunication.cpp:21
friend class StateBuilder
Definition StateGetChallenge.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17