AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
9
#pragma once
10
11
#include "
states/StateGenericProviderCommunication.h
"
12
13
14
class
test_StateGetSelfAuthenticationData;
15
16
17
namespace
governikus
18
{
19
20
class
StateGetSelfAuthenticationData
21
:
public
StateGenericProviderCommunication
22
{
23
Q_OBJECT
24
friend
class
StateBuilder
;
25
friend
class ::test_StateGetSelfAuthenticationData;
26
27
private
:
28
explicit
StateGetSelfAuthenticationData
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
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
StateGenericProviderCommunication.h
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateGenericProviderCommunication
Definition
StateGenericProviderCommunication.h:33
governikus::StateGetSelfAuthenticationData
Definition
StateGetSelfAuthenticationData.h:22
governikus
Implementation of GeneralAuthenticate response APDUs.
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:114
src
workflows
selfauth
states
StateGetSelfAuthenticationData.h
Erzeugt von
1.10.0