IVValidator@Deprecated class HashSetIVValidator extends Object implements IVValidator
| Constructor | Description |
|---|---|
HashSetIVValidator() |
Deprecated.
|
| Modifier and Type | Method | 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)
IVValidatorreceiveIV in interface IVValidator