|
|
|
@ -89,9 +89,7 @@ namespace i2p
@@ -89,9 +89,7 @@ namespace i2p
|
|
|
|
|
|
|
|
|
|
// implements LocalDestination
|
|
|
|
|
std::shared_ptr<const i2p::data::IdentityEx> GetIdentity () const { return m_Keys.GetPublic (); }; |
|
|
|
|
const uint8_t * GetEncryptionPrivateKey () const { return m_Keys.GetPrivateKey (); }; // deprecated
|
|
|
|
|
void Decrypt (const uint8_t * encrypted, uint8_t * data, BN_CTX * ctx) const; |
|
|
|
|
const uint8_t * GetEncryptionPublicKey () const { return GetIdentity ()->GetStandardIdentity ().publicKey; }; |
|
|
|
|
bool Decrypt (const uint8_t * encrypted, uint8_t * data, BN_CTX * ctx) const; |
|
|
|
|
void Sign (const uint8_t * buf, int len, uint8_t * signature) const { m_Keys.Sign (buf, len, signature); }; |
|
|
|
|
void SetLeaseSetUpdated () {}; |
|
|
|
|
|
|
|
|
|