Uses of Class
net.i2p.data.i2np.BuildRequestRecord
-
Packages that use BuildRequestRecord 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 BuildRequestRecord in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel that return BuildRequestRecord Modifier and Type Method Description BuildRequestRecord
BuildMessageProcessor. decrypt(TunnelBuildMessage msg, Hash ourHash, PrivateKey privKey)
Decrypt the record targetting us, encrypting all of the other records with the included reply key and IV.
-