AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8
9
10class test_StateGetSelfAuthenticationData;
11
12
13namespace governikus
14{
15
18{
20 friend class StateBuilder;
21 friend class ::test_StateGetSelfAuthenticationData;
22
23 private:
25
26 QUrl getRequestUrl() const override;
27 void setProgress() const override;
28
29 void handleNetworkReply(const QByteArray& pContent) override;
30 bool isLoggingAllowed() override;
31};
32
33} // namespace governikus
Definition StateBuilder.h:15
Definition StateGenericProviderCommunication.h:33
Definition StateGetSelfAuthenticationData.h:18
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112