Skip to content

Commit

Permalink
document fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Mar 13, 2017
1 parent 2098e2c commit 48f34cd
Show file tree
Hide file tree
Showing 6 changed files with 1,269 additions and 1,266 deletions.
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.x509.X509Util.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ <h1 class="classTitle">
hexa decimal signature value by 'sighex' parameter.

NOTE: Algorithm parameter of AlgorithmIdentifier will
be set automatically by default. ({@see KJUR.asn1.x509.AlgorithmIdentifier})
be set automatically by default. (see <a href="../symbols/KJUR.asn1.x509.AlgorithmIdentifier.html">KJUR.asn1.x509.AlgorithmIdentifier</a>)
from jsrsasign 7.1.1 asn1x509 1.0.20.


Expand Down
1 change: 1 addition & 0 deletions api/symbols/X509.html
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ <h1 class="classTitle">
<li>reading PEM certificate - <a href="../symbols/X509.html#readCertPEM">X509#readCertPEM</a></li>
<li>get all certificate information - <a href="../symbols/X509.html#getInfo">X509#getInfo</a></li>
<li>get Base64 from PEM certificate - <a href="../symbols/X509.html#.pemToBase64">X509.pemToBase64</a></li>
<li>verify signature value - <a href="../symbols/X509.html#.verifySignature">X509.verifySignature</a></li>
<li>get hexadecimal string from PEM certificate - <a href="../symbols/X509.html#.pemToHex">X509.pemToHex</a> (DEPRECATED)</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/src/asn1x509-1.0.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@
<span class='line'>2664</span> * hexa decimal signature value by 'sighex' parameter.
<span class='line'>2665</span> *
<span class='line'>2666</span> * NOTE: Algorithm parameter of AlgorithmIdentifier will
<span class='line'>2667</span> * be set automatically by default. ({@see KJUR.asn1.x509.AlgorithmIdentifier})
<span class='line'>2667</span> * be set automatically by default. (see {@link KJUR.asn1.x509.AlgorithmIdentifier})
<span class='line'>2668</span> * from jsrsasign 7.1.1 asn1x509 1.0.20.
<span class='line'>2669</span> *
<span class='line'>2670</span> * @example
Expand Down
Loading

0 comments on commit 48f34cd

Please sign in to comment.