22 #ifndef SECURITYBLOCK_H_
23 #define SECURITYBLOCK_H_
32 #include <sys/types.h>
88 class MutableSerializer;
89 class StrictSerializer;
156 : _type(type), _value(value)
166 friend std::ostream&
operator<<(std::ostream &stream,
const TLV &tlv);
167 friend std::istream&
operator>>(std::istream &stream,
TLV &tlv);
183 const std::string
get(
TLV_TYPES type)
const;
475 T& esb = bundle.
insert<T>(it);
480 std::stringstream ss;
485 encrypt << std::flush;