Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 23 of file qsslcipher_p.h.

Constructor & Destructor Documentation

◆ QSslCipherPrivate()

QSslCipherPrivate::QSslCipherPrivate ( )
inline

Definition at line 26 of file qsslcipher_p.h.

References QSslCipherPrivate(), bits, exportable, isNull, and supportedBits.

Referenced by QSslCipherPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ authenticationMethod

QString QSslCipherPrivate::authenticationMethod

Definition at line 37 of file qsslcipher_p.h.

◆ bits

int QSslCipherPrivate::bits

Definition at line 35 of file qsslcipher_p.h.

Referenced by QSslCipherPrivate().

◆ encryptionMethod

QString QSslCipherPrivate::encryptionMethod

Definition at line 38 of file qsslcipher_p.h.

◆ exportable

bool QSslCipherPrivate::exportable

Definition at line 39 of file qsslcipher_p.h.

Referenced by QSslCipherPrivate().

◆ isNull

bool QSslCipherPrivate::isNull

Definition at line 32 of file qsslcipher_p.h.

Referenced by QSslCipherPrivate().

◆ keyExchangeMethod

QString QSslCipherPrivate::keyExchangeMethod

Definition at line 36 of file qsslcipher_p.h.

◆ name

QString QSslCipherPrivate::name

◆ protocol

QSsl::SslProtocol QSslCipherPrivate::protocol

Definition at line 41 of file qsslcipher_p.h.

◆ protocolString

QString QSslCipherPrivate::protocolString

Definition at line 40 of file qsslcipher_p.h.

◆ supportedBits

int QSslCipherPrivate::supportedBits

Definition at line 34 of file qsslcipher_p.h.

Referenced by QSslCipherPrivate().


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