DiceKeys Seeded Cryptography Library
CryptographicVerificationFailureException Class Reference

Thrown when a cryptographic operation fails due to keys or data being corrupted, modified, or of incorrect length. More...

#include <exceptions.hpp>

Inherits invalid_argument.

Public Member Functions

 CryptographicVerificationFailureException (const char *m=NULL)
 Construct by throwing, passing an optional exception message. More...
 

Detailed Description

Thrown when a cryptographic operation fails due to keys or data being corrupted, modified, or of incorrect length.

Constructor & Destructor Documentation

◆ CryptographicVerificationFailureException()

CryptographicVerificationFailureException::CryptographicVerificationFailureException ( const char *  m = NULL)
inline

Construct by throwing, passing an optional exception message.

Parameters
mThe exception message

The documentation for this class was generated from the following file: