public class BuildResponseRecord
extends java.lang.Object
Bytes 0-31 contain the hash of bytes 32-527 Bytes 32-526 contain random data. Byte 527 contains the reply.
コンストラクタ | 説明 |
---|---|
BuildResponseRecord() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static EncryptedBuildRecord |
create(I2PAppContext ctx,
int status,
SessionKey replyKey,
byte[] replyIV,
long responseMessageId) |
Create a new encrypted response
|
public static EncryptedBuildRecord create(I2PAppContext ctx, int status, SessionKey replyKey, byte[] replyIV, long responseMessageId)
status
- the response 0-255replyIV
- 16 bytesresponseMessageId
- unused except for debugging