|
Botan
2.13.0
Crypto and TLS for C++11
|
Functions | |
| bool | caseless_cmp (char a, char b) |
| uint8_t | char2digit (char c) |
| char | digit2char (uint8_t b) |
| bool | is_digit (char c) |
| bool | is_space (char c) |
| std::string | transcode (const std::string &str, Character_Set to, Character_Set from) |
| bool Botan::Charset::caseless_cmp | ( | char | a, |
| char | b | ||
| ) |
Definition at line 275 of file charset.cpp.
Referenced by Botan::x500_name_cmp().
| uint8_t Botan::Charset::char2digit | ( | char | c | ) |
| char Botan::Charset::digit2char | ( | uint8_t | b | ) |
| bool Botan::Charset::is_digit | ( | char | c | ) |
Definition at line 210 of file charset.cpp.
Referenced by Botan::BigInt::decode(), and Botan::timespec_to_u32bit().
| bool Botan::Charset::is_space | ( | char | c | ) |
Definition at line 221 of file charset.cpp.
Referenced by Botan::BigInt::decode(), and Botan::x500_name_cmp().
| std::string Botan::Charset::transcode | ( | const std::string & | str, |
| Character_Set | to, | ||
| Character_Set | from | ||
| ) |
Definition at line 185 of file charset.cpp.
References Botan::LATIN1_CHARSET, Botan::LOCAL_CHARSET, Botan::ASN1::to_string(), Botan::UCS2_CHARSET, Botan::UTF8_CHARSET, and Botan::utf8_to_latin1().
1.8.9.1