staticconststd::string&enable_security_checks;//! To indicates if security check failures shall be treated as error or warning
staticconststd::string&sec_db_path;//! Path to the folder containing certificates
staticconststd::string&certificate;//! The certificate identifier the Test System shall use. E.g. CERT_TS_A
staticconststd::string&peer_certificate;//! The peer certificate identifier the Test System shall use for encryption. E.g. CERT_TS_A
staticconststd::string&hash;//! The digest algorithm the Test System shall use, authorised values are SHA-256 or SHA-384. Default: SHA-256
staticconststd::string&signature;//! The signature algorithm the Test System shall use, authorised values are NISTP-256, BP-256 and BP-384. Default: NISTP-256
staticconststd::string&cypher;//! The encryption algorithm the Test System shall use, authorised values are NISTP-256 and BP-256. Default: NISTP-256
loggers::get_instance().log("security_services::sign_tbs_data: encoded params::signature = '%s'",p_params[params::signature].c_str());// TODO this parameter is useless, use content of the certificate