Package net.minecraft.network
Class CipherBase
java.lang.Object
net.minecraft.network.CipherBase
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate byte[]bufToByte(io.netty.buffer.ByteBuf p_129405_) protected io.netty.buffer.ByteBufdecipher(io.netty.channel.ChannelHandlerContext p_129410_, io.netty.buffer.ByteBuf p_129411_) protected voidencipher(io.netty.buffer.ByteBuf p_129407_, io.netty.buffer.ByteBuf p_129408_) 
- 
Field Details- 
cipher
- 
heapInprivate byte[] heapIn
- 
heapOutprivate byte[] heapOut
 
- 
- 
Constructor Details- 
CipherBase
 
- 
- 
Method Details- 
bufToByteprivate byte[] bufToByte(io.netty.buffer.ByteBuf p_129405_) 
- 
decipherprotected io.netty.buffer.ByteBuf decipher(io.netty.channel.ChannelHandlerContext p_129410_, io.netty.buffer.ByteBuf p_129411_) throws ShortBufferException - Throws:
- ShortBufferException
 
- 
encipherprotected void encipher(io.netty.buffer.ByteBuf p_129407_, io.netty.buffer.ByteBuf p_129408_) throws ShortBufferException - Throws:
- ShortBufferException
 
 
-