Class AESEncryptAlgorithm

java.lang.Object
org.apache.shardingsphere.encrypt.algorithm.encrypt.AESEncryptAlgorithm
All Implemented Interfaces:
StandardEncryptAlgorithm<Object,String>, EncryptAlgorithm, org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm, org.apache.shardingsphere.infra.util.spi.lifecycle.SPIPostProcessor, org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI

public final class AESEncryptAlgorithm extends Object implements StandardEncryptAlgorithm<Object,String>
AES encrypt algorithm.