Interface MessageAuthenticationCodeProducer


public interface MessageAuthenticationCodeProducer
Producer abstraction for generating a Keyed-Hash Message Authentication Code as described in RFC 2104
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Get Message Authentication Code using configured Key and provided input bytes
  • Method Details

    • getMessageAuthenticationCode

      byte[] getMessageAuthenticationCode(ByteBuffer inputBuffer)
      Get Message Authentication Code using configured Key and provided input bytes
      Parameters:
      inputBuffer - Input Buffer from which to produce a Message Authentication Code
      Returns:
      Message Authentication Code bytes