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