Botan  1.11.15
Public Member Functions
Botan::Invalid_Key_Length Struct Reference

#include <exceptn.h>

List of all members.

Public Member Functions

 Invalid_Key_Length (const std::string &name, size_t length)

Detailed Description

Invalid_Key_Length Exception

Definition at line 55 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Invalid_Key_Length::Invalid_Key_Length ( const std::string &  name,
size_t  length 
) [inline]

Definition at line 57 of file exceptn.h.

                                                            :
      Invalid_Argument(name + " cannot accept a key of length " +
                       std::to_string(length))
      {}

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