|
MagicSmoke
$VERSION$
|
Helper class: stores and compares SSL-Exceptions. More...
#include <sslexception.h>
Public Member Functions | |
| MSslExceptions (QString path) | |
| create instance from file in path More... | |
| void | acceptRecorded () |
| accepts the recorded exceptions More... | |
| bool | checksslexcept (const QList< QSslError > &) |
| checks errors against the exception list, records all exceptions More... | |
| void | clear () |
| clears the internal lists of exceptions More... | |
| void | clearRecorded () |
| clears the list of recorded exceptions More... | |
| QList< QPair< QSslCertificate, int > > | collectedExceptions () const |
| returns the list of collected exceptions More... | |
| QList< QPair< QSslCertificate, int > > | nonFatalExceptions () const |
| returns the current list of acceptable exceptions More... | |
| void | savesslexcept () |
| saves the exceptions to config file for next session More... | |
Helper class: stores and compares SSL-Exceptions.
| MSslExceptions::MSslExceptions | ( | QString | path | ) |
create instance from file in path
| void MSslExceptions::acceptRecorded | ( | ) |
accepts the recorded exceptions
| bool MSslExceptions::checksslexcept | ( | const QList< QSslError > & | errs | ) |
checks errors against the exception list, records all exceptions
Referenced by MSInterface::sslErrors().
| void MSslExceptions::clear | ( | ) |
clears the internal lists of exceptions
|
inline |
clears the list of recorded exceptions
|
inline |
returns the list of collected exceptions
|
inline |
returns the current list of acceptable exceptions
| void MSslExceptions::savesslexcept | ( | ) |
saves the exceptions to config file for next session