public class NettyEncryptionTranslator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private javax.crypto.Cipher |
cipher |
private byte[] |
field_150505_b |
private byte[] |
field_150506_c |
| Modifier | Constructor and Description |
|---|---|
protected |
NettyEncryptionTranslator(javax.crypto.Cipher cipherIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cipher(io.netty.buffer.ByteBuf p_150504_1_,
io.netty.buffer.ByteBuf p_150504_2_) |
protected io.netty.buffer.ByteBuf |
decipher(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer) |
private byte[] |
func_150502_a(io.netty.buffer.ByteBuf p_150502_1_) |
private final javax.crypto.Cipher cipher
private byte[] field_150505_b
private byte[] field_150506_c
protected NettyEncryptionTranslator(javax.crypto.Cipher cipherIn)
private byte[] func_150502_a(io.netty.buffer.ByteBuf p_150502_1_)
protected io.netty.buffer.ByteBuf decipher(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer)
throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferExceptionprotected void cipher(io.netty.buffer.ByteBuf p_150504_1_,
io.netty.buffer.ByteBuf p_150504_2_)
throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferException