AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthContext.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "context/AuthContext.h"
12
14
15namespace governikus
16{
17
19 : public AuthContext
20{
22
23 private:
24 SelfAuthenticationData mSelfAuthenticationData;
25
28
29 public:
30 explicit SelfAuthContext(bool pActivateUi = true);
31
33 {
34 return mSelfAuthenticationData;
35 }
36
37
43
44
45};
46
47} // namespace governikus
Definition AuthContext.h:48
Definition SelfAuthContext.h:20
SelfAuthContext(bool pActivateUi=true)
Definition SelfAuthContext.cpp:9
const SelfAuthenticationData & getSelfAuthenticationData() const
Definition SelfAuthContext.h:32
void setSelfAuthenticationData(const SelfAuthenticationData &pSelfAuthenticationData)
Definition SelfAuthContext.h:38
Definition SelfAuthenticationData.h:61
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