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
Enumerator | |
---|---|
SystemStore | |
UserStore |
Definition at line 30 of file ksslcertificatemanager_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 37 of file ksslcertificatemanager_p.h.
Member Function Documentation
|
inline |
Definition at line 47 of file ksslcertificatemanager_p.h.
Member Data Documentation
const QSslCertificate KSslCaCertificate::cert |
Definition at line 42 of file ksslcertificatemanager_p.h.
const QByteArray KSslCaCertificate::certHash |
Definition at line 43 of file ksslcertificatemanager_p.h.
bool KSslCaCertificate::isBlacklisted |
Definition at line 45 of file ksslcertificatemanager_p.h.
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.