61 <td>Private method to create a CA certificate entry.</td> |
61 <td>Private method to create a CA certificate entry.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SslCertificatesDialog.__createServerCertificateEntry">__createServerCertificateEntry</a></td> |
63 <td><a href="#SslCertificatesDialog.__createServerCertificateEntry">__createServerCertificateEntry</a></td> |
64 <td>Private method to create a server certificate entry.</td> |
64 <td>Private method to create a server certificate entry.</td> |
65 </tr><tr> |
65 </tr><tr> |
|
66 <td><a href="#SslCertificatesDialog.__exportCertificate">__exportCertificate</a></td> |
|
67 <td>Private slot to export a certificate.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SslCertificatesDialog.__getSystemCaCertificates">__getSystemCaCertificates</a></td> |
|
70 <td>Private method to get the list of system certificates.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SslCertificatesDialog.__importCertificate">__importCertificate</a></td> |
|
73 <td>Private method to read a certificate.</td> |
|
74 </tr><tr> |
66 <td><a href="#SslCertificatesDialog.__populateCaCertificatesTree">__populateCaCertificatesTree</a></td> |
75 <td><a href="#SslCertificatesDialog.__populateCaCertificatesTree">__populateCaCertificatesTree</a></td> |
67 <td>Private slot to populate the CA certificates tree.</td> |
76 <td>Private slot to populate the CA certificates tree.</td> |
68 </tr><tr> |
77 </tr><tr> |
69 <td><a href="#SslCertificatesDialog.__populateServerCertificatesTree">__populateServerCertificatesTree</a></td> |
78 <td><a href="#SslCertificatesDialog.__populateServerCertificatesTree">__populateServerCertificatesTree</a></td> |
70 <td>Private slot to populate the server certificates tree.</td> |
79 <td>Private slot to populate the server certificates tree.</td> |
71 </tr><tr> |
80 </tr><tr> |
|
81 <td><a href="#SslCertificatesDialog.__updateDefaultConfiguration">__updateDefaultConfiguration</a></td> |
|
82 <td>Private method to update the default SSL configuration.</td> |
|
83 </tr><tr> |
72 <td><a href="#SslCertificatesDialog.on_caCertificatesTree_currentItemChanged">on_caCertificatesTree_currentItemChanged</a></td> |
84 <td><a href="#SslCertificatesDialog.on_caCertificatesTree_currentItemChanged">on_caCertificatesTree_currentItemChanged</a></td> |
73 <td>Private slot handling a change of the current item in the CA certificates list.</td> |
85 <td>Private slot handling a change of the current item in the CA certificates list.</td> |
74 </tr><tr> |
86 </tr><tr> |
|
87 <td><a href="#SslCertificatesDialog.on_caDeleteButton_clicked">on_caDeleteButton_clicked</a></td> |
|
88 <td>Private slot to delete the selected CA certificate.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#SslCertificatesDialog.on_caExportButton_clicked">on_caExportButton_clicked</a></td> |
|
91 <td>Private slot to export the selected CA certificate.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#SslCertificatesDialog.on_caImportButton_clicked">on_caImportButton_clicked</a></td> |
|
94 <td>Private slot to import server certificates.</td> |
|
95 </tr><tr> |
75 <td><a href="#SslCertificatesDialog.on_caViewButton_clicked">on_caViewButton_clicked</a></td> |
96 <td><a href="#SslCertificatesDialog.on_caViewButton_clicked">on_caViewButton_clicked</a></td> |
76 <td>Private slot to show data of the selected CA certificate.</td> |
97 <td>Private slot to show data of the selected CA certificate.</td> |
77 </tr><tr> |
98 </tr><tr> |
78 <td><a href="#SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged">on_serversCertificatesTree_currentItemChanged</a></td> |
99 <td><a href="#SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged">on_serversCertificatesTree_currentItemChanged</a></td> |
79 <td>Private slot handling a change of the current item in the server certificates list.</td> |
100 <td>Private slot handling a change of the current item in the server certificates list.</td> |
80 </tr><tr> |
101 </tr><tr> |
81 <td><a href="#SslCertificatesDialog.on_serversDeleteButton_clicked">on_serversDeleteButton_clicked</a></td> |
102 <td><a href="#SslCertificatesDialog.on_serversDeleteButton_clicked">on_serversDeleteButton_clicked</a></td> |
82 <td>Private slot to delete the selected server certificate.</td> |
103 <td>Private slot to delete the selected server certificate.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#SslCertificatesDialog.on_serversExportButton_clicked">on_serversExportButton_clicked</a></td> |
|
106 <td>Private slot to export the selected server certificate.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#SslCertificatesDialog.on_serversImportButton_clicked">on_serversImportButton_clicked</a></td> |
|
109 <td>Private slot to import server certificates.</td> |
83 </tr><tr> |
110 </tr><tr> |
84 <td><a href="#SslCertificatesDialog.on_serversViewButton_clicked">on_serversViewButton_clicked</a></td> |
111 <td><a href="#SslCertificatesDialog.on_serversViewButton_clicked">on_serversViewButton_clicked</a></td> |
85 <td>Private slot to show data of the selected server certificate.</td> |
112 <td>Private slot to show data of the selected server certificate.</td> |
86 </tr> |
113 </tr> |
87 </table> |
114 </table> |
115 <dd> |
142 <dd> |
116 server name of the certificate (string) |
143 server name of the certificate (string) |
117 </dd><dt><i>cert</i></dt> |
144 </dd><dt><i>cert</i></dt> |
118 <dd> |
145 <dd> |
119 certificate to insert (QSslCertificate) |
146 certificate to insert (QSslCertificate) |
|
147 </dd> |
|
148 </dl><a NAME="SslCertificatesDialog.__exportCertificate" ID="SslCertificatesDialog.__exportCertificate"></a> |
|
149 <h4>SslCertificatesDialog.__exportCertificate</h4> |
|
150 <b>__exportCertificate</b>(<i>name, cert</i>) |
|
151 <p> |
|
152 Private slot to export a certificate. |
|
153 </p><dl> |
|
154 <dt><i>name</i></dt> |
|
155 <dd> |
|
156 default file name without extension (string) |
|
157 </dd><dt><i>cert</i></dt> |
|
158 <dd> |
|
159 certificate to be exported (QSslCertificate) |
|
160 </dd> |
|
161 </dl><a NAME="SslCertificatesDialog.__getSystemCaCertificates" ID="SslCertificatesDialog.__getSystemCaCertificates"></a> |
|
162 <h4>SslCertificatesDialog.__getSystemCaCertificates</h4> |
|
163 <b>__getSystemCaCertificates</b>(<i></i>) |
|
164 <p> |
|
165 Private method to get the list of system certificates. |
|
166 </p><dl> |
|
167 <dt>Returns:</dt> |
|
168 <dd> |
|
169 list of system certificates (list of QSslCertificate) |
|
170 </dd> |
|
171 </dl><a NAME="SslCertificatesDialog.__importCertificate" ID="SslCertificatesDialog.__importCertificate"></a> |
|
172 <h4>SslCertificatesDialog.__importCertificate</h4> |
|
173 <b>__importCertificate</b>(<i></i>) |
|
174 <p> |
|
175 Private method to read a certificate. |
|
176 </p><dl> |
|
177 <dt>Returns:</dt> |
|
178 <dd> |
|
179 certificates read (list of QSslCertificate) |
120 </dd> |
180 </dd> |
121 </dl><a NAME="SslCertificatesDialog.__populateCaCertificatesTree" ID="SslCertificatesDialog.__populateCaCertificatesTree"></a> |
181 </dl><a NAME="SslCertificatesDialog.__populateCaCertificatesTree" ID="SslCertificatesDialog.__populateCaCertificatesTree"></a> |
122 <h4>SslCertificatesDialog.__populateCaCertificatesTree</h4> |
182 <h4>SslCertificatesDialog.__populateCaCertificatesTree</h4> |
123 <b>__populateCaCertificatesTree</b>(<i></i>) |
183 <b>__populateCaCertificatesTree</b>(<i></i>) |
124 <p> |
184 <p> |
126 </p><a NAME="SslCertificatesDialog.__populateServerCertificatesTree" ID="SslCertificatesDialog.__populateServerCertificatesTree"></a> |
186 </p><a NAME="SslCertificatesDialog.__populateServerCertificatesTree" ID="SslCertificatesDialog.__populateServerCertificatesTree"></a> |
127 <h4>SslCertificatesDialog.__populateServerCertificatesTree</h4> |
187 <h4>SslCertificatesDialog.__populateServerCertificatesTree</h4> |
128 <b>__populateServerCertificatesTree</b>(<i></i>) |
188 <b>__populateServerCertificatesTree</b>(<i></i>) |
129 <p> |
189 <p> |
130 Private slot to populate the server certificates tree. |
190 Private slot to populate the server certificates tree. |
|
191 </p><a NAME="SslCertificatesDialog.__updateDefaultConfiguration" ID="SslCertificatesDialog.__updateDefaultConfiguration"></a> |
|
192 <h4>SslCertificatesDialog.__updateDefaultConfiguration</h4> |
|
193 <b>__updateDefaultConfiguration</b>(<i></i>) |
|
194 <p> |
|
195 Private method to update the default SSL configuration. |
131 </p><a NAME="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ID="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged"></a> |
196 </p><a NAME="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ID="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged"></a> |
132 <h4>SslCertificatesDialog.on_caCertificatesTree_currentItemChanged</h4> |
197 <h4>SslCertificatesDialog.on_caCertificatesTree_currentItemChanged</h4> |
133 <b>on_caCertificatesTree_currentItemChanged</b>(<i>current, previous</i>) |
198 <b>on_caCertificatesTree_currentItemChanged</b>(<i>current, previous</i>) |
134 <p> |
199 <p> |
135 Private slot handling a change of the current item |
200 Private slot handling a change of the current item |
140 new current item (QTreeWidgetItem) |
205 new current item (QTreeWidgetItem) |
141 </dd><dt><i>previous</i></dt> |
206 </dd><dt><i>previous</i></dt> |
142 <dd> |
207 <dd> |
143 previous current item (QTreeWidgetItem) |
208 previous current item (QTreeWidgetItem) |
144 </dd> |
209 </dd> |
145 </dl><a NAME="SslCertificatesDialog.on_caViewButton_clicked" ID="SslCertificatesDialog.on_caViewButton_clicked"></a> |
210 </dl><a NAME="SslCertificatesDialog.on_caDeleteButton_clicked" ID="SslCertificatesDialog.on_caDeleteButton_clicked"></a> |
|
211 <h4>SslCertificatesDialog.on_caDeleteButton_clicked</h4> |
|
212 <b>on_caDeleteButton_clicked</b>(<i></i>) |
|
213 <p> |
|
214 Private slot to delete the selected CA certificate. |
|
215 </p><a NAME="SslCertificatesDialog.on_caExportButton_clicked" ID="SslCertificatesDialog.on_caExportButton_clicked"></a> |
|
216 <h4>SslCertificatesDialog.on_caExportButton_clicked</h4> |
|
217 <b>on_caExportButton_clicked</b>(<i></i>) |
|
218 <p> |
|
219 Private slot to export the selected CA certificate. |
|
220 </p><a NAME="SslCertificatesDialog.on_caImportButton_clicked" ID="SslCertificatesDialog.on_caImportButton_clicked"></a> |
|
221 <h4>SslCertificatesDialog.on_caImportButton_clicked</h4> |
|
222 <b>on_caImportButton_clicked</b>(<i></i>) |
|
223 <p> |
|
224 Private slot to import server certificates. |
|
225 </p><a NAME="SslCertificatesDialog.on_caViewButton_clicked" ID="SslCertificatesDialog.on_caViewButton_clicked"></a> |
146 <h4>SslCertificatesDialog.on_caViewButton_clicked</h4> |
226 <h4>SslCertificatesDialog.on_caViewButton_clicked</h4> |
147 <b>on_caViewButton_clicked</b>(<i></i>) |
227 <b>on_caViewButton_clicked</b>(<i></i>) |
148 <p> |
228 <p> |
149 Private slot to show data of the selected CA certificate. |
229 Private slot to show data of the selected CA certificate. |
150 </p><a NAME="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ID="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged"></a> |
230 </p><a NAME="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ID="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged"></a> |
164 </dl><a NAME="SslCertificatesDialog.on_serversDeleteButton_clicked" ID="SslCertificatesDialog.on_serversDeleteButton_clicked"></a> |
244 </dl><a NAME="SslCertificatesDialog.on_serversDeleteButton_clicked" ID="SslCertificatesDialog.on_serversDeleteButton_clicked"></a> |
165 <h4>SslCertificatesDialog.on_serversDeleteButton_clicked</h4> |
245 <h4>SslCertificatesDialog.on_serversDeleteButton_clicked</h4> |
166 <b>on_serversDeleteButton_clicked</b>(<i></i>) |
246 <b>on_serversDeleteButton_clicked</b>(<i></i>) |
167 <p> |
247 <p> |
168 Private slot to delete the selected server certificate. |
248 Private slot to delete the selected server certificate. |
|
249 </p><a NAME="SslCertificatesDialog.on_serversExportButton_clicked" ID="SslCertificatesDialog.on_serversExportButton_clicked"></a> |
|
250 <h4>SslCertificatesDialog.on_serversExportButton_clicked</h4> |
|
251 <b>on_serversExportButton_clicked</b>(<i></i>) |
|
252 <p> |
|
253 Private slot to export the selected server certificate. |
|
254 </p><a NAME="SslCertificatesDialog.on_serversImportButton_clicked" ID="SslCertificatesDialog.on_serversImportButton_clicked"></a> |
|
255 <h4>SslCertificatesDialog.on_serversImportButton_clicked</h4> |
|
256 <b>on_serversImportButton_clicked</b>(<i></i>) |
|
257 <p> |
|
258 Private slot to import server certificates. |
169 </p><a NAME="SslCertificatesDialog.on_serversViewButton_clicked" ID="SslCertificatesDialog.on_serversViewButton_clicked"></a> |
259 </p><a NAME="SslCertificatesDialog.on_serversViewButton_clicked" ID="SslCertificatesDialog.on_serversViewButton_clicked"></a> |
170 <h4>SslCertificatesDialog.on_serversViewButton_clicked</h4> |
260 <h4>SslCertificatesDialog.on_serversViewButton_clicked</h4> |
171 <b>on_serversViewButton_clicked</b>(<i></i>) |
261 <b>on_serversViewButton_clicked</b>(<i></i>) |
172 <p> |
262 <p> |
173 Private slot to show data of the selected server certificate. |
263 Private slot to show data of the selected server certificate. |