AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetChallenge.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
states/StateGenericProviderCommunication.h
"
8
9
10
class
test_StateGetChallenge;
11
12
13
namespace
governikus
14
{
15
16
class
StateGetChallenge
17
:
public
StateGenericProviderCommunication
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
friend
class ::test_StateGetChallenge;
22
23
private
:
24
explicit
StateGetChallenge
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
25
26
[[
nodiscard
]]
QUrl
getRequestUrl()
const override
;
27
[[
nodiscard
]]
QByteArray
getPayload()
const override
;
28
void
setProgress()
const override
;
29
30
[[
nodiscard
]]
bool
parseChallenge(
const
QByteArray
&
pData
);
31
32
void
handleNetworkReply(
const
QByteArray
&
pContent
)
override
;
33
};
34
35
}
// namespace governikus
StateGenericProviderCommunication.h
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateGenericProviderCommunication
Definition
StateGenericProviderCommunication.h:33
governikus::StateGetChallenge
Definition
StateGetChallenge.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
personalization
states
StateGetChallenge.h
Erzeugt von
1.10.0