Botan
2.1.0
Crypto and TLS for C++11
|
#include <tls_exceptn.h>
Public Member Functions | |
TLS_Exception (Alert::Type type, const std::string &err_msg="Unknown error") | |
Alert::Type | type () const |
const char * | what () const BOTAN_NOEXCEPT override |
Exception Base Class
Definition at line 21 of file tls_exceptn.h.
|
inline |
Definition at line 26 of file tls_exceptn.h.
|
inline |
Definition at line 24 of file tls_exceptn.h.
Referenced by Botan::TLS::Channel::received_data().
|
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().