KIO
Go to the documentation of this file.
22 #ifndef _KSSLCERTIFICATE_H
23 #define _KSSLCERTIFICATE_H
43 class KSSLCertificatePrivate;
49 #include <ksslconfig.h>
51 #include <QtCore/QList>
54 typedef struct x509_st X509;
56 #if !defined(QT_NO_OPENSSL)
57 #include <QtNetwork/QSslCertificate>
79 friend class KSSLCertificateCache;
83 friend class KSMIMECryptoPrivate;
143 IssuerSubjectMismatched
147 SMIMESign=3, SMIMEEncrypt=4, Any=5 };
209 QByteArray toNetscape();
221 QString getSerialNumber()
const;
233 QString getPublicKeyText()
const;
240 QString getMD5DigestText()
const;
252 QString getSignatureText()
const;
345 bool setCert(
const QString& cert);
381 KSSLCertificatePrivate *d;
387 void setCert(X509 *c);
388 void setChain(
void *c);
398 {
return !(x == y); }
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:37:37 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.