Botan 1.10.17
parsing.h File Reference
#include <botan/types.h>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

std::string Botan::ipv4_to_string (u32bit ip)
std::vector< std::string > Botan::parse_algorithm_name (const std::string &namex)
std::vector< u32bitBotan::parse_asn1_oid (const std::string &oid)
std::vector< std::string > Botan::split_on (const std::string &str, char delim)
u32bit Botan::string_to_ipv4 (const std::string &str)
u32bit Botan::timespec_to_u32bit (const std::string &timespec)
std::string Botan::to_string (u64bit n, size_t min_len)
u32bit Botan::to_u32bit (const std::string &number)
bool Botan::x500_name_cmp (const std::string &name1, const std::string &name2)