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

    Modifier and Type
    Method
    Description
    boolean
     
    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
     
    void
    init(boolean forEncryption, SecretKey key)