AusweisApp
Lade ...
Suche ...
Keine Treffer
MulticastLock.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7namespace governikus
8{
9
11{
12 private:
13 void invokeJniMethod(const char* const pMethodName) const;
14
15 public:
18};
19
20
21} // namespace governikus
Definition MulticastLock.h:11
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