QSslCipher Class Reference

QSslCipher Class Reference

#include <qsslcipher.h>

Class Description

Definition at line 59 of file qsslcipher.h.

Public Member Functions

 QSslCipher ()
 
 QSslCipher (const QString &name, QSsl::SslProtocol protocol)
 
 QSslCipher (const QSslCipher &other)
 
 ~QSslCipher ()
 
QSslCipheroperator= (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
 

Constructor & Destructor Documentation

QSslCipher ( const QString name,
QSsl::SslProtocol  protocol 
)
QSslCipher ( const QSslCipher other)
~QSslCipher ( )

Member Function Documentation

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.

68 { return !operator==(other); }
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 And Related Function Documentation

friend class QSslSocketBackendPrivate
friend

Definition at line 83 of file qsslcipher.h.


The documentation for this class was generated from the following file: