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
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -1391,7 +1391,7 @@ module LibItsSecurity_Templates {
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 */
                 */
                template (present) HeaderField mw_header_field_generation_time_with_standard_deviation(
                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,
                    type_       := e_generation_time_standard_deviation,
                    headerField := {
                    headerField := {
@@ -1404,7 +1404,7 @@ module LibItsSecurity_Templates {
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 */
                 */
                template (present) HeaderField mw_header_field_expiry_time(
                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,
                    type_       := e_expiration,
                    headerField := {
                    headerField := {
@@ -1417,7 +1417,7 @@ module LibItsSecurity_Templates {
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 */
                 */
                template (present) HeaderField mw_header_field_generation_location(
                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,
                    type_       := e_generation_location,
                    headerField := {
                    headerField := {
@@ -1429,21 +1429,21 @@ module LibItsSecurity_Templates {
                 * @desc Receive template for HeaderField with generation location information
                 * @desc Receive template for HeaderField with generation location information
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 */
                 */
                template (present) HeaderField mw_header_field_multiple_digests(
                template (present) HeaderField mw_header_field_unrecognised_certificate(
                                                                                in template (present) HashedId3s p_digests
                                                                                        in template (present) HashedId3s p_digests := ?
                ) := {
                ) := {
                    type_       := e_request_unrecognized_certificate,
                    type_       := e_request_unrecognized_certificate,
                    headerField := {
                    headerField := {
                        digests := p_digests
                        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
                 * @desc Receive template for HeaderField with signer information
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 * @see Draft ETSI TS 103 097 V1.1.14 Clause 5.4    HeaderField
                 */
                 */
                template (present) HeaderField mw_header_field_signer_info(
                template (present) HeaderField mw_header_field_signer_info(
                                                                           in template (present) SignerInfo p_signer
                                                                           in template (present) SignerInfo p_signer := ?
                ) := {
                ) := {
                    type_       := e_signer_info,
                    type_       := e_signer_info,
                    headerField := {
                    headerField := {