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
QTlsPrivate::SchannelCipherInfo Struct Reference
Collaboration diagram for QTlsPrivate::SchannelCipherInfo:

Public Attributes

const char * openSslCipherSuite
const char * schannelCipherSuite
const char * keyExchangeMethod
const char * authenticationMethod
const char * encryptionMethod
int encryptionBits
const char * hashMethod
QList< QSsl::SslProtocolprotocols

Detailed Description

Definition at line 143 of file qtls_schannel.cpp.

Member Data Documentation

◆ authenticationMethod

const char * QTlsPrivate::SchannelCipherInfo::authenticationMethod

Definition at line 147 of file qtls_schannel.cpp.

◆ encryptionBits

int QTlsPrivate::SchannelCipherInfo::encryptionBits

Definition at line 149 of file qtls_schannel.cpp.

◆ encryptionMethod

const char * QTlsPrivate::SchannelCipherInfo::encryptionMethod

Definition at line 148 of file qtls_schannel.cpp.

◆ hashMethod

const char * QTlsPrivate::SchannelCipherInfo::hashMethod

Definition at line 150 of file qtls_schannel.cpp.

◆ keyExchangeMethod

const char * QTlsPrivate::SchannelCipherInfo::keyExchangeMethod

Definition at line 146 of file qtls_schannel.cpp.

◆ openSslCipherSuite

const char * QTlsPrivate::SchannelCipherInfo::openSslCipherSuite

Definition at line 144 of file qtls_schannel.cpp.

◆ protocols

QList< QSsl::SslProtocol > QTlsPrivate::SchannelCipherInfo::protocols

Definition at line 151 of file qtls_schannel.cpp.

◆ schannelCipherSuite

const char * QTlsPrivate::SchannelCipherInfo::schannelCipherSuite

Definition at line 145 of file qtls_schannel.cpp.


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