puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java
@@ -11,10 +11,11 @@
import java.security.*;
/**
* AES加密
* @author pzb
* @Date 2021/12/3 15:43
*/
 * AES加密
 *
 * @author pzb
 * @Date 2021/12/3 15:43
 */
public class AES {
    public static boolean initialized = false;
@@ -22,8 +23,7 @@
    /**
     * AES解密
     *
     * @param content
     *            密文
     * @param content 密文
     * @return
     * @throws InvalidAlgorithmParameterException
     * @throws NoSuchProviderException