Commit 2451f8f2 authored by Denis Filatov's avatar Denis Filatov
Browse files

(+) add mw_etsiTs102941Data_authorization_request

(+) add mw_headerInfo_ecSignature
parent 83648647
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -161,6 +161,15 @@ module LibItsPki_Templates {
    }
  } // End of template m_etsiTs102941Data_authorization_request

  template (present) EtsiTs102941Data mw_etsiTs102941Data_authorization_request(
                                                                             in template (present) InnerAtRequest p_inner_at_request := ?
                                                                             ) := {
    version := PkiProtocolVersion,
    content := {
      authorizationRequest := p_inner_at_request
    }
  } // End of template m_etsiTs102941Data_authorization_request

  template (value) EtsiTs102941Data m_etsiTs102941Data_authorization_response(
                                                                              in template (value) InnerAtResponse p_inner_at_response
                                                                              ) := {
@@ -1380,4 +1389,11 @@ module LibItsPki_Templates {
    }
  }

  template (present) HeaderInfo mw_headerInfo_ecSignature (
                                                            template (present) Psid p_psid := c_its_aid_SCR
  ) modifies mw_ieee1609Dot2_headerInfo := { 
      expiryTime           := omit,
      generationLocation   := omit
  } // End of template mw_ecSignature_headerInfo

} // End of module LibItsPki_Templates