![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsslkey_p.h>
Public Types | |
| using | Cipher = QTlsPrivate::Cipher |
Public Member Functions | |
| QSslKeyPrivate () | |
| ~QSslKeyPrivate () | |
Static Public Member Functions | |
| static Q_NETWORK_EXPORT QByteArray | decrypt (Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv) |
| static Q_NETWORK_EXPORT QByteArray | encrypt (Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv) |
Public Attributes | |
| std::unique_ptr< QTlsPrivate::TlsKey > | backend |
| QAtomicInt | ref |
Definition at line 33 of file qsslkey_p.h.
Definition at line 39 of file qsslkey_p.h.
| QSslKeyPrivate::QSslKeyPrivate | ( | ) |
Definition at line 57 of file qsslkey_p.cpp.
| QSslKeyPrivate::~QSslKeyPrivate | ( | ) |
Definition at line 72 of file qsslkey_p.cpp.
|
static |
Definition at line 78 of file qsslkey_p.cpp.
|
static |
Definition at line 88 of file qsslkey_p.cpp.
| std::unique_ptr<QTlsPrivate::TlsKey> QSslKeyPrivate::backend |
Definition at line 44 of file qsslkey_p.h.
| QAtomicInt QSslKeyPrivate::ref |
Definition at line 45 of file qsslkey_p.h.