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
......@@ -899,6 +899,24 @@ module LibItsSecurity_Templates {
data := omit
} // 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(
in template (value) SecPayloadType p_type,
in template (value) octetstring p_data
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment