#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.
|
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) |
|