|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVValidator
Provide a generic interface for IV validation which may be implemented through something as simple as a hashtable or more a complicated bloom filter.
Method Summary | |
---|---|
boolean |
receiveIV(byte[] iv,
int ivOffset,
byte[] payload,
int payloadOffset)
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). |
Method Detail |
---|
boolean receiveIV(byte[] iv, int ivOffset, byte[] payload, int payloadOffset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |