public class NettyEncryptionTranslator
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
NettyEncryptionTranslator(javax.crypto.Cipher cipherIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
cipher(io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out) |
protected io.netty.buffer.ByteBuf |
decipher(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer) |
protected NettyEncryptionTranslator(javax.crypto.Cipher cipherIn)
protected io.netty.buffer.ByteBuf decipher(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf buffer) throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferException
protected void cipher(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out) throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferException