#include "rosbag/bag.h"
#include "rosbag/aes_encryptor.h"
#include "rosbag/gpgme_utils.h"
#include <openssl/rand.h>
#include <pluginlib/class_list_macros.hpp>
Go to the source code of this file.
Namespaces | |
rosbag | |
Functions | |
static std::basic_string< unsigned char > | rosbag::decryptStringGpg (std::string const &user, std::string const &input) |
Decrypt string using GPGME. More... | |
static std::string | rosbag::encryptStringGpg (std::string &user, std::basic_string< unsigned char > const &input) |
Encrypt string using GPGME. More... | |
static std::string | rosbag::readHeaderField (ros::M_string const &header_fields, std::string const &field_name) |