/** * @author ETSI / STF481 * @version $URL$ * $Id$ * @desc Module containing Pixits for Security Protocol * */ module LibItsSecurity_Pixits { /** * @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