Searched refs:privateKey_ (Results 1 – 1 of 1) sorted by relevance
98 void setPrivateKey(const std::string& key) { privateKey_ = key; } in setPrivateKey()101 const std::string& PrivateKey() const { return privateKey_; } in PrivateKey()118 std::string privateKey_; variable
Completed in 2 milliseconds