#include <botan/data_src.h>
#include <string>
#include <map>
Go to the source code of this file.
|
SecureVector< byte > | Botan::PGP_decode (DataSource &source, std::string &label, std::map< std::string, std::string > &headers) |
|
SecureVector< 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) |
|