public class RSAStrategy extends Object implements CryptStrategy
public String encrypt(String str)
encrypt 在接口中 CryptStrategypublic String decrypt(String cipherStr)
decrypt 在接口中 CryptStrategypublic String encrypt(String str, String privateKey, String publicKey)
encrypt 在接口中 CryptStrategyCopyright © 2022. All rights reserved.