QSslKey Class

The QSslKey class provides an interface for private and public keys. More...

Header: #include <QSslKey>
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

QSslKey provides a simple API for managing keys.

See also QSslSocket, QSslCertificate, and QSslCipher.