Skip to content

Commit 40f4cc7

Browse files
committed
JavaDoc cleanup
1 parent 3da5a2c commit 40f4cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/io/jsonwebtoken/security/AeadAlgorithm.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Per <a href="https://www.rfc-editor.org/rfc/rfc7516.html#section-4.1.2">JWE RFC 7516, Section 4.1.2</a>, all JWEs
2727
* <em>MUST</em> use an AEAD algorithm to encrypt or decrypt the JWE payload/content. Consequently, all
2828
* <a href="https://www.rfc-editor.org/rfc/rfc7518.html#section-5.1">JWA &quot;enc&quot; algorithms</a> are AEAD
29-
* algorithms, and they are accessible as concrete instances via {@link Jwe.alg}.
29+
* algorithms, and they are accessible as concrete instances via {@link io.jsonwebtoken.Jwe.alg Jwe.alg}.
3030
*
3131
* <p><b>&quot;enc&quot; identifier</b></p>
3232
*
@@ -57,7 +57,7 @@
5757
* <p>The resulting {@code key} is guaranteed to have the correct algorithm parameters and strength/length necessary for
5858
* that exact {@code aeadAlgorithm} instance.</p>
5959
*
60-
* @see Jwe.alg
60+
* @see io.jsonwebtoken.Jwe.alg Jwe.alg
6161
* @see Identifiable#getId()
6262
* @see KeyLengthSupplier
6363
* @see KeyBuilderSupplier

0 commit comments

Comments
 (0)