Botan  1.11.15
Public Member Functions
Botan::Invalid_IV_Length Struct Reference

#include <exceptn.h>

List of all members.

Public Member Functions

 Invalid_IV_Length (const std::string &mode, size_t bad_len)

Detailed Description

Invalid_IV_Length Exception

Definition at line 66 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Invalid_IV_Length::Invalid_IV_Length ( const std::string &  mode,
size_t  bad_len 
) [inline]

Definition at line 68 of file exceptn.h.

                                                            :
      Invalid_Argument("IV length " + std::to_string(bad_len) +
                       " is invalid for " + mode)
      {}

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