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 java.lang.Exception
java.lang.Exception
ByteBuf decrypt(ByteBuf message, ByteBufAllocator allocator) throws java.lang.Exception
java.lang.Exception