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(ByteBuf in,
ByteBuf out) |
protected ByteBuf |
decipher(ChannelHandlerContext ctx,
ByteBuf buffer) |
protected NettyEncryptionTranslator(javax.crypto.Cipher cipherIn)
protected ByteBuf decipher(ChannelHandlerContext ctx,
ByteBuf buffer)
throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferExceptionprotected void cipher(ByteBuf in,
ByteBuf out)
throws javax.crypto.ShortBufferException
javax.crypto.ShortBufferException