Commit 3d273170 authored by berge's avatar berge
Browse files

Added TC_SEC_ITSS_REC_CAM_09_04_EB

Added TC_SEC_ITSS_REC_CAM_09_05_EB
Added TC_SEC_ITSS_REC_CAM_09_06_EB
parent ae6dba68
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -899,6 +899,24 @@ module LibItsSecurity_Templates {
                data    := omit
                data    := omit
            } // End of template m_payload_signed_external
            } // End of template m_payload_signed_external
            
            
            /**
             * @desc Send template for 'encrypted' Payload 
             * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload
             */
            template (value) SecPayload m_payload_encrypted(in template (omit) octetstring p_data := omit) := {
                type_   := e_encrypted,
                data    := omit
            } // End of template m_payload_encrypted
            
            /**
             * @desc Send template for 'signed_external' Payload 
             * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload
             */
            template (value) SecPayload m_payload_signed_and_encrypted(in template (omit) octetstring p_data := omit) := {
                type_   := e_signed_and_encrypted,
                data    := omit
            } // End of template m_payload_signed_and_encrypted
            
            template (value) SecPayload m_data_payload(
            template (value) SecPayload m_data_payload(
                                                    in template (value) SecPayloadType p_type,
                                                    in template (value) SecPayloadType p_type,
                                                    in template (value) octetstring p_data
                                                    in template (value) octetstring p_data