![]() |
Qt 6.x
The Qt SDK
|
#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 32 of file qsslkey_p.h.
Definition at line 38 of file qsslkey_p.h.
QSslKeyPrivate::QSslKeyPrivate | ( | ) |
Definition at line 56 of file qsslkey_p.cpp.
References backend, qCWarning, and QSslSocketPrivate::tlsBackendInUse().
QSslKeyPrivate::~QSslKeyPrivate | ( | ) |
Definition at line 71 of file qsslkey_p.cpp.
References backend.
|
static |
Definition at line 77 of file qsslkey_p.cpp.
References QSslSocketPrivate::tlsBackendInUse().
|
static |
Definition at line 87 of file qsslkey_p.cpp.
References QSslSocketPrivate::tlsBackendInUse().
Referenced by _q_PKCS12_shroudedKeyBag().
std::unique_ptr<QTlsPrivate::TlsKey> QSslKeyPrivate::backend |
Definition at line 43 of file qsslkey_p.h.
Referenced by QSslKey::QSslKey(), QSslKey::QSslKey(), QSslKey::QSslKey(), QSslKeyPrivate(), ~QSslKeyPrivate(), QSslKey::algorithm(), QSslKey::handle(), QSslKey::isNull(), QSslKey::length(), QSslKey::toDer(), QSslKey::toPem(), and QSslKey::type().
QAtomicInt QSslKeyPrivate::ref |
Definition at line 44 of file qsslkey_p.h.