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