Passwordfile library
3.1.4
C++ library to read/write passwords from/to encrypted files
|
The exception that is thrown when an encryption/decryption error occurs. More...
#include <cryptoexception.h>
Public Member Functions | |
CryptoException (const std::string &openSslErrorQueue) USE_NOTHROW | |
Constructs a crypto exception. More... | |
virtual | ~CryptoException () USE_NOTHROW |
Destroys the exception. More... | |
The exception that is thrown when an encryption/decryption error occurs.
Definition at line 11 of file cryptoexception.h.
Io::CryptoException::CryptoException | ( | const std::string & | openSslErrorQueue | ) |
Constructs a crypto exception.
Definition at line 12 of file cryptoexception.cpp.
|
virtual |
Destroys the exception.
Definition at line 19 of file cryptoexception.cpp.