public class NettyEncryptionTranslator
extends java.lang.Object
修飾子 | コンストラクタと説明 |
---|---|
protected |
NettyEncryptionTranslator(javax.crypto.Cipher cipherIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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