C++ Distributed Hash Table
Public Member Functions | List of all members
dht::crypto::DecryptError Class Reference

#include <crypto.h>

Inheritance diagram for dht::crypto::DecryptError:
Inheritance graph
[legend]
Collaboration diagram for dht::crypto::DecryptError:
Collaboration graph
[legend]

Public Member Functions

 DecryptError (const std::string &str)
 
 DecryptError (const char *str)
 
 DecryptError (const DecryptError &e) noexcept=default
 
DecryptErroroperator= (const DecryptError &) noexcept=default
 
- Public Member Functions inherited from dht::crypto::CryptoException
 CryptoException (const std::string &str)
 
 CryptoException (const char *str)
 
 CryptoException (const CryptoException &e) noexcept=default
 
CryptoExceptionoperator= (const CryptoException &) noexcept=default
 

Detailed Description

Exception thrown when a decryption error happened.

Definition at line 58 of file crypto.h.


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