Botan
1.11.15
|
#include <botan/asn1_oid.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::OIDS |
Functions | |
void | Botan::OIDS::add_oid (const OID &oid, const std::string &name) |
void | Botan::OIDS::add_oid2str (const OID &oid, const std::string &name) |
void | Botan::OIDS::add_oidstr (const char *oidstr, const char *name) |
void | Botan::OIDS::add_str2oid (const OID &oid, const std::string &name) |
const char * | Botan::OIDS::default_oid_list () |
bool | Botan::OIDS::have_oid (const std::string &name) |
std::string | Botan::OIDS::lookup (const OID &oid) |
OID | Botan::OIDS::lookup (const std::string &name) |
bool | Botan::OIDS::name_of (const OID &oid, const std::string &name) |