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
7
namespace
vanetza
8
{
9
namespace
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
*/
16
struct
EncapConfirm
{
17
SecuredMessage sec_packet;
// mandatory
18
};
19
20
}
// namespace security
21
}
// namespace vanetza
22
#endif
// ENCAP_CONFIRM_HPP
vanetza::security::EncapConfirm
contains output of the signing process described in TS 102 636-4-1 v1.2.3 (2015-01)
Definition:
encap_confirm.hpp:16
vanetza
security
encap_confirm.hpp
Generated on Thu Nov 30 2023 12:03:35 for Vanetza by
1.9.6