Interface Crypto


  • public interface Crypto
    • Method Summary

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

      • encrypt

        io.netty.buffer.ByteBuf encrypt​(io.netty.buffer.ByteBuf message,
                                        io.netty.buffer.ByteBufAllocator allocator)
                                 throws Exception
        Throws:
        Exception
      • decrypt

        io.netty.buffer.ByteBuf decrypt​(io.netty.buffer.ByteBuf message,
                                        io.netty.buffer.ByteBufAllocator allocator)
                                 throws Exception
        Throws:
        Exception