Definition at line 59 of file qsslcipher.h.
#include <qsslcipher.h>
Public Member Functions |
|
| QSslCipher () | |
| QSslCipher (const QString &name, QSsl::SslProtocol protocol) | |
| QSslCipher (const QSslCipher &other) | |
| ~QSslCipher () | |
| QSslCipher & | operator= (const QSslCipher &other) |
| bool | operator== (const QSslCipher &other) const |
| bool | operator!= (const QSslCipher &other) const |
| bool | isNull () const |
| QString | name () const |
| int | supportedBits () const |
| int | usedBits () const |
| QString | keyExchangeMethod () const |
| QString | authenticationMethod () const |
| QString | encryptionMethod () const |
| QString | protocolString () const |
| QSsl::SslProtocol | protocol () const |
Friends |
|
| class | QSslSocketBackendPrivate |
| QSslCipher | ( | ) |
| QSslCipher | ( | const QString & | name, |
| QSsl::SslProtocol | protocol | ||
| ) |
| QSslCipher | ( | const QSslCipher & | other | ) |
| ~QSslCipher | ( | ) |
| QSslCipher& operator= | ( | const QSslCipher & | other | ) |
| bool operator== | ( | const QSslCipher & | other | ) | const |
| bool operator!= | ( | const QSslCipher & | other | ) | const [inline] |
Definition at line 68 of file qsslcipher.h.
{ return !operator==(other); }
| bool isNull | ( | ) | const |
| QString name | ( | ) | const |
| int supportedBits | ( | ) | const |
| int usedBits | ( | ) | const |
| QString keyExchangeMethod | ( | ) | const |
| QString authenticationMethod | ( | ) | const |
| QString encryptionMethod | ( | ) | const |
| QString protocolString | ( | ) | const |
| QSsl::SslProtocol protocol | ( | ) | const |
friend class QSslSocketBackendPrivate
[friend] |
Definition at line 83 of file qsslcipher.h.