< prev index next >

src/java.base/share/classes/java/security/cert/X509Extension.java

Print this page

        

@@ -150,14 +150,18 @@
      * The {@code oid} string is
      * represented by a set of nonnegative whole numbers separated
      * by periods.
      *
      * <p>For example:<br>
-     * <table border=groove summary="Examples of OIDs and extension names">
+     * <table class="plain">
+     * <caption style="display:none">Examples of OIDs and extension names</caption>
+     * <thead>
      * <tr>
      * <th>OID <em>(Object Identifier)</em></th>
      * <th>Extension Name</th></tr>
+     * </thead>
+     * <tbody>
      * <tr><td>2.5.29.14</td>
      * <td>SubjectKeyIdentifier</td></tr>
      * <tr><td>2.5.29.15</td>
      * <td>KeyUsage</td></tr>
      * <tr><td>2.5.29.16</td>

@@ -174,10 +178,11 @@
      * <td>PolicyMappings</td></tr>
      * <tr><td>2.5.29.35</td>
      * <td>AuthorityKeyIdentifier</td></tr>
      * <tr><td>2.5.29.36</td>
      * <td>PolicyConstraints</td></tr>
+     * </tbody>
      * </table>
      *
      * @param oid the Object Identifier value for the extension.
      * @return the DER-encoded octet string of the extension value or
      * null if it is not present.
< prev index next >