net.minecraft.network

public class CipherBase

vt
net.minecraft.network.CipherBase
net.minecraft.class_2524

Field summary

Modifier and TypeField
private final Cipher
a
cipher
field_11612
private byte[]
b
heapIn
field_11613
private byte[]
c
heapOut
field_11614

Constructor summary

ModifierConstructor
protected (Cipher arg0)

Method summary

Modifier and TypeMethod
private byte[]
a(io.netty.buffer.ByteBuf arg0)
bufToByte(io.netty.buffer.ByteBuf arg0)
method_10733(io.netty.buffer.ByteBuf arg0)
protected io.netty.buffer.ByteBuf
a(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
decipher(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
method_10734(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
protected void
a(io.netty.buffer.ByteBuf arg0, io.netty.buffer.ByteBuf arg1)
encipher(io.netty.buffer.ByteBuf arg0, io.netty.buffer.ByteBuf arg1)
method_10732(io.netty.buffer.ByteBuf arg0, io.netty.buffer.ByteBuf arg1)