Botan 3.6.1
Crypto and TLS for C&
|
Functions | |
void | add_oid (const OID &oid, std::string_view name) |
BOTAN_UNSTABLE_API void | add_oid2str (const OID &oid, std::string_view name) |
void | add_oidstr (const char *oidstr, const char *name) |
BOTAN_UNSTABLE_API void | add_str2oid (const OID &oid, std::string_view name) |
std::string | lookup (const OID &oid) |
OID | lookup (std::string_view name) |
std::string | oid2str_or_empty (const OID &oid) |
std::string | oid2str_or_throw (const OID &oid) |
OID | str2oid_or_empty (std::string_view name) |
|
inline |
void Botan::OIDS::add_oid2str | ( | const OID & | oid, |
std::string_view | name ) |
Definition at line 14 of file oids.cpp.
References Botan::OID_Map::add_oid2str(), Botan::OID_Map::global_registry(), and name.
|
inline |
void Botan::OIDS::add_str2oid | ( | const OID & | oid, |
std::string_view | name ) |
Definition at line 18 of file oids.cpp.
References Botan::OID_Map::add_str2oid(), Botan::OID_Map::global_registry(), and name.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 53 of file oids.h.
References Botan::OID::human_name_or_empty().
|
inline |