Botan
1.10.9
|
#include <asn1_int.h>
Public Member Functions | |
void | assert_is_a (ASN1_Tag, ASN1_Tag) |
Public Attributes | |
ASN1_Tag | class_tag |
ASN1_Tag | type_tag |
SecureVector< byte > | value |
BER Encoded Object
Definition at line 77 of file asn1_int.h.
Definition at line 141 of file ber_dec.cpp.
Referenced by Botan::BER_Decoder::decode(), Botan::BER_Decoder::decode_null(), and Botan::BER_Decoder::start_cons().
ASN1_Tag Botan::BER_Object::class_tag |
Definition at line 82 of file asn1_int.h.
Referenced by Botan::BER_Decoder::BER_Decoder(), Botan::BER::decode(), Botan::OID::decode_from(), Botan::AlternativeName::decode_from(), Botan::BER_Decoder::decode_optional(), Botan::BER_Decoder::decode_optional_string(), and Botan::BER_Decoder::get_next_object().
ASN1_Tag Botan::BER_Object::type_tag |
Definition at line 82 of file asn1_int.h.
Referenced by Botan::BER_Decoder::BER_Decoder(), Botan::BER::decode(), Botan::ASN1_String::decode_from(), Botan::OID::decode_from(), Botan::EAC_Time::decode_from(), Botan::X509_Time::decode_from(), Botan::AlternativeName::decode_from(), Botan::ASN1_EAC_String::decode_from(), Botan::BER_Decoder::decode_optional(), Botan::BER_Decoder::decode_optional_string(), Botan::EC_Group::EC_Group(), Botan::BER_Decoder::get_next_object(), Botan::BER_Decoder::more_items(), Botan::BER_Decoder::push_back(), and Botan::BER_Decoder::verify_end().
SecureVector<byte> Botan::BER_Object::value |
Definition at line 83 of file asn1_int.h.
Referenced by Botan::BER::decode(), Botan::BER_Decoder::decode(), Botan::OID::decode_from(), Botan::EAC_Time::decode_from(), Botan::AlternativeName::decode_from(), Botan::BER_Decoder::decode_null(), Botan::BER_Decoder::decode_optional(), Botan::BER_Decoder::get_next_object(), Botan::BER_Decoder::start_cons(), and Botan::ASN1::to_string().