![]() |
Qt 6.x
The Qt SDK
|
#include <qsslcipher_p.h>
Public Member Functions | |
QSslCipherPrivate () | |
Public Attributes | |
bool | isNull |
QString | name |
int | supportedBits |
int | bits |
QString | keyExchangeMethod |
QString | authenticationMethod |
QString | encryptionMethod |
bool | exportable |
QString | protocolString |
QSsl::SslProtocol | protocol |
Definition at line 22 of file qsslcipher_p.h.
|
inline |
Definition at line 25 of file qsslcipher_p.h.
QString QSslCipherPrivate::authenticationMethod |
Definition at line 36 of file qsslcipher_p.h.
int QSslCipherPrivate::bits |
Definition at line 34 of file qsslcipher_p.h.
QString QSslCipherPrivate::encryptionMethod |
Definition at line 37 of file qsslcipher_p.h.
bool QSslCipherPrivate::exportable |
Definition at line 38 of file qsslcipher_p.h.
bool QSslCipherPrivate::isNull |
Definition at line 31 of file qsslcipher_p.h.
QString QSslCipherPrivate::keyExchangeMethod |
Definition at line 35 of file qsslcipher_p.h.
QString QSslCipherPrivate::name |
Definition at line 32 of file qsslcipher_p.h.
QSsl::SslProtocol QSslCipherPrivate::protocol |
Definition at line 40 of file qsslcipher_p.h.
QString QSslCipherPrivate::protocolString |
Definition at line 39 of file qsslcipher_p.h.
int QSslCipherPrivate::supportedBits |
Definition at line 33 of file qsslcipher_p.h.