AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
10
11
12class test_StateGetSelfAuthenticationData;
13
14
15namespace governikus
16{
17
20{
21 Q_OBJECT
22 friend class StateBuilder;
23 friend class ::test_StateGetSelfAuthenticationData;
24
25 private:
26 explicit StateGetSelfAuthenticationData(const QSharedPointer<WorkflowContext>& pContext);
27
28 QUrl getRequestUrl() const override;
29 void setProgress() const override;
30
31 void handleNetworkReply(const QByteArray& pContent) override;
32 bool isLoggingAllowed() override;
33};
34
35} // namespace governikus
Definition: StateBuilder.h:18
Definition: StateGenericProviderCommunication.h:33
Definition: StateGetSelfAuthenticationData.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16