Package ratpack.session.clientside
Interface Crypto
-
public interface Crypto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-