Interface ILispAuthentication
- All Known Implementing Classes:
LispMACAuthentication
,LispNoAuthentication
public interface ILispAuthentication
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getAuthenticationData
(ByteBuffer buffer, String key) int
boolean
validate
(ByteBuffer mapRegisterBuffer, byte[] expectedAuthData, String key)
-
Field Details
-
MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
static final int MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION- See Also:
-
-
Method Details
-
validate
-
getAuthenticationData
-
getAuthenticationLength
int getAuthenticationLength()
-