Uses of Class
net.i2p.data.RoutingKeyGenerator
Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
net.i2p.data.router |
Classes formerly in net.i2p.data but moved here as they are only used by the router.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
-
Uses of RoutingKeyGenerator in net.i2p
Methods in net.i2p that return RoutingKeyGenerator Modifier and Type Method Description RoutingKeyGenerator
I2PAppContext. routingKeyGenerator()
Determine how much do we want to mess with the keys to turn them into something we can route. -
Uses of RoutingKeyGenerator in net.i2p.data
Methods in net.i2p.data that return RoutingKeyGenerator Modifier and Type Method Description static RoutingKeyGenerator
RoutingKeyGenerator. getInstance()
Get the generator for this context. -
Uses of RoutingKeyGenerator in net.i2p.data.router
Subclasses of RoutingKeyGenerator in net.i2p.data.router Modifier and Type Class Description class
RouterKeyGenerator
Component to manage the munging of hashes into routing keys - given a hash, perform some consistent transformation against it and return the result. -
Uses of RoutingKeyGenerator in net.i2p.router
Methods in net.i2p.router that return RoutingKeyGenerator Modifier and Type Method Description RoutingKeyGenerator
RouterContext. routingKeyGenerator()
Determine how much do we want to mess with the keys to turn them into something we can route.