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
QQmlSslDefaultDtlsConfiguration Class Reference

#include <qqmlsslconfiguration_p.h>

+ Inheritance diagram for QQmlSslDefaultDtlsConfiguration:
+ Collaboration diagram for QQmlSslDefaultDtlsConfiguration:

Public Member Functions

 QQmlSslDefaultDtlsConfiguration ()
 
- Public Member Functions inherited from QQmlSslConfiguration
Q_INVOKABLE void setCertificateFiles (const QStringList &certificateFiles)
 
Q_INVOKABLE void setPrivateKey (const QQmlSslKey &privateKey)
 
QString ciphers () const
 
QList< QSsl::SslOptionsslOptions () const
 
QSsl::SslProtocol protocol () const
 
QSslSocket::PeerVerifyMode peerVerifyMode () const
 
int peerVerifyDepth () const
 
QByteArray sessionTicket () const
 
QSslConfiguration const configuration ()
 
void setProtocol (QSsl::SslProtocol protocol)
 
void setPeerVerifyMode (QSslSocket::PeerVerifyMode mode)
 
void setPeerVerifyDepth (int depth)
 
void setCiphers (const QString &ciphers)
 
void setSslOptions (const QList< QSsl::SslOption > &options)
 
void setSessionTicket (const QByteArray &sessionTicket)
 

Additional Inherited Members

- Protected Member Functions inherited from QQmlSslConfiguration
void setSslOptionsList (const QSslConfiguration &configuration)
 
void setCiphersList (const QSslConfiguration &configuration)
 
- Protected Attributes inherited from QQmlSslConfiguration
QStringList m_certificateFiles
 
QString m_ciphers
 
QList< QSsl::SslOptionm_sslOptions
 
QSslConfiguration m_configuration
 
- Properties inherited from QQmlSslConfiguration
QString ciphers
 
QList< QSsl::SslOptionsslOptions
 
QSsl::SslProtocol protocol
 
QSslSocket::PeerVerifyMode peerVerifyMode
 
int peerVerifyDepth
 
QByteArray sessionTicket
 

Detailed Description

Definition at line 97 of file qqmlsslconfiguration_p.h.

Constructor & Destructor Documentation

◆ QQmlSslDefaultDtlsConfiguration()

QQmlSslDefaultDtlsConfiguration::QQmlSslDefaultDtlsConfiguration ( )

Definition at line 162 of file qqmlsslconfiguration.cpp.

References QSslConfiguration::defaultConfiguration(), QQmlSslConfiguration::m_configuration, qWarning, QQmlSslConfiguration::setCiphersList(), and QQmlSslConfiguration::setSslOptionsList().

+ Here is the call graph for this function:

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