class BuildReplyHandler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BuildReplyHandler.Result
This contains the result of decrypting the build request
or reply record, including the decrypted properties field,
if present.
|
Constructor and Description |
---|
BuildReplyHandler(I2PAppContext context) |
Modifier and Type | Method and Description |
---|---|
BuildReplyHandler.Result[] |
decrypt(TunnelBuildReplyMessage reply,
TunnelCreatorConfig cfg,
List<Integer> recordOrder)
Decrypt the tunnel build reply records.
|
public BuildReplyHandler(I2PAppContext context)
public BuildReplyHandler.Result[] decrypt(TunnelBuildReplyMessage reply, TunnelCreatorConfig cfg, List<Integer> recordOrder)