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