diff --git a/common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java b/common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java index 62ee697..9fbd3ce 100644 --- a/common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java +++ b/common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java @@ -168,8 +168,9 @@ public final class AesUtil { /** * Decrypts the specified Base64-encoded string data using the AES algorithm with the provided secret key. * - * @param data the Base64-encoded string data to be decrypted - * @param secret the secret key used for decryption + * @param data the Base64-encoded string data to be decrypted + * @param secret the secret key used for decryption + * @param ivParam the iv param for decryption * @return the decrypted string data * @throws GeneralSecurityException if any cryptographic error occurs during decryption */