MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetEncryptionType

Method GetEncryptionType

libi2pd/Identity.h:241–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240 const IdentHash& GetIdentHash () const { return GetIdentity ()->GetIdentHash (); };
241 virtual CryptoKeyType GetEncryptionType () const { return GetIdentity ()->GetCryptoKeyType (); }; // override in LeaseSet2
242 };
243
244 class LocalDestination

Callers

nothing calls this directly

Calls 1

GetCryptoKeyTypeMethod · 0.80

Tested by

no test coverage detected