Skip to content

Commit 1e4cb8c

Browse files
committed
javadoc errors.
1 parent c27ff7a commit 1e4cb8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/src/main/java/org/bouncycastle/asn1/gm/GMObjectIdentifiers.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ public interface GMObjectIdentifiers
4949
ASN1ObjectIdentifier sm2encrypt = sm_scheme.branch("301.3");
5050

5151
/**
52-
* <Information security technology — Cryptographic application identifier criterion specification>
53-
* <url>http&#058;//c.gb688.cn/bzgk/gb/showGb&#63;type=online&hcno=252CF0F72A7BE339A56DEA7D774E8994</url>,
52+
* &lt;Information security technology — Cryptographic application identifier criterion specification&gt;
53+
* &lt;url&gt;http&#058;//c.gb688.cn/bzgk/gb/showGb&#63;type=online&hcno=252CF0F72A7BE339A56DEA7D774E8994&lt;/url&gt;,
5454
* Page 21 only cover from 301.1 to 301.3
5555
* */
5656
ASN1ObjectIdentifier wapip192v1 = sm_scheme.branch("301.101");
5757
/**
58-
* <WAPI certificate management—Part 5: Example of certificate format (draft)>
59-
* <url>http&#058;//www.chinabwips.org.cn/zqyjgs1.htm</url> and
60-
* <url>http&#058;//www.chinabwips.org.cn/doc/101.pdf</url>,
58+
* &lt;WAPI certificate management—Part 5: Example of certificate format (draft)&gt;
59+
* &lt;url&gt;http&#058;//www.chinabwips.org.cn/zqyjgs1.htm&lt;/url&gt; and
60+
* &lt;url&gt;http&#058;//www.chinabwips.org.cn/doc/101.pdf&lt;/url&gt;,
6161
* Page 9 and page 10 states the OID of ECDSA-192 algorithm based on SHA-256 is 1.2.156.11235.1.1.1
6262
* */
6363
ASN1ObjectIdentifier wapi192v1 = new ASN1ObjectIdentifier("1.2.156.11235.1.1.1");

0 commit comments

Comments
 (0)