Uses of Interface
net.i2p.router.tunnel.IVValidator
Package | Description |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
-
Uses of IVValidator in net.i2p.router.tunnel
Classes in net.i2p.router.tunnel that implement IVValidator Modifier and Type Class Description (package private) class
BloomFilterIVValidator
Manage the IV validation for all of the router's tunnels by way of a big decaying bloom filter.(package private) class
DummyValidator
accept everything(package private) class
HashSetIVValidator
Deprecated.unusedConstructors in net.i2p.router.tunnel with parameters of type IVValidator Constructor Description HopProcessor(I2PAppContext ctx, HopConfig config, IVValidator validator)
InboundEndpointProcessor(RouterContext ctx, TunnelCreatorConfig cfg, IVValidator validator)