14class test_StateGetChallenge;
25 friend class ::test_StateGetChallenge;
30 [[nodiscard]] QUrl getRequestUrl()
const override;
31 [[nodiscard]] QByteArray getPayload()
const override;
32 void setProgress()
const override;
34 [[nodiscard]] QString getOsType()
const;
35 [[nodiscard]]
bool parseChallenge(
const QByteArray& pData);
37 void handleNetworkReply(
const QByteArray& pContent)
override;
Definition: StateBuilder.h:20
Definition: StateGenericProviderCommunication.h:33
Definition: StateGetChallenge.h:22
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16