KIO
ksslcertificate.h File Reference
#include <kio/kio_export.h>#include <ksslconfig.h>#include <QtCore/QList>#include <QtNetwork/QSslCertificate>Go to the source code of this file.
Classes | |
| class | KSSLCertificate |
| KDE X.509 Certificate. More... | |
Functions | |
| int | operator!= (KSSLCertificate &x, KSSLCertificate &y) |
| QDataStream & | operator<< (QDataStream &s, const KSSLCertificate &r) |
| int | operator== (KSSLCertificate &x, KSSLCertificate &y) |
| QDataStream & | operator>> (QDataStream &s, KSSLCertificate &r) |
Function Documentation
| int operator!= | ( | KSSLCertificate & | x, | |
| KSSLCertificate & | y | |||
| ) | [inline] |
Definition at line 397 of file ksslcertificate.h.
| QDataStream& operator<< | ( | QDataStream & | s, | |
| const KSSLCertificate & | r | |||
| ) |
Definition at line 1320 of file ksslcertificate.cpp.
| int operator== | ( | KSSLCertificate & | x, | |
| KSSLCertificate & | y | |||
| ) |
Definition at line 1015 of file ksslcertificate.cpp.
| QDataStream& operator>> | ( | QDataStream & | s, | |
| KSSLCertificate & | r | |||
| ) |
Definition at line 1335 of file ksslcertificate.cpp.
KDE 4.3 API Reference