Botan  1.11.15
Public Member Functions
Botan::Illegal_Point Struct Reference

#include <point_gfp.h>

List of all members.

Public Member Functions

 Illegal_Point (const std::string &err="Malformed ECP point detected")

Detailed Description

Exception thrown if some form of illegal point is decoded

Definition at line 32 of file point_gfp.h.


Constructor & Destructor Documentation

Botan::Illegal_Point::Illegal_Point ( const std::string &  err = "Malformed ECP point detected") [inline]

Definition at line 34 of file point_gfp.h.

                                                                        :
      Exception(err) {}

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