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