public final class LispNoAuthentication extends Object implements ILispAuthentication
MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthenticationData(ByteBuffer buffer,
String key) |
int |
getAuthenticationLength() |
static LispNoAuthentication |
getInstance() |
boolean |
validate(ByteBuffer mapRegisterBuffer,
byte[] expectedAuthData,
String key) |
public static LispNoAuthentication getInstance()
public int getAuthenticationLength()
getAuthenticationLength in interface ILispAuthenticationpublic byte[] getAuthenticationData(ByteBuffer buffer, String key)
getAuthenticationData in interface ILispAuthenticationpublic boolean validate(ByteBuffer mapRegisterBuffer, byte[] expectedAuthData, String key)
validate in interface ILispAuthenticationCopyright © 2019 OpenDaylight. All rights reserved.