8 #ifndef BOTAN_OPENPGP_CODEC_H__
9 #define BOTAN_OPENPGP_CODEC_H__
11 #include <botan/data_src.h>
26 const std::string& label,
27 const std::map<std::string, std::string>& headers);
37 const std::string& label);
48 std::map<std::string, std::string>& headers);
SecureVector< byte > PGP_decode(DataSource &source, std::string &label, std::map< std::string, std::string > &headers)
std::string PGP_encode(const byte input[], size_t length, const std::string &label, const std::map< std::string, std::string > &headers)