This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit b64c29c0b3cec63ea9a8159860ffd43452f5a1d6 Author: Gary Gregory <[email protected]> AuthorDate: Mon Dec 12 07:31:01 2022 -0500 Javadoc --- src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java index b7cda6e..1c65c00 100644 --- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java +++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java @@ -164,6 +164,7 @@ public interface CryptoCipher extends Closeable { * GCM mode, all AAD must be supplied before beginning * operations on the ciphertext (via the {@code update} and * {@code doFinal} methods). + * </p> * * @param aad the buffer containing the Additional Authentication Data * @@ -192,6 +193,7 @@ public interface CryptoCipher extends Closeable { * GCM mode, all AAD must be supplied before beginning * operations on the ciphertext (via the {@code update} and * {@code doFinal} methods). + * </p> * * @param aad the buffer containing the Additional Authentication Data *
