Changed javadoc typos (#782)

Related issue #764 

EC256 > ES256
EC384 > ES384
EC512 > ES512
This commit is contained in:
Ivan Matthew 2023-05-19 23:15:32 +02:00 committed by GitHub
parent 3557c55079
commit 992d75d0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -205,19 +205,19 @@ public final class Keys {
* <th><a href="https://tools.ietf.org/html/rfc5480#section-2.1.1.1">ASN1 OID Curve Name</a></th>
* </tr>
* <tr>
* <td>EC256</td>
* <td>ES256</td>
* <td>256 bits</td>
* <td>{@code P-256}</td>
* <td>{@code secp256r1}</td>
* </tr>
* <tr>
* <td>EC384</td>
* <td>ES384</td>
* <td>384 bits</td>
* <td>{@code P-384}</td>
* <td>{@code secp384r1}</td>
* </tr>
* <tr>
* <td>EC512</td>
* <td>ES512</td>
* <td><b>521</b> bits</td>
* <td>{@code P-521}</td>
* <td>{@code secp521r1}</td>