docs: add missing param doc

This commit is contained in:
siujamo
2025-07-17 10:17:57 +08:00
parent 64b532282c
commit 1f46a82e0f
@@ -170,6 +170,7 @@ public final class AesUtil {
*
* @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
*/