KDECore
KSslCaCertificate Struct Reference
#include <ksslcertificatemanager_p.h>
Public Types | |
enum | Store { SystemStore = 0 , UserStore } |
Public Member Functions | |
KSslCaCertificate (const QSslCertificate &c, Store s, bool _isBlacklisted) | |
const KSslCaCertificate & | operator= (const KSslCaCertificate &other) |
Public Attributes | |
const QSslCertificate | cert |
const QByteArray | certHash |
bool | isBlacklisted |
const Store | store |
Detailed Description
Definition at line 28 of file ksslcertificatemanager_p.h.
Member Enumeration Documentation
◆ Store
Enumerator | |
---|---|
SystemStore | |
UserStore |
Definition at line 30 of file ksslcertificatemanager_p.h.
Constructor & Destructor Documentation
◆ KSslCaCertificate()
|
inline |
Definition at line 37 of file ksslcertificatemanager_p.h.
Member Function Documentation
◆ operator=()
|
inline |
Definition at line 47 of file ksslcertificatemanager_p.h.
Member Data Documentation
◆ cert
const QSslCertificate KSslCaCertificate::cert |
Definition at line 42 of file ksslcertificatemanager_p.h.
◆ certHash
const QByteArray KSslCaCertificate::certHash |
Definition at line 43 of file ksslcertificatemanager_p.h.
◆ isBlacklisted
bool KSslCaCertificate::isBlacklisted |
Definition at line 45 of file ksslcertificatemanager_p.h.
◆ store
const Store KSslCaCertificate::store |
Definition at line 44 of file ksslcertificatemanager_p.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.