|
|
@ -26,6 +26,23 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <memory> |
|
|
|
#include <memory> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @mainpage The Secure Swiss PKCS#11 WebBrowser
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The browser is divided into a library, qbrowserlib that implements |
|
|
|
|
|
|
|
generic browsing utilities, the main browser page that collects |
|
|
|
|
|
|
|
those features into a main window, a PKCS#11 Post-SuisseID |
|
|
|
|
|
|
|
hardware token client authentication and a designer plugin for |
|
|
|
|
|
|
|
flexible GUI creation. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! @defgroup browser The SwissBrowser Executable and Main Window
|
|
|
|
|
|
|
|
//! @defgroup pkcs11 The PKCS#11 Client Authentication
|
|
|
|
|
|
|
|
//! @defgroup qbrowserlib The Swiss Browser Library
|
|
|
|
|
|
|
|
//! @defgroup designer Qt Designer Plugin for Browser Related Widgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! @addtogroup browser
|
|
|
|
|
|
|
|
//! @{
|
|
|
|
|
|
|
|
|
|
|
|
const QByteArray SWISSSIGN_EV_GOLD_CA_2009_G2 |
|
|
|
const QByteArray SWISSSIGN_EV_GOLD_CA_2009_G2 |
|
|
|
("-----BEGIN CERTIFICATE-----\n" |
|
|
|
("-----BEGIN CERTIFICATE-----\n" |
|
|
|
"MIIGvzCCBaegAwIBAgIQAPI39KUS4aGJo+mkR4+YuTANBgkqhkiG9w0BAQUFADBN\n" |
|
|
|
"MIIGvzCCBaegAwIBAgIQAPI39KUS4aGJo+mkR4+YuTANBgkqhkiG9w0BAQUFADBN\n" |
|
|
@ -413,3 +430,5 @@ int main(int argv, char** argc) try { |
|
|
|
std::cerr<<"**** Error"<<std::endl; |
|
|
|
std::cerr<<"**** Error"<<std::endl; |
|
|
|
return 1; |
|
|
|
return 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! @}
|
|
|
|