Botan 3.6.1
Crypto and TLS for C&
|
#include <oid_map.h>
Public Member Functions | |
void | add_oid (const OID &oid, std::string_view str) |
void | add_oid2str (const OID &oid, std::string_view str) |
void | add_str2oid (const OID &oid, std::string_view str) |
std::string | oid2str (const OID &oid) |
OID | str2oid (std::string_view str) |
Static Public Member Functions | |
static OID_Map & | global_registry () |
void Botan::OID_Map::add_oid | ( | const OID & | oid, |
std::string_view | str ) |
Definition at line 21 of file oid_map.cpp.
References Botan::lock(), and Botan::OID::to_string().
Referenced by Botan::OID::register_oid().
void Botan::OID_Map::add_oid2str | ( | const OID & | oid, |
std::string_view | str ) |
Definition at line 48 of file oid_map.cpp.
References Botan::lock(), and Botan::OID::to_string().
Referenced by Botan::OIDS::add_oid2str().
void Botan::OID_Map::add_str2oid | ( | const OID & | oid, |
std::string_view | str ) |
Definition at line 41 of file oid_map.cpp.
References Botan::lock().
Referenced by Botan::OIDS::add_str2oid().
|
static |
Definition at line 16 of file oid_map.cpp.
Referenced by Botan::OIDS::add_oid2str(), Botan::OIDS::add_str2oid(), Botan::OID::from_name(), Botan::OID::from_string(), Botan::OID::human_name_or_empty(), and Botan::OID::register_oid().
std::string Botan::OID_Map::oid2str | ( | const OID & | oid | ) |
Definition at line 56 of file oid_map.cpp.
References Botan::lock(), and Botan::OID::to_string().
Referenced by Botan::OID::human_name_or_empty().
OID Botan::OID_Map::str2oid | ( | std::string_view | str | ) |
Definition at line 69 of file oid_map.cpp.
References Botan::lock().
Referenced by Botan::OID::from_name(), and Botan::OID::from_string().