Electroneum
Loading...
Searching...
No Matches
hw::trezor::exc::Poly1305TagInvalid Class Reference

#include <exceptions.hpp>

Inheritance diagram for hw::trezor::exc::Poly1305TagInvalid:
Collaboration diagram for hw::trezor::exc::Poly1305TagInvalid:

Public Member Functions

 Poly1305TagInvalid ()
 SecurityException ()
 SecurityException (std::string what)
Public Member Functions inherited from hw::trezor::exc::SecurityException
 SecurityException ()
 SecurityException (std::string what)
virtual const char * what () const throw ()

Additional Inherited Members

Protected Attributes inherited from hw::trezor::exc::SecurityException
boost::optional< std::string > reason

Detailed Description

Definition at line 54 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ Poly1305TagInvalid()

hw::trezor::exc::Poly1305TagInvalid::Poly1305TagInvalid ( )
inline

Definition at line 57 of file exceptions.hpp.

57: SecurityException("Poly1305 authentication tag invalid"){}
Here is the call graph for this function:

Member Function Documentation

◆ SecurityException() [1/2]

Definition at line 46 of file exceptions.hpp.

46: reason("General Security exception"){}
boost::optional< std::string > reason
Here is the caller graph for this function:

◆ SecurityException() [2/2]

hw::trezor::exc::SecurityException::SecurityException ( std::string what)
inlineexplicit

Definition at line 47 of file exceptions.hpp.

47: reason(what){}
virtual const char * what() const

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/device_trezor/trezor/exceptions.hpp