8328318: Wrong description in X509Extension.getExtensionValue method javadoc

Reviewed-by: mullan, wetmore
This commit is contained in:
Ben Perez 2024-04-09 20:03:18 +00:00 committed by Sean Mullan
parent b80ba08518
commit 316361b95c

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -161,12 +161,12 @@ public interface X509Extension {
* <th scope="col">Extension Name</th></tr> * <th scope="col">Extension Name</th></tr>
* </thead> * </thead>
* <tbody style="text-align:left"> * <tbody style="text-align:left">
* <tr><th scope="row">1.3.6.1.5.5.7.1.1</th>
* <td>AuthorityInformationAccess</td></tr>
* <tr><th scope="row">2.5.29.14</th> * <tr><th scope="row">2.5.29.14</th>
* <td>SubjectKeyIdentifier</td></tr> * <td>SubjectKeyIdentifier</td></tr>
* <tr><th scope="row">2.5.29.15</th> * <tr><th scope="row">2.5.29.15</th>
* <td>KeyUsage</td></tr> * <td>KeyUsage</td></tr>
* <tr><th scope="row">2.5.29.16</th>
* <td>PrivateKeyUsage</td></tr>
* <tr><th scope="row">2.5.29.17</th> * <tr><th scope="row">2.5.29.17</th>
* <td>SubjectAlternativeName</td></tr> * <td>SubjectAlternativeName</td></tr>
* <tr><th scope="row">2.5.29.18</th> * <tr><th scope="row">2.5.29.18</th>
@ -175,12 +175,18 @@ public interface X509Extension {
* <td>BasicConstraints</td></tr> * <td>BasicConstraints</td></tr>
* <tr><th scope="row">2.5.29.30</th> * <tr><th scope="row">2.5.29.30</th>
* <td>NameConstraints</td></tr> * <td>NameConstraints</td></tr>
* <tr><th scope="row">2.5.29.31</th>
* <td>CRLDistributionPoints</td></tr>
* <tr><th scope="row">2.5.29.32</th>
* <td>CertificatePolicies</td></tr>
* <tr><th scope="row">2.5.29.33</th> * <tr><th scope="row">2.5.29.33</th>
* <td>PolicyMappings</td></tr> * <td>PolicyMappings</td></tr>
* <tr><th scope="row">2.5.29.35</th> * <tr><th scope="row">2.5.29.35</th>
* <td>AuthorityKeyIdentifier</td></tr> * <td>AuthorityKeyIdentifier</td></tr>
* <tr><th scope="row">2.5.29.36</th> * <tr><th scope="row">2.5.29.36</th>
* <td>PolicyConstraints</td></tr> * <td>PolicyConstraints</td></tr>
* <tr><th scope="row">2.5.29.37</th>
* <td>ExtendedKeyUsage</td></tr>
* </tbody> * </tbody>
* </table> * </table>
* *