Class Encrypter
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>
net.minestom.server.extras.mojangAuth.Encrypter
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelOutboundHandler
public class Encrypter
extends io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description Encrypter(javax.crypto.Cipher cipher)
-
Method Summary
Modifier and Type Method Description protected void
encode(io.netty.channel.ChannelHandlerContext channelHandlerContext, io.netty.buffer.ByteBuf byteBufIn, io.netty.buffer.ByteBuf byteBufOut)
Methods inherited from class io.netty.handler.codec.MessageToByteEncoder
acceptOutboundMessage, allocateBuffer, isPreferDirect, write
Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
-
Constructor Details
-
Encrypter
public Encrypter(javax.crypto.Cipher cipher)
-
-
Method Details
-
encode
protected void encode(io.netty.channel.ChannelHandlerContext channelHandlerContext, io.netty.buffer.ByteBuf byteBufIn, io.netty.buffer.ByteBuf byteBufOut) throws java.lang.Exception- Specified by:
encode
in classio.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>
- Throws:
java.lang.Exception
-