AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
12
13
14class test_StateGetSelfAuthenticationData;
15
16
17namespace governikus
18{
19
22{
24 friend class StateBuilder;
25 friend class ::test_StateGetSelfAuthenticationData;
26
27 private:
29
30 QUrl getRequestUrl() const override;
31 void setProgress() const override;
32
33 void handleNetworkReply(const QByteArray& pContent) override;
34 bool isLoggingAllowed() override;
35};
36
37} // namespace governikus
Definition StateBuilder.h:19
Definition StateGenericProviderCommunication.h:33
Definition StateGetSelfAuthenticationData.h:22
Implementation of GeneralAuthenticate response APDUs.
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:114