Botan
1.10.9
|
#include <ui.h>
Public Types | |
enum | UI_Result { OK, CANCEL_ACTION } |
Public Member Functions | |
virtual std::string | get_passphrase (const std::string &, const std::string &, UI_Result &) const |
User_Interface (const std::string &="") | |
virtual | ~User_Interface () |
Protected Attributes | |
bool | first_try |
std::string | preset_passphrase |
User Interface Only really used for callbacks for PKCS #8 decryption
Botan::User_Interface::User_Interface | ( | const std::string & | preset = "" | ) |
|
inlinevirtual |
|
virtual |
Definition at line 15 of file ui.cpp.
References CANCEL_ACTION, first_try, OK, and preset_passphrase.
|
mutableprotected |
Definition at line 32 of file ui.h.
Referenced by get_passphrase(), and User_Interface().
|
protected |
Definition at line 31 of file ui.h.
Referenced by get_passphrase().