![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 23 of file qsslcipher_p.h.
|
inline |
Definition at line 26 of file qsslcipher_p.h.
References QSslCipherPrivate(), bits, exportable, isNull, and supportedBits.
Referenced by QSslCipherPrivate().
| QString QSslCipherPrivate::authenticationMethod |
Definition at line 37 of file qsslcipher_p.h.
| int QSslCipherPrivate::bits |
Definition at line 35 of file qsslcipher_p.h.
Referenced by QSslCipherPrivate().
| QString QSslCipherPrivate::encryptionMethod |
Definition at line 38 of file qsslcipher_p.h.
| bool QSslCipherPrivate::exportable |
Definition at line 39 of file qsslcipher_p.h.
Referenced by QSslCipherPrivate().
| bool QSslCipherPrivate::isNull |
Definition at line 32 of file qsslcipher_p.h.
Referenced by QSslCipherPrivate().
| QString QSslCipherPrivate::keyExchangeMethod |
Definition at line 36 of file qsslcipher_p.h.
| QString QSslCipherPrivate::name |
Definition at line 33 of file qsslcipher_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QSsl::SslProtocol QSslCipherPrivate::protocol |
Definition at line 41 of file qsslcipher_p.h.
| QString QSslCipherPrivate::protocolString |
Definition at line 40 of file qsslcipher_p.h.
| int QSslCipherPrivate::supportedBits |
Definition at line 34 of file qsslcipher_p.h.
Referenced by QSslCipherPrivate().