Botan  1.10.9
Public Member Functions | List of all members
Botan::PRNG_Unseeded Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::PRNG_Unseeded:
Botan::Invalid_State

Public Member Functions

 PRNG_Unseeded (const std::string &algo)
 

Detailed Description

PRNG_Unseeded Exception

Definition at line 89 of file exceptn.h.

Constructor & Destructor Documentation

Botan::PRNG_Unseeded::PRNG_Unseeded ( const std::string &  algo)
inline

Definition at line 91 of file exceptn.h.

91  :
92  Invalid_State("PRNG not seeded: " + algo)
93  {}
Invalid_State(const std::string &err)
Definition: exceptn.h:27

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