1 #ifndef SIGNEREXCEPTION_H_ 2 #define SIGNEREXCEPTION_H_ 36 ret =
"SymmetricCipherException. Called by: " + this->
where +
".";
54 ret =
"Unknown error";
60 ret =
"Verifying data";
63 ret =
"Unsupported asymmetric key type";
SignerException(std::string where)
Definition: SignerException.h:16
Definition: SignerException.h:6
Definition: SignerException.h:13
SignerException::ErrorCode errorCode
Definition: SignerException.h:72
SignerException(SignerException::ErrorCode errorCode, std::string where)
Definition: SignerException.h:21
static std::string errorCode2Message(SignerException::ErrorCode errorCode)
Definition: SignerException.h:48
Definition: LibCryptoSecException.h:8
std::string where
Definition: LibCryptoSecException.h:23
Definition: SignerException.h:11
ErrorCode
Definition: SignerException.h:9
virtual ~SignerException()
Definition: SignerException.h:26
virtual std::string getMessage() const
Definition: SignerException.h:27
virtual SignerException::ErrorCode getErrorCode()
Definition: SignerException.h:44
virtual std::string toString() const
Definition: SignerException.h:31
Definition: SignerException.h:12
Definition: SignerException.h:14