Skip to content

Commit

Permalink
Merge pull request jwtk#132 from alexanderkjall/patch-1
Browse files Browse the repository at this point in the history
javadoc typo
  • Loading branch information
lhazlewood committed Jul 4, 2016
2 parents 09c96ce + 26a14fd commit 0753448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jsonwebtoken/impl/crypto/MacProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static SecretKey generateKey(SignatureAlgorithm alg) {
*
* <table> <thead> <tr> <th>Signature Algorithm</th> <th>Generated Key Size</th> </tr> </thead> <tbody> <tr>
* <td>HS256</td> <td>256 bits (32 bytes)</td> </tr> <tr> <td>HS384</td> <td>384 bits (48 bytes)</td> </tr> <tr>
* <td>HS512</td> <td>256 bits (64 bytes)</td> </tr> </tbody> </table>
* <td>HS512</td> <td>512 bits (64 bytes)</td> </tr> </tbody> </table>
*
* @param alg the signature algorithm that will be used with the generated key
* @param random the secure random number generator used during key generation
Expand Down

0 comments on commit 0753448

Please sign in to comment.