1 #ifndef ASYMMETRICCIPHEREXCEPTION_H_ 2 #define ASYMMETRICCIPHEREXCEPTION_H_ 35 ret =
"AsymmetricCipherException. Called by: " + this->
where +
".";
53 ret =
"Unknown error";
56 ret =
"Encrypting data";
59 ret =
"Decrypting data";
Definition: AsymmetricCipherException.h:6
virtual AsymmetricCipherException::ErrorCode getErrorCode()
Definition: AsymmetricCipherException.h:43
ErrorCode
Definition: AsymmetricCipherException.h:9
Definition: AsymmetricCipherException.h:12
Definition: AsymmetricCipherException.h:11
virtual std::string toString() const
Definition: AsymmetricCipherException.h:30
Definition: LibCryptoSecException.h:8
std::string where
Definition: LibCryptoSecException.h:23
static std::string errorCode2Message(AsymmetricCipherException::ErrorCode errorCode)
Definition: AsymmetricCipherException.h:47
AsymmetricCipherException(AsymmetricCipherException::ErrorCode errorCode, std::string where)
Definition: AsymmetricCipherException.h:20
AsymmetricCipherException::ErrorCode errorCode
Definition: AsymmetricCipherException.h:68
Definition: AsymmetricCipherException.h:13
AsymmetricCipherException(std::string where)
Definition: AsymmetricCipherException.h:15
virtual std::string getMessage() const
Definition: AsymmetricCipherException.h:26
virtual ~AsymmetricCipherException()
Definition: AsymmetricCipherException.h:25