/** * @author ETSI / STF517 * @version $URL$ * $Id$ * @desc Module containing Pixits for CAM * */ module LibItsCam_Pixits { // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_DataStrings all; // LibItsSecurity import from LibItsSecurity_TypesAndValues all; /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; modulepar Oct8 PX_CERT_IUT_CAM_02 := 'C19561F65F12C99E'O; modulepar Oct8 PX_CERT_IUT_CAM_03 := 'F62F77E85F283F06'O; } // End of module LibItsSecurity_Pixits