7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
130 <dd> | 130 <dd> |
131 certificate to convert (QSslCertificate) | 131 certificate to convert (QSslCertificate) |
132 </dd> | 132 </dd> |
133 </dl> | 133 </dl> |
134 <dl> | 134 <dl> |
135 <dt>Returns:</dt> | 135 <dt>Return:</dt> |
136 <dd> | 136 <dd> |
137 formatted string (string) | 137 formatted string (string) |
138 </dd> | 138 </dd> |
139 </dl> | 139 </dl> |
140 <a NAME="E5SslErrorHandler.__getSystemCaCertificates" ID="E5SslErrorHandler.__getSystemCaCertificates"></a> | 140 <a NAME="E5SslErrorHandler.__getSystemCaCertificates" ID="E5SslErrorHandler.__getSystemCaCertificates"></a> |
143 | 143 |
144 <p> | 144 <p> |
145 Private method to get the list of system certificates. | 145 Private method to get the list of system certificates. |
146 </p> | 146 </p> |
147 <dl> | 147 <dl> |
148 <dt>Returns:</dt> | 148 <dt>Return:</dt> |
149 <dd> | 149 <dd> |
150 list of system certificates (list of QSslCertificate) | 150 list of system certificates (list of QSslCertificate) |
151 </dd> | 151 </dd> |
152 </dl> | 152 </dl> |
153 <a NAME="E5SslErrorHandler.sslErrors" ID="E5SslErrorHandler.sslErrors"></a> | 153 <a NAME="E5SslErrorHandler.sslErrors" ID="E5SslErrorHandler.sslErrors"></a> |
171 <dd> | 171 <dd> |
172 value of the port (integer) | 172 value of the port (integer) |
173 </dd> | 173 </dd> |
174 </dl> | 174 </dl> |
175 <dl> | 175 <dl> |
176 <dt>Returns:</dt> | 176 <dt>Return:</dt> |
177 <dd> | 177 <dd> |
178 tuple indicating to ignore the SSL errors (one of NotIgnored, | 178 tuple indicating to ignore the SSL errors (one of NotIgnored, |
179 SystemIgnored or UserIgnored) and indicating a change of the | 179 SystemIgnored or UserIgnored) and indicating a change of the |
180 default SSL configuration (boolean) | 180 default SSL configuration (boolean) |
181 </dd> | 181 </dd> |
197 <dd> | 197 <dd> |
198 list of SSL errors (list of QSslError) | 198 list of SSL errors (list of QSslError) |
199 </dd> | 199 </dd> |
200 </dl> | 200 </dl> |
201 <dl> | 201 <dl> |
202 <dt>Returns:</dt> | 202 <dt>Return:</dt> |
203 <dd> | 203 <dd> |
204 tuple indicating to ignore the SSL errors (one of NotIgnored, | 204 tuple indicating to ignore the SSL errors (one of NotIgnored, |
205 SystemIgnored or UserIgnored) and indicating a change of the | 205 SystemIgnored or UserIgnored) and indicating a change of the |
206 default SSL configuration (boolean) | 206 default SSL configuration (boolean) |
207 </dd> | 207 </dd> |