KIO
ksslcertificate.h File Reference
#include <kio/kio_export.h>
#include <ksslconfig.h>
#include <QtCore/QList>
#include <QtNetwork/QSslCertificate>
Include dependency graph for ksslcertificate.h:

This graph shows which files directly or indirectly include this file:

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 398 of file ksslcertificate.h.
QDataStream& operator<< | ( | QDataStream & | s, | |
const KSSLCertificate & | r | |||
) |
Definition at line 1318 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 1333 of file ksslcertificate.cpp.