Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
|
#include <CertificateValidationException.hpp>
Public Member Functions | |
CertificateValidationException (const std::string &message) | |
CertificateValidationException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates an issue encountered during the certificate validation.
This exception can be triggered by various issues such as an invalid signature or incorrect metadata values within the certificate.
Definition at line 30 of file CertificateValidationException.hpp.
|
inlineexplicit |
message | Message to identify the exception context. |
Definition at line 36 of file CertificateValidationException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 48 of file CertificateValidationException.hpp.