8 #ifndef __ORCUS_MSO_ENCRYPTION_INFO_HPP__ 9 #define __ORCUS_MSO_ENCRYPTION_INFO_HPP__ 14 namespace orcus {
namespace mso {
16 struct encryption_info_reader_impl;
21 encryption_info_reader& operator= (
const encryption_info_reader&);
24 encryption_info_reader();
25 ~encryption_info_reader();
27 void read(
const char* p,
size_t n);
30 encryption_info_reader_impl* mp_impl;
Definition: encryption_info.hpp:18
Definition: base64.hpp:15