My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
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 61 of file crypto.h.

Constructor & Destructor Documentation

◆ DecryptError() [1/2]

dht::crypto::DecryptError::DecryptError ( const std::string & str)
inlineexplicit

Definition at line 63 of file crypto.h.

◆ DecryptError() [2/2]

dht::crypto::DecryptError::DecryptError ( const char * str)
inlineexplicit

Definition at line 64 of file crypto.h.


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