#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 |
Definition at line 77 of file asn1_int.h.
Definition at line 140 of file ber_dec.cpp.
Referenced by Botan::BER_Decoder::decode(), Botan::BER_Decoder::decode_null(), and Botan::BER_Decoder::start_cons().
00141 { 00142 if(this->type_tag != type_tag || this->class_tag != class_tag) 00143 throw BER_Decoding_Error("Tag mismatch when decoding"); 00144 }
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().
Definition at line 82 of file asn1_int.h.
Referenced by Botan::BER_Decoder::BER_Decoder(), Botan::BER::decode(), Botan::EAC_Time::decode_from(), Botan::ASN1_EAC_String::decode_from(), Botan::X509_Time::decode_from(), Botan::ASN1_String::decode_from(), Botan::OID::decode_from(), Botan::AlternativeName::decode_from(), Botan::BER_Decoder::decode_optional(), Botan::BER_Decoder::decode_optional_string(), Botan::EC_Domain_Params::EC_Domain_Params(), Botan::BER_Decoder::get_next_object(), Botan::BER_Decoder::more_items(), Botan::BER_Decoder::push_back(), and Botan::BER_Decoder::verify_end().
Definition at line 83 of file asn1_int.h.
Referenced by Botan::BER::decode(), Botan::BER_Decoder::decode(), Botan::EAC_Time::decode_from(), Botan::OID::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().
1.5.8