![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
void | addStrParameter (std::string strName, std::string strValue) |
void | addStrParameter (std::string strName, SecureString sValue) |
std::string | getJson () |
CKeePassRequest (SecureString sKey, std::string strType) | |
Private Member Functions | |
void | init () |
Private Attributes | |
UniValue | requestObj |
std::string | strType |
std::string | strIV |
SecureString | sKey |
|
inline |
void CKeePassIntegrator::CKeePassRequest::addStrParameter | ( | std::string | strName, |
std::string | strValue | ||
) |
Definition at line 127 of file keepass.cpp.
Referenced by CKeePassIntegrator::rpcAssociate(), CKeePassIntegrator::rpcGetLogins(), CKeePassIntegrator::rpcSetLogin(), and CKeePassIntegrator::rpcTestAssociation().
void CKeePassIntegrator::CKeePassRequest::addStrParameter | ( | std::string | strName, |
SecureString | sValue | ||
) |
Definition at line 132 of file keepass.cpp.
std::string CKeePassIntegrator::CKeePassRequest::getJson | ( | ) |
Definition at line 144 of file keepass.cpp.
Referenced by CKeePassIntegrator::rpcAssociate(), CKeePassIntegrator::rpcGetLogins(), CKeePassIntegrator::rpcSetLogin(), and CKeePassIntegrator::rpcTestAssociation().
|
private |
Definition at line 149 of file keepass.cpp.
Referenced by CKeePassRequest().
|
private |
Definition at line 36 of file keepass.h.
Referenced by addStrParameter().
|
private |
Definition at line 39 of file keepass.h.
Referenced by CKeePassRequest().
|
private |
|
private |
Definition at line 37 of file keepass.h.
Referenced by CKeePassRequest().