Widget for editing an SSL server configuration.
More...
#include <qgsauthsslconfigwidget.h>
Widget for editing an SSL server configuration.
Definition at line 39 of file qgsauthsslconfigwidget.h.
◆ QgsAuthSslConfigWidget()
QgsAuthSslConfigWidget::QgsAuthSslConfigWidget |
( |
QWidget * |
parent = nullptr , |
|
|
const QSslCertificate & |
cert = QSslCertificate() , |
|
|
const QString & |
hostport = QString() , |
|
|
const QList< QSslCertificate > & |
connectionCAs = QList<QSslCertificate>() |
|
) |
| |
|
explicit |
Construct a widget for editing an SSL server certificate configuration.
- Parameters
-
parent | Parent widget |
cert | SSL server certificate object |
hostport | Unique host:port to associate with the server certificate |
connectionCAs | List of trusted Certificate Authorities objects |
Definition at line 42 of file qgsauthsslconfigwidget.cpp.
◆ appendSslIgnoreErrors
void QgsAuthSslConfigWidget::appendSslIgnoreErrors |
( |
const QList< QSslError > & |
errors | ) |
|
|
slot |
◆ certFoundInAuthDatabase
void QgsAuthSslConfigWidget::certFoundInAuthDatabase |
( |
bool |
found | ) |
|
|
signal |
Emitted when an certificate of same SHA hash is found in authentication database.
◆ certificateGroupBox()
QGroupBox * QgsAuthSslConfigWidget::certificateGroupBox |
( |
| ) |
|
◆ configEnabledChanged
void QgsAuthSslConfigWidget::configEnabledChanged |
( |
bool |
enabled | ) |
|
|
signal |
Emitted when the enabled state of the configuration changes.
◆ enableSslCustomOptions
void QgsAuthSslConfigWidget::enableSslCustomOptions |
( |
bool |
enable | ) |
|
|
slot |
◆ hostPortValidityChanged
void QgsAuthSslConfigWidget::hostPortValidityChanged |
( |
bool |
valid | ) |
|
|
signal |
Emitted when the validity of the host:port changes.
◆ loadSslCustomConfig
◆ readyToSave
bool QgsAuthSslConfigWidget::readyToSave |
( |
| ) |
|
|
slot |
◆ readyToSaveChanged
void QgsAuthSslConfigWidget::readyToSaveChanged |
( |
bool |
cansave | ) |
|
|
signal |
Emitted when the configuration can be saved changes.
◆ resetSslCertConfig
void QgsAuthSslConfigWidget::resetSslCertConfig |
( |
| ) |
|
|
slot |
◆ resetSslIgnoreErrors
void QgsAuthSslConfigWidget::resetSslIgnoreErrors |
( |
| ) |
|
|
slot |
◆ resetSslPeerVerify
void QgsAuthSslConfigWidget::resetSslPeerVerify |
( |
| ) |
|
|
slot |
◆ resetSslProtocol
void QgsAuthSslConfigWidget::resetSslProtocol |
( |
| ) |
|
|
slot |
◆ saveSslCertConfig
void QgsAuthSslConfigWidget::saveSslCertConfig |
( |
| ) |
|
|
slot |
◆ setConfigCheckable
void QgsAuthSslConfigWidget::setConfigCheckable |
( |
bool |
checkable | ) |
|
|
slot |
◆ setSslCertificate
void QgsAuthSslConfigWidget::setSslCertificate |
( |
const QSslCertificate & |
cert, |
|
|
const QString & |
hostport = QString() |
|
) |
| |
|
slot |
◆ setSslHost
void QgsAuthSslConfigWidget::setSslHost |
( |
const QString & |
host | ) |
|
|
slot |
◆ setSslIgnoreErrorEnums
void QgsAuthSslConfigWidget::setSslIgnoreErrorEnums |
( |
const QList< QSslError::SslError > & |
errorenums | ) |
|
|
slot |
◆ setSslIgnoreErrors
void QgsAuthSslConfigWidget::setSslIgnoreErrors |
( |
const QList< QSslError > & |
errors | ) |
|
|
slot |
◆ setSslPeerVerify
void QgsAuthSslConfigWidget::setSslPeerVerify |
( |
QSslSocket::PeerVerifyMode |
mode, |
|
|
int |
modedepth |
|
) |
| |
|
slot |
◆ setSslProtocol
void QgsAuthSslConfigWidget::setSslProtocol |
( |
QSsl::SslProtocol |
protocol | ) |
|
|
slot |
◆ sslCertificate()
const QSslCertificate QgsAuthSslConfigWidget::sslCertificate |
( |
| ) |
|
◆ sslConfigGroupBox()
QGroupBox * QgsAuthSslConfigWidget::sslConfigGroupBox |
( |
| ) |
|
◆ sslCustomConfig()
◆ sslHost()
const QString QgsAuthSslConfigWidget::sslHost |
( |
| ) |
|
◆ sslIgnoreErrorEnums()
const QList< QSslError::SslError > QgsAuthSslConfigWidget::sslIgnoreErrorEnums |
( |
| ) |
|
◆ sslPeerVerifyDepth()
int QgsAuthSslConfigWidget::sslPeerVerifyDepth |
( |
| ) |
|
◆ sslPeerVerifyMode()
QSslSocket::PeerVerifyMode QgsAuthSslConfigWidget::sslPeerVerifyMode |
( |
| ) |
|
◆ sslProtocol()
QSsl::SslProtocol QgsAuthSslConfigWidget::sslProtocol |
( |
| ) |
|
◆ validateHostPortText
void QgsAuthSslConfigWidget::validateHostPortText |
( |
const QString & |
txt | ) |
|
|
slot |
The documentation for this class was generated from the following files: