From f88cfa02e36752e4acad7adc4b045155e8e50f21 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 08 十二月 2023 09:16:29 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai --- cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java b/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java index 9773ead..8248973 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java +++ b/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 -- Gitblit v1.7.1