AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
states/StateGenericProviderCommunication.h
"
8
9
10
class
test_StateGetSelfAuthenticationData;
11
12
13
namespace
governikus
14
{
15
16
class
StateGetSelfAuthenticationData
17
:
public
StateGenericProviderCommunication
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
friend
class ::test_StateGetSelfAuthenticationData;
22
23
private
:
24
explicit
StateGetSelfAuthenticationData
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
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
StateGenericProviderCommunication.h
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateGenericProviderCommunication
Definition
StateGenericProviderCommunication.h:33
governikus::StateGetSelfAuthenticationData
Definition
StateGetSelfAuthenticationData.h:18
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
workflows
selfauth
states
StateGetSelfAuthenticationData.h
Erzeugt von
1.10.0