Home |
The QtSslSocket component provides SSL encryption support for QTcpSocket controlled network connections.
SSL is a standard way to encrypt network connections. This component allows developers to use SSL together with the QTcpSocket class in Qt. It requires the 3rd party library OpenSSL.
The class works on top of QTcpSocket, encrypting data before it is sent to write() and decrypting it after if is received by read(). The interface is similar to that of QTcpSocket.
Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Solutions |