Skip to content

Commit

Permalink
ResponderID API doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Apr 26, 2022
1 parent 5efa282 commit f11615a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

ChangeLog for jsrsasign

* Changes from 10.5.20 to next release
- src/asn1ocsp.js
- ResponderID API document fix

OCSP ResponderID object udpate
* Changes from 10.5.19 to 10.5.20 (2022-Apr-25)
- src/asn1ocsp.js
Expand Down
6 changes: 3 additions & 3 deletions api/symbols/KJUR.asn1.ocsp.ResponderID.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,13 +618,13 @@ <h1 class="classTitle">
Following properties are available:
<ul>
<li>{Array}name (OPTION) - JSON object of <a href="../symbols/KJUR.asn1.x509.X500Name.html">KJUR.asn1.x509.X500Name</a> parameter,
PEM string of X.509 certificate or {@link X509 object} for "byName",</li>
PEM string of X.509 certificate or <a href="../symbols/X509.html">X509</a> object for "byName",</li>
<li>{String}key (OPTION) - hexadecimal string of KeyHash value,
PEM string of X.509 certificate or {@link X509 object} for "byKey"</li>
PEM string of X.509 certificate or <a href="../symbols/X509.html">X509</a> object for "byKey"</li>
</ul>
<br/>
NOTE: From jsrsasign 10.5.20, "name" and "key" member values can be
specified by PEM string of X.509 certificate or {@link X509 object}.
specified by PEM string of X.509 certificate or <a href="../symbols/X509.html">X509</a> object.
For "name", subject field of the certificate will be used and
for "key", subjectKeyIdentifier extension value of the certificate will be used
respectively.
Expand Down
6 changes: 3 additions & 3 deletions api/symbols/src/asn1ocsp-1.0.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,13 +504,13 @@
<span class='line'>497</span> * Following properties are available:
<span class='line'>498</span> * &lt;ul>
<span class='line'>499</span> * &lt;li>{Array}name (OPTION) - JSON object of {@link KJUR.asn1.x509.X500Name} parameter,
<span class='line'>500</span> * PEM string of X.509 certificate or {@link X509 object} for "byName",&lt;/li>
<span class='line'>500</span> * PEM string of X.509 certificate or {@link X509} object for "byName",&lt;/li>
<span class='line'>501</span> * &lt;li>{String}key (OPTION) - hexadecimal string of KeyHash value,
<span class='line'>502</span> * PEM string of X.509 certificate or {@link X509 object} for "byKey"&lt;/li>
<span class='line'>502</span> * PEM string of X.509 certificate or {@link X509} object for "byKey"&lt;/li>
<span class='line'>503</span> * &lt;/ul>
<span class='line'>504</span> * &lt;br/>
<span class='line'>505</span> * NOTE: From jsrsasign 10.5.20, "name" and "key" member values can be
<span class='line'>506</span> * specified by PEM string of X.509 certificate or {@link X509 object}.
<span class='line'>506</span> * specified by PEM string of X.509 certificate or {@link X509} object.
<span class='line'>507</span> * For "name", subject field of the certificate will be used and
<span class='line'>508</span> * for "key", subjectKeyIdentifier extension value of the certificate will be used
<span class='line'>509</span> * respectively.
Expand Down
6 changes: 3 additions & 3 deletions src/asn1ocsp-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,13 @@ extendClass(KJUR.asn1.ocsp.ResponseData, KJUR.asn1.ASN1Object);
* Following properties are available:
* <ul>
* <li>{Array}name (OPTION) - JSON object of {@link KJUR.asn1.x509.X500Name} parameter,
* PEM string of X.509 certificate or {@link X509 object} for "byName",</li>
* PEM string of X.509 certificate or {@link X509} object for "byName",</li>
* <li>{String}key (OPTION) - hexadecimal string of KeyHash value,
* PEM string of X.509 certificate or {@link X509 object} for "byKey"</li>
* PEM string of X.509 certificate or {@link X509} object for "byKey"</li>
* </ul>
* <br/>
* NOTE: From jsrsasign 10.5.20, "name" and "key" member values can be
* specified by PEM string of X.509 certificate or {@link X509 object}.
* specified by PEM string of X.509 certificate or {@link X509} object.
* For "name", subject field of the certificate will be used and
* for "key", subjectKeyIdentifier extension value of the certificate will be used
* respectively.
Expand Down

0 comments on commit f11615a

Please sign in to comment.