57 #ifndef QSSLCONFIGURATION_H 58 #define QSSLCONFIGURATION_H 60 #include <QtCore/qshareddata.h> 61 #include <QtNetwork/qsslsocket.h> 62 #include <QtNetwork/qssl.h> 72 template<
typename T>
class QList;
88 {
return !(*
this == other); }
99 int peerVerifyDepth()
const;
100 void setPeerVerifyDepth(
int depth);
135 #endif // QT_NO_OPENSSL The QSslKey class provides an interface for private and public keys.
QSharedDataPointer< QSslConfigurationPrivate > d
#define QT_END_NAMESPACE
This macro expands to.
The QSslSocket class provides an SSL encrypted socket for both clients and servers.
The QSslCipher class represents an SSL cryptographic cipher.
#define QT_BEGIN_NAMESPACE
This macro expands to.
SslProtocol
Describes the protocol of the cipher.
bool operator!=(const QSslConfiguration &other) const
Returns true if this QSslConfiguration differs from other.
SslOption
Describes the options that can be used to control the details of SSL behaviour.
The QSslCertificate class provides a convenient API for an X509 certificate.
The QSslConfiguration class holds the configuration and state of an SSL connection.
bool operator==(QBool b1, bool b2)
static bool isNull(const QVariant::Private *d)
The QList class is a template class that provides lists.
PeerVerifyMode
Describes the peer verification modes for QSslSocket.