QSslCipher Class
The QSslCipher class represents an SSL cryptographic cipher. More...
| Header: | #include <QSslCipher> |
| qmake: | QT += network |
| Since: | Qt 4.3 |
This class was introduced in Qt 4.3.
Note: All functions in this class are reentrant.
Detailed Description
QSslCipher stores information about one cryptographic cipher. It is most commonly used with QSslSocket, either for configuring which ciphers the socket can use, or for displaying the socket's ciphers to the user.
See also QSslSocket and QSslKey.