Definition at line 77 of file qsslconfiguration.h.
#include <qsslconfiguration.h>
| QSslConfiguration | ( | const QSslConfiguration & | other | ) |
| ~QSslConfiguration | ( | ) |
| QSslConfiguration& operator= | ( | const QSslConfiguration & | other | ) |
| bool operator== | ( | const QSslConfiguration & | other | ) | const |
| bool operator!= | ( | const QSslConfiguration & | other | ) | const [inline] |
Definition at line 86 of file qsslconfiguration.h.
{ return !(*this == other); }
| bool isNull | ( | ) | const |
| QSsl::SslProtocol protocol | ( | ) | const |
| void setProtocol | ( | QSsl::SslProtocol | protocol | ) |
| QSslSocket::PeerVerifyMode peerVerifyMode | ( | ) | const |
| void setPeerVerifyMode | ( | QSslSocket::PeerVerifyMode | mode | ) |
| int peerVerifyDepth | ( | ) | const |
| void setPeerVerifyDepth | ( | int | depth | ) |
| QSslCertificate localCertificate | ( | ) | const |
| void setLocalCertificate | ( | const QSslCertificate & | certificate | ) |
| QSslCertificate peerCertificate | ( | ) | const |
| QList<QSslCertificate> peerCertificateChain | ( | ) | const |
| QSslCipher sessionCipher | ( | ) | const |
| QSslKey privateKey | ( | ) | const |
| void setPrivateKey | ( | const QSslKey & | key | ) |
| QList<QSslCipher> ciphers | ( | ) | const |
| void setCiphers | ( | const QList< QSslCipher > & | ciphers | ) |
| QList<QSslCertificate> caCertificates | ( | ) | const |
| void setCaCertificates | ( | const QList< QSslCertificate > & | certificates | ) |
| static QSslConfiguration defaultConfiguration | ( | ) | [static] |
| static void setDefaultConfiguration | ( | const QSslConfiguration & | configuration | ) | [static] |
friend class QSslSocket [friend] |
Definition at line 125 of file qsslconfiguration.h.
friend class QSslConfigurationPrivate
[friend] |
Definition at line 126 of file qsslconfiguration.h.