Class LispAuthenticationUtil
- java.lang.Object
-
- org.opendaylight.lispflowmapping.lisp.authentication.LispAuthenticationUtil
-
public final class LispAuthenticationUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOG
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
createAuthenticationData(java.nio.ByteBuffer buffer, java.lang.String authKey)
static byte[]
createAuthenticationData(MapNotify mapNotify, java.lang.String authKey)
static boolean
validate(MapRegister mapRegister, java.nio.ByteBuffer byteBuffer, Eid eid, MappingAuthkey key)
-
-
-
Method Detail
-
validate
public static boolean validate(MapRegister mapRegister, java.nio.ByteBuffer byteBuffer, Eid eid, MappingAuthkey key)
-
createAuthenticationData
public static byte[] createAuthenticationData(MapNotify mapNotify, java.lang.String authKey)
-
createAuthenticationData
public static byte[] createAuthenticationData(java.nio.ByteBuffer buffer, java.lang.String authKey)
-
-