Qt 4.8
Public Functions | Public Variables | List of all members
QSslCipherPrivate Class Reference

#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
 

Detailed Description

Definition at line 57 of file qsslcipher_p.h.

Constructors and Destructors

◆ QSslCipherPrivate()

QSslCipherPrivate::QSslCipherPrivate ( )
inline

Definition at line 60 of file qsslcipher_p.h.

61  : isNull(true), supportedBits(0), bits(0),
63  {
64  }
QSsl::SslProtocol protocol
Definition: qsslcipher_p.h:75

Properties

◆ authenticationMethod

QString QSslCipherPrivate::authenticationMethod

◆ bits

int QSslCipherPrivate::bits

◆ encryptionMethod

QString QSslCipherPrivate::encryptionMethod

◆ exportable

bool QSslCipherPrivate::exportable

Definition at line 73 of file qsslcipher_p.h.

Referenced by QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER().

◆ isNull

bool QSslCipherPrivate::isNull

◆ keyExchangeMethod

QString QSslCipherPrivate::keyExchangeMethod

◆ name

QString QSslCipherPrivate::name

◆ protocol

QSsl::SslProtocol QSslCipherPrivate::protocol

◆ protocolString

QString QSslCipherPrivate::protocolString

◆ supportedBits

int QSslCipherPrivate::supportedBits

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