17 #ifndef QGSAUTHIMPORTCERTDIALOG_H 
   18 #define QGSAUTHIMPORTCERTDIALOG_H 
   22 #include "ui_qgsauthimportcertdialog.h" 
   24 #include <QSslCertificate> 
   64     const QList<QSslCertificate> certificatesToImport();
 
   67     const QString certFileToImport();
 
   70     const QString certTextToImport();
 
   73     bool allowInvalidCerts();
 
   81     void validateCertificates();
 
   83     void btnImportFile_clicked();
 
   85     void chkAllowInvalid_toggled( 
bool checked );
 
   88     QString getOpenFileName( 
const QString &title, 
const QString &extfilter );
 
   90     QPushButton *okButton();
 
   92     QList<QSslCertificate> mCerts;
 
   96     bool mDisabled = 
false;
 
   97     QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   98     QLabel *mAuthNotify = 
nullptr;
 
CertTrustPolicy
Type of certificate trust policy.
Widget for importing a certificate into the authentication database.
CertFilter
Type of filter to apply to dialog.
CertInput
Type of inputs for certificates.