Passwordfile library
3.2.0
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) noexcept | |
Constructs a crypto exception. More... | |
~CryptoException () noexcept | |
Destroys the exception. More... | |
The exception that is thrown when an encryption/decryption error occurs.
Definition at line 11 of file cryptoexception.h.
|
noexcept |
Constructs a crypto exception.
Definition at line 12 of file cryptoexception.cpp.
|
noexcept |
Destroys the exception.
Definition at line 20 of file cryptoexception.cpp.