|
@@ -40,7 +40,7 @@ public class AESUtil {
|
|
|
SymmetricCrypto aes = new SymmetricCrypto(SymmetricAlgorithm.AES, key.getBytes());
|
|
|
return aes.decryptStr(str);
|
|
|
} catch (Exception e) {
|
|
|
- throw new ServiceException("AES加密异常,str:" + str, e);
|
|
|
+ throw new ServiceException("AES解密异常,str:" + str, e);
|
|
|
|
|
|
}
|
|
|
}
|