Interface ILispAuthentication
- All Known Implementing Classes:
 LispMACAuthentication,LispNoAuthentication
public interface ILispAuthentication
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int - 
Method Summary
Modifier and TypeMethodDescriptionbyte[]getAuthenticationData(ByteBuffer buffer, String key) intbooleanvalidate(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() 
 -