Botan
1.11.15
|
#include <botan/openpgp.h>
#include <botan/filters.h>
#include <botan/basefilt.h>
#include <botan/charset.h>
#include <botan/crc24.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< byte > | Botan::PGP_decode (DataSource &source, std::string &label, std::map< std::string, std::string > &headers) |
secure_vector< byte > | Botan::PGP_decode (DataSource &source, std::string &label) |
std::string | Botan::PGP_encode (const byte input[], size_t length, const std::string &label, const std::map< std::string, std::string > &headers) |
std::string | Botan::PGP_encode (const byte input[], size_t length, const std::string &type) |