net.i2p.router.tunnel
public class BuildMessageGenerator extends Object
Constructor and Description |
---|
BuildMessageGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
createRecord(int recordNum,
int hop,
TunnelBuildMessage msg,
TunnelCreatorConfig cfg,
Hash replyRouter,
long replyTunnel,
I2PAppContext 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)
|
static boolean |
isBlank(TunnelCreatorConfig cfg,
int hop) |
static void |
layeredEncrypt(I2PAppContext ctx,
TunnelBuildMessage msg,
TunnelCreatorConfig cfg,
List order)
Encrypt the records so their hop ident is visible at the appropriate times
|
public static void createRecord(int recordNum, int hop, TunnelBuildMessage msg, TunnelCreatorConfig cfg, Hash replyRouter, long replyTunnel, I2PAppContext ctx, PublicKey peerKey)
public static void layeredEncrypt(I2PAppContext ctx, TunnelBuildMessage msg, TunnelCreatorConfig cfg, List order)
order
- list of hop #s as Integers. For instance, if (order.get(1) is 4), it is peer cfg.getPeer(4)public static boolean isBlank(TunnelCreatorConfig cfg, int hop)