class InboundEndpointProcessor extends Object
Constructor and Description |
---|
InboundEndpointProcessor(RouterContext ctx,
TunnelCreatorConfig cfg)
Deprecated.
used only by unit tests
|
InboundEndpointProcessor(RouterContext ctx,
TunnelCreatorConfig cfg,
IVValidator validator) |
Modifier and Type | Method and Description |
---|---|
TunnelCreatorConfig |
getConfig() |
Hash |
getDestination() |
boolean |
retrievePreprocessedData(byte[] orig,
int offset,
int length,
Hash prev)
Undo all of the encryption done by the peers in the tunnel, recovering the
preprocessed data sent by the gateway.
|
@Deprecated InboundEndpointProcessor(RouterContext ctx, TunnelCreatorConfig cfg)
public InboundEndpointProcessor(RouterContext ctx, TunnelCreatorConfig cfg, IVValidator validator)
public Hash getDestination()
public TunnelCreatorConfig getConfig()
public boolean retrievePreprocessedData(byte[] orig, int offset, int length, Hash prev)