68 #ifndef QT_NO_DEBUG_STREAM 69 #include <QtCore/qdebug.h> 233 #ifndef QT_NO_DEBUG_STREAM int supportedBits() const
Returns the number of bits supported by the cipher.
The QDebug class provides an output stream for debugging information.
QString protocolString() const
Returns the cipher's protocol as a QString.
#define QT_END_NAMESPACE
This macro expands to.
T * data() const
Returns the value of the pointer referenced by this object.
QString keyExchangeMethod() const
Returns the cipher's key exchange method as a QString.
The QString class provides a Unicode character string.
QSsl::SslProtocol protocol() const
Returns the cipher's protocol type, or QSsl::UnknownProtocol if QSslCipher is unable to determine the...
QString authenticationMethod() const
Returns the cipher's authentication method as a QString.
The QSslCipher class represents an SSL cryptographic cipher.
bool operator==(const QSslCipher &other) const
Returns true if this cipher is the same as other; otherwise, false is returned.
#define QT_BEGIN_NAMESPACE
This macro expands to.
SslProtocol
Describes the protocol of the cipher.
QSslCipher()
Constructs an empty QSslCipher object.
QScopedPointer< QSslCipherPrivate > d
static QList< QSslCipher > supportedCiphers()
Returns the list of cryptographic ciphers supported by this system.
QString name() const
Returns the name of the cipher, or an empty QString if this is a null cipher.
QSslCipher & operator=(const QSslCipher &other)
Copies the contents of other into this cipher, making the two ciphers identical.
QSsl::SslProtocol protocol
int usedBits() const
Returns the number of bits used by the cipher.
bool isNull() const
Returns true if this is a null cipher; otherwise returns false.
~QSslCipher()
Destroys the QSslCipher object.
QString encryptionMethod() const
Returns the cipher's encryption method as a QString.
QString keyExchangeMethod
#define qPrintable(string)
QDebug operator<<(QDebug debug, const QSslCipher &cipher)
QString authenticationMethod