public interface Crypto
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
decrypt(io.netty.buffer.ByteBuf message,
io.netty.buffer.ByteBufAllocator allocator) |
io.netty.buffer.ByteBuf |
encrypt(io.netty.buffer.ByteBuf message,
io.netty.buffer.ByteBufAllocator allocator) |
io.netty.buffer.ByteBuf encrypt(io.netty.buffer.ByteBuf message,
io.netty.buffer.ByteBufAllocator allocator)
throws java.lang.Exception
java.lang.Exceptionio.netty.buffer.ByteBuf decrypt(io.netty.buffer.ByteBuf message,
io.netty.buffer.ByteBufAllocator allocator)
throws java.lang.Exception
java.lang.Exception