My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::SecureDht Member List

This is the complete list of members for dht::SecureDht, including all inherited members.

addBootstrap(const std::string &host, const std::string &service) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
addOnConnectedCallback(std::function< void()> cb) (defined in dht::DhtInterface)dht::DhtInterfaceinline
cancelListen(const InfoHash &h, size_t token) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
cancelPut(const InfoHash &h, const Value::Id &vid) overridedht::SecureDhtinlinevirtual
clearBootstrap() override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
Config typedef (defined in dht::SecureDht)dht::SecureDht
connectivityChanged(sa_family_t af) overridedht::SecureDhtinlinevirtual
connectivityChanged() override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
decrypt(const Value &v) (defined in dht::SecureDht)dht::SecureDht
DhtInterface()=default (defined in dht::DhtInterface)dht::DhtInterface
DhtInterface(const Logger &l) (defined in dht::DhtInterface)dht::DhtInterfaceinline
DhtInterface(const std::shared_ptr< Logger > &l) (defined in dht::DhtInterface)dht::DhtInterfaceinline
dumpTables() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
encrypt(Value &v, const crypto::PublicKey &to) const (defined in dht::SecureDht)dht::SecureDht
exportNodes() const overridedht::SecureDhtinlinevirtual
exportValues() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
findCertificate(const InfoHash &node, const std::function< void(const Sp< crypto::Certificate >)> &cb) (defined in dht::SecureDht)dht::SecureDht
findPublicKey(const InfoHash &node, const std::function< void(const Sp< crypto::PublicKey >)> &cb) (defined in dht::SecureDht)dht::SecureDht
forwardAllMessages(bool forward) (defined in dht::SecureDht)dht::SecureDhtinline
get(const InfoHash &id, GetCallback cb, DoneCallback donecb={}, Value::Filter &&={}, Where &&w={}) overridedht::SecureDhtvirtual
get(const InfoHash &id, GetCallback cb, DoneCallbackSimple donecb={}, Value::Filter &&f={}, Where &&w={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
get(const InfoHash &key, GetCallbackSimple cb, DoneCallback donecb={}, Value::Filter &&f={}, Where &&w={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
get(const InfoHash &key, GetCallbackSimple cb, DoneCallbackSimple donecb, Value::Filter &&f={}, Where &&w={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getCertificate(const InfoHash &node) const (defined in dht::SecureDht)dht::SecureDht
getConfig(const SecureDht::Config &conf) (defined in dht::SecureDht)dht::SecureDhtinlinestatic
getId() const (defined in dht::SecureDht)dht::SecureDhtinline
getLocal(const InfoHash &key, const Value::Filter &f={}) const overridedht::SecureDhtinlinevirtual
getLocalById(const InfoHash &key, Value::Id vid) const overridedht::SecureDhtinlinevirtual
getLongId() const (defined in dht::SecureDht)dht::SecureDhtinline
getNodeId() const overridedht::SecureDhtinlinevirtual
getNodeMessageStats(bool in=false) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getNodesStats(sa_family_t af) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getPublicAddress(sa_family_t family=0) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getPublicKey() const (defined in dht::SecureDht)dht::SecureDhtinline
getPublicKey(const InfoHash &node) const (defined in dht::SecureDht)dht::SecureDht
getPut(const InfoHash &h) const overridedht::SecureDhtinlinevirtual
getPut(const InfoHash &h, const Value::Id &vid) const overridedht::SecureDhtinlinevirtual
getRoutingTablesLog(sa_family_t af) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getSearchesLog(sa_family_t af) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getSearchLog(const InfoHash &h, sa_family_t af=AF_UNSPEC) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getSocket() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStatus(sa_family_t af) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStatus() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStorageLimit() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStorageLog() const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStorageLog(const InfoHash &h) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
getStoreSize() const overridedht::SecureDhtinlinevirtual
getType(ValueType::Id type_id) const override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
importValues(const std::vector< ValuesExport > &v) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
insertNode(const InfoHash &id, const SockAddr &sa) overridedht::SecureDhtinlinevirtual
insertNode(const NodeExport &n) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
isRunning(sa_family_t af=0) const overridedht::SecureDhtinlinevirtual
listen(const InfoHash &key, ValueCallback, Value::Filter={}, Where={}) override (defined in dht::SecureDht)dht::SecureDhtvirtual
listen(const InfoHash &key, GetCallback cb, Value::Filter={}, Where w={}) overridedht::SecureDhtvirtual
listen(const InfoHash &key, GetCallbackSimple cb, Value::Filter f={}, Where w={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
logger_ (defined in dht::DhtInterface)dht::DhtInterfaceprotected
NodeExport typedef (defined in dht::DhtInterface)dht::DhtInterface
onConnectCallbacks_ (defined in dht::DhtInterface)dht::DhtInterfaceprotected
periodic(const uint8_t *buf, size_t buflen, SockAddr sa, const time_point &now) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
periodic(const uint8_t *buf, size_t buflen, const sockaddr *from, socklen_t fromlen, const time_point &now) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
pingNode(SockAddr sa, DoneCallbackSimple &&cb={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
pushNotificationReceived(const std::map< std::string, std::string > &notification) overridedht::SecureDhtinlinevirtual
put(const InfoHash &key, Sp< Value > v, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false) overridedht::SecureDhtinlinevirtual
put(const InfoHash &key, const Sp< Value > &v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
put(const InfoHash &key, Value &&v, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
put(const InfoHash &key, Value &&v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
putEncrypted(const InfoHash &hash, const InfoHash &to, Sp< Value > val, DoneCallback callback, bool permanent=false)dht::SecureDht
putEncrypted(const InfoHash &hash, const InfoHash &to, Value &&v, DoneCallback callback, bool permanent=false) (defined in dht::SecureDht)dht::SecureDhtinline
putEncrypted(const InfoHash &hash, const crypto::PublicKey &to, Sp< Value > val, DoneCallback callback, bool permanent=false) (defined in dht::SecureDht)dht::SecureDht
putEncrypted(const InfoHash &hash, const crypto::PublicKey &to, Value &&v, DoneCallback callback, bool permanent=false) (defined in dht::SecureDht)dht::SecureDhtinline
putSigned(const InfoHash &hash, Sp< Value > val, DoneCallback callback, bool permanent=false)dht::SecureDht
putSigned(const InfoHash &hash, Value &&v, DoneCallback callback, bool permanent=false) (defined in dht::SecureDht)dht::SecureDhtinline
query(const InfoHash &key, QueryCallback cb, DoneCallback done_cb={}, Query &&q={}) overridedht::SecureDhtinlinevirtual
query(const InfoHash &key, QueryCallback cb, DoneCallbackSimple done_cb={}, Query &&q={}) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
registerCertificate(const InfoHash &node, const Blob &cert) (defined in dht::SecureDht)dht::SecureDht
registerCertificate(Sp< crypto::Certificate > &cert) (defined in dht::SecureDht)dht::SecureDht
registerInsecureType(const ValueType &type) (defined in dht::SecureDht)dht::SecureDhtinline
registerType(const ValueType &type) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
registerType(ValueType &&type) (defined in dht::SecureDht)dht::SecureDhtinline
SecureDht(std::unique_ptr< DhtInterface > dht, Config config, IdentityAnnouncedCb iacb={}, const std::shared_ptr< Logger > &l={})dht::SecureDht
secureType(ValueType &&type) (defined in dht::SecureDht)dht::SecureDht
secureType(const ValueType &type) (defined in dht::SecureDht)dht::SecureDhtinline
setLocalCertificateStore(CertificateStoreQuery &&query_method)dht::SecureDhtinline
setLogFilter(const InfoHash &f) overridedht::SecureDhtinlinevirtual
setLogger(const Logger &logger) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
setLogger(const std::shared_ptr< Logger > &logger) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
setOnPublicAddressChanged(PublicAddressChangedCb cb) override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
setPushNotificationPlatform(const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setPushNotificationToken(const std::string &token="") override (defined in dht::SecureDht)dht::SecureDhtinlinevirtual
setPushNotificationTopic(const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setStorageLimit(size_t limit=DEFAULT_STORAGE_LIMIT) overridedht::SecureDhtinlinevirtual
shutdown(ShutdownCallback cb, bool stop=false) overridedht::SecureDhtinlinevirtual
sign(Value &v) constdht::SecureDht
SignatureCheckCallback typedef (defined in dht::SecureDht)dht::SecureDht
Status typedef (defined in dht::DhtInterface)dht::DhtInterface
updateStatus(sa_family_t af) overridedht::SecureDhtinlinevirtual
~DhtInterface()=default (defined in dht::DhtInterface)dht::DhtInterfacevirtual
~SecureDht() (defined in dht::SecureDht)dht::SecureDhtvirtual