We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80856bf commit 3da5a2cCopy full SHA for 3da5a2c
CHANGELOG.md
@@ -226,7 +226,7 @@ All JWA-defined encryption algorithms and key management algorithms are fully im
226
available immediately. For example:
227
228
```java
229
-AeadAlgorithm enc = Jwe.alg.A256GCM;
+AeadAlgorithm enc = Jwts.ENC.A256GCM;
230
SecretKey key = enc.key().build();
231
String compact = Jwts.builder().setSubject("Joe").encryptWith(key, enc).compact();
232
0 commit comments