Uses of Class
net.i2p.data.i2np.TunnelBuildMessage
| Package | Description |
|---|---|
| net.i2p.data.i2np |
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
|
| net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
-
Uses of TunnelBuildMessage in net.i2p.data.i2np
Subclasses of TunnelBuildMessage in net.i2p.data.i2np Modifier and Type Class Description classInboundTunnelBuildMessageSent from the tunnel creator to the IBGW via an outbound tunnel.classShortTunnelBuildMessageVariable size, small records.classVariableTunnelBuildMessageVariable number of records. -
Uses of TunnelBuildMessage in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool with parameters of type TunnelBuildMessage Modifier and Type Method Description static voidBuildMessageGenerator. createRecord(int recordNum, int hop, TunnelBuildMessage msg, TunnelCreatorConfig cfg, Hash replyRouter, long replyTunnel, RouterContext ctx, PublicKey peerKey)Place the asymmetrically encrypted record in the specified record slot, containing the hop's configuration (as well as the reply info, if it is an outbound endpoint)BuildRequestRecordBuildMessageProcessor. decrypt(TunnelBuildMessage msg, Hash ourHash, PrivateKey privKey)Decrypt the record targeting us, encrypting all of the other records with the included reply key and IV.static voidBuildMessageGenerator. layeredEncrypt(I2PAppContext ctx, TunnelBuildMessage msg, TunnelCreatorConfig cfg, List<Integer> order)Encrypt the records so their hop ident is visible at the appropriate times.