AusweisApp
Lade ...
Suche ...
Keine Treffer
CompositeStateTrustedChannel.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:
28 ~CompositeStateTrustedChannel() override = default;
29
33};
34
35} // namespace governikus
Definition CompositeStateTrustedChannel.h:20
CompositeStateTrustedChannel(const QSharedPointer< WorkflowContext > &pContext)
Definition CompositeStateTrustedChannel.cpp:29
void fireAbort(const FailureCode &pFailure)
~CompositeStateTrustedChannel() override=default
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