class InboundEndpointProcessor
extends java.lang.Object
コンストラクタ | 説明 |
---|---|
InboundEndpointProcessor(RouterContext ctx,
TunnelCreatorConfig cfg) |
推奨されていません。
used only by unit tests
|
InboundEndpointProcessor(RouterContext ctx,
TunnelCreatorConfig cfg,
IVValidator validator) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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)