AusweisApp
Lade ...
Suche ...
Keine Treffer
Bootstrap.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7namespace governikus
8{
9
10int initApp(int& argc, char** argv);
11void shutdownApp();
12
13} // namespace governikus
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17
int initApp(int &argc, char **argv)
Definition Bootstrap.cpp:172
void shutdownApp()
Definition Bootstrap.cpp:155
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114