190 <p> |
190 <p> |
191 Private slot to export a certificate. |
191 Private slot to export a certificate. |
192 </p> |
192 </p> |
193 <dl> |
193 <dl> |
194 |
194 |
195 <dt><i>name</i></dt> |
195 <dt><i>name</i> (str)</dt> |
196 <dd> |
196 <dd> |
197 default file name without extension (string) |
197 default file name without extension |
198 </dd> |
198 </dd> |
199 <dt><i>cert</i></dt> |
199 <dt><i>cert</i> (QByteArray)</dt> |
200 <dd> |
200 <dd> |
201 certificate to be exported (QSslCertificate) |
201 certificate to be exported encoded as PEM |
202 </dd> |
202 </dd> |
203 </dl> |
203 </dl> |
204 <a NAME="EricSslCertificatesDialog.__getSystemCaCertificates" ID="EricSslCertificatesDialog.__getSystemCaCertificates"></a> |
204 <a NAME="EricSslCertificatesDialog.__getSystemCaCertificates" ID="EricSslCertificatesDialog.__getSystemCaCertificates"></a> |
205 <h4>EricSslCertificatesDialog.__getSystemCaCertificates</h4> |
205 <h4>EricSslCertificatesDialog.__getSystemCaCertificates</h4> |
206 <b>__getSystemCaCertificates</b>(<i></i>) |
206 <b>__getSystemCaCertificates</b>(<i></i>) |
222 Private method to read a certificate. |
222 Private method to read a certificate. |
223 </p> |
223 </p> |
224 <dl> |
224 <dl> |
225 <dt>Return:</dt> |
225 <dt>Return:</dt> |
226 <dd> |
226 <dd> |
227 certificates read (list of QSslCertificate) |
227 certificates read |
|
228 </dd> |
|
229 </dl> |
|
230 <dl> |
|
231 <dt>Return Type:</dt> |
|
232 <dd> |
|
233 list of QSslCertificate |
228 </dd> |
234 </dd> |
229 </dl> |
235 </dl> |
230 <a NAME="EricSslCertificatesDialog.__populateCaCertificatesTree" ID="EricSslCertificatesDialog.__populateCaCertificatesTree"></a> |
236 <a NAME="EricSslCertificatesDialog.__populateCaCertificatesTree" ID="EricSslCertificatesDialog.__populateCaCertificatesTree"></a> |
231 <h4>EricSslCertificatesDialog.__populateCaCertificatesTree</h4> |
237 <h4>EricSslCertificatesDialog.__populateCaCertificatesTree</h4> |
232 <b>__populateCaCertificatesTree</b>(<i></i>) |
238 <b>__populateCaCertificatesTree</b>(<i></i>) |