Botan
2.1.0
Crypto and TLS for C++11
|
#include <exceptn.h>
Public Member Functions | |
Unsupported_Argument (const std::string &msg) | |
const char * | what () const BOTAN_NOEXCEPT override |
Unsupported_Argument Exception
An argument that is invalid because it is not supported by Botan. It might or might not be valid in another context like a standard.
|
inlineexplicit |
Definition at line 55 of file exceptn.h.
|
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().