Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::OID, including all inherited members.
ASN1_Object()=default | Botan::ASN1_Object | |
ASN1_Object(const ASN1_Object &)=default | Botan::ASN1_Object | |
BER_encode() const | Botan::ASN1_Object | |
decode_from(BER_Decoder &) override | Botan::OID | virtual |
empty() const | Botan::OID | inline |
encode_into(DER_Encoder &) const override | Botan::OID | virtual |
from_name(std::string_view name) | Botan::OID | static |
from_string(std::string_view str) | Botan::OID | static |
get_components() const | Botan::OID | inline |
get_id() const | Botan::OID | inline |
has_value() const | Botan::OID | inline |
human_name_or_empty() const | Botan::OID | |
OID()=default | Botan::OID | explicit |
OID(std::string_view str) | Botan::OID | explicit |
OID(std::initializer_list< uint32_t > init) | Botan::OID | explicit |
OID(std::vector< uint32_t > &&init) | Botan::OID | explicit |
operator=(const ASN1_Object &)=default | Botan::ASN1_Object | |
operator==(const OID &other) const | Botan::OID | inline |
register_oid(const OID &oid, std::string_view name) | Botan::OID | static |
registered_oid() const | Botan::OID | |
to_formatted_string() const | Botan::OID | |
to_string() const | Botan::OID | |
~ASN1_Object()=default | Botan::ASN1_Object | virtual |