public final class RC4EncryptAlgorithm extends Object implements EncryptAlgorithm
public void init()
init 在接口中 org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithmPostProcessorpublic String encrypt(Object plaintext)
encrypt 在接口中 EncryptAlgorithmpublic Object decrypt(String ciphertext)
decrypt 在接口中 EncryptAlgorithmpublic String getType()
getType 在接口中 org.apache.shardingsphere.infra.spi.typed.TypedSPICopyright © 2020 The Apache Software Foundation. All rights reserved.