57 #ifndef QSSLCONFIGURATION_P_H 58 #define QSSLCONFIGURATION_P_H
The QSslKey class provides an interface for private and public keys.
#define QT_END_NAMESPACE
This macro expands to.
QSsl::SslOptions sslOptions
QList< QSslCipher > ciphers
The QSslSocket class provides an SSL encrypted socket for both clients and servers.
QSsl::SslProtocol protocol
The QSslCipher class represents an SSL cryptographic cipher.
static void deepCopyDefaultConfiguration(QSslConfigurationPrivate *config)
QList< QSslCertificate > caCertificates
#define QT_BEGIN_NAMESPACE
This macro expands to.
SslProtocol
Describes the protocol of the cipher.
QSslConfiguration()
Constructs an empty SSL configuration.
static QSslConfiguration defaultConfiguration()
QSslSocket::PeerVerifyMode peerVerifyMode
static void setDefaultConfiguration(const QSslConfiguration &configuration)
QSslCertificate localCertificate
The QSharedData class is a base class for shared data objects.
bool allowRootCertOnDemandLoading
QSslConfigurationPrivate()
The QSslCertificate class provides a convenient API for an X509 certificate.
The QSslConfiguration class holds the configuration and state of an SSL connection.
QSslCertificate peerCertificate
QList< QSslCertificate > peerCertificateChain
The QSsl namespace declares enums common to all SSL classes in QtNetwork.
PeerVerifyMode
Describes the peer verification modes for QSslSocket.