Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::PKCS8_Exception Struct Reference

#include <pkcs8.h>

Inheritance diagram for Botan::PKCS8_Exception:
Botan::Decoding_Error Botan::Invalid_Argument Botan::Exception

Public Member Functions

 PKCS8_Exception (const std::string &error)
 
const char * what () const BOTAN_NOEXCEPT override
 

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)
inlineexplicit

Definition at line 22 of file pkcs8.h.

22  :
23  Decoding_Error("PKCS #8: " + error) {}
Decoding_Error(const std::string &name)
Definition: exceptn.h:191

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

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