74 const QPair<QSslCertificate, QSslKey> certBundleToImport()
SIP_SKIP;
80 void populateIdentityType();
82 void validateIdentity();
85 void clearValidation();
89 void lePkiPathsKeyPass_textChanged(
const QString &pass );
90 void chkPkiPathsPassShow_stateChanged(
int state );
92 void btnPkiPathsCert_clicked();
93 void btnPkiPathsKey_clicked();
96 void lePkiPkcs12KeyPass_textChanged(
const QString &pass );
97 void chkPkiPkcs12PassShow_stateChanged(
int state );
99 void btnPkiPkcs12Bundle_clicked();
102 bool validateBundle();
103 bool validatePkiPaths();
104 bool validatePkiPkcs12();
106 void fileFound(
bool found, QWidget *widget );
107 QString getOpenFileName(
const QString &title,
const QString &extfilter );
109 QPushButton *okButton();
112 QPair<QSslCertificate, QSslKey> mCertBundle;
116 QVBoxLayout *mAuthNotifyLayout =
nullptr;
117 QLabel *mAuthNotify =
nullptr;