net.minecraft.network

public class CipherBase

wj
net.minecraft.network.CipherBase
net.minecraft.class_2524
net.minecraft.network.encryption.PacketEncryptionManager
net.minecraft.network.PacketEncryptionHandler

Field summary

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

Constructor summary

ModifierConstructor
protected (Cipher cipher)

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)
toByteArray(io.netty.buffer.ByteBuf buf)
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)
decrypt(io.netty.channel.ChannelHandlerContext context, io.netty.buffer.ByteBuf buf)
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)
encrypt(io.netty.buffer.ByteBuf buf, io.netty.buffer.ByteBuf result)