public interface BungeeCipher
| Modifier and Type | Method and Description |
|---|---|
void |
cipher(io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out) |
io.netty.buffer.ByteBuf |
cipher(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
void |
free() |
void |
init(boolean forEncryption,
SecretKey key) |
void init(boolean forEncryption,
SecretKey key)
throws GeneralSecurityException
GeneralSecurityExceptionvoid free()
void cipher(io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out)
throws GeneralSecurityException
GeneralSecurityExceptionio.netty.buffer.ByteBuf cipher(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2015–2020 WaterfallMC. All rights reserved.