Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSslCipherPrivate Class Reference

#include <qsslcipher_p.h>

+ Collaboration diagram for QSslCipherPrivate:

Public Member Functions

 QSslCipherPrivate ()
 

Public Attributes

bool isNull
 
QString name
 
int supportedBits
 
int bits
 
QString keyExchangeMethod
 
QString authenticationMethod
 
QString encryptionMethod
 
bool exportable
 
QString protocolString
 
QSsl::SslProtocol protocol
 

Detailed Description

Definition at line 22 of file qsslcipher_p.h.

Constructor & Destructor Documentation

◆ QSslCipherPrivate()

QSslCipherPrivate::QSslCipherPrivate ( )
inline

Definition at line 25 of file qsslcipher_p.h.

Member Data Documentation

◆ authenticationMethod

QString QSslCipherPrivate::authenticationMethod

Definition at line 36 of file qsslcipher_p.h.

◆ bits

int QSslCipherPrivate::bits

Definition at line 34 of file qsslcipher_p.h.

◆ encryptionMethod

QString QSslCipherPrivate::encryptionMethod

Definition at line 37 of file qsslcipher_p.h.

◆ exportable

bool QSslCipherPrivate::exportable

Definition at line 38 of file qsslcipher_p.h.

◆ isNull

bool QSslCipherPrivate::isNull

Definition at line 31 of file qsslcipher_p.h.

◆ keyExchangeMethod

QString QSslCipherPrivate::keyExchangeMethod

Definition at line 35 of file qsslcipher_p.h.

◆ name

QString QSslCipherPrivate::name

Definition at line 32 of file qsslcipher_p.h.

◆ protocol

QSsl::SslProtocol QSslCipherPrivate::protocol

Definition at line 40 of file qsslcipher_p.h.

◆ protocolString

QString QSslCipherPrivate::protocolString

Definition at line 39 of file qsslcipher_p.h.

◆ supportedBits

int QSslCipherPrivate::supportedBits

Definition at line 33 of file qsslcipher_p.h.


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