KIO
KSslCertificateBox Class Reference
#include <ksslcertificatebox.h>
Inheritance diagram for KSslCertificateBox:
Public Types | |
enum | CertificateParty { Subject = 0, Issuer } |
Public Member Functions | |
KSslCertificateBox (QWidget *parent=0) | |
~KSslCertificateBox () | |
void | clear () |
void | setCertificate (const QSslCertificate &cert, CertificateParty party) |
Public Attributes | |
KSslCertificateBoxPrivate *const | d |
Detailed Description
Definition at line 32 of file ksslcertificatebox.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Subject | |
Issuer |
Definition at line 36 of file ksslcertificatebox.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 34 of file ksslcertificatebox.cpp.
KSslCertificateBox::~KSslCertificateBox | ( | ) |
Definition at line 46 of file ksslcertificatebox.cpp.
Member Function Documentation
void KSslCertificateBox::clear | ( | ) |
Definition at line 74 of file ksslcertificatebox.cpp.
void KSslCertificateBox::setCertificate | ( | const QSslCertificate & | cert, |
CertificateParty | party | ||
) |
Definition at line 52 of file ksslcertificatebox.cpp.
Member Data Documentation
KSslCertificateBoxPrivate* const KSslCertificateBox::d |
Definition at line 47 of file ksslcertificatebox.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 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:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.