Skip to content

Commit 577ab4f

Browse files
siujamoCopilot
andauthored
docs: add detailed description for param ivParam
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f46a82 commit 577ab4f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static String encrypt(String data, String secret) throws GeneralSecurityE
170170
*
171171
* @param data the Base64-encoded string data to be decrypted
172172
* @param secret the secret key used for decryption
173-
* @param ivParam the iv param for decryption
173+
* @param ivParam the initialization vector parameter used for AES decryption
174174
* @return the decrypted string data
175175
* @throws GeneralSecurityException if any cryptographic error occurs during decryption
176176
*/

0 commit comments

Comments
 (0)