userver: userver/crypto/exception.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exception.hpp File Reference

Exception classes for crypto module. More...

#include <memory>
#include <userver/utils/traceful_exception.hpp>
+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crypto::CryptoException
 Base exception. More...
 
class  crypto::SignError
 Signature generation error. More...
 
class  crypto::VerificationError
 Signature verification error. More...
 
class  crypto::KeyParseError
 Signing key parse error. More...
 

Namespaces

namespace  crypto
 Cryptography support.
 

Detailed Description

Exception classes for crypto module.

Definition in file exception.hpp.