11#include <botan/asn1_oid.h>
22BOTAN_DLL
void add_oid(
const OID& oid,
const std::string& name);
29BOTAN_DLL
bool have_oid(
const std::string& oid);
36BOTAN_DLL std::string
lookup(
const OID& oid);
44BOTAN_DLL OID
lookup(
const std::string& name);
52BOTAN_DLL
bool name_of(
const OID& oid,
const std::string& name);
std::string lookup(const OID &oid)
bool name_of(const OID &oid, const std::string &name)
bool have_oid(const std::string &name)
void add_oid(const OID &oid, const std::string &name)