Interface LikeEncryptAlgorithm<I,O>
-
- Type Parameters:
I- type of plain valueO- type of cipher value
- All Superinterfaces:
EncryptAlgorithm<I,O>,org.apache.shardingsphere.infra.util.spi.type.typed.algorithm.ShardingSphereAlgorithm,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public interface LikeEncryptAlgorithm<I,O> extends EncryptAlgorithm<I,O>
Like encrypt algorithm.
-
-
Method Summary
-
Methods inherited from interface org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
encrypt
-
-