#include <cstdio>
#include <boost/filesystem.hpp>
#include <gtest/gtest.h>
#include <gpgme.h>
#include "std_msgs/String.h"
#include "rosbag/bag.h"
#include "rosbag/aes_encryptor.h"
#include "rosbag/gpgme_utils.h"
#include "rosbag/view.h"
Go to the source code of this file.
|
void | importGpgKey (gpgme_ctx_t &ctx) |
|
int | main (int argc, char **argv) |
|
| TEST (AesCbcEncryptor, EncryptAndDecryptBag) |
|
◆ importGpgKey()
void importGpgKey |
( |
gpgme_ctx_t & |
ctx | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST()
TEST |
( |
AesCbcEncryptor |
, |
|
|
EncryptAndDecryptBag |
|
|
) |
| |
◆ GPG_KEY_USER
const char* GPG_KEY_USER = "Foo00" |
◆ GPG_PRIVATE_SUBKEY
const char* GPG_PRIVATE_SUBKEY |
◆ MESSAGE
const char* MESSAGE = "message foo" |
◆ TOPIC_NAME
const char* TOPIC_NAME = "topic_bar" |