AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
9
10class test_StateUpdateRetryCounter;
11
12namespace governikus
13{
14
16 : public AbstractState
17 , public GenericContextContainer<WorkflowContext>
18{
20 friend class StateBuilder;
21 friend class ::test_StateUpdateRetryCounter;
22
23 private:
25 void run() override;
26
27 private Q_SLOTS:
28 void onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
29
32};
33
34} // namespace governikus
Definition AbstractState.h:32
Definition GenericContextContainer.h:15
Definition StateBuilder.h:15
Definition StateUpdateRetryCounter.h:18
Defines the AccessRight and AccessRole enum.
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:112