ARC SDK
Public Member Functions
Arc::PasswordSourceInteractive Class Reference

Obtain password through OpenSSL user interface. More...

#include <PasswordSource.h>

Inheritance diagram for Arc::PasswordSourceInteractive:
Arc::PasswordSource

Public Member Functions

 PasswordSourceInteractive (const std::string &prompt, bool verify)
 
virtual Result Get (std::string &password, int minsize, int maxsize)
 

Additional Inherited Members

- Public Types inherited from Arc::PasswordSource
enum  Result { NO_PASSWORD = 0, PASSWORD = 1, CANCEL = 2 }
 

Detailed Description

Obtain password through OpenSSL user interface.


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