moved private keys creation to client context

This commit is contained in:
orignal 2014-11-28 16:04:57 -05:00
parent 8350f16b20
commit d794dfb7e5
4 changed files with 36 additions and 87 deletions

View file

@ -25,8 +25,6 @@ namespace client
{
public:
ClientDestination (bool isPublic, i2p::data::SigningKeyType sigType);
ClientDestination (const std::string& fullPath, bool isPublic);
ClientDestination (const i2p::data::PrivateKeys& keys, bool isPublic);
~ClientDestination ();