#include <encap_service.hpp>
Public Member Functions | |
const SecuredMessage * | secured_message () const |
SecuredMessage * | secured_message () |
Static Public Member Functions | |
static EncapConfirm | from (SignConfirm &&) |
Confirmation of the encapsulation process (SN-ENCAP.confirm).
TS 102 723-8 V1.1.1 includes only sec_packet but cannot report any errors. Instead of throwing exceptions, the variant may convey an error code instead of a SecuredMessage.
Definition at line 30 of file encap_service.hpp.
|
static |
Definition at line 8 of file encap_service.cpp.
SecuredMessage * vanetza::security::EncapConfirm::secured_message | ( | ) |
Definition at line 22 of file encap_service.cpp.
const SecuredMessage * vanetza::security::EncapConfirm::secured_message | ( | ) | const |
Definition at line 17 of file encap_service.cpp.