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)
ByteBuf decrypt(ByteBuf message, ByteBufAllocator allocator)