Skip to content

Commit 1f46a82

Browse files
committed
docs: add missing param doc
1 parent 64b5322 commit 1f46a82

File tree

1 file changed

+3
-2
lines changed
  • common-toolbox/src/main/java/com/onixbyte/common/util

1 file changed

+3
-2
lines changed

common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ public static String encrypt(String data, String secret) throws GeneralSecurityE
168168
/**
169169
* Decrypts the specified Base64-encoded string data using the AES algorithm with the provided secret key.
170170
*
171-
* @param data the Base64-encoded string data to be decrypted
172-
* @param secret the secret key used for decryption
171+
* @param data the Base64-encoded string data to be decrypted
172+
* @param secret the secret key used for decryption
173+
* @param ivParam the iv param for decryption
173174
* @return the decrypted string data
174175
* @throws GeneralSecurityException if any cryptographic error occurs during decryption
175176
*/

0 commit comments

Comments
 (0)