Botan  1.11.15
Namespaces | Functions
src/lib/codec/base64/base64.h File Reference
#include <botan/secmem.h>
#include <string>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

size_t Botan::base64_decode (byte output[], const char input[], size_t input_length, size_t &input_consumed, bool final_inputs, bool ignore_ws)
size_t Botan::base64_decode (byte output[], const char input[], size_t input_length, bool ignore_ws)
size_t Botan::base64_decode (byte output[], const std::string &input, bool ignore_ws)
secure_vector< byte > Botan::base64_decode (const char input[], size_t input_length, bool ignore_ws)
secure_vector< byte > Botan::base64_decode (const std::string &input, bool ignore_ws)
size_t Botan::base64_encode (char out[], const byte in[], size_t input_length, size_t &input_consumed, bool final_inputs)
template<typename Alloc >
std::string Botan::base64_encode (const std::vector< byte, Alloc > &input)
std::string Botan::base64_encode (const byte input[], size_t input_length)