public class AESDataSecureImpl extends AbstractDataSecure
public String encrypt(String content, String pwd) throws Exception
AbstractDataSecureencrypt 在类中 AbstractDataSecurecontent - 原文pwd - 公钥Exception - 异常public String decrypt(String content, String pwd) throws Exception
AbstractDataSecuredecrypt 在类中 AbstractDataSecurecontent - 密文pwd - 私钥Exception - 异常Copyright © 2020. All rights reserved.