AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthContext.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8
10
11namespace governikus
12{
13
15 : public AuthContext
16{
18
19 private:
20 SelfAuthenticationData mSelfAuthenticationData;
21
24
25 public:
26 explicit SelfAuthContext(bool pActivateUi = true);
27
29 {
30 return mSelfAuthenticationData;
31 }
32
33
39
40
41};
42
43} // namespace governikus
Definition AuthContext.h:44
Definition SelfAuthContext.h:16
SelfAuthContext(bool pActivateUi=true)
Definition SelfAuthContext.cpp:9
const SelfAuthenticationData & getSelfAuthenticationData() const
Definition SelfAuthContext.h:28
void setSelfAuthenticationData(const SelfAuthenticationData &pSelfAuthenticationData)
Definition SelfAuthContext.h:34
Definition SelfAuthenticationData.h:57
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