Vanetza
 
Loading...
Searching...
No Matches
encap_confirm.hpp
1#ifndef ENCAP_CONFIRM_HPP
2#define ENCAP_CONFIRM_HPP
3
4#include <vanetza/security/secured_message.hpp>
5#include <memory>
6
7namespace vanetza
8{
9namespace security
10{
11
12/** \brief contains output of the signing process
13* described in
14* TS 102 636-4-1 v1.2.3 (2015-01)
15*/
17 SecuredMessage sec_packet; // mandatory
18};
19
20} // namespace security
21} // namespace vanetza
22#endif // ENCAP_CONFIRM_HPP
contains output of the signing process described in TS 102 636-4-1 v1.2.3 (2015-01)