public interface Crypto
Modifier and Type | Method and Description |
---|---|
ByteBuf |
decrypt(ByteBuf message,
ByteBufAllocator allocator) |
ByteBuf |
encrypt(ByteBuf message,
ByteBufAllocator allocator) |
ByteBuf encrypt(ByteBuf message, ByteBufAllocator allocator) throws Exception
Exception
ByteBuf decrypt(ByteBuf message, ByteBufAllocator allocator) throws Exception
Exception