File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/src/main/java/io/jsonwebtoken/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
* 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
27
27
* <em>MUST</em> use an AEAD algorithm to encrypt or decrypt the JWE payload/content. Consequently, all
28
28
* <a href="https://www.rfc-editor.org/rfc/rfc7518.html#section-5.1">JWA "enc" 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}.
30
30
*
31
31
* <p><b>"enc" identifier</b></p>
32
32
*
57
57
* <p>The resulting {@code key} is guaranteed to have the correct algorithm parameters and strength/length necessary for
58
58
* that exact {@code aeadAlgorithm} instance.</p>
59
59
*
60
- * @see Jwe.alg
60
+ * @see io.jsonwebtoken.Jwe.alg Jwe.alg
61
61
* @see Identifiable#getId()
62
62
* @see KeyLengthSupplier
63
63
* @see KeyBuilderSupplier
You can’t perform that action at this time.
0 commit comments