Botan 3.9.0
Crypto and TLS for C&
oids.h File Reference

Public Header. More...

#include <botan/asn1_obj.h>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::OIDS

Functions

void Botan::OIDS::add_oid (const OID &oid, std::string_view name)
BOTAN_UNSTABLE_API void Botan::OIDS::add_oid2str (const OID &oid, std::string_view name)
void Botan::OIDS::add_oidstr (const char *oidstr, const char *name)
BOTAN_UNSTABLE_API void Botan::OIDS::add_str2oid (const OID &oid, std::string_view name)
std::string Botan::OIDS::lookup (const OID &oid)
OID Botan::OIDS::lookup (std::string_view name)
std::string Botan::OIDS::oid2str_or_empty (const OID &oid)
std::string Botan::OIDS::oid2str_or_throw (const OID &oid)
OID Botan::OIDS::str2oid_or_empty (std::string_view name)

Detailed Description

Public Header.

Definition in file oids.h.