Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
|
#include <AsymmetricCryptoException.hpp>
Public Member Functions | |
AsymmetricCryptoException (const std::string &message) | |
AsymmetricCryptoException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that an error occurred when processing a asymmetric cryptographic operation.
Definition at line 26 of file AsymmetricCryptoException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 32 of file AsymmetricCryptoException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 44 of file AsymmetricCryptoException.hpp.