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.ByteBufdecrypt(io.netty.buffer.ByteBuf message, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufencrypt(io.netty.buffer.ByteBuf message, io.netty.buffer.ByteBufAllocator allocator)
-