Interface BungeeCipher

  • All Known Implementing Classes:
    JavaCipher, NativeCipher

    public interface BungeeCipher
    Class to expose cipher methods from either native or fallback Java cipher.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cipher​(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out)  
      io.netty.buffer.ByteBuf cipher​(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in)  
      void free()  
      void init​(boolean forEncryption, SecretKey key)