MagicSmoke  $VERSION$
MSslExceptions Class Reference

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...
 

Detailed Description

Helper class: stores and compares SSL-Exceptions.

Constructor & Destructor Documentation

MSslExceptions::MSslExceptions ( QString  path)

create instance from file in path

Member Function Documentation

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

void MSslExceptions::clearRecorded ( )
inline

clears the list of recorded exceptions

QList<QPair<QSslCertificate,int> > MSslExceptions::collectedExceptions ( ) const
inline

returns the list of collected exceptions

QList<QPair<QSslCertificate,int> > MSslExceptions::nonFatalExceptions ( ) const
inline

returns the current list of acceptable exceptions

void MSslExceptions::savesslexcept ( )

saves the exceptions to config file for next session


The documentation for this class was generated from the following files: