14class test_StateGetSelfAuthenticationData;
20class StateGetSelfAuthenticationData
25 friend class ::test_StateGetSelfAuthenticationData;
28 explicit StateGetSelfAuthenticationData(
const QSharedPointer<WorkflowContext>& pContext);
30 QUrl getRequestUrl()
const override;
31 void setProgress()
const override;
33 void handleNetworkReply(
const QByteArray& pContent)
override;
34 bool isLoggingAllowed()
override;
StateGenericProviderCommunication(const QSharedPointer< WorkflowContext > &pContext)
Definition StateGenericProviderCommunication.cpp:21
friend class StateBuilder
Definition StateGetSelfAuthenticationData.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17