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
QSslContext::NPNContext Struct Reference

#include <qsslcontext_openssl_p.h>

+ Collaboration diagram for QSslContext::NPNContext:

Public Member Functions

 NPNContext ()
 

Public Attributes

unsigned char * data
 
unsigned short len
 
QSslConfiguration::NextProtocolNegotiationStatus status
 

Detailed Description

Definition at line 57 of file qsslcontext_openssl_p.h.

Constructor & Destructor Documentation

◆ NPNContext()

QSslContext::NPNContext::NPNContext ( )
inline

Definition at line 58 of file qsslcontext_openssl_p.h.

Member Data Documentation

◆ data

unsigned char* QSslContext::NPNContext::data

Definition at line 62 of file qsslcontext_openssl_p.h.

Referenced by QSslContext::createSsl().

◆ len

unsigned short QSslContext::NPNContext::len

Definition at line 63 of file qsslcontext_openssl_p.h.

Referenced by QSslContext::createSsl().

◆ status

QSslConfiguration::NextProtocolNegotiationStatus QSslContext::NPNContext::status

Definition at line 64 of file qsslcontext_openssl_p.h.

Referenced by QSslContext::createSsl().


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