/** * @author ETSI / STF481 * @version $URL$ * $Id$ * @desc Module containing Pixits for Security Protocol * */ module LibItsSecurity_Pixits { // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_DataStrings all; // LibItsSecurity import from LibItsSecurity_TypesAndValues all; import from LibItsSecurity_Templates all; /** * @desc Root path to access certificate stored in files, identified by certficate ID */ modulepar charstring PX_ROOT_PATH_FOR_SECURITY := ""; } // End of module LibItsSecurity_Pixits