userver: userver/crypto/exception.hpp File Reference
Loading...
Searching...
No Matches
exception.hpp File Reference

Detailed Description

Exception classes for crypto module.

Definition in file exception.hpp.

Go to the source code of this file.

#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:

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...
 
class  crypto::SerializationError
 Serialization error. More...
 

Namespaces

namespace  crypto
 Cryptography support.