Botan 3.0.0-alpha0
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/types.h>
#include <string>
#include <vector>
#include <istream>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
std::string | Botan::clean_ws (const std::string &s) |
bool | Botan::host_wildcard_match (const std::string &issued_, const std::string &host_) |
std::string | Botan::ipv4_to_string (uint32_t ip) |
std::vector< std::string > | Botan::parse_algorithm_name (const std::string &namex) |
std::map< std::string, std::string > | Botan::read_cfg (std::istream &is) |
BOTAN_TEST_API std::map< std::string, std::string > | Botan::read_kv (const std::string &kv) |
std::vector< std::string > | Botan::split_on (const std::string &str, char delim) |
std::string | Botan::string_join (const std::vector< std::string > &strs, char delim) |
uint32_t | Botan::string_to_ipv4 (const std::string &str) |
uint32_t | Botan::to_u32bit (const std::string &str) |
uint16_t | Botan::to_uint16 (const std::string &str) |
std::string | Botan::tolower_string (const std::string &in) |
Internal Header.
Definition in file parsing.h.