kio
ksslcertificate.h File Reference
#include <qcstring.h>
#include <qvaluelist.h>
#include <kdelibs_export.h>
#include "ksslconfig.h"
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 | |
KIO_EXPORT int | operator!= (KSSLCertificate &x, KSSLCertificate &y) |
KIO_EXPORT QDataStream & | operator<< (QDataStream &s, const KSSLCertificate &r) |
KIO_EXPORT int | operator== (KSSLCertificate &x, KSSLCertificate &y) |
KIO_EXPORT QDataStream & | operator>> (QDataStream &s, KSSLCertificate &r) |
Function Documentation
KIO_EXPORT int operator!= | ( | KSSLCertificate & | x, | |
KSSLCertificate & | y | |||
) | [inline] |
Definition at line 372 of file ksslcertificate.h.
KIO_EXPORT QDataStream& operator<< | ( | QDataStream & | s, | |
const KSSLCertificate & | r | |||
) |
Definition at line 1112 of file ksslcertificate.cc.
KIO_EXPORT int operator== | ( | KSSLCertificate & | x, | |
KSSLCertificate & | y | |||
) |
Definition at line 888 of file ksslcertificate.cc.
KIO_EXPORT QDataStream& operator>> | ( | QDataStream & | s, | |
KSSLCertificate & | r | |||
) |
Definition at line 1128 of file ksslcertificate.cc.