Interface Signer


  • public interface Signer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.netty.buffer.ByteBuf sign​(io.netty.buffer.ByteBuf message, io.netty.buffer.ByteBufAllocator byteBufAllocator)  
    • Method Detail

      • sign

        io.netty.buffer.ByteBuf sign​(io.netty.buffer.ByteBuf message,
                                     io.netty.buffer.ByteBufAllocator byteBufAllocator)