Interface ILispAuthentication
-
- All Known Implementing Classes:
LispMACAuthentication
,LispNoAuthentication
public interface ILispAuthentication
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getAuthenticationData(java.nio.ByteBuffer buffer, java.lang.String key)
int
getAuthenticationLength()
boolean
validate(java.nio.ByteBuffer mapRegisterBuffer, byte[] expectedAuthData, java.lang.String key)
-
-
-
Field Detail
-
MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
static final int MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
- See Also:
- Constant Field Values
-
-