Uses of Class
net.i2p.data.RoutingKeyGenerator
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
These classes define the common data structures used by the various
I2P protocols.
Classes formerly in net.i2p.data but moved here as they are only used by the router.
The I2P router application handles the I2P network communication.
-
Uses of RoutingKeyGenerator in net.i2p
Modifier and TypeMethodDescriptionI2PAppContext.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
Modifier and TypeMethodDescriptionstatic RoutingKeyGenerator
RoutingKeyGenerator.getInstance()
Get the generator for this context. -
Uses of RoutingKeyGenerator in net.i2p.data.router
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionRouterContext.routingKeyGenerator()
Determine how much do we want to mess with the keys to turn them into something we can route.