Commit 62485491 authored by garciay's avatar garciay
Browse files

STF507: Renamed template mw_header_field_multiple_digests into...

STF507: Renamed template mw_header_field_multiple_digests into mw_header_field_unrecognised_certificate
        Enhance default value for templates parameters
parent 01796b96
......@@ -1224,7 +1224,7 @@ module LibItsSecurity_Templates {
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (value) HeaderField m_header_field_unrecognised_certificate(
in template (value) HashedId3 p_digest
in template (value) HashedId3 p_digest
) := {
type_ := e_request_unrecognized_certificate,
headerField := {
......@@ -1391,7 +1391,7 @@ module LibItsSecurity_Templates {
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (present) HeaderField mw_header_field_generation_time_with_standard_deviation(
in template (present) Time64WithStandardDeviation p_generation_time_with_standard_deviation
in template (present) Time64WithStandardDeviation p_generation_time_with_standard_deviation := ?
) := {
type_ := e_generation_time_standard_deviation,
headerField := {
......@@ -1404,7 +1404,7 @@ module LibItsSecurity_Templates {
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (present) HeaderField mw_header_field_expiry_time(
in template (present) Time32 p_expiry_time
in template (present) Time32 p_expiry_time := ?
) := {
type_ := e_expiration,
headerField := {
......@@ -1417,7 +1417,7 @@ module LibItsSecurity_Templates {
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (present) HeaderField mw_header_field_generation_location(
in template (present) ThreeDLocation p_generation_location
in template (present) ThreeDLocation p_generation_location := ?
) := {
type_ := e_generation_location,
headerField := {
......@@ -1429,21 +1429,21 @@ module LibItsSecurity_Templates {
* @desc Receive template for HeaderField with generation location information
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (present) HeaderField mw_header_field_multiple_digests(
in template (present) HashedId3s p_digests
template (present) HeaderField mw_header_field_unrecognised_certificate(
in template (present) HashedId3s p_digests := ?
) := {
type_ := e_request_unrecognized_certificate,
headerField := {
digests := p_digests
}
} // End of template mw_header_field_multiple_digests
} // End of template mw_header_field_unrecognised_certificate
/**
* @desc Receive template for HeaderField with signer information
* @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4 HeaderField
*/
template (present) HeaderField mw_header_field_signer_info(
in template (present) SignerInfo p_signer
in template (present) SignerInfo p_signer := ?
) := {
type_ := e_signer_info,
headerField := {
......
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