public class AesEncryptAlgorithmApiImpl extends Object implements EncryptAlgorithmApi
public String encrypt(String encryptedData)
EncryptAlgorithmApiencrypt 在接口中 EncryptAlgorithmApiencryptedData - 加密数据Stringpublic String decrypt(String cipher)
EncryptAlgorithmApidecrypt 在接口中 EncryptAlgorithmApicipher - 待解密密文StringCopyright © 2024. All rights reserved.