Qt 4.8
|
#include <qsslcipher_p.h>
Public Functions | |
QSslCipherPrivate () | |
Public Variables | |
QString | authenticationMethod |
int | bits |
QString | encryptionMethod |
bool | exportable |
bool | isNull |
QString | keyExchangeMethod |
QString | name |
QSsl::SslProtocol | protocol |
QString | protocolString |
int | supportedBits |
Definition at line 57 of file qsslcipher_p.h.
|
inline |
Definition at line 60 of file qsslcipher_p.h.
QString QSslCipherPrivate::authenticationMethod |
Definition at line 71 of file qsslcipher_p.h.
Referenced by QSslCipher::authenticationMethod(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
int QSslCipherPrivate::bits |
Definition at line 69 of file qsslcipher_p.h.
Referenced by QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(), and QSslCipher::usedBits().
QString QSslCipherPrivate::encryptionMethod |
Definition at line 72 of file qsslcipher_p.h.
Referenced by QSslCipher::encryptionMethod(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
bool QSslCipherPrivate::exportable |
Definition at line 73 of file qsslcipher_p.h.
Referenced by QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
bool QSslCipherPrivate::isNull |
Definition at line 66 of file qsslcipher_p.h.
Referenced by QSslCipher::isNull(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
QString QSslCipherPrivate::keyExchangeMethod |
Definition at line 70 of file qsslcipher_p.h.
Referenced by QSslCipher::keyExchangeMethod(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
QString QSslCipherPrivate::name |
Definition at line 67 of file qsslcipher_p.h.
Referenced by QSslCipher::name(), QSslCipher::operator==(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
QSsl::SslProtocol QSslCipherPrivate::protocol |
Definition at line 75 of file qsslcipher_p.h.
Referenced by QSslCipher::operator==(), QSslCipher::protocol(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
QString QSslCipherPrivate::protocolString |
Definition at line 74 of file qsslcipher_p.h.
Referenced by QSslCipher::protocolString(), and QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().
int QSslCipherPrivate::supportedBits |
Definition at line 68 of file qsslcipher_p.h.
Referenced by QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(), and QSslCipher::supportedBits().