Skip to content

Commit

Permalink
10.1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Feb 14, 2021
1 parent 678cf20 commit d6cf475
Show file tree
Hide file tree
Showing 182 changed files with 4,539 additions and 4,409 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

ChangeLog for jsrsasign

extend support for distinguished name
* Changes from 10.1.9 to 10.1.10 release (2021-02-14)
- src/asn1x509.js
- AttributeTypeAndValue
- add support for OID and oid name constructor
AttributeTypeAndValue({str: "/streetAddress=foo"})
AttributeTypeAndValue({str: "/2.5.4.9=foo"})
- OID.name2oidList
- add givenName
- test/qunit-do-asn1x509.html
- updated to follow above

Add SubjectDirectoryAttributes extension support
* Changes from 10.1.8 to 10.1.9 release (2021-02-12)
- src/asn1x509.js
Expand Down
44 changes: 43 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,54 @@ FILES_MIN = \
min/jwsjs-2.0.min.js \
min/x509crl.min.js \
min/nodeutil-1.0.min.js


JSDOC_SRC = \
asn1hex-1.1.js \
rsapem-1.1.js \
rsasign-1.2.js \
x509-1.1.js \
keyutil-1.0.js \
asn1-1.0.js \
asn1x509-1.0.js \
asn1cms-1.0.js \
asn1tsp-1.0.js \
asn1cades-1.0.js \
asn1csr-1.0.js \
asn1ocsp-1.0.js \
crypto-1.1.js \
ecdsa-modified-1.0.js \
ecparam-1.0.js \
dsa-2.0.js \
base64x-1.1.js \
jws-3.3.js \
jwsjs-2.0.js \
x509crl.js \
nodeutil-1.0.js

FILES_EXT_MIN = \
ext/ec-min.js \
ext/rsa-min.js \
ext/rsa2-min.js

JSRUN=jsrun-jsrsasign.sh

JSDOCOUTDIR1=_tmp

APIDOCDIR=api

jsdoc:
rm -rf $(APIDOCDIR)
mkdir $(APIDOCDIR)
( \
cd src; \
${JSRUN} $(JSDOC_SRC) \
-d=../$(APIDOCDIR) -v \
)
mv $(APIDOCDIR)/symbols/_global_.html $(APIDOCDIR)/symbols/global__.html
find $(APIDOCDIR) -type f -name "*.html" -print0 | xargs -0 sed -i.bak -e "s/_global_/global__/g"
find $(APIDOCDIR) -type f -name "*.html" -print0 | xargs -0 sed -i.bak -e "s/2012-2020/2012-2021/g"
find $(APIDOCDIR) -type f -name "*.html.bak" -exec rm {} \;

all-min: $(FILES_MIN)
@echo "all min converted."

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ HIGHLIGHTS
- no dependency to other library
- no dependency to [W3C Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/) nor [OpenSSL](https://www.openssl.org/)
- no dependency on newer ECMAScirpt function. So old browsers also supported.
- very popular crypto library with [0.6M+ npm downloads/month](https://npm-stat.com/charts.html?package=jsrsasign&from=2016-05-01&to=2021-02-06)
- very popular crypto library with [0.6M+ npm downloads/month](https://npm-stat.com/charts.html?package=jsrsasign&from=2016-05-01&to=2021-02-12)

INSTALL
-------
Expand Down
2 changes: 1 addition & 1 deletion api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ <h2><a href="symbols/src/asn1x509-1.0.js.html">asn1x509-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>jsrsasign 10.1.9 asn1x509 2.1.7 (2021-Feb-12)</dd>
<dd>jsrsasign 10.1.10 asn1x509 2.1.8 (2021-Feb-14)</dd>



Expand Down
2 changes: 1 addition & 1 deletion api/symbols/ASN1HEX.html
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/Base64x.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KEYUTIL.html
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ <h5>EXAMPLE</h5>

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.ASN1Object.html
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.ASN1Util.html
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERAbstractString.html
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERAbstractStructured.html
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERAbstractTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERBMPString.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERBitString.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERBoolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DEREnumerated.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERGeneralizedTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERIA5String.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERInteger.html
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERNull.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERNumericString.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERObjectIdentifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DEROctetString.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERPrintableString.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERSequence.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERSet.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERTaggedObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERTeletexString.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERUTCTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h4>EXAMPLES</h4>

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERUTF8String.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.DERVisibleString.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.CAdESUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.CompleteCertificateRefs.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.OtherCertID.html
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.OtherHash.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.OtherHashAlgAndValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.OtherHashValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/KJUR.asn1.cades.SignaturePolicyId.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ <h1 class="classTitle">

<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
&copy; 2012-2020 Kenji Urushima, All rights reserved<br/>
&copy; 2012-2021 Kenji Urushima, All rights reserved<br/>

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0
</div>
Expand Down
Loading

0 comments on commit d6cf475

Please sign in to comment.