AusweisApp
Lade ...
Suche ...
Keine Treffer
StateShowResult.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11
12namespace governikus
13{
15 : public AbstractState
16 , public GenericContextContainer<AuthContext>
17{
19 friend class StateBuilder;
20
21 private:
23 void run() override;
24};
25
26} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateShowResult.h:17
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