AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
10#pragma once
11
12#include "AbstractState.h"
14
15class test_StateUpdateRetryCounter;
16
17namespace governikus
18{
19
21 : public AbstractState
22 , public GenericContextContainer<WorkflowContext>
23{
25 friend class StateBuilder;
26 friend class ::test_StateUpdateRetryCounter;
27
28 private:
30 void run() override;
31
32 private Q_SLOTS:
33 void onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
34
37};
38
39} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateUpdateRetryCounter.h:23
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