src/network/ssl/qsslsocket.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   154     will get emitted as soon as data has been written to the TCP socket.
   154     will get emitted as soon as data has been written to the TCP socket.
   155     For a QSslSocket, bytesWritten() will get emitted when the data
   155     For a QSslSocket, bytesWritten() will get emitted when the data
   156     is being encrypted and encryptedBytesWritten()
   156     is being encrypted and encryptedBytesWritten()
   157     will get emitted as soon as data has been written to the TCP socket.
   157     will get emitted as soon as data has been written to the TCP socket.
   158 
   158 
       
   159     \section1 Symbian Platform Security Requirements
       
   160 
       
   161     On Symbian, processes which use this class must have the
       
   162     \c NetworkServices platform security capability. If the client
       
   163     process lacks this capability, operations will fail.
       
   164 
       
   165     Platform security capabilities are added via the
       
   166     \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
       
   167     qmake variable.
       
   168 
   159     \sa QSslCertificate, QSslCipher, QSslError
   169     \sa QSslCertificate, QSslCipher, QSslError
   160 */
   170 */
   161 
   171 
   162 /*!
   172 /*!
   163     \enum QSslSocket::SslMode
   173     \enum QSslSocket::SslMode