Botan  1.11.15
Public Member Functions
Botan::PKCS8_Exception Struct Reference

#include <pkcs8.h>

Inheritance diagram for Botan::PKCS8_Exception:
Botan::Decoding_Error

List of all members.

Public Member Functions

 PKCS8_Exception (const std::string &error)

Detailed Description

PKCS #8 General Exception

Definition at line 20 of file pkcs8.h.


Constructor & Destructor Documentation

Botan::PKCS8_Exception::PKCS8_Exception ( const std::string &  error) [inline]

Definition at line 22 of file pkcs8.h.

                                           :
      Decoding_Error("PKCS #8: " + error) {}

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