AusweisApp
Lade ...
Suche ...
Keine Treffer
StatePreparePaceIfd.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7
11
12
13class test_StatePreparePaceIfd;
14
15
16namespace governikus
17{
18
20 : public AbstractState
21 , public GenericContextContainer<IfdServiceContext>
22{
24 friend class StateBuilder;
25 friend class ::test_StatePreparePaceIfd;
26
27 private:
29 void run() override;
30
33};
34
35} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StatePreparePaceIfd.h:22
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