Botan
2.1.0
Crypto and TLS for C++11
|
#include <asn1_obj.h>
Public Member Functions | |
BER_Bad_Tag (const std::string &msg, ASN1_Tag tag) | |
BER_Bad_Tag (const std::string &msg, ASN1_Tag tag1, ASN1_Tag tag2) | |
const char * | what () const BOTAN_NOEXCEPT override |
Exception For Incorrect BER Taggings
Definition at line 126 of file asn1_obj.h.
Botan::BER_Bad_Tag::BER_Bad_Tag | ( | const std::string & | msg, |
ASN1_Tag | tag | ||
) |
Definition at line 23 of file asn1_obj.cpp.
Definition at line 26 of file asn1_obj.cpp.
|
inlineoverrideinherited |
Definition at line 26 of file exceptn.h.
Referenced by botan_cipher_update(), Botan::RSA_PrivateKey::create_decryption_op(), Botan::RSA_PublicKey::create_encryption_op(), Botan::X509_Object::do_decode(), and Botan::X509::load_key().