AusweisApp
Lade ...
Suche ...
Keine Treffer
CompositeStateProcessCvcsAndSetRights.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "FailureCode.h"
8
9#include <QSharedPointer>
10#include <QState>
11
12
13namespace governikus
14{
15
16class WorkflowContext;
17
19 : public QState
20{
22
23 private:
25
26 public:
29
33};
34
35} // namespace governikus
Definition CompositeStateProcessCvcsAndSetRights.h:20
CompositeStateProcessCvcsAndSetRights(const QSharedPointer< WorkflowContext > &pContext)
Definition CompositeStateProcessCvcsAndSetRights.cpp:19
void fireAbort(const FailureCode &pFailure)
Definition FailureCode.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