|
Botan
1.11.15
|
#include <botan/data_src.h>#include <string>#include <map>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) |
1.7.6.1