@Deprecated class HashSetIVValidator extends Object implements IVValidator
Constructor and Description |
---|
HashSetIVValidator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
receiveIV(byte[] ivData,
int ivOffset,
byte[] payload,
int payloadOffset)
Deprecated.
receive the IV for the tunnel message, returning true if it is valid,
or false if it has already been used (or is otherwise invalid).
|
public boolean receiveIV(byte[] ivData, int ivOffset, byte[] payload, int payloadOffset)
IVValidator
receiveIV
in interface IVValidator