Interface ILispAuthentication

All Known Implementing Classes:
LispMACAuthentication, LispNoAuthentication

public interface ILispAuthentication
  • Field Details

    • MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION

      static final int MAP_REGISTER_AND_NOTIFY_AUTHENTICATION_POSITION
      See Also:
  • Method Details

    • validate

      boolean validate(ByteBuffer mapRegisterBuffer, byte[] expectedAuthData, String key)
    • getAuthenticationData

      byte[] getAuthenticationData(ByteBuffer buffer, String key)
    • getAuthenticationLength

      int getAuthenticationLength()