@peculiar/certificates-viewer 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/attribute-certificate-viewer.js +17 -14
- package/components/attribute-certificate-viewer.js.map +1 -1
- package/components/attribute.js +53 -0
- package/components/attribute.js.map +1 -0
- package/components/certificate-viewer.js +15 -13
- package/components/certificate-viewer.js.map +1 -1
- package/components/crl-viewer.js +20 -18
- package/components/crl-viewer.js.map +1 -1
- package/components/csr-viewer.js +9 -99
- package/components/csr-viewer.js.map +1 -1
- package/components/download.js +12515 -1
- package/components/download.js.map +1 -1
- package/components/index.js +2 -0
- package/components/index.js.map +1 -1
- package/components/index2.js +3 -48
- package/components/index2.js.map +1 -1
- package/components/issuer_name.js +2 -2
- package/components/miscellaneous.js +41 -12555
- package/components/miscellaneous.js.map +1 -1
- package/components/peculiar-certificate-decoder.js +12 -43
- package/components/peculiar-certificate-decoder.js.map +1 -1
- package/components/peculiar-certificates-viewer.js +1 -2
- package/components/peculiar-certificates-viewer.js.map +1 -1
- package/components/peculiar-crl-viewer.js +1 -1
- package/components/peculiar-csr-viewer.js +1 -1
- package/components/pkcs10_certificate_request.js +102 -0
- package/components/pkcs10_certificate_request.js.map +1 -0
- package/components/read_file.js +110 -0
- package/components/read_file.js.map +1 -0
- package/components/subject_name.js +2 -2
- package/dist/cjs/{certification_request-b0d72620.js → certification_request-815ec558.js} +3271 -2805
- package/dist/cjs/certification_request-815ec558.js.map +1 -0
- package/dist/cjs/index.cjs.js +12 -5
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/{miscellaneous-dcb93a5b.js → miscellaneous-9a573276.js} +22 -23
- package/dist/cjs/miscellaneous-9a573276.js.map +1 -0
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +20 -20
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +16 -47
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +3 -4
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +2 -3
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/pkcs10_certificate_request-0ebc0023.js +149 -0
- package/dist/cjs/pkcs10_certificate_request-0ebc0023.js.map +1 -0
- package/dist/cjs/read_file-2e22a97e.js +115 -0
- package/dist/cjs/read_file-2e22a97e.js.map +1 -0
- package/dist/cjs/{x509_certificate-ebf4cbd4.js → x509_certificate-9914b149.js} +17 -16
- package/dist/cjs/x509_certificate-9914b149.js.map +1 -0
- package/dist/cjs/x509_crl-86b6e71d.js +179 -0
- package/dist/cjs/x509_crl-86b6e71d.js.map +1 -0
- package/dist/collection/components/certificate-decoder/certificate-decoder.js +8 -8
- package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -1
- package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -1
- package/dist/collection/components/crl-viewer/crl-viewer.js +6 -6
- package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -1
- package/dist/collection/components/csr-viewer/csr-viewer.js +6 -6
- package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -1
- package/dist/collection/crypto/index.js +2 -2
- package/dist/collection/crypto/index.js.map +1 -1
- package/dist/collection/crypto/{csr.js → pkcs10_certificate_request.js} +14 -12
- package/dist/collection/crypto/pkcs10_certificate_request.js.map +1 -0
- package/dist/collection/crypto/x509_attribute_certificate.js +13 -11
- package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -1
- package/dist/collection/crypto/x509_certificate.js +13 -11
- package/dist/collection/crypto/x509_certificate.js.map +1 -1
- package/dist/collection/crypto/{crl.js → x509_crl.js} +14 -12
- package/dist/collection/crypto/x509_crl.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/esm/{certification_request-2c054ece.js → certification_request-08b4deb8.js} +3207 -2745
- package/dist/esm/certification_request-08b4deb8.js.map +1 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{miscellaneous-0e98b5bc.js → miscellaneous-d4bbc6f2.js} +2 -3
- package/dist/esm/miscellaneous-d4bbc6f2.js.map +1 -0
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +12 -12
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -1
- package/dist/esm/peculiar-certificate-decoder.entry.js +12 -43
- package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -1
- package/dist/esm/peculiar-certificate-viewer.entry.js +3 -4
- package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -1
- package/dist/esm/peculiar-certificates-viewer.entry.js +2 -3
- package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -1
- package/dist/esm/pkcs10_certificate_request-3763c2af.js +146 -0
- package/dist/esm/pkcs10_certificate_request-3763c2af.js.map +1 -0
- package/dist/esm/read_file-bb0b1450.js +110 -0
- package/dist/esm/read_file-bb0b1450.js.map +1 -0
- package/dist/esm/{x509_certificate-ad568d3a.js → x509_certificate-47b4c5ee.js} +15 -14
- package/dist/esm/x509_certificate-47b4c5ee.js.map +1 -0
- package/dist/esm/x509_crl-ba76d3ed.js +176 -0
- package/dist/esm/x509_crl-ba76d3ed.js.map +1 -0
- package/dist/esm-es5/{certification_request-2c054ece.js → certification_request-08b4deb8.js} +61 -23
- package/dist/esm-es5/certification_request-08b4deb8.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/{miscellaneous-0e98b5bc.js → miscellaneous-d4bbc6f2.js} +2 -2
- package/dist/esm-es5/{miscellaneous-0e98b5bc.js.map → miscellaneous-d4bbc6f2.js.map} +1 -1
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +2 -2
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js +2 -9
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js +2 -2
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js +1 -1
- package/dist/esm-es5/pkcs10_certificate_request-3763c2af.js +19 -0
- package/dist/esm-es5/pkcs10_certificate_request-3763c2af.js.map +1 -0
- package/dist/esm-es5/read_file-bb0b1450.js +12 -0
- package/dist/esm-es5/read_file-bb0b1450.js.map +1 -0
- package/dist/esm-es5/x509_certificate-47b4c5ee.js +12 -0
- package/dist/esm-es5/x509_certificate-47b4c5ee.js.map +1 -0
- package/dist/esm-es5/x509_crl-ba76d3ed.js +19 -0
- package/dist/esm-es5/x509_crl-ba76d3ed.js.map +1 -0
- package/dist/peculiar/index.esm.js +1 -1
- package/dist/peculiar/{p-496449cf.system.entry.js → p-0f3787cf.system.entry.js} +2 -2
- package/dist/peculiar/p-1818204e.system.js +13 -0
- package/dist/peculiar/p-1818204e.system.js.map +1 -0
- package/dist/peculiar/p-25a532a3.js +12 -0
- package/dist/peculiar/p-25a532a3.js.map +1 -0
- package/dist/peculiar/p-28b4d316.system.js +5 -0
- package/dist/peculiar/p-30e18f2d.system.js +20 -0
- package/dist/peculiar/p-30e18f2d.system.js.map +1 -0
- package/dist/peculiar/p-31d5da39.js +12 -0
- package/dist/peculiar/p-31d5da39.js.map +1 -0
- package/dist/peculiar/{p-5cf4562f.system.entry.js → p-364df80d.system.entry.js} +16 -16
- package/dist/peculiar/p-364df80d.system.entry.js.map +1 -0
- package/dist/peculiar/p-4ee5140c.system.js +19 -0
- package/dist/peculiar/p-4ee5140c.system.js.map +1 -0
- package/dist/peculiar/p-55303453.system.js +12 -0
- package/dist/peculiar/p-55303453.system.js.map +1 -0
- package/dist/peculiar/p-6acca6ea.js +135 -0
- package/dist/peculiar/p-6acca6ea.js.map +1 -0
- package/dist/peculiar/p-78a6b479.js +19 -0
- package/dist/peculiar/p-78a6b479.js.map +1 -0
- package/dist/peculiar/p-82005297.system.entry.js +5 -0
- package/dist/peculiar/p-82005297.system.entry.js.map +1 -0
- package/dist/peculiar/p-82e4faf0.js +19 -0
- package/dist/peculiar/p-82e4faf0.js.map +1 -0
- package/dist/peculiar/p-8393399a.system.js +1 -1
- package/dist/peculiar/{p-c23fd001.entry.js → p-84e3e94a.entry.js} +16 -16
- package/dist/peculiar/p-84e3e94a.entry.js.map +1 -0
- package/dist/peculiar/p-8db3e1fd.system.entry.js +5 -0
- package/dist/peculiar/{p-00302a20.system.entry.js.map → p-8db3e1fd.system.entry.js.map} +1 -1
- package/dist/peculiar/p-9c8dc738.entry.js +5 -0
- package/dist/peculiar/{p-54b37ef9.entry.js.map → p-9c8dc738.entry.js.map} +1 -1
- package/dist/peculiar/{p-75166532.js → p-b0c963b1.js} +23 -23
- package/dist/peculiar/{p-75166532.js.map → p-b0c963b1.js.map} +1 -1
- package/dist/peculiar/{p-ff3ced3c.system.js → p-c10bfa6a.system.js} +45 -45
- package/dist/peculiar/{p-ff3ced3c.system.js.map → p-c10bfa6a.system.js.map} +1 -1
- package/dist/peculiar/p-c3fce3f5.entry.js +5 -0
- package/dist/peculiar/p-c3fce3f5.entry.js.map +1 -0
- package/dist/peculiar/p-df2c8826.system.js +135 -0
- package/dist/peculiar/p-df2c8826.system.js.map +1 -0
- package/dist/peculiar/{p-5f3b0fc7.entry.js → p-f8efbe93.entry.js} +3 -3
- package/dist/peculiar/peculiar.esm.js +1 -1
- package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +3 -3
- package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +2 -2
- package/dist/types/components/crl-viewer/crl-viewer.d.ts +2 -2
- package/dist/types/components/csr-viewer/csr-viewer.d.ts +2 -2
- package/dist/types/crypto/index.d.ts +2 -2
- package/dist/types/crypto/{csr.d.ts → pkcs10_certificate_request.d.ts} +4 -5
- package/dist/types/crypto/x509_attribute_certificate.d.ts +3 -4
- package/dist/types/crypto/x509_certificate.d.ts +3 -4
- package/dist/types/crypto/{crl.d.ts → x509_crl.d.ts} +4 -5
- package/dist/types/index.d.ts +2 -0
- package/hydrate/index.js +67 -59
- package/package.json +3 -3
- package/dist/cjs/certification_request-b0d72620.js.map +0 -1
- package/dist/cjs/crl-812dd7a1.js +0 -312
- package/dist/cjs/crl-812dd7a1.js.map +0 -1
- package/dist/cjs/download-6f550549.js +0 -476
- package/dist/cjs/download-6f550549.js.map +0 -1
- package/dist/cjs/miscellaneous-dcb93a5b.js.map +0 -1
- package/dist/cjs/x509_certificate-ebf4cbd4.js.map +0 -1
- package/dist/collection/crypto/crl.js.map +0 -1
- package/dist/collection/crypto/csr.js.map +0 -1
- package/dist/esm/certification_request-2c054ece.js.map +0 -1
- package/dist/esm/crl-a7318483.js +0 -308
- package/dist/esm/crl-a7318483.js.map +0 -1
- package/dist/esm/download-8c128e2e.js +0 -470
- package/dist/esm/download-8c128e2e.js.map +0 -1
- package/dist/esm/miscellaneous-0e98b5bc.js.map +0 -1
- package/dist/esm/x509_certificate-ad568d3a.js.map +0 -1
- package/dist/esm-es5/certification_request-2c054ece.js.map +0 -1
- package/dist/esm-es5/crl-a7318483.js +0 -33
- package/dist/esm-es5/crl-a7318483.js.map +0 -1
- package/dist/esm-es5/download-8c128e2e.js +0 -43
- package/dist/esm-es5/download-8c128e2e.js.map +0 -1
- package/dist/esm-es5/x509_certificate-ad568d3a.js +0 -12
- package/dist/esm-es5/x509_certificate-ad568d3a.js.map +0 -1
- package/dist/peculiar/p-00302a20.system.entry.js +0 -5
- package/dist/peculiar/p-0dbc8238.system.js +0 -13
- package/dist/peculiar/p-0dbc8238.system.js.map +0 -1
- package/dist/peculiar/p-1302bd67.js +0 -97
- package/dist/peculiar/p-1302bd67.js.map +0 -1
- package/dist/peculiar/p-1f766dd5.js +0 -43
- package/dist/peculiar/p-1f766dd5.js.map +0 -1
- package/dist/peculiar/p-3d44cbd2.js +0 -12
- package/dist/peculiar/p-3d44cbd2.js.map +0 -1
- package/dist/peculiar/p-3f9af5f5.system.js +0 -97
- package/dist/peculiar/p-3f9af5f5.system.js.map +0 -1
- package/dist/peculiar/p-54b37ef9.entry.js +0 -5
- package/dist/peculiar/p-5c6f9a14.entry.js +0 -12
- package/dist/peculiar/p-5c6f9a14.entry.js.map +0 -1
- package/dist/peculiar/p-5cf4562f.system.entry.js.map +0 -1
- package/dist/peculiar/p-6680f277.system.entry.js +0 -13
- package/dist/peculiar/p-6680f277.system.entry.js.map +0 -1
- package/dist/peculiar/p-924790f5.js +0 -33
- package/dist/peculiar/p-924790f5.js.map +0 -1
- package/dist/peculiar/p-b2890eb8.system.js +0 -5
- package/dist/peculiar/p-c156b495.system.js +0 -33
- package/dist/peculiar/p-c156b495.system.js.map +0 -1
- package/dist/peculiar/p-c23fd001.entry.js.map +0 -1
- package/dist/peculiar/p-dde511c8.system.js +0 -43
- package/dist/peculiar/p-dde511c8.system.js.map +0 -1
- /package/dist/peculiar/{p-496449cf.system.entry.js.map → p-0f3787cf.system.entry.js.map} +0 -0
- /package/dist/peculiar/{p-b2890eb8.system.js.map → p-28b4d316.system.js.map} +0 -0
- /package/dist/peculiar/{p-5f3b0fc7.entry.js.map → p-f8efbe93.entry.js.map} +0 -0
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © Peculiar Ventures https://peculiarventures.com/ - MIT License
|
|
3
|
-
*/
|
|
4
|
-
import{B as t,C as e,i}from"./p-1f766dd5.js";var r=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};
|
|
5
|
-
/**
|
|
6
|
-
* @license
|
|
7
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/const s=t=>/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t);const n=t=>/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/.test(t);const o=t=>/-----BEGIN CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE-----/.test(t);const a=t=>/-----BEGIN X509 CRL-----([A-Za-z0-9+\/=\s]+)-----END X509 CRL-----/.test(t);const c=t=>/-----BEGIN CERTIFICATE REQUEST-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE REQUEST-----/.test(t);const l=t=>/-----BEGIN ATTRIBUTE CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END ATTRIBUTE CERTIFICATE-----/.test(t);const u=t=>{try{window.atob(t);return true}catch(t){return false}};var p={exports:{}};(function(t,e){!function(e,i){t.exports=i()}(r,(function(){var t=1e3,e=6e4,i=36e5,r="millisecond",s="second",n="minute",o="hour",a="day",c="week",l="month",u="quarter",p="year",h="date",d="Invalid Date",f=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,S={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],i=t%100;return"["+t+(e[(i-20)%10]||e[i]||e[0])+"]"}},C=function(t,e,i){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(i)+t},A={s:C,z:function(t){var e=-t.utcOffset(),i=Math.abs(e),r=Math.floor(i/60),s=i%60;return(e<=0?"+":"-")+C(r,2,"0")+":"+C(s,2,"0")},m:function t(e,i){if(e.date()<i.date())return-t(i,e);var r=12*(i.year()-e.year())+(i.month()-e.month()),s=e.clone().add(r,l),n=i-s<0,o=e.clone().add(r+(n?-1:1),l);return+(-(r+(i-s)/(n?s-o:o-s))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:l,y:p,w:c,d:a,D:h,h:o,m:n,s,ms:r,Q:u}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},v="en",m={};m[v]=S;var g="$isDayjsObject",w=function(t){return t instanceof b||!(!t||!t[g])},E=function t(e,i,r){var s;if(!e)return v;if("string"==typeof e){var n=e.toLowerCase();m[n]&&(s=n),i&&(m[n]=i,s=n);var o=e.split("-");if(!s&&o.length>1)return t(o[0])}else{var a=e.name;m[a]=e,s=a}return!r&&s&&(v=s),s||!r&&v},P=function(t,e){if(w(t))return t.clone();var i="object"==typeof e?e:{};return i.date=t,i.args=arguments,new b(i)},D=A;D.l=E,D.i=w,D.w=function(t,e){return P(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var b=function(){function S(t){this.$L=E(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[g]=!0}var C=S.prototype;return C.parse=function(t){this.$d=function(t){var e=t.date,i=t.utc;if(null===e)return new Date(NaN);if(D.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match(f);if(r){var s=r[2]-1||0,n=(r[7]||"0").substring(0,3);return i?new Date(Date.UTC(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,n)):new Date(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,n)}}return new Date(e)}(t),this.init()},C.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},C.$utils=function(){return D},C.isValid=function(){return!(this.$d.toString()===d)},C.isSame=function(t,e){var i=P(t);return this.startOf(e)<=i&&i<=this.endOf(e)},C.isAfter=function(t,e){return P(t)<this.startOf(e)},C.isBefore=function(t,e){return this.endOf(e)<P(t)},C.$g=function(t,e,i){return D.u(t)?this[e]:this.set(i,t)},C.unix=function(){return Math.floor(this.valueOf()/1e3)},C.valueOf=function(){return this.$d.getTime()},C.startOf=function(t,e){var i=this,r=!!D.u(e)||e,u=D.p(t),d=function(t,e){var s=D.w(i.$u?Date.UTC(i.$y,e,t):new Date(i.$y,e,t),i);return r?s:s.endOf(a)},f=function(t,e){return D.w(i.toDate()[t].apply(i.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),i)},y=this.$W,S=this.$M,C=this.$D,A="set"+(this.$u?"UTC":"");switch(u){case p:return r?d(1,0):d(31,11);case l:return r?d(1,S):d(0,S+1);case c:var v=this.$locale().weekStart||0,m=(y<v?y+7:y)-v;return d(r?C-m:C+(6-m),S);case a:case h:return f(A+"Hours",0);case o:return f(A+"Minutes",1);case n:return f(A+"Seconds",2);case s:return f(A+"Milliseconds",3);default:return this.clone()}},C.endOf=function(t){return this.startOf(t,!1)},C.$set=function(t,e){var i,c=D.p(t),u="set"+(this.$u?"UTC":""),d=(i={},i[a]=u+"Date",i[h]=u+"Date",i[l]=u+"Month",i[p]=u+"FullYear",i[o]=u+"Hours",i[n]=u+"Minutes",i[s]=u+"Seconds",i[r]=u+"Milliseconds",i)[c],f=c===a?this.$D+(e-this.$W):e;if(c===l||c===p){var y=this.clone().set(h,1);y.$d[d](f),y.init(),this.$d=y.set(h,Math.min(this.$D,y.daysInMonth())).$d}else d&&this.$d[d](f);return this.init(),this},C.set=function(t,e){return this.clone().$set(t,e)},C.get=function(t){return this[D.p(t)]()},C.add=function(r,u){var h,d=this;r=Number(r);var f=D.p(u),y=function(t){var e=P(d);return D.w(e.date(e.date()+Math.round(t*r)),d)};if(f===l)return this.set(l,this.$M+r);if(f===p)return this.set(p,this.$y+r);if(f===a)return y(1);if(f===c)return y(7);var S=(h={},h[n]=e,h[o]=i,h[s]=t,h)[f]||1,C=this.$d.getTime()+r*S;return D.w(C,this)},C.subtract=function(t,e){return this.add(-1*t,e)},C.format=function(t){var e=this,i=this.$locale();if(!this.isValid())return i.invalidDate||d;var r=t||"YYYY-MM-DDTHH:mm:ssZ",s=D.z(this),n=this.$H,o=this.$m,a=this.$M,c=i.weekdays,l=i.months,u=i.meridiem,p=function(t,i,s,n){return t&&(t[i]||t(e,r))||s[i].slice(0,n)},h=function(t){return D.s(n%12||12,t,"0")},f=u||function(t,e,i){var r=t<12?"AM":"PM";return i?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return D.s(e.$y,4,"0");case"M":return a+1;case"MM":return D.s(a+1,2,"0");case"MMM":return p(i.monthsShort,a,l,3);case"MMMM":return p(l,a);case"D":return e.$D;case"DD":return D.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return p(i.weekdaysMin,e.$W,c,2);case"ddd":return p(i.weekdaysShort,e.$W,c,3);case"dddd":return c[e.$W];case"H":return String(n);case"HH":return D.s(n,2,"0");case"h":return h(1);case"hh":return h(2);case"a":return f(n,o,!0);case"A":return f(n,o,!1);case"m":return String(o);case"mm":return D.s(o,2,"0");case"s":return String(e.$s);case"ss":return D.s(e.$s,2,"0");case"SSS":return D.s(e.$ms,3,"0");case"Z":return s}return null}(t)||s.replace(":","")}))},C.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},C.diff=function(r,h,d){var f,y=this,S=D.p(h),C=P(r),A=(C.utcOffset()-this.utcOffset())*e,v=this-C,m=function(){return D.m(y,C)};switch(S){case p:f=m()/12;break;case l:f=m();break;case u:f=m()/3;break;case c:f=(v-A)/6048e5;break;case a:f=(v-A)/864e5;break;case o:f=v/i;break;case n:f=v/e;break;case s:f=v/t;break;default:f=v}return d?f:D.a(f)},C.daysInMonth=function(){return this.endOf(l).$D},C.$locale=function(){return m[this.$L]},C.locale=function(t,e){if(!t)return this.$L;var i=this.clone(),r=E(t,e,!0);return r&&(i.$L=r),i},C.clone=function(){return D.w(this.$d,this)},C.toDate=function(){return new Date(this.valueOf())},C.toJSON=function(){return this.isValid()?this.toISOString():null},C.toISOString=function(){return this.$d.toISOString()},C.toString=function(){return this.$d.toUTCString()},S}(),I=b.prototype;return P.prototype=I,[["$ms",r],["$s",s],["$m",n],["$H",o],["$W",a],["$M",l],["$y",p],["$D",h]].forEach((function(t){I[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),P.extend=function(t,e){return t.$i||(t(e,b,P),t.$i=!0),P},P.locale=E,P.isDayjs=w,P.unix=function(t){return P(1e3*t)},P.en=m[v],P.Ls=m,P.p={},P}))})(p);const h=p.exports;var d={exports:{}};(function(t,e){!function(e,i){t.exports=i()}(r,(function(){return function(t,e,i){t=t||{};var r=e.prototype,s={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function n(t,e,i,s){return r.fromToBase(t,e,i,s)}i.en.relativeTime=s,r.fromToBase=function(e,r,n,o,a){for(var c,l,u,p=n.$locale().relativeTime||s,h=t.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],d=h.length,f=0;f<d;f+=1){var y=h[f];y.d&&(c=o?i(e).diff(n,y.d,!0):n.diff(e,y.d,!0));var S=(t.rounding||Math.round)(Math.abs(c));if(u=c>0,S<=y.r||!y.r){S<=1&&f>0&&(y=h[f-1]);var C=p[y.l];a&&(S=a(""+S)),l="string"==typeof C?C.replace("%d",S):C(S,r,y.l,u);break}}if(r)return l;var A=u?p.future:p.past;return"function"==typeof A?A(l):A.replace("%s",l)},r.to=function(t,e){return n(t,e,this,!0)},r.from=function(t,e){return n(t,e,this)};var o=function(t){return t.$u?i.utc():i()};r.toNow=function(t){return this.to(o(this),t)},r.fromNow=function(t){return this.from(o(this),t)}}}))})(d);const f=d.exports;
|
|
12
|
-
/**
|
|
13
|
-
* @license
|
|
14
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
15
|
-
*
|
|
16
|
-
* This source code is licensed under the MIT license found in the
|
|
17
|
-
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/h.extend(f);const y=t=>new Date(t).toUTCString();const S=(t,e)=>{if(!t||!e){return""}const i=h(t);const r=h(e);return i.to(r,true)};const C="Basic Information";const A="Subject Name";const v="Issuer Name";const m="Public Key Info";const g="Signature";const w="Extensions";const E="Miscellaneous";const P="Download";const D="Serial Number";const b="Version";const I="Validity";const B="Issued";const x="Expired";const T="Last Update";const O="Next Update";const R="Algorithm";const N="Named Curve";const M="Exponent";const k="Modulus";const K="Value";const j="Valid";const H="Revoked";const _="Issuer";const F="Name";const U="Public Key";const V="Fingerprint";const L="Fingerprints";const $="Test URLs";const G="Certificate Details";const W="Holder";const Q="Digest Info";const q="Type";const z="Revoked Certificates";const J="Revocation Date";const Z="Yes";const X="No";const Y="Only User Certificates";const tt="Only Attribute Certificates";const et="Only CA Certificates";const it="Indirect CRL";const rt="Only Reasons";const st="CRL Entry Extensions";const nt="Preview certificate";const ot="View details";const at="Download options";const ct={basicInformation:C,subjectName:A,issuerName:v,publicKeyInfo:m,signature:g,extensions:w,miscellaneous:E,download:P,"download.pem":"Download PEM","download.der":"Download DER",serialNumber:D,version:b,validity:I,issued:B,expired:x,lastUpdate:T,nextUpdate:O,algorithm:R,namedCurve:N,exponent:M,modulus:k,value:K,valid:j,revoked:H,issuer:_,name:F,publicKey:U,fingerprint:V,fingerprints:L,testURLs:$,certificateDetails:G,holder:W,digestInfo:Q,type:q,revokedCertificates:z,revocationDate:J,yes:Z,no:X,onlyUserCertificates:Y,onlyAttributeCertificates:tt,onlyCACertificates:et,indirectCRL:it,onlyReasons:rt,crlEntryExtensions:st,previewCertificate:nt,viewDetails:ot,downloadOptions:at};
|
|
19
|
-
/**
|
|
20
|
-
* @license
|
|
21
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
22
|
-
*
|
|
23
|
-
* This source code is licensed under the MIT license found in the
|
|
24
|
-
* LICENSE file in the root directory of this source tree.
|
|
25
|
-
*/const lt={en:ct};class ut{constructor(){this.setLocale=t=>{this.locale=t&<[t]?t:"en"};this.getLocale=()=>this.locale;const t=window.navigator.language.slice(0,2).toLowerCase();this.setLocale(t)}getString(t,e){const i=lt[this.locale][t];if(!i){return""}if(!e){return i}const r=i.split(e.pattern);if(r.length>1){return[r[0],e.replacer,r[1]]}return i}}const pt=new ut;
|
|
26
|
-
/**
|
|
27
|
-
* @license
|
|
28
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
29
|
-
*
|
|
30
|
-
* This source code is licensed under the MIT license found in the
|
|
31
|
-
* LICENSE file in the root directory of this source tree.
|
|
32
|
-
*/const ht={"2.5.4.3":"CN","2.5.4.6":"C","0.9.2342.19200300.100.1.25":"DC","1.2.840.113549.1.9.1":"E","2.5.4.42":"G","2.5.4.43":"I","2.5.4.7":"L","2.5.4.10":"O","2.5.4.11":"OU","2.5.4.8":"ST","2.5.4.4":"SN","2.5.4.12":"T","2.5.4.15":"businessCategory","1.3.6.1.4.1.311.60.2.1.3":"jurisdictionCountry","2.5.4.5":"serialNumber","2.5.4.97":"OI"};const dt={"0.2.262.1.10":"Telesec","0.2.262.1.10.0":"Extension","0.2.262.1.10.1":"Mechanism","0.2.262.1.10.1.0":"Authentication","0.2.262.1.10.1.0.1":"Password Authentication","0.2.262.1.10.1.0.2":"Protected Password Authentication","0.2.262.1.10.1.0.3":"One Way x509 Authentication","0.2.262.1.10.1.0.4":"Two Way x509 Authentication","0.2.262.1.10.1.0.5":"Three Way x509 Authentication","0.2.262.1.10.1.0.6":"One Way IS O9798 Authentication","0.2.262.1.10.1.0.7":"Two Way IS O9798 Authentication","0.2.262.1.10.1.0.8":"Telekom Authentication","0.2.262.1.10.1.1":"Signature","0.2.262.1.10.1.1.1":"MD4 with RSA And IS O9697","0.2.262.1.10.1.1.2":"MD4 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.3":"MD5 with RSA And IS O9697","0.2.262.1.10.1.1.4":"MD5 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.5":"Ripemd160 with RSA And Telekom Signature Standard","0.2.262.1.10.1.1.9":"HBCI RSA Signature","0.2.262.1.10.1.2":"Encryption","0.2.262.1.10.1.2.0":"None","0.2.262.1.10.1.2.1":"RSA Telesec","0.2.262.1.10.1.2.2":"DES","0.2.262.1.10.1.2.2.1":"DES ECB","0.2.262.1.10.1.2.2.2":"DES CBC","0.2.262.1.10.1.2.2.3":"DES OFB","0.2.262.1.10.1.2.2.4":"DES CFB8","0.2.262.1.10.1.2.2.5":"DES CFB64","0.2.262.1.10.1.2.3":"DES3","0.2.262.1.10.1.2.3.1":"DES3 ECB","0.2.262.1.10.1.2.3.2":"DES3 CBC","0.2.262.1.10.1.2.3.3":"DES3 OFB","0.2.262.1.10.1.2.3.4":"DES3 CFB8","0.2.262.1.10.1.2.3.5":"DES3 CFB64","0.2.262.1.10.1.2.4":"Magenta","0.2.262.1.10.1.2.5":"Idea","0.2.262.1.10.1.2.5.1":"Idea ECB","0.2.262.1.10.1.2.5.2":"Idea CBC","0.2.262.1.10.1.2.5.3":"Idea OFB","0.2.262.1.10.1.2.5.4":"Idea CFB8","0.2.262.1.10.1.2.5.5":"Idea CFB64","0.2.262.1.10.1.3":"One Way Function","0.2.262.1.10.1.3.1":"MD4","0.2.262.1.10.1.3.2":"MD5","0.2.262.1.10.1.3.3":"SQ ModNx509","0.2.262.1.10.1.3.4":"SQ ModNISO","0.2.262.1.10.1.3.5":"Ripemd128","0.2.262.1.10.1.3.6":"Hash Using Block Cipher","0.2.262.1.10.1.3.7":"Mac","0.2.262.1.10.1.3.8":"Ripemd160","0.2.262.1.10.1.4":"Fec Function","0.2.262.1.10.1.4.1":"Reed Solomon","0.2.262.1.10.2":"Module","0.2.262.1.10.2.0":"Algorithms","0.2.262.1.10.2.1":"Attribute Types","0.2.262.1.10.2.2":"Certificate Types","0.2.262.1.10.2.3":"Message Types","0.2.262.1.10.2.4":"Pl Protocol","0.2.262.1.10.2.5":"Sme And Components Of Sme","0.2.262.1.10.2.6":"Fec","0.2.262.1.10.2.7":"Useful Definitions","0.2.262.1.10.2.8":"Stefiles","0.2.262.1.10.2.9":"Sadmib","0.2.262.1.10.2.10":"Electronic Order","0.2.262.1.10.2.11":"Telesec Ttp Asymmetric Application","0.2.262.1.10.2.12":"Telesec Ttp Basis Application","0.2.262.1.10.2.13":"Telesec Ttp Messages","0.2.262.1.10.2.14":"Telesec Ttp Time Stamp Application","0.2.262.1.10.3":"Object Class","0.2.262.1.10.3.0":"Telesec Other Name","0.2.262.1.10.3.1":"Directory","0.2.262.1.10.3.2":"Directory Type","0.2.262.1.10.3.3":"Directory Group","0.2.262.1.10.3.4":"Directory User","0.2.262.1.10.3.5":"Symmetric Key Entry","0.2.262.1.10.4":"Package","0.2.262.1.10.5":"Parameter","0.2.262.1.10.6":"Name Binding","0.2.262.1.10.7":"Attribute","0.2.262.1.10.7.0":"Application Group Identifier","0.2.262.1.10.7.1":"Certificate Type","0.2.262.1.10.7.2":"Telesec Certificate","0.2.262.1.10.7.3":"Certificate Number","0.2.262.1.10.7.4":"Certificate Revocation List","0.2.262.1.10.7.5":"Creation Date","0.2.262.1.10.7.6":"Issuer","0.2.262.1.10.7.7":"Naming Authority","0.2.262.1.10.7.8":"Public Key Directory","0.2.262.1.10.7.9":"Security Domain","0.2.262.1.10.7.10":"Subject","0.2.262.1.10.7.11":"Time Of Revocation","0.2.262.1.10.7.12":"User Group Reference","0.2.262.1.10.7.13":"alidity","0.2.262.1.10.7.14":"Zert93","0.2.262.1.10.7.15":"Security Mess Env","0.2.262.1.10.7.16":"Anonymized Public Key Directory","0.2.262.1.10.7.17":"Telesec Given Name","0.2.262.1.10.7.18":"Name Additions","0.2.262.1.10.7.19":"Telesec Postal Code","0.2.262.1.10.7.20":"Name Distinguisher","0.2.262.1.10.7.21":"Telesec Certificate List","0.2.262.1.10.7.22":"Teletrust Certificate List","0.2.262.1.10.7.23":"x509 Certificate List","0.2.262.1.10.7.24":"Time Of Issue","0.2.262.1.10.7.25":"Physical Card Number","0.2.262.1.10.7.26":"File Type","0.2.262.1.10.7.27":"Ctl File Is Archive","0.2.262.1.10.7.28":"Email Address","0.2.262.1.10.7.29":"Certificate Template List","0.2.262.1.10.7.30":"Directory Name","0.2.262.1.10.7.31":"Directory Type Name","0.2.262.1.10.7.32":"Directory Group Name","0.2.262.1.10.7.33":"Directory User Name","0.2.262.1.10.7.34":"Revocation Flag","0.2.262.1.10.7.35":"Symmetric Key Entry Name","0.2.262.1.10.7.36":"Gl Number","0.2.262.1.10.7.37":"Go Number","0.2.262.1.10.7.38":"G Key Data","0.2.262.1.10.7.39":"Z Key Data","0.2.262.1.10.7.40":"Kt Key Data","0.2.262.1.10.7.41":"Kt Key Number","0.2.262.1.10.7.51":"Time Of Revocation Gen","0.2.262.1.10.7.52":"Liability Text","0.2.262.1.10.8":"Attribute Group","0.2.262.1.10.9":"Action","0.2.262.1.10.10":"Notification","0.2.262.1.10.11":"Snmp-mibs","0.2.262.1.10.11.1":"Security Application","0.2.262.1.10.12":"Cert And Crl Extension Definitions","0.2.262.1.10.12.0":"Liability Limitation Flag","0.2.262.1.10.12.1":"Telesec Cert Id Ext","0.2.262.1.10.12.2":"Telesec policy Identifier","0.2.262.1.10.12.3":"Telesec Policy Qualifier I D","0.2.262.1.10.12.4":"Telesec CRL Filtered Ext","0.2.262.1.10.12.5":"Telesec CRL Filter Ext","0.2.262.1.10.12.6":"Telesec Naming Authority Ext","0.4.0.127.0.7":"Bsi","0.4.0.127.0.7.1":"Bsi Ecc","0.4.0.127.0.7.1.1":"Bsifield Type","0.4.0.127.0.7.1.1.1":"Bsi Prime Field","0.4.0.127.0.7.1.1.2":"Bsi Characteristic Two Field","0.4.0.127.0.7.1.1.2.2":"Bsi ECTLV Key Format","0.4.0.127.0.7.1.1.2.2.1":"Bsi ECTLV Public Key","0.4.0.127.0.7.1.1.2.3":"Bsi Characteristic Two Basis","0.4.0.127.0.7.1.1.2.3.1":"Bsi Gn Basis","0.4.0.127.0.7.1.1.2.3.2":"Bsi Tp Basis","0.4.0.127.0.7.1.1.2.3.3":"Bsi Pp Basis","0.4.0.127.0.7.1.1.4.1":"Bsi Ecdsa Signatures","0.4.0.127.0.7.1.1.4.1.1":"Bsi Ecdsa with SHA1","0.4.0.127.0.7.1.1.4.1.2":"Bsi Ecdsa with SHA224","0.4.0.127.0.7.1.1.4.1.3":"Bsi Ecdsa with SHA256","0.4.0.127.0.7.1.1.4.1.4":"Bsi Ecdsa with SHA384","0.4.0.127.0.7.1.1.4.1.5":"Bsi Ecdsa with SHA512","0.4.0.127.0.7.1.1.4.1.6":"Bsi Ecdsa with RIPEMD160","0.4.0.127.0.7.1.1.5.1.1":"Bsi Ecka Eg x963KDF","0.4.0.127.0.7.1.1.5.1.1.1":"Bsi Ecka Eg x963KDF with SHA1","0.4.0.127.0.7.1.1.5.1.1.2":"Bsi Ecka Eg x963KDF with SHA224","0.4.0.127.0.7.1.1.5.1.1.3":"Bsi Ecka Eg x963KDF with SHA256","0.4.0.127.0.7.1.1.5.1.1.4":"Bsi Ecka Eg x963KDF with SHA384","0.4.0.127.0.7.1.1.5.1.1.5":"Bsi Ecka Eg x963KDF with SHA512","0.4.0.127.0.7.1.1.5.1.1.6":"Bsi Ecka Eg x963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.1.2":"Bsi Ecka Eg Session KDF","0.4.0.127.0.7.1.1.5.1.2.1":"Bsi Ecka Eg Session KDF With3DES","0.4.0.127.0.7.1.1.5.1.2.2":"Bsi Ecka Eg Session KDF with AES128","0.4.0.127.0.7.1.1.5.1.2.3":"Bsi Ecka Eg Session KDF with AES192","0.4.0.127.0.7.1.1.5.1.2.4":"Bsi Ecka Eg Session KDF with AES256","0.4.0.127.0.7.1.1.5.2":"Bsi Ecka DH","0.4.0.127.0.7.1.1.5.2.1":"Bsi Ecka DH x963KDF","0.4.0.127.0.7.1.1.5.2.1.1":"Bsi Ecka DHx963KDF with SHA1","0.4.0.127.0.7.1.1.5.2.1.2":"Bsi Ecka DHx963KDF with SHA224","0.4.0.127.0.7.1.1.5.2.1.3":"Bsi Ecka DHx963KDF with SHA256","0.4.0.127.0.7.1.1.5.2.1.4":"Bsi Ecka DHx963KDF with SHA384","0.4.0.127.0.7.1.1.5.2.1.5":"Bsi Ecka DHx963KDF with SHA512","0.4.0.127.0.7.1.1.5.2.1.6":"Bsi Ecka DHx963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.2.2":"Bsi Ecka DHSessionKDF","0.4.0.127.0.7.1.1.5.2.2.1":"Bsi Ecka DH Session KDF With3 DES","0.4.0.127.0.7.1.1.5.2.2.2":"Bsi Ecka DH Session KDF with AES128","0.4.0.127.0.7.1.1.5.2.2.3":"Bsi Ecka DH Session KDF with AES192","0.4.0.127.0.7.1.1.5.2.2.4":"Bsi Ecka DH Session KDF with AES256","0.4.0.127.0.7.1.2":"Bsi Ec Key Type","0.4.0.127.0.7.1.2.1":"Bsi Ec Public Key","0.4.0.127.0.7.1.5.1":"Bsi Kaeg","0.4.0.127.0.7.1.5.1.1":"Bsi Kaeg with x963KDF","0.4.0.127.0.7.1.5.1.2":"Bsi Kaeg with 3DESKDF","0.4.0.127.0.7.2.2.1":"Bsi PK","0.4.0.127.0.7.2.2.1.1":"Bsi PK_DH","0.4.0.127.0.7.2.2.1.2":"Bsi PK_ECDH","0.4.0.127.0.7.2.2.2":"Bsi TA","0.4.0.127.0.7.2.2.2.1":"Bsi TA_RSA","0.4.0.127.0.7.2.2.2.1.1":"Bsi TA_RSAv1_5_SHA1","0.4.0.127.0.7.2.2.2.1.2":"Bsi TA_RSAv1_5_SHA256","0.4.0.127.0.7.2.2.2.1.3":"Bsi TA_RSAPSS_SHA1","0.4.0.127.0.7.2.2.2.1.4":"Bsi TA_RSAPSS_SHA256","0.4.0.127.0.7.2.2.2.1.5":"Bsi TA_RSAv1_5_SHA512","0.4.0.127.0.7.2.2.2.1.6":"Bsi TA_RSAPSS_SHA512","0.4.0.127.0.7.2.2.2.2":"Bsi TA_ECDSA","0.4.0.127.0.7.2.2.2.2.1":"Bsi TA_ECDSA_SHA1","0.4.0.127.0.7.2.2.2.2.2":"Bsi TA_ECDSA_SHA224","0.4.0.127.0.7.2.2.2.2.3":"Bsi TA_ECDSA_SHA256","0.4.0.127.0.7.2.2.2.2.4":"Bsi TA_ECDSA_SHA384","0.4.0.127.0.7.2.2.2.2.5":"Bsi TA_ECDSA_SHA512","0.4.0.127.0.7.2.2.3":"Bsi CA","0.4.0.127.0.7.2.2.3.1":"Bsi CA_DH","0.4.0.127.0.7.2.2.3.1.1":"Bsi CA_DH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.1.2":"Bsi CA_DH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.1.3":"Bsi CA_DH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.1.4":"Bsi CA_DH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.3.2":"Bsi CA_ECDH","0.4.0.127.0.7.2.2.3.2.1":"Bsi CA_ECDH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.2.2":"Bsi CA_ECDH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.2.3":"Bsi CA_ECDH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.2.4":"Bsi CA_ECDH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4":"Bsi PACE","0.4.0.127.0.7.2.2.4.1":"Bsi PACE_DH_GM","0.4.0.127.0.7.2.2.4.1.1":"Bsi PACE_DH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.1.2":"Bsi PACE_DH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.1.3":"Bsi PACE_DH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.1.4":"Bsi PACE_DH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.2":"Bsi PACE_ECDH_GM","0.4.0.127.0.7.2.2.4.2.1":"Bsi PACE_ECDH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.2.2":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.2.3":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.2.4":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.3":"Bsi PACE_DH_IM","0.4.0.127.0.7.2.2.4.3.1":"Bsi PACE_DH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.3.2":"Bsi PACE_DH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.3.3":"Bsi PACE_DH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.3.4":"Bsi PACE_DH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.4":"Bsi PACE_ECDH_IM","0.4.0.127.0.7.2.2.4.4.1":"Bsi PACE_ECDH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.4.2":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.4.3":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.4.4":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.5":"Bsi RI","0.4.0.127.0.7.2.2.5.1":"Bsi RI_DH","0.4.0.127.0.7.2.2.5.1.1":"Bsi RI_DH_SHA1","0.4.0.127.0.7.2.2.5.1.2":"Bsi RI_DH_SHA224","0.4.0.127.0.7.2.2.5.1.3":"Bsi RI_DH_SHA256","0.4.0.127.0.7.2.2.5.1.4":"Bsi RI_DH_SHA384","0.4.0.127.0.7.2.2.5.1.5":"Bsi RI_DH_SHA512","0.4.0.127.0.7.2.2.5.2":"Bsi RI_ECDH","0.4.0.127.0.7.2.2.5.2.1":"Bsi RI_ECDH_SHA1","0.4.0.127.0.7.2.2.5.2.2":"Bsi RI_ECDH_SHA224","0.4.0.127.0.7.2.2.5.2.3":"Bsi RI_ECDH_SHA256","0.4.0.127.0.7.2.2.5.2.4":"Bsi RI_ECDH_SHA384","0.4.0.127.0.7.2.2.5.2.5":"Bsi RI_ECDH_SHA512","0.4.0.127.0.7.2.2.6":"Bsi Card Info","0.4.0.127.0.7.2.2.7":"Bsi Eid Security","0.4.0.127.0.7.2.2.8":"Bsi PT","0.4.0.127.0.7.3.1.2":"Bsi EAC Roles","0.4.0.127.0.7.3.1.2.1":"Bsi EAC Roles IS","0.4.0.127.0.7.3.1.2.2":"Bsi EAC Roles AT","0.4.0.127.0.7.3.1.2.3":"Bsi EAC Roles ST","0.4.0.127.0.7.3.1.3":"Bsi TAv2ce","0.4.0.127.0.7.3.1.3.1":"Bsi TAv2ce Description","0.4.0.127.0.7.3.1.3.1.1":"Bsi TAv2ce Description Plain Text","0.4.0.127.0.7.3.1.3.1.2":"Bsi TAv2ce Description IA5 String","0.4.0.127.0.7.3.1.3.1.3":"Bsi TAv2ce Description Octet String","0.4.0.127.0.7.3.1.3.2":"Bsi TAv2ce Terminal Sector","0.4.0.127.0.7.3.1.4":"Bsi Aux Data","0.4.0.127.0.7.3.1.4.1":"Bsi Aux Data Birthday","0.4.0.127.0.7.3.1.4.2":"Bsi Aux Data Expire Date","0.4.0.127.0.7.3.1.4.3":"Bsi Aux Data Community ID","0.4.0.127.0.7.3.1.5":"Bsi Defect List","0.4.0.127.0.7.3.1.5.1":"Bsi Defect Auth Defect","0.4.0.127.0.7.3.1.5.1.1":"Bsi Defect Cert Revoked","0.4.0.127.0.7.3.1.5.1.2":"Bsi Defect Cert Replaced","0.4.0.127.0.7.3.1.5.1.3":"Bsi Defect Chip Auth Key Revoked","0.4.0.127.0.7.3.1.5.1.4":"Bsi Defect Active Auth Key Revoked","0.4.0.127.0.7.3.1.5.2":"Bsi Defect EPassport Defect","0.4.0.127.0.7.3.1.5.2.1":"Bsi Defect EPassport DG Malformed","0.4.0.127.0.7.3.1.5.2.2":"Bsi Defect SOD Invalid","0.4.0.127.0.7.3.1.5.3":"Bsi Defect EID Defect","0.4.0.127.0.7.3.1.5.3.1":"Bsi Defect EIDDG Malformed","0.4.0.127.0.7.3.1.5.3.2":"Bsi Defect EID Integrity","0.4.0.127.0.7.3.1.5.4":"Bsi Defect Document Defect","0.4.0.127.0.7.3.1.5.4.1":"Bsi Defect Card Security Malformed","0.4.0.127.0.7.3.1.5.4.2":"Bsi Defect Chip Security Malformed","0.4.0.127.0.7.3.1.5.4.3":"Bsi Defect Power Down Req","0.4.0.127.0.7.3.1.6":"Bsi List Content Description","0.4.0.127.0.7.3.2.1":"Bsi Security Object","0.4.0.127.0.7.3.2.2":"Bsi Black List","0.4.0.1862":"ETSI QCS Profile","0.4.0.1862.1":"ETSI QCS","0.4.0.1862.1.1":"ETSI QCS Compliance","0.4.0.1862.1.2":"ETSI QCS Limit Value","0.4.0.1862.1.3":"ETSI QCS Retention Period","0.4.0.1862.1.4":"ETSI QCS SSCD","0.4.0.1862.1.5":"ETSI QCS PDS","0.4.0.1862.1.6":"ETSI QC Type","0.4.0.1862.1.6.1":"ETSI QC Type eSign","0.4.0.1862.1.6.2":"ETSI QC Type eSeal","0.4.0.1862.1.6.3":"ETSI QC Type Web","0.4.0.194121.1.2":"ETSI QCS Semantics ID Legal","0.4.0.194112.1.0":"QCP Natural Person","0.4.0.194112.1.1":"QCP Legal Person","0.4.0.194112.1.2":"QCP Natural QSCD","0.4.0.194112.1.3":"QCP Legal QSCD","0.4.0.194112.1.4":"QCP Web","0.9.2342.19200300.100.1.1":"User ID","0.9.2342.19200300.100.1.3":"Rfc822 Mailbox","0.9.2342.19200300.100.1.25":"Domain Component","1.0.10118.3.0.49":"Ripemd160","1.0.10118.3.0.50":"Ripemd128","1.0.10118.3.0.55":"Whirlpool","1.2.36.1.3.1.1.1":"Qgpki","1.2.36.1.3.1.1.1.1":"Qgpki Policies","1.2.36.1.3.1.1.1.1.1":"Qgpki Med Intermed CA","1.2.36.1.3.1.1.1.1.1.1":"Qgpki Med Intermed Individual","1.2.36.1.3.1.1.1.1.1.2":"Qgpki Med Intermed Device Control","1.2.36.1.3.1.1.1.1.1.3":"Qgpki Med Intermed Device","1.2.36.1.3.1.1.1.1.1.4":"Qgpki Med Intermed Authorised Party","1.2.36.1.3.1.1.1.1.1.5":"Qgpki Med Intermed Device System","1.2.36.1.3.1.1.1.1.2":"Qgpki Med Issuing CA","1.2.36.1.3.1.1.1.1.2.1":"Qgpki Med Issuing Individual","1.2.36.1.3.1.1.1.1.2.2":"Qgpki Med Issuing Device Control","1.2.36.1.3.1.1.1.1.2.3":"Qgpki Med Issuing Device","1.2.36.1.3.1.1.1.1.2.4":"Qgpki Med Issuing Authorised Party","1.2.36.1.3.1.1.1.1.2.5":"Qgpki Med Issuing Client Auth","1.2.36.1.3.1.1.1.1.2.6":"Qgpki Med Issuing Server Auth","1.2.36.1.3.1.1.1.1.2.7":"Qgpki Med Issuing Data Prot","1.2.36.1.3.1.1.1.1.2.8":"Qgpki Med Issuing Token Auth","1.2.36.1.3.1.1.1.1.3":"Qgpki Basic Intermed CA","1.2.36.1.3.1.1.1.1.3.1":"Qgpki Basic Intermed Device System","1.2.36.1.3.1.1.1.1.4":"Qgpki Basic Issuing CA","1.2.36.1.3.1.1.1.1.4.1":"Qgpki Basic Issuing Client Auth","1.2.36.1.3.1.1.1.1.4.2":"Qgpki Basic Issuing Server Auth","1.2.36.1.3.1.1.1.1.4.3":"Qgpki Basic Issuing Data Signing","1.2.36.1.3.1.1.1.2":"Qgpki Assurance Level","1.2.36.1.3.1.1.1.2.1":"Qgpki Assurance Rudimentary","1.2.36.1.3.1.1.1.2.2":"Qgpki Assurance Basic","1.2.36.1.3.1.1.1.2.3":"Qgpki Assurance Medium","1.2.36.1.3.1.1.1.2.4":"Qgpki Assurance High","1.2.36.1.3.1.1.1.3":"Qgpki Cert Function","1.2.36.1.3.1.1.1.3.1":"Qgpki Function Individual","1.2.36.1.3.1.1.1.3.2":"Qgpki Function Device","1.2.36.1.3.1.1.1.3.3":"Qgpki Function Authorised Party","1.2.36.1.3.1.1.1.3.4":"Qgpki Function Device Control","1.2.36.1.3.1.2":"Qpspki","1.2.36.1.3.1.2.1":"Qpspki Policies","1.2.36.1.3.1.2.1.2":"Qpspki Policy Basic","1.2.36.1.3.1.2.1.3":"Qpspki Policy Medium","1.2.36.1.3.1.2.1.4":"Qpspki Policy High","1.2.36.1.3.1.3.2":"Qtmrpki","1.2.36.1.3.1.3.2.1":"Qtmrpki Policies","1.2.36.1.3.1.3.2.2":"Qtmrpki Purpose","1.2.36.1.3.1.3.2.2.1":"Qtmrpki Individual","1.2.36.1.3.1.3.2.2.2":"Qtmrpki Device Control","1.2.36.1.3.1.3.2.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.2.5":"Qtmrpki Device System","1.2.36.1.3.1.3.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.3.1":"Qtmrpki Driver License","1.2.36.1.3.1.3.2.3.2":"Qtmrpki Industry Authority","1.2.36.1.3.1.3.2.3.3":"Qtmrpki Marine License","1.2.36.1.3.1.3.2.3.4":"Qtmrpki Adult Proof Of Age","1.2.36.1.3.1.3.2.3.5":"Qtmrpki Sam","1.2.36.1.3.1.3.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.4.1":"Qtmrpki Transport Inspector","1.2.36.1.3.1.3.2.4.2":"Qtmrpki Police Officer","1.2.36.1.3.1.3.2.4.3":"Qtmrpki System","1.2.36.1.3.1.3.2.4.4":"Qtmrpki Liquor Licensing Inspector","1.2.36.1.3.1.3.2.4.5":"Qtmrpki Marine Enforcement Officer","1.2.36.1.333.1":"Australian Business Number","1.2.36.68980861.1.1.2":"Signet Personal","1.2.36.68980861.1.1.3":"Signet Business","1.2.36.68980861.1.1.4":"Signet Legal","1.2.36.68980861.1.1.10":"Signet Pilot","1.2.36.68980861.1.1.11":"Signet Intra Net","1.2.36.68980861.1.1.20":"Signet Policy","1.2.36.75878867.1.100.1.1":"Certificates Australia Policy","1.2.40.0.17.1.22":"A-Trust EV policy","1.2.392.200011.61.1.1.1":"Mitsubishi Security Algorithm","1.2.392.200011.61.1.1.1.1":"Misty1-cbc","1.2.392.200091.100.721.1":"Security Communication (SECOM) EV policy","1.2.410.200004.1":"Kisa Algorithm","1.2.410.200004.1.1":"Kcdsa","1.2.410.200004.1.2":"Has160","1.2.410.200004.1.3":"Seed ECB","1.2.410.200004.1.4":"Seed CBC","1.2.410.200004.1.5":"Seed OFB","1.2.410.200004.1.6":"Seed CFB","1.2.410.200004.1.7":"Seed MAC","1.2.410.200004.1.8":"Kcdsa with HAS160","1.2.410.200004.1.9":"Kcdsa with SHA1","1.2.410.200004.1.10":"PBE with HAS160 And SEED-ECB","1.2.410.200004.1.11":"PBE with HAS160 And SEED-CBC","1.2.410.200004.1.12":"PBE with HAS160 And SEED-CFB","1.2.410.200004.1.13":"PBE with HAS160 And SEED-OFB","1.2.410.200004.1.14":"PBE with SHA1 And SEED-ECB","1.2.410.200004.1.15":"PBE with SHA1 And SEED-CBC","1.2.410.200004.1.16":"PBE with SHA1 And SEED-CFB","1.2.410.200004.1.17":"PBE with SHA1 And SEED-OFB","1.2.410.200004.1.20":"RSA with HAS160","1.2.410.200004.1.21":"Kcdsa1","1.2.410.200004.2":"Npki CP","1.2.410.200004.2.1":"Npki Signature Policy","1.2.410.200004.3":"Npki KP","1.2.410.200004.4":"Npki AT","1.2.410.200004.5":"Npki LCA","1.2.410.200004.5.1":"Npki Sign Korea","1.2.410.200004.5.2":"Npki Sign Gate","1.2.410.200004.5.3":"Npki Nca Sign","1.2.410.200004.6":"Npki ON","1.2.410.200004.7":"Npki APP","1.2.410.200004.7.1":"Npki SMIME","1.2.410.200004.7.1.1":"Npki SMIME Algo","1.2.410.200004.7.1.1.1":"Npki Cms SEED Wrap","1.2.410.200004.10":"Npki","1.2.410.200004.10.1":"Npki Attribute","1.2.410.200004.10.1.1":"Npki Identify Data","1.2.410.200004.10.1.1.1":"Npki VID","1.2.410.200004.10.1.1.2":"Npki Encrypted VID","1.2.410.200004.10.1.1.3":"Npki Random Num","1.2.410.200004.10.1.1.4":"Npki VID","1.2.410.200046.1.1":"Aria1 Algorithm Modes","1.2.410.200046.1.1.1":"Aria128-ecb","1.2.410.200046.1.1.2":"Aria128-cbc","1.2.410.200046.1.1.3":"Aria128-cfb","1.2.410.200046.1.1.4":"Aria128-ofb","1.2.410.200046.1.1.5":"Aria128-ctr","1.2.410.200046.1.1.6":"Aria192-ecb","1.2.410.200046.1.1.7":"Aria192-cbc","1.2.410.200046.1.1.8":"Aria192-cfb","1.2.410.200046.1.1.9":"Aria192-ofb","1.2.410.200046.1.1.10":"Aria192-ctr","1.2.410.200046.1.1.11":"Aria256-ecb","1.2.410.200046.1.1.12":"Aria256-cbc","1.2.410.200046.1.1.13":"Aria256-cfb","1.2.410.200046.1.1.14":"Aria256-ofb","1.2.410.200046.1.1.15":"Aria256-ctr","1.2.410.200046.1.1.21":"Aria128-cmac","1.2.410.200046.1.1.22":"Aria192-cmac","1.2.410.200046.1.1.23":"Aria256-cmac","1.2.410.200046.1.1.31":"Aria128-ocb2","1.2.410.200046.1.1.32":"Aria192-ocb2","1.2.410.200046.1.1.33":"Aria256-ocb2","1.2.410.200046.1.1.34":"Aria128-gcm","1.2.410.200046.1.1.35":"Aria192-gcm","1.2.410.200046.1.1.36":"Aria256-gcm","1.2.410.200046.1.1.37":"Aria128-ccm","1.2.410.200046.1.1.38":"Aria192-ccm","1.2.410.200046.1.1.39":"Aria256-ccm","1.2.410.200046.1.1.40":"Aria128-keywrap","1.2.410.200046.1.1.41":"Aria192-keywrap","1.2.410.200046.1.1.42":"Aria256-keywrap","1.2.410.200046.1.1.43":"Aria128-keywrap with Pad","1.2.410.200046.1.1.44":"Aria192-keywrap with Pad","1.2.410.200046.1.1.45":"Aria256-keywrap with Pad","1.2.643.2.2.3":"Gost Signature","1.2.643.2.2.4":"Gost94 Signature","1.2.643.2.2.9":"Gost Digest","1.2.643.2.2.10":"Hmac Gost","1.2.643.2.2.13.0":"Gost Wrap","1.2.643.2.2.13.1":"Crypto Pro Wrap","1.2.643.2.2.14.0":"Null Meshing","1.2.643.2.2.14.1":"Crypto Pro Meshing","1.2.643.2.2.19":"Gost Public Key","1.2.643.2.2.20":"Gost94 Public Key","1.2.643.2.2.21":"Gost Cipher","1.2.643.2.2.30.0":"Test Digest Params","1.2.643.2.2.30.1":"Crypto Pro Digest A","1.2.643.2.2.31.0":"Test Cipher Params","1.2.643.2.2.31.1":"Crypto Pro Cipher A","1.2.643.2.2.31.2":"Crypto Pro Cipher B","1.2.643.2.2.31.3":"Crypto Pro Cipher C","1.2.643.2.2.31.4":"Crypto Pro Cipher D","1.2.643.2.2.31.5":"Oscar11 Cipher","1.2.643.2.2.31.6":"Oscar10 Cipher","1.2.643.2.2.31.7":"Ric1 Cipher","1.2.643.2.2.35.0":"Test Sign Params","1.2.643.2.2.35.1":"Crypto Pro Sign A","1.2.643.2.2.35.2":"Crypto Pro Sign B","1.2.643.2.2.35.3":"Crypto Pro Sign C","1.2.643.2.2.36.0":"Crypto Pro Sign XA","1.2.643.2.2.36.1":"Crypto Pro Sign XB","1.2.643.2.2.96":"Crypto Pro ECDH Wrap","1.2.752.34.1":"Seis-cp","1.2.752.34.1.1":"SEIS high-assurance policy Identifier","1.2.752.34.1.2":"SEIS GAK policy Identifier","1.2.752.34.2":"SEI Spe","1.2.752.34.3":"SEI Sat","1.2.752.34.3.1":"SEI Sat-personal Identifier","1.2.840.10040.1":"Module","1.2.840.10040.1.1":"x9f1-cert-mgmt","1.2.840.10040.2":"Holdinstruction","1.2.840.10040.2.1":"Holdinstruction-none","1.2.840.10040.2.2":"Callissuer","1.2.840.10040.2.3":"Reject","1.2.840.10040.2.4":"Pickup Token","1.2.840.10040.3":"Attribute","1.2.840.10040.3.1":"Countersignature","1.2.840.10040.3.2":"Attribute-cert","1.2.840.10040.4":"Algorithm","1.2.840.10040.4.1":"DSA","1.2.840.10040.4.2":"DSA-match","1.2.840.10040.4.3":"DSA with SHA1","1.2.840.10045.1":"Field Type","1.2.840.10045.1.1":"Prime-field","1.2.840.10045.1.2":"Characteristic-two-field","1.2.840.10045.1.2.3":"Characteristic-two-basis","1.2.840.10045.1.2.3.1":"ON Basis","1.2.840.10045.1.2.3.2":"TP Basis","1.2.840.10045.1.2.3.3":"PP Basis","1.2.840.10045.2":"Public Key Type","1.2.840.10045.2.1":"EC Public Key","1.2.840.10045.3.0.1":"C2pnb163v1","1.2.840.10045.3.0.2":"C2pnb163v2","1.2.840.10045.3.0.3":"C2pnb163v3","1.2.840.10045.3.0.5":"C2tnb191v1","1.2.840.10045.3.0.6":"C2tnb191v2","1.2.840.10045.3.0.7":"C2tnb191v3","1.2.840.10045.3.0.10":"C2pnb208w1","1.2.840.10045.3.0.11":"C2tnb239v1","1.2.840.10045.3.0.12":"C2tnb239v2","1.2.840.10045.3.0.13":"C2tnb239v3","1.2.840.10045.3.0.16":"C2pnb272w1","1.2.840.10045.3.0.18":"C2tnb359v1","1.2.840.10045.3.0.19":"C2pnb368w1","1.2.840.10045.3.0.20":"C2tnb431r1","1.2.840.10045.3.1.1":"Prime192v1","1.2.840.10045.3.1.2":"Prime192v2","1.2.840.10045.3.1.3":"Prime192v3","1.2.840.10045.3.1.4":"Prime239v1","1.2.840.10045.3.1.5":"Prime239v2","1.2.840.10045.3.1.6":"Prime239v3","1.2.840.10045.3.1.7":"Prime256v1","1.2.840.10045.4.1":"ECDSA with SHA1","1.2.840.10045.4.2":"ECDSA with Recommended","1.2.840.10045.4.3":"ECDSA with Specified","1.2.840.10045.4.3.1":"ECDSA with SHA224","1.2.840.10045.4.3.2":"ECDSA with SHA256","1.2.840.10045.4.3.3":"ECDSA with SHA384","1.2.840.10045.4.3.4":"ECDSA with SHA512","1.2.840.10046.1":"Field Type","1.2.840.10046.1.1":"Gf-prime","1.2.840.10046.2":"Number Type","1.2.840.10046.2.1":"DH Public Key","1.2.840.10046.3":"Scheme","1.2.840.10046.3.1":"DH Static","1.2.840.10046.3.2":"DH Ephem","1.2.840.10046.3.3":"DH Hybrid1","1.2.840.10046.3.4":"DH Hybrid2","1.2.840.10046.3.5":"Mqv2","1.2.840.10046.3.6":"Mqv1","1.2.840.10065.2.2":"?","1.2.840.10065.2.3":"Healthcare License","1.2.840.10065.2.3.1.1":"License?","1.2.840.10070.":"Iec62351","1.2.840.10070.8":"Iec62351_8","1.2.840.10070.8.1":"Iec User Roles","1.2.840.113533.7":"NSN","1.2.840.113533.7.65":"NSN-ce","1.2.840.113533.7.65.0":"Entrust Version Info","1.2.840.113533.7.66":"NSN-alg","1.2.840.113533.7.66.3":"Cast3 CBC","1.2.840.113533.7.66.10":"Cast5 CBC","1.2.840.113533.7.66.11":"Cast5 MAC","1.2.840.113533.7.66.12":"PBE with MD5 And CAST5-CBC","1.2.840.113533.7.66.13":"Password Based Mac","1.2.840.113533.7.67":"NSN-oc","1.2.840.113533.7.67.0":"Entrust User","1.2.840.113533.7.68":"NSN-at","1.2.840.113533.7.68.0":"Entrust CA Info","1.2.840.113533.7.68.10":"Attribute Certificate","1.2.840.113549.1.1":"PKCS-1","1.2.840.113549.1.1.1":"RSA Encryption","1.2.840.113549.1.1.2":"MD2 with RSA Encryption","1.2.840.113549.1.1.3":"MD4 with RSA Encryption","1.2.840.113549.1.1.4":"MD5 with RSA Encryption","1.2.840.113549.1.1.5":"SHA1 with RSA Encryption","1.2.840.113549.1.1.6":"RSA OAEP Encryption SET","1.2.840.113549.1.1.7":"RSA OAEP","1.2.840.113549.1.1.8":"PKCS1-MGF","1.2.840.113549.1.1.9":"RSA OAEP-p Specified","1.2.840.113549.1.1.10":"RSA PSS","1.2.840.113549.1.1.11":"SHA256 with RSA Encryption","1.2.840.113549.1.1.12":"SHA384 with RSA Encryption","1.2.840.113549.1.1.13":"SHA512 with RSA Encryption","1.2.840.113549.1.1.14":"SHA224 with RSA Encryption","1.2.840.113549.1.2":"Bsafe Rsa Encr","1.2.840.113549.1.3":"PKCS-3","1.2.840.113549.1.3.1":"Dh Key Agreement","1.2.840.113549.1.5":"PKCS-5","1.2.840.113549.1.5.1":"PBE with MD2 And DES-CBC","1.2.840.113549.1.5.3":"PBE with MD5 And DES-CBC","1.2.840.113549.1.5.4":"PBE with MD2 And RC2-CBC","1.2.840.113549.1.5.6":"PBE with MD5 And RC2-CBC","1.2.840.113549.1.5.9":"PBE with MD5 And XOR","1.2.840.113549.1.5.10":"PBE with SHA And DES-CBC","1.2.840.113549.1.5.12":"PKCS5 PBKDF2","1.2.840.113549.1.5.13":"PKCS5 PBES2","1.2.840.113549.1.5.14":"PKCS5 PBMAC1","1.2.840.113549.1.7":"PKCS-7","1.2.840.113549.1.7.1":"Data","1.2.840.113549.1.7.2":"Signed Data","1.2.840.113549.1.7.3":"Enveloped Data","1.2.840.113549.1.7.4":"Signed And Enveloped Data","1.2.840.113549.1.7.5":"Digested Data","1.2.840.113549.1.7.6":"Encrypted Data","1.2.840.113549.1.7.7":"Data with Attributes","1.2.840.113549.1.7.8":"Encrypted Private Key Info","1.2.840.113549.1.9":"PKCS-9","1.2.840.113549.1.9.1":"Email","1.2.840.113549.1.9.2":"Unstructured Name","1.2.840.113549.1.9.3":"Content Type","1.2.840.113549.1.9.4":"Message Digest","1.2.840.113549.1.9.5":"Signing Time","1.2.840.113549.1.9.6":"Countersignature","1.2.840.113549.1.9.7":"Challenge Password","1.2.840.113549.1.9.8":"Unstructured Address","1.2.840.113549.1.9.9":"Extended Certificate Attributes","1.2.840.113549.1.9.10":"Issuer And Serial Number","1.2.840.113549.1.9.11":"Password Check","1.2.840.113549.1.9.12":"Public Key","1.2.840.113549.1.9.13":"Signing Description","1.2.840.113549.1.9.14":"Extension Request","1.2.840.113549.1.9.15":"S/MIME Capabilities","1.2.840.113549.1.9.15.1":"Prefer Signed Data","1.2.840.113549.1.9.15.2":"Can Not Decrypt Any","1.2.840.113549.1.9.15.3":"Receipt Request","1.2.840.113549.1.9.15.4":"Receipt","1.2.840.113549.1.9.15.5":"Content Hints","1.2.840.113549.1.9.15.6":"Ml Expansion History","1.2.840.113549.1.9.16":"Id-sMIME","1.2.840.113549.1.9.16.0":"Id-mod","1.2.840.113549.1.9.16.0.1":"Id-mod-cms","1.2.840.113549.1.9.16.0.2":"Id-mod-ess","1.2.840.113549.1.9.16.0.3":"Id-mod-oid","1.2.840.113549.1.9.16.0.4":"Id-mod-msg-v3","1.2.840.113549.1.9.16.0.5":"Id-mod-ets-e Signature-88","1.2.840.113549.1.9.16.0.6":"Id-mod-ets-e Signature-97","1.2.840.113549.1.9.16.0.7":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.0.8":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.1":"Content Type","1.2.840.113549.1.9.16.1.1":"Receipt","1.2.840.113549.1.9.16.1.2":"Auth Data","1.2.840.113549.1.9.16.1.3":"Publish Cert","1.2.840.113549.1.9.16.1.4":"TST Info","1.2.840.113549.1.9.16.1.5":"TDT Info","1.2.840.113549.1.9.16.1.6":"Content Info","1.2.840.113549.1.9.16.1.7":"DVCS Request Data","1.2.840.113549.1.9.16.1.8":"DVCS Response Data","1.2.840.113549.1.9.16.1.9":"Compressed Data","1.2.840.113549.1.9.16.1.10":"SCVP Cert Val Request","1.2.840.113549.1.9.16.1.11":"SCVP Cert Val Response","1.2.840.113549.1.9.16.1.12":"SCVP Val Pol Request","1.2.840.113549.1.9.16.1.13":"SCVP Val Pol Response","1.2.840.113549.1.9.16.1.14":"Attr Cert Enc Attrs","1.2.840.113549.1.9.16.1.15":"TS Req","1.2.840.113549.1.9.16.1.16":"Firmware Package","1.2.840.113549.1.9.16.1.17":"Firmware Load Receipt","1.2.840.113549.1.9.16.1.18":"Firmware Load Error","1.2.840.113549.1.9.16.1.19":"Content Collection","1.2.840.113549.1.9.16.1.20":"Content with Attrs","1.2.840.113549.1.9.16.1.21":"Enc Key with I D","1.2.840.113549.1.9.16.1.22":"Enc PEPSI","1.2.840.113549.1.9.16.1.23":"Auth Enveloped Data","1.2.840.113549.1.9.16.1.24":"Route Origin Attest","1.2.840.113549.1.9.16.1.25":"Symmetric Key Package","1.2.840.113549.1.9.16.1.26":"Rpki Manifest","1.2.840.113549.1.9.16.1.27":"Ascii Text with CRLF","1.2.840.113549.1.9.16.1.28":"XML","1.2.840.113549.1.9.16.1.29":"PDF","1.2.840.113549.1.9.16.1.30":"Postscript","1.2.840.113549.1.9.16.1.31":"Timestamped Data","1.2.840.113549.1.9.16.1.32":"As Adjacency Attest","1.2.840.113549.1.9.16.1.33":"Rpki Trust Anchor","1.2.840.113549.1.9.16.1.34":"Trust Anchor List","1.2.840.113549.1.9.16.2":"Authenticated Attributes","1.2.840.113549.1.9.16.2.1":"Receipt Request","1.2.840.113549.1.9.16.2.2":"Security Label","1.2.840.113549.1.9.16.2.3":"Ml Expand History","1.2.840.113549.1.9.16.2.4":"Content Hint","1.2.840.113549.1.9.16.2.5":"Msg Sig Digest","1.2.840.113549.1.9.16.2.6":"Encap Content Type","1.2.840.113549.1.9.16.2.7":"Content Identifier","1.2.840.113549.1.9.16.2.8":"Mac Value","1.2.840.113549.1.9.16.2.9":"Equivalent Labels","1.2.840.113549.1.9.16.2.10":"Content Reference","1.2.840.113549.1.9.16.2.11":"Encryp Key Pref","1.2.840.113549.1.9.16.2.12":"Signing Certificate","1.2.840.113549.1.9.16.2.13":"Smime Encrypt Certs","1.2.840.113549.1.9.16.2.14":"Time Stamp Token","1.2.840.113549.1.9.16.2.15":"Sig Policy Id","1.2.840.113549.1.9.16.2.16":"Commitment Type","1.2.840.113549.1.9.16.2.17":"Signer Location","1.2.840.113549.1.9.16.2.18":"Signer Attr","1.2.840.113549.1.9.16.2.19":"Other Sig Cert","1.2.840.113549.1.9.16.2.20":"Content Timestamp","1.2.840.113549.1.9.16.2.21":"Certificate Refs","1.2.840.113549.1.9.16.2.22":"Revocation Refs","1.2.840.113549.1.9.16.2.23":"Cert Values","1.2.840.113549.1.9.16.2.24":"Revocation Values","1.2.840.113549.1.9.16.2.25":"Esc Time Stamp","1.2.840.113549.1.9.16.2.26":"Cert CRL Timestamp","1.2.840.113549.1.9.16.2.27":"Archive Time Stamp","1.2.840.113549.1.9.16.2.28":"Signature Type","1.2.840.113549.1.9.16.2.29":"Dvcs Dvc","1.2.840.113549.1.9.16.2.30":"Cek Reference","1.2.840.113549.1.9.16.2.31":"Max CEK Decrypts","1.2.840.113549.1.9.16.2.32":"Kek Derivation Alg","1.2.840.113549.1.9.16.2.33":"Intended Recipients","1.2.840.113549.1.9.16.2.34":"Cmc Unsigned Data","1.2.840.113549.1.9.16.2.35":"Fw Package ID","1.2.840.113549.1.9.16.2.36":"Fw Target Hardware IDs","1.2.840.113549.1.9.16.2.37":"Fw Decrypt Key ID","1.2.840.113549.1.9.16.2.38":"Fw Impl Crypt Algs","1.2.840.113549.1.9.16.2.39":"Fw Wrapped Firmware Key","1.2.840.113549.1.9.16.2.40":"Fw Community Identifiers","1.2.840.113549.1.9.16.2.41":"Fw Pkg Message Digest","1.2.840.113549.1.9.16.2.42":"Fw Package Info","1.2.840.113549.1.9.16.2.43":"Fw Impl Compress Algs","1.2.840.113549.1.9.16.2.44":"Ets Attr Certificate Refs","1.2.840.113549.1.9.16.2.45":"Ets Attr Revocation Refs","1.2.840.113549.1.9.16.2.46":"Binary Signing Time","1.2.840.113549.1.9.16.2.47":"Signing Certificate V2","1.2.840.113549.1.9.16.2.48":"Ets Archive Time Stamp V2","1.2.840.113549.1.9.16.2.49":"Er Internal","1.2.840.113549.1.9.16.2.50":"Er External","1.2.840.113549.1.9.16.2.51":"Multiple Signatures","1.2.840.113549.1.9.16.3.1":"Es DHwith3 DES","1.2.840.113549.1.9.16.3.2":"Es DHwith RC2","1.2.840.113549.1.9.16.3.3":"3des Wrap","1.2.840.113549.1.9.16.3.4":"Rc2 Wrap","1.2.840.113549.1.9.16.3.5":"Es DH","1.2.840.113549.1.9.16.3.6":"Cms3 DESwrap","1.2.840.113549.1.9.16.3.7":"Cms RC2wrap","1.2.840.113549.1.9.16.3.8":"Zlib","1.2.840.113549.1.9.16.3.9":"Pwri KEK","1.2.840.113549.1.9.16.3.10":"Ss DH","1.2.840.113549.1.9.16.3.11":"Hmac With3 DE Swrap","1.2.840.113549.1.9.16.3.12":"Hmac with AE Swrap","1.2.840.113549.1.9.16.3.13":"MD5 Xor Experiment","1.2.840.113549.1.9.16.3.14":"RSA KEM","1.2.840.113549.1.9.16.3.15":"Auth Enc128","1.2.840.113549.1.9.16.3.16":"Auth Enc256","1.2.840.113549.1.9.16.4.1":"Cert Dist-ldap","1.2.840.113549.1.9.16.5.1":"Sig Policy Qualifier-spuri x","1.2.840.113549.1.9.16.5.2":"Sig Policy Qualifier-sp User Notice","1.2.840.113549.1.9.16.6.1":"Proof Of Origin","1.2.840.113549.1.9.16.6.2":"Proof Of Receipt","1.2.840.113549.1.9.16.6.3":"Proof Of Delivery","1.2.840.113549.1.9.16.6.4":"Proof Of Sender","1.2.840.113549.1.9.16.6.5":"Proof Of Approval","1.2.840.113549.1.9.16.6.6":"Proof Of Creation","1.2.840.113549.1.9.16.8.1":"Gl Use KEK","1.2.840.113549.1.9.16.8.2":"Gl Delete","1.2.840.113549.1.9.16.8.3":"Gl Add Member","1.2.840.113549.1.9.16.8.4":"Gl Delete Member","1.2.840.113549.1.9.16.8.5":"Gl Rekey","1.2.840.113549.1.9.16.8.6":"Gl Add Owner","1.2.840.113549.1.9.16.8.7":"Gl Remove Owner","1.2.840.113549.1.9.16.8.8":"Glk Compromise","1.2.840.113549.1.9.16.8.9":"Glk Refresh","1.2.840.113549.1.9.16.8.10":"Gl Fail Info","1.2.840.113549.1.9.16.8.11":"Gla Query Request","1.2.840.113549.1.9.16.8.12":"Gla Query Response","1.2.840.113549.1.9.16.8.13":"Gl Provide Cert","1.2.840.113549.1.9.16.8.14":"Gl Update Cert","1.2.840.113549.1.9.16.8.15":"Gl Key","1.2.840.113549.1.9.16.9":"Signature Type Identifier","1.2.840.113549.1.9.16.9.1":"Originator Sig","1.2.840.113549.1.9.16.9.2":"Domain Sig","1.2.840.113549.1.9.16.9.3":"Additional Attributes Sig","1.2.840.113549.1.9.16.9.4":"Review Sig","1.2.840.113549.1.9.16.11":"Capabilities","1.2.840.113549.1.9.16.11.1":"Prefer Binary Inside","1.2.840.113549.1.9.20":"Friendly Name (for PKCS #12)","1.2.840.113549.1.9.21":"Local Key I D (for PKCS #12)","1.2.840.113549.1.9.22":"Cert Types (for PKCS #12)","1.2.840.113549.1.9.22.1":"x509 Certificate (for PKCS #12)","1.2.840.113549.1.9.22.2":"SDSI Certificate (for PKCS #12)","1.2.840.113549.1.9.23":"CRL Types (for PKCS #12)","1.2.840.113549.1.9.23.1":"x509 Crl (for PKCS #12)","1.2.840.113549.1.9.24":"PKCS9object Class","1.2.840.113549.1.9.25":"PKCS9attributes","1.2.840.113549.1.9.25.1":"PKCS15 Token","1.2.840.113549.1.9.25.2":"Encrypted Private Key Info","1.2.840.113549.1.9.25.3":"Random Nonce","1.2.840.113549.1.9.25.4":"Sequence Number","1.2.840.113549.1.9.25.5":"PKCS7 PDU","1.2.840.113549.1.9.26":"PKCS9syntax","1.2.840.113549.1.9.27":"PKCS9matching Rules","1.2.840.113549.1.12":"PKCS-12","1.2.840.113549.1.12.1":"PKCS-12- Pbe Ids#12 mode ID","1.2.840.113549.1.12.1.1":"PBE with SHA And128 Bit RC4","1.2.840.113549.1.12.1.2":"PBE with SHA And40 Bit RC4","1.2.840.113549.1.12.1.3":"PBE with SHA And3-Key Triple DES-CBC","1.2.840.113549.1.12.1.4":"PBE with SHA And2-Key Triple DES-CBC","1.2.840.113549.1.12.1.5":"PBE with SHA And128 Bit RC2-CBC","1.2.840.113549.1.12.1.6":"PBE with SHA And40 Bit RC2-CBC","1.2.840.113549.1.12.2":"PKCS-12-ESPVKID","1.2.840.113549.1.12.2.1":"PKCS-12-PKCS8 Key Shrouding(1284011354911235) instead","1.2.840.113549.1.12.3":"PKCS-12-Bag Ids","1.2.840.113549.1.12.3.1":"PKCS-12-key Bag Id","1.2.840.113549.1.12.3.2":"PKCS-12-cert And CRL Bag Id","1.2.840.113549.1.12.3.3":"PKCS-12-secret Bag Id","1.2.840.113549.1.12.3.4":"PKCS-12-safe Contents Id","1.2.840.113549.1.12.3.5":"PKCS-12-pkcs","1.2.840.113549.1.12.4":"PKCS-12-Cert Bag ID","1.2.840.113549.1.12.4.1":"PKCS-12-x509 Cert CRL Bag I Dformerly assigned as pkcs-12-x509 Cert CRL Bag","1.2.840.113549.1.12.4.2":"PKCS-12-SDSI Cert Bag I Dformerly assigned as pkcs-12-SDSI Cert Bag","1.2.840.113549.1.12.5":"PKCS-12-OID","1.2.840.113549.1.12.5.1":"PKCS-12-PBEI Dthe partially compatible (128401135491121) OIDs instead","1.2.840.113549.1.12.5.1.1":"PKCS-12-PBE with SHA1 And128 Bit RC4use (1284011354911211) instead","1.2.840.113549.1.12.5.1.2":"PKCS-12-PBE with SHA1 And40 Bit RC4use (1284011354911212) instead","1.2.840.113549.1.12.5.1.3":"PKCS-12-PBE with SHA1 And Triple DESCB Cuse the incompatible but similar (1284011354911213) or (1284011354911214) instead","1.2.840.113549.1.12.5.1.4":"PKCS-12-PBE with SHA1 And128 Bit RC2CB Cuse (1284011354911215) instead","1.2.840.113549.1.12.5.1.5":"PKCS-12-PBE with SHA1 And40 Bit RC2CB Cuse (1284011354911216) instead","1.2.840.113549.1.12.5.1.6":"PKCS-12-PBE with SHA1 And RC4use the incompatible but similar (1284011354911211) or (1284011354911212) instead","1.2.840.113549.1.12.5.1.7":"PKCS-12-PBE with SHA1 And RC2CB Cuse the incompatible but similar (1284011354911215) or (1284011354911216) instead","1.2.840.113549.1.12.5.2":"PKCS-12-Enveloping I Dthe conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.1":"PKCS-12-RSA Encryption With128 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.2":"PKCS-12-RSA Encryption With40 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.3":"PKCS-12-RSA Encryption with Triple DESuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3":"PKCS-12-Signature IDuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3.1":"PKCS-12-RSA Signature with SHA1 Digestuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.10":"PKCS-12 Version1","1.2.840.113549.1.12.10.1":"PKCS-12 Bad Ids","1.2.840.113549.1.12.10.1.1":"PKCS-12-key Bag","1.2.840.113549.1.12.10.1.2":"PKCS-12-pkcs","1.2.840.113549.1.12.10.1.3":"PKCS-12-cert Bag","1.2.840.113549.1.12.10.1.4":"PKCS-12-crl Bag","1.2.840.113549.1.12.10.1.5":"PKCS-12-secret Bag","1.2.840.113549.1.12.10.1.6":"PKCS-12-safe Contents Bag","1.2.840.113549.1.15.1":"PKCS15modules","1.2.840.113549.1.15.2":"PKCS15attributes","1.2.840.113549.1.15.3":"PKCS15content Type","1.2.840.113549.1.15.3.1":"PKCS15content","1.2.840.113549.2":"Digest Algorithm","1.2.840.113549.2.2":"MD2","1.2.840.113549.2.4":"MD4","1.2.840.113549.2.5":"MD5","1.2.840.113549.2.7":"HMAC with SHA1","1.2.840.113549.2.8":"HMAC with SHA224","1.2.840.113549.2.9":"HMAC with SHA256","1.2.840.113549.2.10":"HMAC with SHA384","1.2.840.113549.2.11":"HMAC with SHA512","1.2.840.113549.3":"Encryption Algorithm","1.2.840.113549.3.2":"Rc2CBC","1.2.840.113549.3.3":"Rc2ECB","1.2.840.113549.3.4":"Rc4","1.2.840.113549.3.5":"Rc4 with MAC","1.2.840.113549.3.6":"Desx-CBC","1.2.840.113549.3.7":"Des-EDE3-CBC","1.2.840.113549.3.8":"Rc5CBC","1.2.840.113549.3.9":"Rc5-CBCPad","1.2.840.113549.3.10":"DesCDMF","1.2.840.113556.1.2.241":"Delivery Mechanism","1.2.840.113556.1.2.281":"Nt Security Descriptor","1.2.840.113556.1.3.0":"Site-Addressing","1.2.840.113556.1.3.13":"Class Schema","1.2.840.113556.1.3.14":"Attribute Schema","1.2.840.113556.1.3.17":"Mailbox- Agent","1.2.840.113556.1.3.22":"Mailbox","1.2.840.113556.1.3.23":"Container","1.2.840.113556.1.3.46":"Mail Recipient","1.2.840.113556.1.4.145":"Revision","1.2.840.113556.1.4.1327":"PKI Default Key Spec","1.2.840.113556.1.4.1328":"PKI Key Usage","1.2.840.113556.1.4.1329":"PKI Max Issuing Depth","1.2.840.113556.1.4.1330":"PKI Critical Extensions","1.2.840.113556.1.4.1331":"PKI Expiration Period","1.2.840.113556.1.4.1332":"PKI Overlap Period","1.2.840.113556.1.4.1333":"PKI Extended Key Usage","1.2.840.113556.1.4.1334":"PKI Default CSPs","1.2.840.113556.1.4.1335":"PKI Enrollment Access","1.2.840.113556.1.4.1429":"MsPKI-RA-Signature","1.2.840.113556.1.4.1430":"MsPKI-Enrollment-Flag","1.2.840.113556.1.4.1431":"MsPKI-Private-Key","1.2.840.113556.1.4.1432":"MsPKI-Certificate-Name","1.2.840.113556.1.4.1433":"MsPKI-Minimal-Key","1.2.840.113556.1.4.1434":"MsPKI-Template-Schema","1.2.840.113556.1.4.1435":"MsPKI-Template-Minor","1.2.840.113556.1.4.1436":"MsPKI-Cert-Template","1.2.840.113556.1.4.1437":"MsPKI-Supersede-Templates","1.2.840.113556.1.4.1438":"MsPKI-RA-Policies","1.2.840.113556.1.4.1439":"MsPKI-Certificate-Policy","1.2.840.113556.1.4.1674":"MsPKI-Certificate-Application","1.2.840.113556.1.4.1675":"MsPKI-R A- Application","1.2.840.113556.4.3":"Microsoft Excel","1.2.840.113556.4.4":"Titled with OID","1.2.840.113556.4.5":"Microsoft Power Point","1.2.840.113583.1":"Adobe Acrobat","1.2.840.113583.1.1":"Acrobat Security","1.2.840.113583.1.1.1":"PDF Password","1.2.840.113583.1.1.2":"PDF Default Signing Credential","1.2.840.113583.1.1.3":"PDF Default Encryption Credential","1.2.840.113583.1.1.4":"PDF Password Timeout","1.2.840.113583.1.1.5":"PDF Authentic Documents Trust","1.2.840.113583.1.1.6":"PDF Dynamic Content Trust","1.2.840.113583.1.1.7":"PDF Ubiquity Trust","1.2.840.113583.1.1.8":"PDF Revocation Info Archival","1.2.840.113583.1.1.9":"PDF x509 Extension","1.2.840.113583.1.1.9.1":"Adobe Time-stamp","1.2.840.113583.1.1.9.2":"Adobe Archive Rev Info","1.2.840.113583.1.1.10":"PDF PPLK Lite Credential","1.2.840.113583.1.2.":"Acrobat CPS","1.2.840.113583.1.2.1":"PDF Authentic Documents CPS","1.2.840.113583.1.2.2":"PDF Test CPS","1.2.840.113583.1.2.3":"PDF Ubiquity CPS","1.2.840.113583.1.2.4":"PDF Adhoc CPS","1.2.840.113583.1.7":"Acrobat Ubiquity","1.2.840.113583.1.7.1":"PDF Ubiquity Sub Rights","1.2.840.113583.1.9":"Acrobat Extension","1.2.840.113628.114.1.7":"Adobe PKCS7","1.2.840.113635.100":"Apple Data Security","1.2.840.113635.100.1":"Apple Trust Policy","1.2.840.113635.100.1.1":"Apple I Sign TP","1.2.840.113635.100.1.2":"Apple x509 Basic","1.2.840.113635.100.1.3":"Apple SSL Policy","1.2.840.113635.100.1.4":"Apple Local Cert Gen Policy","1.2.840.113635.100.1.5":"Apple CSR Gen Policy","1.2.840.113635.100.1.6":"Apple CRL Policy","1.2.840.113635.100.1.7":"Apple OCSP Policy","1.2.840.113635.100.1.8":"Apple SMIME Policy","1.2.840.113635.100.1.9":"Apple EAP Policy","1.2.840.113635.100.1.10":"Apple SW Update Signing Policy","1.2.840.113635.100.1.11":"Apple IPSec Policy","1.2.840.113635.100.1.12":"Apple IChat Policy","1.2.840.113635.100.1.13":"Apple Resource Sign Policy","1.2.840.113635.100.1.14":"Apple PKINIT Client Policy","1.2.840.113635.100.1.15":"Apple PKINIT Server Policy","1.2.840.113635.100.1.16":"Apple Code Signing Policy","1.2.840.113635.100.1.17":"Apple Package Signing Policy","1.2.840.113635.100.2":"Apple Security Algorithm","1.2.840.113635.100.2.1":"Apple FEE","1.2.840.113635.100.2.2":"Apple ASC","1.2.840.113635.100.2.3":"Apple FEE_MD5","1.2.840.113635.100.2.4":"Apple FEE_SHA1","1.2.840.113635.100.2.5":"Apple FEED","1.2.840.113635.100.2.6":"Apple FEEDEXP","1.2.840.113635.100.2.7":"Apple ECDSA","1.2.840.113635.100.3":"Apple Dot Mac Certificate","1.2.840.113635.100.3.1":"Apple Dot Mac Certificate Request","1.2.840.113635.100.3.2":"Apple Dot Mac Certificate Extension","1.2.840.113635.100.3.3":"Apple Dot Mac Certificate Request Values","1.2.840.113635.100.4":"Apple Extended Key Usage","1.2.840.113635.100.4.1":"Apple Code Signing","1.2.840.113635.100.4.1.1":"Apple Code Signing Development","1.2.840.113635.100.4.1.2":"Apple Software Update Signing","1.2.840.113635.100.4.1.3":"Apple Code Signing Third Party","1.2.840.113635.100.4.1.4":"Apple Resource Signing","1.2.840.113635.100.4.2":"Apple I Chat Signing","1.2.840.113635.100.4.3":"Apple I Chat Encryption","1.2.840.113635.100.4.4":"Apple System Identity","1.2.840.113635.100.4.5":"Apple Crypto Env","1.2.840.113635.100.4.5.1":"Apple Crypto Production Env","1.2.840.113635.100.4.5.2":"Apple Crypto Maintenance Env","1.2.840.113635.100.4.5.3":"Apple Crypto Test Env","1.2.840.113635.100.4.5.4":"Apple Crypto Development Env","1.2.840.113635.100.4.6":"Apple Crypto Qo S","1.2.840.113635.100.4.6.1":"Apple Crypto Tier0 QoS","1.2.840.113635.100.4.6.2":"Apple Crypto Tier1 QoS","1.2.840.113635.100.4.6.3":"Apple Crypto Tier2 QoS","1.2.840.113635.100.4.6.4":"Apple Crypto Tier3 QoS","1.2.840.113635.100.4.7":"Apple ID Sharing Certificate","1.2.840.113635.100.5":"Apple Certificate Policies","1.2.840.113635.100.5.1":"Apple Certificate Policy ID","1.2.840.113635.100.5.2":"Apple Dot Mac Certificate Policy ID","1.2.840.113635.100.5.3":"Apple ADC Certificate Policy ID","1.2.840.113635.100.5.7.1":"Apple ID Sharing Certificate Policy","1.2.840.113635.100.6":"Apple Certificate Extensions","1.2.840.113635.100.6.1":"Apple Certificate Extension Code Signing","1.2.840.113635.100.6.1.1":"Apple Certificate Extension Apple Signing","1.2.840.113635.100.6.1.2":"Apple Certificate Extension ADC Developer Signing","1.2.840.113635.100.6.1.3":"Apple Certificate Extension ADC Apple Signing","1.2.840.113635.100.6.2.3":"Apple Application Integration","1.2.840.114021.1.6.1":"Identrus unknown policy Identifier","1.2.840.114021.4.1":"Identrus OCSP","1.3.6.1.4.1.188.7.1.1":"Ascom","1.3.6.1.4.1.188.7.1.1.1":"Idea ECB","1.3.6.1.4.1.188.7.1.1.2":"Idea CBC","1.3.6.1.4.1.188.7.1.1.3":"Idea CFB","1.3.6.1.4.1.188.7.1.1.4":"Idea OFB","1.3.6.1.4.1.311.2.1.4":"Spc Indirect Data Context","1.3.6.1.4.1.311.2.1.10":"Spc Agency Info","1.3.6.1.4.1.311.2.1.11":"Spc Statement Type","1.3.6.1.4.1.311.2.1.12":"Spc Sp Opus Info","1.3.6.1.4.1.311.2.1.14":"Cert Req Extensions","1.3.6.1.4.1.311.2.1.15":"Spc P E Image Data","1.3.6.1.4.1.311.2.1.18":"Spc Raw File Data","1.3.6.1.4.1.311.2.1.19":"Spc Structured Storage Data","1.3.6.1.4.1.311.2.1.20":"Spc Java ClassData (type 1extension',aka 'Glue extension)","1.3.6.1.4.1.311.2.1.21":"Individual Code Signing","1.3.6.1.4.1.311.2.1.22":"Commercial Code Signing","1.3.6.1.4.1.311.2.1.25":"Spc Link (type 2as 'Glue extension)","1.3.6.1.4.1.311.2.1.26":"Spc Minimal Criteria Info","1.3.6.1.4.1.311.2.1.27":"Spc Financial Criteria Info","1.3.6.1.4.1.311.2.1.28":"SpcLink (type 3as 'Glue extension)","1.3.6.1.4.1.311.2.1.29":"Spc Hash Info Obj ID","1.3.6.1.4.1.311.2.1.30":"Spc Sip Info Obj ID","1.3.6.1.4.1.311.2.2":"Ctl","1.3.6.1.4.1.311.2.2.1":"Ctl Trusted Codesigning CAList","1.3.6.1.4.1.311.2.2.2":"Ctl Trusted Client Auth CAList","1.3.6.1.4.1.311.2.2.3":"Ctl Trusted Server Auth CAList","1.3.6.1.4.1.311.3.2.1":"Timestamp Request","1.3.6.1.4.1.311.10.1":"Cert Trust List","1.3.6.1.4.1.311.10.1.1":"Sorted Ctl","1.3.6.1.4.1.311.10.2":"Next Update Location","1.3.6.1.4.1.311.10.3.1":"Cert Trust List Signing","1.3.6.1.4.1.311.10.3.2":"Time Stamp Signing","1.3.6.1.4.1.311.10.3.3":"Server Gated Crypto","1.3.6.1.4.1.311.10.3.3.1":"Serialized","1.3.6.1.4.1.311.10.3.4":"Encrypted File System","1.3.6.1.4.1.311.10.3.4.1":"Efs Recovery","1.3.6.1.4.1.311.10.3.5":"Whql Crypto","1.3.6.1.4.1.311.10.3.6":"Nt5 Crypto","1.3.6.1.4.1.311.10.3.7":"Oem WHQL Crypto","1.3.6.1.4.1.311.10.3.8":"Embedded NT Crypto","1.3.6.1.4.1.311.10.3.9":"Root List Signer","1.3.6.1.4.1.311.10.3.10":"Qualified Subordination","1.3.6.1.4.1.311.10.3.11":"Key Recovery","1.3.6.1.4.1.311.10.3.12":"Document Signing","1.3.6.1.4.1.311.10.3.13":"Lifetime Signing","1.3.6.1.4.1.311.10.3.14":"Mobile Device Software","1.3.6.1.4.1.311.10.3.15":"Smart Display","1.3.6.1.4.1.311.10.3.16":"Csp Signature","1.3.6.1.4.1.311.10.4.1":"yesno Trust Attr","1.3.6.1.4.1.311.10.5.1":"Drm","1.3.6.1.4.1.311.10.5.2":"Drm Individualization","1.3.6.1.4.1.311.10.6.1":"Licenses","1.3.6.1.4.1.311.10.6.2":"License Server","1.3.6.1.4.1.311.10.7.1":"Keyid Rdn","1.3.6.1.4.1.311.10.8.1":"Remove Certificate","1.3.6.1.4.1.311.10.9.1":"Cross Cert Dist Points","1.3.6.1.4.1.311.10.10.1":"Cmc Add Attributes","1.3.6.1.4.1.311.10.11":"Cert Prop Id Prefix","1.3.6.1.4.1.311.10.11.4":"Cert Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.20":"Cert Key Identifier Prop Id","1.3.6.1.4.1.311.10.11.28":"Cert Issuer Serial Number Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.29":"Cert Subject Name MD5 Hash Prop Id","1.3.6.1.4.1.311.10.12.1":"Any Application Policy","1.3.6.1.4.1.311.12":"Catalog","1.3.6.1.4.1.311.12.1.1":"Catalog List","1.3.6.1.4.1.311.12.1.2":"Catalog List Member","1.3.6.1.4.1.311.12.2.1":"Catalog Name Value Obj ID","1.3.6.1.4.1.311.12.2.2":"Catalog Member Info Obj ID","1.3.6.1.4.1.311.13.1":"Renewal Certificate","1.3.6.1.4.1.311.13.2.1":"Enrolment Name Value Pair","1.3.6.1.4.1.311.13.2.2":"Enrolment CSP","1.3.6.1.4.1.311.13.2.3":"Os Version","1.3.6.1.4.1.311.16.4":"Microsoft Recipient Info","1.3.6.1.4.1.311.17.1":"PKCS12 Key Provider Name Attr","1.3.6.1.4.1.311.17.2":"Local Machine Keyset","1.3.6.1.4.1.311.17.3":"PKCS12 Extended Attributes","1.3.6.1.4.1.311.20.1":"Auto Enroll Ctl Usage","1.3.6.1.4.1.311.20.2":"Microsoft Certificate Type","1.3.6.1.4.1.311.20.2.1":"Enrollment Agent","1.3.6.1.4.1.311.20.2.2":"Smartcard Logon","1.3.6.1.4.1.311.20.2.3":"NP Principal Name","1.3.6.1.4.1.311.20.3":"Cert Manifold","1.3.6.1.4.1.311.21.1":"Microsoft Certification Authority Renewal","1.3.6.1.4.1.311.21.2":"Microsoft Certificate Previous Hash","1.3.6.1.4.1.311.21.3":"CRL Virtual Base","1.3.6.1.4.1.311.21.4":"CRL Next Publish","1.3.6.1.4.1.311.21.5":"Ca Exchange","1.3.6.1.4.1.311.21.6":"Key Recovery","1.3.6.1.4.1.311.21.7":"Microsoft Certificate Template","1.3.6.1.4.1.311.21.8":"Enterprize OID Root","1.3.6.1.4.1.311.21.9":"Rdn Dummy Signer","1.3.6.1.4.1.311.21.10":"Microsoft Certificate Policies","1.3.6.1.4.1.311.21.11":"Application Policy Mappings","1.3.6.1.4.1.311.21.12":"Application Policy Constraints","1.3.6.1.4.1.311.21.13":"Archived Key","1.3.6.1.4.1.311.21.14":"CRL Self CDP","1.3.6.1.4.1.311.21.15":"Require Cert Chain Policy","1.3.6.1.4.1.311.21.16":"Archived Key Cert Hash","1.3.6.1.4.1.311.21.17":"Issued Cert Hash","1.3.6.1.4.1.311.21.19":"DS Email Replication","1.3.6.1.4.1.311.21.20":"Request Client Info","1.3.6.1.4.1.311.21.21":"Encrypted Key Hash","1.3.6.1.4.1.311.21.22":"Certsrv Cross CA Version","1.3.6.1.4.1.311.25.1":"Ntds Replication","1.3.6.1.4.1.311.31.1":"Product Update","1.3.6.1.4.1.311.47.1.1":"System Health","1.3.6.1.4.1.311.47.1.3":"System Health Loophole","1.3.6.1.4.1.311.60.1.1":"Root Program Flags","1.3.6.1.4.1.311.60.2.1.1":"Jurisdiction Of Incorporation L","1.3.6.1.4.1.311.60.2.1.2":"Jurisdiction Of Incorporation SP","1.3.6.1.4.1.311.60.2.1.3":"Jurisdiction Of Incorporation C","1.3.6.1.4.1.311.61.1.1":"Kernel Mode Code Signing","1.3.6.1.4.1.311.84.1.1":"ASP.NET HTTPS Development certificate","1.3.6.1.4.1.311.88":"CAPICOM","1.3.6.1.4.1.311.88.1":"CAPICOM version","1.3.6.1.4.1.311.88.2":"CAPICOM attribute","1.3.6.1.4.1.311.88.2.1":"Document type attribute","1.3.6.1.4.1.311.88.2.2":"Document description attribute","1.3.6.1.4.1.311.88.3":"CAPICOM encrypted data message","1.3.6.1.4.1.311.88.3.1":"CAPICOM content of encrypted data","1.3.6.1.4.1.782.1.2.1.8.1":"Network Solutions EV policy","1.3.6.1.4.1.2428.10.1.1":"UNINETT policy Identifier","1.3.6.1.4.1.2712.10":"ICE-TEL policy Identifier","1.3.6.1.4.1.2786.1.1.1":"ICE-TEL Italian","1.3.6.1.4.1.3029.1.1.1":"Blowfish ECB","1.3.6.1.4.1.3029.1.1.2":"Blowfish CBC","1.3.6.1.4.1.3029.1.1.3":"Blowfish CFB","1.3.6.1.4.1.3029.1.1.4":"Blowfish OFB","1.3.6.1.4.1.3029.1.2.1":"Elgamal","1.3.6.1.4.1.3029.1.2.1.1":"Elgamal with SHA-1","1.3.6.1.4.1.3029.1.2.1.2":"Elgamal with RIPEMD-160","1.3.6.1.4.1.3029.3.1.1":"Cryptlib Presence Check","1.3.6.1.4.1.3029.3.1.2":"Pki Boot","1.3.6.1.4.1.3029.3.1.4":"CRL Ext Reason","1.3.6.1.4.1.3029.3.1.5":"Key Features","1.3.6.1.4.1.3029.4.1":"Cryptlib Content","1.3.6.1.4.1.3029.4.1.1":"Cryptlib Config Data","1.3.6.1.4.1.3029.4.1.2":"Cryptlib User Index","1.3.6.1.4.1.3029.4.1.3":"Cryptlib User Info","1.3.6.1.4.1.3029.4.1.4":"Rtcs Request","1.3.6.1.4.1.3029.4.1.5":"Rtcs Response","1.3.6.1.4.1.3029.4.1.6":"Rtcs Response Ext","1.3.6.1.4.1.3029.42.11172.1":"Mpeg-1","1.3.6.1.4.1.3029.54.11940.54":"TSA policy 'Anythingpolicy","1.3.6.1.4.1.3029.88.89.90.90.89":"XYZZY policy Identifier","1.3.6.1.4.1.3401.8.1.1":"Pgp Extension","1.3.6.1.4.1.3576.7":"Ecia Asc X12 Edi","1.3.6.1.4.1.3576.7.1":"Plain ED Imessage","1.3.6.1.4.1.3576.7.2":"Signed ED Imessage","1.3.6.1.4.1.3576.7.5":"Integrity ED Imessage","1.3.6.1.4.1.3576.7.65":"Ia Receipt Message","1.3.6.1.4.1.3576.7.97":"Ia Status Message","1.3.6.1.4.1.3576.8":"Ecia Edifact","1.3.6.1.4.1.3576.9":"Ecia Non Edi","1.3.6.1.4.1.4146":"GlobalSign","1.3.6.1.4.1.4146.1":"GlobalSign Policy","1.3.6.1.4.1.4146.1.1":"GlobalSign EV policy","1.3.6.1.4.1.4146.1.10":"GlobalSign DV Policy","1.3.6.1.4.1.4146.1.20":"GlobalSign OV Policy","1.3.6.1.4.1.4146.1.30":"GlobalSign TSA Policy","1.3.6.1.4.1.4146.1.40":"GlobalSign Client Certificates Policy","1.3.6.1.4.1.4146.1.40.10":"GlobalSign Client Certificates Enterprise PKI Policy","1.3.6.1.4.1.4146.1.50":"GlobalSign Code Signing Certificates Policy","1.3.6.1.4.1.4146.1.60":"GlobalSign Root Sign Policy","1.3.6.1.4.1.4146.1.70":"GlobalSign Trusted Root Policy","1.3.6.1.4.1.4146.1.80":"GlobalSign EDI Client Policy","1.3.6.1.4.1.4146.1.81":"GlobalSign EDI Server Policy","1.3.6.1.4.1.4146.1.90":"GlobalSign TPM Root Policy","1.3.6.1.4.1.4146.1.95":"GlobalSign OCSP Policy","1.3.6.1.4.1.41482.3.3":"YubiKey Firmware Version","1.3.6.1.4.1.41482.3.7":"YubiKey Serial Number","1.3.6.1.4.1.41482.3.8":"YubiKey PIN Touch Policy","1.3.6.1.4.1.41482.3.9":"YubiKey Formfactor","1.3.6.1.4.1.4788.2.202.1":"D-TRUSTEV policy","1.3.6.1.4.1.5309.1":"Edel Web Policy","1.3.6.1.4.1.5309.1.2":"Edel Web Customer Policy","1.3.6.1.4.1.5309.1.2.1":"Edel Web Clepsydre Policy","1.3.6.1.4.1.5309.1.2.2":"Edel Web Experimental TSA Policy","1.3.6.1.4.1.5309.1.2.3":"Edel Web Open Evidence TSA Policy","1.3.6.1.4.1.53087.1.3":"Trademark Country Or Region Name","1.3.6.1.4.1.53087.1.4":"Trademark Registration Number","1.3.6.1.4.1.53087.1.6":"Word Mark","1.3.6.1.4.1.5472":"Timeproof","1.3.6.1.4.1.5472.1":"TSS","1.3.6.1.4.1.5472.1.1":"TSS80","1.3.6.1.4.1.5472.1.2":"TSS380","1.3.6.1.4.1.5472.1.3":"TSS400","1.3.6.1.4.1.5770.0.3":"Secondary Practices","1.3.6.1.4.1.5770.0.4":"Physician Identifiers","1.3.6.1.4.1.6334.1.100.1":"Cybertrust EV policy","1.3.6.1.4.1.6449.1.2.1.3.1":"Comodo Policy","1.3.6.1.4.1.6449.1.2.1.5.1":"Comodo EV policy","1.3.6.1.4.1.6449.1.2.2.7":"Comodo TLS DV","1.3.6.1.4.1.6449.1.2.2.15":"Wotrust Policy","1.3.6.1.4.1.6449.1.3.5.2":"Comodo Certified Delivery Service","1.3.6.1.4.1.6449.2.1.1":"Comodo Timestamping Policy","1.3.6.1.4.1.7879.13.24.1":"T-Tele Sec EV policy","1.3.6.1.4.1.8024.0.2.100.1.2":"QuoVadis EV policy","1.3.6.1.4.1.8231.1":"Rol Unico Nacional","1.3.6.1.4.1.8301.3.5.1":"alidity Model Chain","1.3.6.1.4.1.8301.3.5.2":"alidity Model Shell","1.3.6.1.4.1.11129.2.4.2":"Certificate Transparency","1.3.6.1.4.1.11591":"Gnu","1.3.6.1.4.1.11591.1":"Gnu Radius","1.3.6.1.4.1.11591.3":"Gnu Radar","1.3.6.1.4.1.11591.12":"Gnu Digest Algorithm","1.3.6.1.4.1.11591.12.2":"Tiger","1.3.6.1.4.1.11591.13":"Gnu Encryption Algorithm","1.3.6.1.4.1.11591.13.2":"Serpent","1.3.6.1.4.1.11591.13.2.1":"Serpent128_ECB","1.3.6.1.4.1.11591.13.2.2":"Serpent128_CBC","1.3.6.1.4.1.11591.13.2.3":"Serpent128_OFB","1.3.6.1.4.1.11591.13.2.4":"Serpent128_CFB","1.3.6.1.4.1.11591.13.2.21":"Serpent192_ECB","1.3.6.1.4.1.11591.13.2.22":"Serpent192_CBC","1.3.6.1.4.1.11591.13.2.23":"Serpent192_OFB","1.3.6.1.4.1.11591.13.2.24":"Serpent192_CFB","1.3.6.1.4.1.11591.13.2.41":"Serpent256_ECB","1.3.6.1.4.1.11591.13.2.42":"Serpent256_CBC","1.3.6.1.4.1.11591.13.2.43":"Serpent256_OFB","1.3.6.1.4.1.11591.13.2.44":"Serpent256_CFB","1.3.6.1.4.1.14370.1.6":"Geo Trust EV policy","1.3.6.1.4.1.14777.6.1.1":"Izenpe EV policy","1.3.6.1.4.1.14777.6.1.2":"Izenpe EV policy","1.3.6.1.4.1.16334.509.1.1":"Northrop Grumman ext Key Usage?","1.3.6.1.4.1.16334.509.2.1":"Ngc Class1","1.3.6.1.4.1.16334.509.2.2":"Ngc Class2","1.3.6.1.4.1.16334.509.2.3":"Ngc Class3","1.3.6.1.4.1.17326.10.8.12.1.2":"Camerfirma EV policy","1.3.6.1.4.1.17326.10.14.2.1.2":"Camerfirma EV policy","1.3.6.1.4.1.22234.2.5.2.3.1":"Cert Plus EV policy","1.3.6.1.4.1.23223.1.1.1":"Start Com EV policy","1.3.6.1.4.1.23629.1.4.2.1.1":"Safenet Usage Limit","1.3.6.1.4.1.23629.1.4.2.1.2":"Safenet End Date","1.3.6.1.4.1.23629.1.4.2.1.3":"Safenet Start Date","1.3.6.1.4.1.23629.1.4.2.1.4":"Safenet Admin Cert","1.3.6.1.4.1.23629.1.4.2.2.1":"Safenet Key Digest","1.3.6.1.4.1.34697.2.1":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.2":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.3":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.4":"Affirm Trust EV policy","1.3.6.1.4.1.40869.1.1.22.3":"TWCAEV policy","1.3.6.1.4.1.13177.10.1.2.2":"Corporate certificates for Natural Person","1.3.6.1.4.1.37476.9000.64.1":"Smallstep CA Provisioner ID","1.3.6.1.5.2.3.5":"KCD Authentication","1.3.6.1.5.5.7":"PKIX","1.3.6.1.5.5.7.0.12":"Attribute Cert","1.3.6.1.5.5.7.1":"Private Extension","1.3.6.1.5.5.7.1.1":"Certificate Authority Information Access","1.3.6.1.5.5.7.1.2":"Biometric Info","1.3.6.1.5.5.7.1.3":"Qualified Certificate Statements","1.3.6.1.5.5.7.1.4":"Ac Audit Identity","1.3.6.1.5.5.7.1.5":"Ac Targeting","1.3.6.1.5.5.7.1.6":"Ac Aa Controls","1.3.6.1.5.5.7.1.7":"Ip Addr Blocks","1.3.6.1.5.5.7.1.8":"Autonomous Sys Ids","1.3.6.1.5.5.7.1.9":"Router Identifier","1.3.6.1.5.5.7.1.10":"Ac Proxying","1.3.6.1.5.5.7.1.11":"Subject Info Access","1.3.6.1.5.5.7.1.12":"Logo Type","1.3.6.1.5.5.7.1.13":"Wlan SSID","1.3.6.1.5.5.7.1.26":"Telephone Number Authorization List","1.3.6.1.5.5.7.2":"Policy Qualifier Ids","1.3.6.1.5.5.7.2.1":"Certificate Policy Statement","1.3.6.1.5.5.7.2.2":"User Notice","1.3.6.1.5.5.7.2.3":"Text Notice","1.3.6.1.5.5.7.3":"Key Purpose","1.3.6.1.5.5.7.3.1":"Server Authentication","1.3.6.1.5.5.7.3.2":"Client Authentication","1.3.6.1.5.5.7.3.3":"Code Signing","1.3.6.1.5.5.7.3.4":"Email Protection","1.3.6.1.5.5.7.3.5":"Ipsec End System","1.3.6.1.5.5.7.3.6":"Ipsec Tunnel","1.3.6.1.5.5.7.3.7":"Ipsec User","1.3.6.1.5.5.7.3.8":"Time Stamping","1.3.6.1.5.5.7.3.9":"OCSP Signing","1.3.6.1.5.5.7.3.10":"DVCS","1.3.6.1.5.5.7.3.11":"Sbgp Cert AA Server Auth","1.3.6.1.5.5.7.3.13":"Eap Over PPP","1.3.6.1.5.5.7.3.14":"Eap Over LAN","1.3.6.1.5.5.7.3.31":"Brand Indicator for Message Identification","1.3.6.1.5.5.7.3.46":"Document Signing","1.3.6.1.5.5.7.4":"Cmp Information Types","1.3.6.1.5.5.7.4.1":"Ca Prot Enc Cert","1.3.6.1.5.5.7.4.2":"Sign Key Pair Types","1.3.6.1.5.5.7.4.3":"Enc Key Pair Types","1.3.6.1.5.5.7.4.4":"Preferred Symm Alg","1.3.6.1.5.5.7.4.5":"CA Key Update Info","1.3.6.1.5.5.7.4.6":"Current CRL","1.3.6.1.5.5.7.4.7":"Unsupported OIDs","1.3.6.1.5.5.7.4.10":"Key Pair Param Req","1.3.6.1.5.5.7.4.11":"Key Pair Param Rep","1.3.6.1.5.5.7.4.12":"Rev Passphrase","1.3.6.1.5.5.7.4.13":"Implicit Confirm","1.3.6.1.5.5.7.4.14":"Confirm Wait Time","1.3.6.1.5.5.7.4.15":"Orig PKI Message","1.3.6.1.5.5.7.4.16":"Supp Lang Tags","1.3.6.1.5.5.7.5":"Crmf Registration","1.3.6.1.5.5.7.5.1":"Reg Ctrl","1.3.6.1.5.5.7.5.1.1":"Reg Token","1.3.6.1.5.5.7.5.1.2":"Authenticator","1.3.6.1.5.5.7.5.1.3":"Pki Publication Info","1.3.6.1.5.5.7.5.1.4":"Pki Archive Options","1.3.6.1.5.5.7.5.1.5":"Old Cert ID","1.3.6.1.5.5.7.5.1.6":"Protocol Encr Key","1.3.6.1.5.5.7.5.1.7":"Alt Cert Template","1.3.6.1.5.5.7.5.1.8":"Wtls Template","1.3.6.1.5.5.7.5.2":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.1":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.2":"Cert Req","1.3.6.1.5.5.7.6":"Algorithms","1.3.6.1.5.5.7.6.1":"Des40","1.3.6.1.5.5.7.6.2":"No Signature","1.3.6.1.5.5.7.6.3":"Dh-sig-hmac","1.3.6.1.5.5.7.6.4":"Dh-pop","1.3.6.1.5.5.7.7":"CMC Controls","1.3.6.1.5.5.7.8":"Other Names","1.3.6.1.5.5.7.8.1":"Personal Data","1.3.6.1.5.5.7.8.2":"User Group","1.3.6.1.5.5.7.8.3":"Permanent Identifier","1.3.6.1.5.5.7.8.5":"Xmpp Addr","1.3.6.1.5.5.7.8.9":"SMTP UTF8 Mailbox","1.3.6.1.5.5.7.9":"Personal Data","1.3.6.1.5.5.7.9.1":"Date Of Birth","1.3.6.1.5.5.7.9.2":"Place Of Birth","1.3.6.1.5.5.7.9.3":"Gender","1.3.6.1.5.5.7.9.4":"Country Of Citizenship","1.3.6.1.5.5.7.9.5":"Country Of Residence","1.3.6.1.5.5.7.10":"Attribute Certificate","1.3.6.1.5.5.7.10.1":"Authentication Info","1.3.6.1.5.5.7.10.2":"Access Identity","1.3.6.1.5.5.7.10.3":"Charging Identity","1.3.6.1.5.5.7.10.4":"Group","1.3.6.1.5.5.7.10.5":"Role","1.3.6.1.5.5.7.10.6":"Wlan SSID","1.3.6.1.5.5.7.11":"Personal Data","1.3.6.1.5.5.7.11.1":"PKIX QC Syntax V1","1.3.6.1.5.5.7.11.2":"PKIX QC Syntax V2","1.3.6.1.5.5.7.14.2":"Resource Certificate Policy","1.3.6.1.5.5.7.20":"Logo","1.3.6.1.5.5.7.20.1":"Logo Loyalty","1.3.6.1.5.5.7.20.2":"Logo Background","1.3.6.1.5.5.7.48.1":"OCSP","1.3.6.1.5.5.7.48.1.1":"OCSP Basic","1.3.6.1.5.5.7.48.1.2":"OCSP Nonce","1.3.6.1.5.5.7.48.1.3":"OCSP CRL","1.3.6.1.5.5.7.48.1.4":"OCSP Response","1.3.6.1.5.5.7.48.1.5":"OCSP No Check","1.3.6.1.5.5.7.48.1.6":"OCSP Archive Cutoff","1.3.6.1.5.5.7.48.1.7":"OCSP Service Locator","1.3.6.1.5.5.7.48.2":"CA Issuers","1.3.6.1.5.5.7.48.3":"Time Stamping","1.3.6.1.5.5.7.48.4":"DVCS","1.3.6.1.5.5.7.48.5":"CA Repository","1.3.6.1.5.5.7.48.7":"Signed Object Repository","1.3.6.1.5.5.7.48.10":"Rpki Manifest","1.3.6.1.5.5.7.48.11":"Signed Object","1.3.6.1.5.5.8.1.1":"HMAC MD5","1.3.6.1.5.5.8.1.2":"HMAC SHA","1.3.6.1.5.5.8.1.3":"HMAC Tiger","1.3.6.1.5.5.8.2.2":"IKE Intermediate","1.3.12.2.1011.7.1":"DEC Encryption Algorithm","1.3.12.2.1011.7.1.2":"DEC DEA","1.3.12.2.1011.7.2":"DEC Hash Algorithm","1.3.12.2.1011.7.2.1":"DECMD2","1.3.12.2.1011.7.2.2":"DECMD4","1.3.12.2.1011.7.3":"DEC Signature Algorithm","1.3.12.2.1011.7.3.1":"DEC MD2 with RSA","1.3.12.2.1011.7.3.2":"DEC MD4 with RSA","1.3.12.2.1011.7.3.3":"DEC DEAMAC","1.3.14.2.26.5":"SHA","1.3.14.3.2.1.1":"RSA","1.3.14.3.2.2":"MD4 with RSA","1.3.14.3.2.2.1":"Sqmod-N","1.3.14.3.2.3":"MD5 with RSA","1.3.14.3.2.3.1":"Sqmod-Nwith RSA","1.3.14.3.2.4":"MD4 with RSA Encryption","1.3.14.3.2.6":"DES ECB","1.3.14.3.2.7":"DES CBC","1.3.14.3.2.8":"DES OFB","1.3.14.3.2.9":"DES CFB","1.3.14.3.2.10":"DES MAC","1.3.14.3.2.11":"RSA Signature","1.3.14.3.2.12":"DSA","1.3.14.3.2.13":"DSA with SHA","1.3.14.3.2.14":"MDC2 with RSA Signature","1.3.14.3.2.15":"SHA with RSA Signature","1.3.14.3.2.16":"DH with Common Modulus","1.3.14.3.2.17":"Des EDE","1.3.14.3.2.18":"SHA","1.3.14.3.2.19":"MDC-2","1.3.14.3.2.20":"DSA Common","1.3.14.3.2.21":"DSA Common with SHA","1.3.14.3.2.22":"RSA Key Transport","1.3.14.3.2.23":"Keyed-hash-seal","1.3.14.3.2.24":"MD2 with RSA Signature","1.3.14.3.2.25":"MD5 with RSA Signature","1.3.14.3.2.26":"SHA1","1.3.14.3.2.27":"DSA with SHA1","1.3.14.3.2.28":"DSA with Common SHA1","1.3.14.3.2.29":"SHA-1 with RSA Encryption","1.3.14.3.3.1":"Simple-strong-auth","1.3.14.7.2.1.1":"El Gamal","1.3.14.7.2.3.1":"MD2 with RSA","1.3.14.7.2.3.2":"MD2 with El Gamal","1.3.36.1":"Document","1.3.36.1.1":"Final Version","1.3.36.1.2":"Draft","1.3.36.2":"Sio","1.3.36.2.1":"Sedu","1.3.36.3":"Algorithm","1.3.36.3.1":"Encryption Algorithm","1.3.36.3.1.1":"DES","1.3.36.3.1.1.1":"DES ECB_pad","1.3.36.3.1.1.1.1":"DES ECB_ISOpad","1.3.36.3.1.1.2.1":"DES CBC_pad","1.3.36.3.1.1.2.1.1":"DES CBC_ISOpad","1.3.36.3.1.2":"IDEA","1.3.36.3.1.2.1":"IDEA ECB","1.3.36.3.1.2.1.1":"IDEA ECB_pad","1.3.36.3.1.2.1.1.1":"IDEA ECB_ISOpad","1.3.36.3.1.2.2":"IDEA CBC","1.3.36.3.1.2.2.1":"IDEA CBC_pad","1.3.36.3.1.2.2.1.1":"IDEA CBC_ISOpad","1.3.36.3.1.2.3":"IDEA OFB","1.3.36.3.1.2.4":"IDEA CFB","1.3.36.3.1.3":"DES_3","1.3.36.3.1.3.1.1":"DES_3 ECB_pad","1.3.36.3.1.3.1.1.1":"DES_3 ECB_ISOpad","1.3.36.3.1.3.2.1":"DES_3 CBC_pad","1.3.36.3.1.3.2.1.1":"DES_3 CBC_ISOpad","1.3.36.3.1.4":"RSA Encryption","1.3.36.3.1.4.512.17":"RSA Encryption Withlmod512expe17","1.3.36.3.1.5":"BSI-1","1.3.36.3.1.5.1":"BSI_1 ECB_pad","1.3.36.3.1.5.2":"BSI_1 CBC_pad","1.3.36.3.1.5.2.1":"BSI_1 CBC_PEMpad","1.3.36.3.2":"Hash Algorithm","1.3.36.3.2.1":"Ripemd160","1.3.36.3.2.2":"Ripemd128","1.3.36.3.2.3":"Ripemd256","1.3.36.3.2.4":"Mdc2single Length","1.3.36.3.2.5":"Mdc2double Length","1.3.36.3.3":"Signature Algorithm","1.3.36.3.3.1":"RSA Signature","1.3.36.3.3.1.1":"RSA Signature WithSHA1","1.3.36.3.3.1.1.1024.11":"RSA Signature WithSHA1_l1024_l11","1.3.36.3.3.1.2":"RSA Signature Withripemd160","1.3.36.3.3.1.2.1024.11":"RSA Signature Withripemd160_l1024_l11","1.3.36.3.3.1.3":"RSA Signature Withrimpemd128","1.3.36.3.3.1.4":"RSA Signature Withrimpemd256","1.3.36.3.3.2":"Ecsie Sign","1.3.36.3.3.2.1":"Ecsie Sign WithSHA1","1.3.36.3.3.2.2":"Ecsie Sign Withripemd160","1.3.36.3.3.2.3":"Ecsie Sign Withmd2","1.3.36.3.3.2.4":"Ecsie Sign Withmd5","1.3.36.3.3.2.8.1.1.1":"Brainpool P160r1","1.3.36.3.3.2.8.1.1.2":"Brainpool P160t1","1.3.36.3.3.2.8.1.1.3":"Brainpool P192r1","1.3.36.3.3.2.8.1.1.4":"Brainpool P192t1","1.3.36.3.3.2.8.1.1.5":"Brainpool P224r1","1.3.36.3.3.2.8.1.1.6":"Brainpool P224t1","1.3.36.3.3.2.8.1.1.7":"Brainpool P256r1","1.3.36.3.3.2.8.1.1.8":"Brainpool P256t1","1.3.36.3.3.2.8.1.1.9":"Brainpool P320r1","1.3.36.3.3.2.8.1.1.10":"Brainpool P320t1","1.3.36.3.3.2.8.1.1.11":"Brainpool P384r1","1.3.36.3.3.2.8.1.1.12":"Brainpool P384t1","1.3.36.3.3.2.8.1.1.13":"Brainpool P512r1","1.3.36.3.3.2.8.1.1.14":"Brainpool P512t1","1.3.36.3.4":"Signature Scheme","1.3.36.3.4.1":"Sig S_ISO9796-1","1.3.36.3.4.2":"Sig S_ISO9796-2","1.3.36.3.4.2.1":"Sig S_ISO9796-2 with RED","1.3.36.3.4.2.2":"Sig S_ISO9796-2 with RSA","1.3.36.3.4.2.3":"Sig S_ISO9796-2 with RDN","1.3.36.4":"Attribute","1.3.36.5":"Policy","1.3.36.6":"Api","1.3.36.6.1":"Manufacturer-specific_api","1.3.36.6.1.1":"Utimaco-api","1.3.36.6.2":"Functionality-specific_api","1.3.36.7":"Keymgmnt","1.3.36.7.1":"Keyagree","1.3.36.7.1.1":"Bsi PKE","1.3.36.7.2":"Keytrans","1.3.36.7.2.1":"Enc ISO9796-2 Withrsa","1.3.36.8.1.1":"Teletrust Sig G Conform policy Identifier","1.3.36.8.2.1":"Directory Service","1.3.36.8.3.1":"Date Of Cert Gen","1.3.36.8.3.2":"Procuration","1.3.36.8.3.3":"Admission","1.3.36.8.3.4":"Monetary Limit","1.3.36.8.3.5":"Declaration Of Majority","1.3.36.8.3.6":"Integrated Circuit Card Serial Number","1.3.36.8.3.7":"PK Reference","1.3.36.8.3.8":"Restriction","1.3.36.8.3.9":"Retrieve If Allowed","1.3.36.8.3.10":"Requested Certificate","1.3.36.8.3.11":"Naming Authorities","1.3.36.8.3.11.1":"Recht Wirtschaft Steuern","1.3.36.8.3.11.1.1":"Rechtsanwaeltin","1.3.36.8.3.11.1.2":"Rechtsanwalt","1.3.36.8.3.11.1.3":"Rechts Beistand","1.3.36.8.3.11.1.4":"Steuer Beraterin","1.3.36.8.3.11.1.5":"Steuer Berater","1.3.36.8.3.11.1.6":"Steuer Bevollmaechtigte","1.3.36.8.3.11.1.7":"Steuer Bevollmaechtigter","1.3.36.8.3.11.1.8":"Notarin","1.3.36.8.3.11.1.9":"Notar","1.3.36.8.3.11.1.10":"Notar Vertreterin","1.3.36.8.3.11.1.11":"Notar Vertreter","1.3.36.8.3.11.1.12":"Notariats Verwalterin","1.3.36.8.3.11.1.13":"Notariats Verwalter","1.3.36.8.3.11.1.14":"Wirtschafts Prueferin","1.3.36.8.3.11.1.15":"Wirtschafts Pruefer","1.3.36.8.3.11.1.16":"ereidigte Buchprueferin","1.3.36.8.3.11.1.17":"ereidigter Buchpruefer","1.3.36.8.3.11.1.18":"Patent Anwaeltin","1.3.36.8.3.11.1.19":"Patent Anwalt","1.3.36.8.3.12":"Cert In Dir Since","1.3.36.8.3.13":"Cert Hash","1.3.36.8.3.14":"Name At Birth","1.3.36.8.3.15":"Additional Information","1.3.36.8.4.1":"Personal Data","1.3.36.8.4.8":"Restriction","1.3.36.8.5.1.1.1":"RSA Indicate SHA1","1.3.36.8.5.1.1.2":"RSA Indicate RIPEMD160","1.3.36.8.5.1.1.3":"RSA with SHA1","1.3.36.8.5.1.1.4":"RSA with RIPEMD160","1.3.36.8.5.1.2.1":"Dsa Extended","1.3.36.8.5.1.2.2":"Dsa with RIPEMD160","1.3.36.8.6.1":"Cert","1.3.36.8.6.2":"Cert Ref","1.3.36.8.6.3":"Attr Cert","1.3.36.8.6.4":"Attr Ref","1.3.36.8.6.5":"File Name","1.3.36.8.6.6":"Storage Time","1.3.36.8.6.7":"File Size","1.3.36.8.6.8":"Location","1.3.36.8.6.9":"Sig Number","1.3.36.8.6.10":"Auto Gen","1.3.36.8.7.1.1":"Pt Adobe ILL","1.3.36.8.7.1.2":"Pt Ami Pro","1.3.36.8.7.1.3":"Pt Auto CAD","1.3.36.8.7.1.4":"Pt Binary","1.3.36.8.7.1.5":"Pt BMP","1.3.36.8.7.1.6":"Pt CGM","1.3.36.8.7.1.7":"Pt Corel CRT","1.3.36.8.7.1.8":"Pt Corel DRW","1.3.36.8.7.1.9":"Pt Corel EXC","1.3.36.8.7.1.10":"Pt Corel PHT","1.3.36.8.7.1.11":"Pt Draw","1.3.36.8.7.1.12":"Pt DVI","1.3.36.8.7.1.13":"Pt EPS","1.3.36.8.7.1.14":"Pt Excel","1.3.36.8.7.1.15":"Pt GEM","1.3.36.8.7.1.16":"Pt GIF","1.3.36.8.7.1.17":"Pt HPGL","1.3.36.8.7.1.18":"Pt JPEG","1.3.36.8.7.1.19":"Pt Kodak","1.3.36.8.7.1.20":"Pt LaTeX","1.3.36.8.7.1.21":"Pt Lotus","1.3.36.8.7.1.22":"Pt Lotus PIC","1.3.36.8.7.1.23":"Pt Mac PICT","1.3.36.8.7.1.24":"Pt Mac Word","1.3.36.8.7.1.25":"Pt MSWfD","1.3.36.8.7.1.26":"Pt MSWord","1.3.36.8.7.1.27":"Pt MSWord2","1.3.36.8.7.1.28":"Pt MSWord6","1.3.36.8.7.1.29":"Pt MSWord8","1.3.36.8.7.1.30":"Pt PDF","1.3.36.8.7.1.31":"Pt PIF","1.3.36.8.7.1.32":"Pt Postscript","1.3.36.8.7.1.33":"Pt RTF","1.3.36.8.7.1.34":"Pt SCITEX","1.3.36.8.7.1.35":"Pt TAR","1.3.36.8.7.1.36":"Pt Targa","1.3.36.8.7.1.37":"Pt TeX","1.3.36.8.7.1.38":"Pt Text","1.3.36.8.7.1.39":"Pt TIFF","1.3.36.8.7.1.40":"Pt TIFF-FC","1.3.36.8.7.1.41":"Pt UID","1.3.36.8.7.1.42":"Pt UU Encode","1.3.36.8.7.1.43":"Pt WMF","1.3.36.8.7.1.44":"Pt Word Perfect","1.3.36.8.7.1.45":"Pt WP Grph","1.3.101.1.4":"Thawte-ce","1.3.101.1.4.1":"Strong Extranet","1.3.101.112":"Edwards-curve Digital Signature Algorithm (EdDSA) Ed25519","1.3.132.0.1":"Sect163k1","1.3.132.0.2":"Sect163r1","1.3.132.0.3":"Sect239k1","1.3.132.0.4":"Sect113r1","1.3.132.0.5":"Sect113r2","1.3.132.0.6":"Secp112r1","1.3.132.0.7":"Secp112r2","1.3.132.0.8":"Secp160r1","1.3.132.0.9":"Secp160k1","1.3.132.0.10":"Secp256k1","1.3.132.0.15":"Sect163r2","1.3.132.0.16":"Sect283k1","1.3.132.0.17":"Sect283r1","1.3.132.0.22":"Sect131r1","1.3.132.0.23":"Sect131r2","1.3.132.0.24":"Sect193r1","1.3.132.0.25":"Sect193r2","1.3.132.0.26":"Sect233k1","1.3.132.0.27":"Sect233r1","1.3.132.0.28":"Secp128r1","1.3.132.0.29":"Secp128r2","1.3.132.0.30":"Secp160r2","1.3.132.0.31":"Secp192k1","1.3.132.0.32":"Secp224k1","1.3.132.0.33":"Secp224r1","1.3.132.0.34":"Secp384r1","1.3.132.0.35":"Secp521r1","1.3.132.0.36":"Sect409k1","1.3.132.0.37":"Sect409r1","1.3.132.0.38":"Sect571k1","1.3.132.0.39":"Sect571r1","1.3.133.16.840.9.84":"x984","1.3.133.16.840.9.84.0":"x984 Module","1.3.133.16.840.9.84.0.1":"x984 Biometrics","1.3.133.16.840.9.84.0.2":"x984 CMS","1.3.133.16.840.9.84.0.3":"x984 Identifiers","1.3.133.16.840.9.84.1":"x984 Biometric","1.3.133.16.840.9.84.1.0":"Biometric Unknown Type","1.3.133.16.840.9.84.1.1":"Biometric Body Odor","1.3.133.16.840.9.84.1.2":"Biometric DNA","1.3.133.16.840.9.84.1.3":"Biometric Ear Shape","1.3.133.16.840.9.84.1.4":"Biometric Facial Features","1.3.133.16.840.9.84.1.5":"Biometric Finger Image","1.3.133.16.840.9.84.1.6":"Biometric Finger Geometry","1.3.133.16.840.9.84.1.7":"Biometric Hand Geometry","1.3.133.16.840.9.84.1.8":"Biometric Iris Features","1.3.133.16.840.9.84.1.9":"Biometric Keystroke Dynamics","1.3.133.16.840.9.84.1.10":"Biometric Palm","1.3.133.16.840.9.84.1.11":"Biometric Retina","1.3.133.16.840.9.84.1.12":"Biometric Signature","1.3.133.16.840.9.84.1.13":"Biometric Speech Pattern","1.3.133.16.840.9.84.1.14":"Biometric Thermal Image","1.3.133.16.840.9.84.1.15":"Biometric Vein Pattern","1.3.133.16.840.9.84.1.16":"Biometric Thermal Face Image","1.3.133.16.840.9.84.1.17":"Biometric Thermal Hand Image","1.3.133.16.840.9.84.1.18":"Biometric Lip Movement","1.3.133.16.840.9.84.1.19":"Biometric Gait","1.3.133.16.840.9.84.3":"x984 Matching Method","1.3.133.16.840.9.84.4":"x984 Format Owner","1.3.133.16.840.9.84.4.0":"x984 Cbeff Owner","1.3.133.16.840.9.84.4.1":"x984 Ibia Owner","1.3.133.16.840.9.84.4.1.1":"Ibia Owner SAFLINK","1.3.133.16.840.9.84.4.1.2":"Ibia Owner Bioscrypt","1.3.133.16.840.9.84.4.1.3":"Ibia Owner Visionics","1.3.133.16.840.9.84.4.1.4":"Ibia Owner Infineon Technologies AG","1.3.133.16.840.9.84.4.1.5":"Ibia Owner Iridian Technologies","1.3.133.16.840.9.84.4.1.6":"Ibia Owner Veridicom","1.3.133.16.840.9.84.4.1.7":"Ibia Owner Cyber SIGN","1.3.133.16.840.9.84.4.1.8":"Ibia Ownere Cryp","1.3.133.16.840.9.84.4.1.9":"Ibia Owner Fingerprint Cards AB","1.3.133.16.840.9.84.4.1.10":"Ibia Owner Secu Gen","1.3.133.16.840.9.84.4.1.11":"Ibia Owner Precise Biometric","1.3.133.16.840.9.84.4.1.12":"Ibia Owner Identix","1.3.133.16.840.9.84.4.1.13":"Ibia Owner DERMALOG","1.3.133.16.840.9.84.4.1.14":"Ibia Owner LOGICO","1.3.133.16.840.9.84.4.1.15":"Ibia Owner NIST","1.3.133.16.840.9.84.4.1.16":"Ibia Owner A3 Vision","1.3.133.16.840.9.84.4.1.17":"Ibia Owner NEC","1.3.133.16.840.9.84.4.1.18":"Ibia Owner ST Microelectronics","2.5.4.0":"Object Class","2.5.4.1":"Aliased Entry Name","2.5.4.2":"Knowledge Information","2.5.4.3":"Common Name","2.5.4.4":"Surname","2.5.4.5":"Serial Number","2.5.4.6":"Country Name","2.5.4.7":"Locality","2.5.4.7.1":"Collective Locality Name","2.5.4.8":"State","2.5.4.8.1":"Collective State Or Province Name","2.5.4.9":"Street Address","2.5.4.9.1":"Collective Street Address","2.5.4.97":"Organization Identifier","2.5.4.10":"Organization","2.5.4.10.1":"Collective Organization Name","2.5.4.11":"Organization Unit","2.5.4.11.1":"Collective Organization Unit Name","2.5.4.12":"Title","2.5.4.13":"Description","2.5.4.14":"Search Guide","2.5.4.15":"Business Category","2.5.4.16":"Postal Address","2.5.4.16.1":"Collective Postal Address","2.5.4.17":"Postal Code","2.5.4.17.1":"Collective Postal Code","2.5.4.18":"Post Office Box","2.5.4.18.1":"Collective Post Office Box","2.5.4.19":"Physical Delivery Office Name","2.5.4.19.1":"Collective Physical Delivery Office Name","2.5.4.20":"Telephone Number","2.5.4.20.1":"Collective Telephone Number","2.5.4.21":"Telex Number","2.5.4.21.1":"Collective Telex Number","2.5.4.22":"Teletex Terminal Identifier","2.5.4.22.1":"Collective Teletex Terminal Identifier","2.5.4.23":"Facsimile Telephone Number","2.5.4.23.1":"Collective Facsimile Telephone Number","2.5.4.24":"x121 Address","2.5.4.25":"International ISDN Number","2.5.4.25.1":"Collective International ISDN Number","2.5.4.26":"Registered Address","2.5.4.27":"Destination Indicator","2.5.4.28":"Preferred Delivery Mehtod","2.5.4.29":"Presentation Address","2.5.4.30":"Supported Application Context","2.5.4.31":"Member","2.5.4.32":"Owner","2.5.4.33":"Role Occupant","2.5.4.34":"See Also","2.5.4.35":"User Password","2.5.4.36":"User Certificate","2.5.4.37":"Ca Certificate","2.5.4.38":"Authority Revocation List","2.5.4.39":"Certificate Revocation List","2.5.4.40":"Cross Certificate Pair","2.5.4.41":"Name","2.5.4.42":"Given Name","2.5.4.43":"Initials","2.5.4.44":"Generation Qualifier","2.5.4.45":"Unique Identifier","2.5.4.46":"Dn Qualifier","2.5.4.47":"Enhanced Search Guide","2.5.4.48":"Protocol Information","2.5.4.49":"Distinguished Name","2.5.4.50":"Unique Member","2.5.4.51":"House Identifier","2.5.4.52":"Supported Algorithms","2.5.4.53":"Delta Revocation List","2.5.4.54":"DMD Name","2.5.4.55":"Clearance","2.5.4.56":"Default Dir Qop","2.5.4.57":"Attribute Integrity Info","2.5.4.58":"Attribute Certificate","2.5.4.59":"Attribute Certificate Revocation List","2.5.4.60":"Conf Key Info","2.5.4.61":"AA Certificate","2.5.4.62":"Attribute Descriptor Certificate","2.5.4.63":"Attribute Authority Revocation List","2.5.4.64":"Family Information","2.5.4.65":"Pseudonym","2.5.4.66":"Communications Service","2.5.4.67":"Communications Network","2.5.4.68":"Certification Practice Stmt","2.5.4.69":"Certificate Policy","2.5.4.70":"Pki Path","2.5.4.71":"Priv Policy","2.5.4.72":"Role","2.5.4.73":"Delegation Path","2.5.4.74":"Prot Priv Policy","2.5.4.75":"XML Privilege Info","2.5.4.76":"XML Priv Policy","2.5.4.82":"Permission","2.5.6.0":"Top","2.5.6.1":"Alias","2.5.6.2":"Country","2.5.6.3":"Locality","2.5.6.4":"Organization","2.5.6.5":"Organization Unit","2.5.6.6":"Person","2.5.6.7":"Organization Person","2.5.6.8":"Organization Role","2.5.6.9":"Group Of Names","2.5.6.10":"Residential Person","2.5.6.11":"Application Process","2.5.6.12":"Application Entity","2.5.6.13":"DSA","2.5.6.14":"Device","2.5.6.15":"Strong Authentication User","2.5.6.16":"Certificate Authority","2.5.6.17":"Group Of Unique Names","2.5.6.21":"Pki User","2.5.6.22":"Pki CA","2.5.8.1.1":"RSA","2.5.29.1":"Authority Key Identifier","2.5.29.2":"Key Attributes","2.5.29.3":"Certificate Policies","2.5.29.4":"Key Usage Restriction","2.5.29.5":"Policy Mapping","2.5.29.6":"Subtrees Constraint","2.5.29.7":"Subject Alt Name","2.5.29.8":"Issuer Alt Name","2.5.29.9":"Subject Directory Attributes","2.5.29.10":"Basic Constraints","2.5.29.11":"Name Constraints","2.5.29.12":"Policy Constraints","2.5.29.13":"Basic Constraints","2.5.29.14":"Subject Key Identifier","2.5.29.15":"Key Usage","2.5.29.16":"Private Key Usage Period","2.5.29.17":"Subject Alternative Name","2.5.29.18":"Issuer Alternative Name","2.5.29.19":"Basic Constraints","2.5.29.20":"CRL Number","2.5.29.21":"CRL Reason","2.5.29.22":"Expiration Date","2.5.29.23":"Instruction Code","2.5.29.24":"Invalidity Date","2.5.29.25":"CRL Distribution Points","2.5.29.26":"Issuing Distribution Point","2.5.29.27":"Delta CRL Indicator","2.5.29.28":"Issuing Distribution Point","2.5.29.29":"Certificate Issuer","2.5.29.30":"Name Constraints","2.5.29.31":"CRL Distribution Points","2.5.29.32":"Certificate Policies","2.5.29.32.0":"Any Policy","2.5.29.33":"Policy Mappings","2.5.29.34":"Policy Constraints","2.5.29.35":"Authority Key Identifier","2.5.29.36":"Policy Constraints","2.5.29.37":"Extended Key Usage","2.5.29.37.0":"Any Extended Key Usage","2.5.29.38":"Authority Attribute Identifier","2.5.29.39":"Role Spec Cert Identifier","2.5.29.40":"CRL Stream Identifier","2.5.29.41":"Basic Att Constraints","2.5.29.42":"Delegated Name Constraints","2.5.29.43":"Time Specification","2.5.29.44":"CRL Scope","2.5.29.45":"Status Referrals","2.5.29.46":"Freshest CRL","2.5.29.47":"Ordered List","2.5.29.48":"Attribute Descriptor","2.5.29.49":"User Notice","2.5.29.50":"SOA Identifier","2.5.29.51":"Base Update Time","2.5.29.52":"Acceptable Cert Policies","2.5.29.53":"Delta Info","2.5.29.54":"Inhibit Any Policy","2.5.29.55":"Target Information","2.5.29.56":"No Rev Avail","2.5.29.57":"Acceptable Privilege Policies","2.5.29.58":"To Be Revoked","2.5.29.59":"Revoked Groups","2.5.29.60":"Expired Certs On CRL","2.5.29.61":"Indirect Issuer","2.5.29.62":"No Assertion","2.5.29.63":"A Aissuing Distribution Point","2.5.29.64":"Issued On Behalf Of","2.5.29.65":"Single Use","2.5.29.66":"Group AC","2.5.29.67":"Allowed Att Ass","2.5.29.68":"Attribute Mappings","2.5.29.69":"Holder Name Constraints","2.16.528.1.1001.1.1.1.12.6.1.1.1":"Digi Notar EV policy","2.16.578.1.26.1.3.3":"Buy Pass EV policy","2.16.724.1.2.2.4.1":"Personal Data Info","2.16.756.1.89.1.2.1.1":"Swiss Sign EV policy","2.16.840.1.101.2.1.1.1":"Sdns Signature Algorithm","2.16.840.1.101.2.1.1.2":"Fortezza Signature Algorithm","2.16.840.1.101.2.1.1.3":"Sdns Confidentiality Algorithm","2.16.840.1.101.2.1.1.4":"Fortezza Confidentiality Algorithm","2.16.840.1.101.2.1.1.5":"Sdns Integrity Algorithm","2.16.840.1.101.2.1.1.6":"Fortezza Integrity Algorithm","2.16.840.1.101.2.1.1.7":"Sdns Token Protection Algorithm","2.16.840.1.101.2.1.1.8":"Fortezza Token Protection Algorithm","2.16.840.1.101.2.1.1.9":"Sdns Key Management Algorithm","2.16.840.1.101.2.1.1.10":"Fortezza Key Management Algorithm","2.16.840.1.101.2.1.1.11":"Sdns K Mand Sig Algorithm","2.16.840.1.101.2.1.1.12":"Fortezza K Mand Sig Algorithm","2.16.840.1.101.2.1.1.13":"Suite A Signature Algorithm","2.16.840.1.101.2.1.1.14":"Suite A Confidentiality Algorithm","2.16.840.1.101.2.1.1.15":"Suite A Integrity Algorithm","2.16.840.1.101.2.1.1.16":"Suite A Token Protection Algorithm","2.16.840.1.101.2.1.1.17":"Suite A Key Management Algorithm","2.16.840.1.101.2.1.1.18":"Suite AK Mand Sig Algorithm","2.16.840.1.101.2.1.1.19":"Fortezza Updated Sig Algorithm","2.16.840.1.101.2.1.1.20":"Fortezza K Mand Upd Sig Algorithms","2.16.840.1.101.2.1.1.21":"Fortezza Updated Integ Algorithm","2.16.840.1.101.2.1.1.22":"Key Exchange Algorithm","2.16.840.1.101.2.1.1.23":"Fortezza Wrap80 Algorithm","2.16.840.1.101.2.1.1.24":"KEA Key Encryption Algorithm","2.16.840.1.101.2.1.2.1":"Rfc822 Message Format","2.16.840.1.101.2.1.2.2":"Empty Content","2.16.840.1.101.2.1.2.3":"Csp Content Type","2.16.840.1.101.2.1.2.42":"MSP Rev3 Content Type","2.16.840.1.101.2.1.2.48":"MSP Content Type","2.16.840.1.101.2.1.2.49":"MSP Rekey Agent Protocol","2.16.840.1.101.2.1.2.50":"MSP MMP","2.16.840.1.101.2.1.2.66":"MSP Rev3-1 Content Type","2.16.840.1.101.2.1.2.72":"Forwarded MSP Message Body Part","2.16.840.1.101.2.1.2.73":"MSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.74":"Forwarded CSP Msg Body Part","2.16.840.1.101.2.1.2.75":"CSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.76":"MSP MMP2","2.16.840.1.101.2.1.3.1":"SDNS Security Policy","2.16.840.1.101.2.1.3.2":"SDNS PRBAC","2.16.840.1.101.2.1.3.3":"Mosaic PRBAC","2.16.840.1.101.2.1.3.10":"SI Security Policy","2.16.840.1.101.2.1.3.10.0":"SI NASP","2.16.840.1.101.2.1.3.10.1":"SI ELCO","2.16.840.1.101.2.1.3.10.2":"SI TK","2.16.840.1.101.2.1.3.10.3":"SI DSAP","2.16.840.1.101.2.1.3.10.4":"SI SSSS","2.16.840.1.101.2.1.3.10.5":"SI DNASP","2.16.840.1.101.2.1.3.10.6":"SI BYEMAN","2.16.840.1.101.2.1.3.10.7":"SI REL-US","2.16.840.1.101.2.1.3.10.8":"SI REL-AUS","2.16.840.1.101.2.1.3.10.9":"SI REL-CAN","2.16.840.1.101.2.1.3.10.10":"SI REL_UK","2.16.840.1.101.2.1.3.10.11":"SI REL-NZ","2.16.840.1.101.2.1.3.10.12":"SI Generic","2.16.840.1.101.2.1.3.11":"Genser","2.16.840.1.101.2.1.3.11.0":"Genser Nations","2.16.840.1.101.2.1.3.11.1":"Genser Comsec","2.16.840.1.101.2.1.3.11.2":"Genser Acquisition","2.16.840.1.101.2.1.3.11.3":"Genser Security Categories","2.16.840.1.101.2.1.3.11.3.0":"Genser Tag Set Name","2.16.840.1.101.2.1.3.12":"Default Security Policy","2.16.840.1.101.2.1.3.13":"Capco Markings","2.16.840.1.101.2.1.3.13.0":"Capco Security Categories","2.16.840.1.101.2.1.3.13.0.1":"Capco Tag Set Name1","2.16.840.1.101.2.1.3.13.0.2":"Capco Tag Set Name2","2.16.840.1.101.2.1.3.13.0.3":"Capco Tag Set Name3","2.16.840.1.101.2.1.3.13.0.4":"Capco Tag Set Name4","2.16.840.1.101.2.1.5.1":"SDNS Key Management Certificate","2.16.840.1.101.2.1.5.2":"SDNS User Signature Certificate","2.16.840.1.101.2.1.5.3":"SDNS K Mand Sig Certificate","2.16.840.1.101.2.1.5.4":"Fortezza Key Management Certificate","2.16.840.1.101.2.1.5.5":"Fortezza K Mand Sig Certificate","2.16.840.1.101.2.1.5.6":"Fortezza User Signature Certificate","2.16.840.1.101.2.1.5.7":"Fortezza CA Signature Certificate","2.16.840.1.101.2.1.5.8":"SDNS CA Signature Certificate","2.16.840.1.101.2.1.5.10":"Auxiliary Vector","2.16.840.1.101.2.1.5.11":"Ml Receipt Policy","2.16.840.1.101.2.1.5.12":"Ml Membership","2.16.840.1.101.2.1.5.13":"Ml Administrators","2.16.840.1.101.2.1.5.14":"Alid","2.16.840.1.101.2.1.5.20":"Jan UKMs","2.16.840.1.101.2.1.5.21":"Feb UKMs","2.16.840.1.101.2.1.5.22":"Mar UKMs","2.16.840.1.101.2.1.5.23":"Apr UKMs","2.16.840.1.101.2.1.5.24":"May UKMs","2.16.840.1.101.2.1.5.25":"Jun UKMs","2.16.840.1.101.2.1.5.26":"Jul UKMs","2.16.840.1.101.2.1.5.27":"Aug UKMs","2.16.840.1.101.2.1.5.28":"Sep UKMs","2.16.840.1.101.2.1.5.29":"Oct UKMs","2.16.840.1.101.2.1.5.30":"Nov UKMs","2.16.840.1.101.2.1.5.31":"Dec UKMs","2.16.840.1.101.2.1.5.40":"Meta SDN Sckl","2.16.840.1.101.2.1.5.41":"Sdns CKL","2.16.840.1.101.2.1.5.42":"Meta SDN Ssignature CKL","2.16.840.1.101.2.1.5.43":"Sdns Signature CKL","2.16.840.1.101.2.1.5.44":"Sdns Certificate Revocation List","2.16.840.1.101.2.1.5.45":"Fortezza Certificate Revocation List","2.16.840.1.101.2.1.5.46":"Fortezza CKL","2.16.840.1.101.2.1.5.47":"Al Exempted Address Processor","2.16.840.1.101.2.1.5.48":"Guard","2.16.840.1.101.2.1.5.49":"Algorithms Supported","2.16.840.1.101.2.1.5.50":"Suite A Key Management Certificate","2.16.840.1.101.2.1.5.51":"Suite AK Mand Sig Certificate","2.16.840.1.101.2.1.5.52":"Suite A User Signature Certificate","2.16.840.1.101.2.1.5.53":"Prbac Info","2.16.840.1.101.2.1.5.54":"Prbac CA Constraints","2.16.840.1.101.2.1.5.55":"Sig Or KM Privileges","2.16.840.1.101.2.1.5.56":"Comm Privileges","2.16.840.1.101.2.1.5.57":"Labeled Attribute","2.16.840.1.101.2.1.5.58":"Policy Information File","2.16.840.1.101.2.1.5.59":"Sec Policy Information File","2.16.840.1.101.2.1.5.60":"CA Clearance Constraint","2.16.840.1.101.2.1.7.1":"CSP Extns","2.16.840.1.101.2.1.7.1.0":"CSP Cs Extn","2.16.840.1.101.2.1.8.1":"MISSI Security Categories","2.16.840.1.101.2.1.8.2":"Standard Security Label Privileges","2.16.840.1.101.2.1.10.1":"SIG Privileges","2.16.840.1.101.2.1.10.2":"KM Privileges","2.16.840.1.101.2.1.10.3":"Named Tag Set Privilege","2.16.840.1.101.2.1.11.1":"UK Demo","2.16.840.1.101.2.1.11.2":"US DOD Class2","2.16.840.1.101.2.1.11.3":"US Medium Pilot","2.16.840.1.101.2.1.11.4":"US DOD Class4","2.16.840.1.101.2.1.11.5":"US DOD Class3","2.16.840.1.101.2.1.11.6":"US DOD Class5","2.16.840.1.101.2.1.12.0":"Test Security Policy","2.16.840.1.101.2.1.12.0.1":"TSP1","2.16.840.1.101.2.1.12.0.1.0":"TSP1 Security Categories","2.16.840.1.101.2.1.12.0.1.0.0":"TSP1 Tag Set Zero","2.16.840.1.101.2.1.12.0.1.0.1":"TSP1 Tag Set One","2.16.840.1.101.2.1.12.0.1.0.2":"TSP1 Tag Set Two","2.16.840.1.101.2.1.12.0.2":"TSP2","2.16.840.1.101.2.1.12.0.2.0":"TSP2 Security Categories","2.16.840.1.101.2.1.12.0.2.0.0":"TSP2 Tag Set Zero","2.16.840.1.101.2.1.12.0.2.0.1":"TSP2 Tag Set One","2.16.840.1.101.2.1.12.0.2.0.2":"TSP2 Tag Set Two","2.16.840.1.101.2.1.12.0.3":"Kafka","2.16.840.1.101.2.1.12.0.3.0":"Kafka Security Categories","2.16.840.1.101.2.1.12.0.3.0.1":"Kafka Tag Set Name1","2.16.840.1.101.2.1.12.0.3.0.2":"Kafka Tag Set Name2","2.16.840.1.101.2.1.12.0.3.0.3":"Kafka Tag Set Name3","2.16.840.1.101.2.1.12.1.1":"TCp1","2.16.840.1.101.3.1":"Slabel","2.16.840.1.101.3.2":"PKI","2.16.840.1.101.3.2.1":"NIST policy Identifier","2.16.840.1.101.3.2.1.2.7":"USPTO Basic 2003","2.16.840.1.101.3.2.1.2.8":"USPTO Medium 2003","2.16.840.1.101.3.2.1.2.9":"USPTO Medium Hardware","2.16.840.1.101.3.2.1.3.1":"FBCA Rudimentary Policy","2.16.840.1.101.3.2.1.3.2":"FBCA Basic Policy","2.16.840.1.101.3.2.1.3.3":"FBCA Medium Policy","2.16.840.1.101.3.2.1.3.4":"FBCA High Policy","2.16.840.1.101.3.2.1.3.12":"FBCA Medium Hardware Policy","2.16.840.1.101.3.2.1.48.1":"Nist Test Policy1","2.16.840.1.101.3.2.1.48.2":"Nist Test Policy2","2.16.840.1.101.3.2.1.48.3":"Nist Test Policy3","2.16.840.1.101.3.2.1.48.4":"Nist Test Policy4","2.16.840.1.101.3.2.1.48.5":"Nist Test Policy5","2.16.840.1.101.3.2.1.48.6":"Nist Test Policy6","2.16.840.1.101.3.2.2":"GAK","2.16.840.1.101.3.2.2.1":"KRA Key","2.16.840.1.101.3.2.3":"Extensions","2.16.840.1.101.3.2.3.1":"KR Technique","2.16.840.1.101.3.2.3.2":"K Recovery Capable","2.16.840.1.101.3.2.3.3":"KR","2.16.840.1.101.3.2.4":"Key Recovery Schemes","2.16.840.1.101.3.2.5":"Krapola","2.16.840.1.101.3.3":"ARPA","2.16.840.1.101.3.4":"Nist Algorithm","2.16.840.1.101.3.4.1":"AES","2.16.840.1.101.3.4.1.1":"AES128-ECB","2.16.840.1.101.3.4.1.2":"AES128-CBC","2.16.840.1.101.3.4.1.3":"AES128-OFB","2.16.840.1.101.3.4.1.4":"AES128-CFB","2.16.840.1.101.3.4.1.5":"AES128-wrap","2.16.840.1.101.3.4.1.6":"AES128-GCM","2.16.840.1.101.3.4.1.7":"AES128-CCM","2.16.840.1.101.3.4.1.8":"AES128-wrap-pad","2.16.840.1.101.3.4.1.21":"AES192-ECB","2.16.840.1.101.3.4.1.22":"AES192-CBC","2.16.840.1.101.3.4.1.23":"AES192-OFB","2.16.840.1.101.3.4.1.24":"AES192-CFB","2.16.840.1.101.3.4.1.25":"AES192-wrap","2.16.840.1.101.3.4.1.26":"AES192-GCM","2.16.840.1.101.3.4.1.27":"AES192-CCM","2.16.840.1.101.3.4.1.28":"AES192-wrap-pad","2.16.840.1.101.3.4.1.41":"AES256-ECB","2.16.840.1.101.3.4.1.42":"AES256-CBC","2.16.840.1.101.3.4.1.43":"AES256-OFB","2.16.840.1.101.3.4.1.44":"AES256-CFB","2.16.840.1.101.3.4.1.45":"AES256-wrap","2.16.840.1.101.3.4.1.46":"AES256-GCM","2.16.840.1.101.3.4.1.47":"AES256-CCM","2.16.840.1.101.3.4.1.48":"AES256-wrap-pad","2.16.840.1.101.3.4.2":"Hash Algos","2.16.840.1.101.3.4.2.1":"SHA-256","2.16.840.1.101.3.4.2.2":"SHA-384","2.16.840.1.101.3.4.2.3":"SHA-512","2.16.840.1.101.3.4.2.4":"SHA-224","2.16.840.1.101.3.4.3.1":"DSA with Sha224","2.16.840.1.101.3.4.3.2":"DSA with Sha256","2.16.840.1.113719.1.2.8":"Novell Algorithm","2.16.840.1.113719.1.2.8.22":"DES Cbc IV8","2.16.840.1.113719.1.2.8.23":"DES Cbc Pad IV8","2.16.840.1.113719.1.2.8.24":"DES EDE2 Cbc IV8","2.16.840.1.113719.1.2.8.25":"DES EDE2 Cbc Pad IV8","2.16.840.1.113719.1.2.8.26":"DES EDE3 Cbc IV8","2.16.840.1.113719.1.2.8.27":"DES EDE3 Cbc Pad IV8","2.16.840.1.113719.1.2.8.28":"Rc5 Cbc Pad","2.16.840.1.113719.1.2.8.29":"MD2 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.30":"MD5 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.31":"SHA1 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.32":"Lm Digest","2.16.840.1.113719.1.2.8.40":"MD2","2.16.840.1.113719.1.2.8.50":"MD5","2.16.840.1.113719.1.2.8.51":"Ike Hmac with SHA1-RSA","2.16.840.1.113719.1.2.8.52":"Ike Hmac with MD5-RSA","2.16.840.1.113719.1.2.8.69":"RC2 Cbc Pad","2.16.840.1.113719.1.2.8.82":"SHA-1","2.16.840.1.113719.1.2.8.92":"RC2 B Safe1 Cbc","2.16.840.1.113719.1.2.8.95":"MD4","2.16.840.1.113719.1.2.8.130":"MD4 Packet","2.16.840.1.113719.1.2.8.131":"RSA Encryption Bsafe1","2.16.840.1.113719.1.2.8.132":"Nw Password","2.16.840.1.113719.1.2.8.133":"Novell Obfuscate-1","2.16.840.1.113719.1.9":"PKI","2.16.840.1.113719.1.9.4":"PKI Attribute Type","2.16.840.1.113719.1.9.4.1":"Security Attributes","2.16.840.1.113719.1.9.4.2":"Reliance Limit","2.16.840.1.113730.1":"Certificate Extension","2.16.840.1.113730.1.1":"Netscape Certificate Type","2.16.840.1.113730.1.2":"Netscape Base Url","2.16.840.1.113730.1.3":"Netscape Revocation Url","2.16.840.1.113730.1.4":"Netscape CA Revocation","2.16.840.1.113730.1.7":"Netscape Certificate Renewal","2.16.840.1.113730.1.8":"Netscape CA Policy","2.16.840.1.113730.1.9":"Home Page Url","2.16.840.1.113730.1.10":"Entity Logo","2.16.840.1.113730.1.11":"User Picture","2.16.840.1.113730.1.12":"Netscape Ssl Server","2.16.840.1.113730.1.13":"Netscape Comment","2.16.840.1.113730.2":"Data-type","2.16.840.1.113730.2.1":"Data GIF","2.16.840.1.113730.2.2":"Data JPEG","2.16.840.1.113730.2.3":"Data URL","2.16.840.1.113730.2.4":"Data HTML","2.16.840.1.113730.2.5":"Cert Sequence","2.16.840.1.113730.2.6":"Cert URL","2.16.840.1.113730.3":"Directory","2.16.840.1.113730.3.1":"Ldap Definitions","2.16.840.1.113730.3.1.1":"Car License","2.16.840.1.113730.3.1.2":"Department Number","2.16.840.1.113730.3.1.3":"Employee Number","2.16.840.1.113730.3.1.4":"Employee Type","2.16.840.1.113730.3.2.2":"Inet Org Person","2.16.840.1.113730.4.1":"Server Gated Crypto","2.16.840.1.113733.1":"PKI","2.16.840.1.113733.1.6.3":"Verisign CZAG","2.16.840.1.113733.1.6.6":"Verisign In Box","2.16.840.1.113733.1.6.11":"Verisign Onsite Jurisdiction Hash","2.16.840.1.113733.1.6.13":"Unknown Verisign VPN extension","2.16.840.1.113733.1.6.15":"Verisign Server ID","2.16.840.1.113733.1.7.1.1":"Verisign Cert Policies95 Qualifier1","2.16.840.1.113733.1.7.1.1.1":"Verisign CP Sv1notice","2.16.840.1.113733.1.7.1.1.2":"Verisign CP Sv1nsi","2.16.840.1.113733.1.7.54":"Symantec","2.16.840.1.113733.1.7.23.6":"Veri Sign EV policy","2.16.840.1.113733.1.7.48.1":"Thawte EV policy","2.16.840.1.113733.1.8.1":"erisign ISS Strong Crypto","2.16.840.1.113733.1.9":"PKCS7 Attribute","2.16.840.1.113733.1.9.2":"Message Type","2.16.840.1.113733.1.9.3":"PKI Status","2.16.840.1.113733.1.9.4":"Fail Info","2.16.840.1.113733.1.9.5":"Sender Nonce","2.16.840.1.113733.1.9.6":"Recipient Nonce","2.16.840.1.113733.1.9.7":"Trans ID","2.16.840.1.113733.1.9.8":"Extension Req","2.16.840.1.113741.2":"Intel CDSA","2.16.840.1.114028.10.1.2":"Entrust EV policy","2.16.840.1.114171.500.9":"Wells Fargo EV policy","2.16.840.1.114404.1.1.2.4.1":"Trust Wave EV policy","2.16.840.1.114412.1":"Digi Cert Non EV Certs","2.16.840.1.114412.1.1":"Digi Cert OV Cert","2.16.840.1.114412.1.2":"Digi Cert DV Cert","2.16.840.1.114412.1.3.0.1":"Digi Cert Global CA Policy","2.16.840.1.114412.1.3.0.2":"Digi Cert High Assurance EVCA Policy","2.16.840.1.114412.1.3.0.3":"Digi Cert Global Root CA Policy","2.16.840.1.114412.1.3.0.4":"Digi Cert Assured ID Root CA Policy","2.16.840.1.114412.1.11":"Digi Cert Federated Device Cert","2.16.840.1.114412.2.1":"Digi Cert EV policy","2.16.840.1.114412.2.2":"Digi Cert EV Cert","2.16.840.1.114412.2.3":"Digi Cert Object Signing Cert","2.16.840.1.114412.2.3.1":"Digi Cert Code Signing Cert","2.16.840.1.114412.2.3.2":"Digi Cert EV Code Signing Cert","2.16.840.1.114412.2.3.11":"Digi Cert Kernel Code Signing Cert","2.16.840.1.114412.2.3.21":"Digi Cert Document Signing Cert","2.16.840.1.114412.2.4":"Digi Cert Client Cert","2.16.840.1.114412.2.4.1.1":"Digi Cert Level1 Personal Client Cert","2.16.840.1.114412.2.4.1.2":"Digi Cert Level1 Enterprise Client Cert","2.16.840.1.114412.2.4.2":"Digi Cert Level2 Client Cert","2.16.840.1.114412.2.4.3.1":"Digi Cert Level3 US Client Cert","2.16.840.1.114412.2.4.3.2":"Digi Cert Level3 CBP Client Cert","2.16.840.1.114412.2.4.4.1":"Digi Cert Level4 US Client Cert","2.16.840.1.114412.2.4.4.2":"Digi Cert Level4 CBP Client Cert","2.16.840.1.114412.2.4.5.1":"Digi Cert PIV Hardware Cert","2.16.840.1.114412.2.4.5.2":"Digi Cert PIV Card Auth Cert","2.16.840.1.114412.2.4.5.3":"Digi Cert PIV Content Signing Cert","2.16.840.1.114412.4.31":"Digi Cert Grid Classic Cert","2.16.840.1.114412.4.31.5":"Digi Cert Grid Integrated Cert","2.16.840.1.114412.31.4.31.1":"Digi Cert Grid Host Cert","2.16.840.1.114413.1.7.23.3":"Go Daddy EV policy","2.16.840.1.114414.1.7.23.3":"Starfield EV policy","2.16.840.1.114569.1.1.3":"SHAKEN/STIR Certificate Policy v1.3","2.23.42.0":"Content Type","2.23.42.0.0":"Pan Data","2.23.42.0.1":"Pan Token","2.23.42.0.2":"Pan Only","2.23.42.1":"Msg Ext","2.23.42.2":"Field","2.23.42.2.0":"Full Name","2.23.42.2.1":"Given Name","2.23.42.2.2":"Family Name","2.23.42.2.3":"Birth Family Name","2.23.42.2.4":"Place Name","2.23.42.2.5":"Identification Number","2.23.42.2.6":"Month","2.23.42.2.7":"Date","2.23.42.2.8":"Address","2.23.42.2.9":"Telephone","2.23.42.2.10":"Amount","2.23.42.2.11":"Account Number","2.23.42.2.12":"Pass Phrase","2.23.42.3":"Attribute","2.23.42.3.0":"Cert","2.23.42.3.0.0":"Root Key Thumb","2.23.42.3.0.1":"Additional Policy","2.23.42.4":"Algorithm","2.23.42.5":"Policy","2.23.42.5.0":"Root","2.23.42.6":"Module","2.23.42.7":"Cert Ext","2.23.42.7.0":"Hashed Root Key","2.23.42.7.1":"Certificate Type","2.23.42.7.2":"Merchant Data","2.23.42.7.3":"Card Cert Required","2.23.42.7.4":"Tunneling","2.23.42.7.5":"Set Extensions","2.23.42.7.6":"Set Qualifier","2.23.42.8":"Brand","2.23.42.8.1":"IATA-ATA","2.23.42.8.4":" ISA","2.23.42.8.5":"Master Card","2.23.42.8.30":"Diners","2.23.42.8.34":"American Express","2.23.42.8.6011":"Novus","2.23.42.9":"Vendor","2.23.42.9.0":"Globe Set","2.23.42.9.1":"IBM","2.23.42.9.2":"Cyber Cash","2.23.42.9.3":"Terisa","2.23.42.9.4":"RSADSI","2.23.42.9.5":"Veri Fone","2.23.42.9.6":"Trin Tech","2.23.42.9.7":"Bank Gate","2.23.42.9.8":"GTE","2.23.42.9.9":"Compu Source","2.23.42.9.10":"Griffin","2.23.42.9.11":"Certicom","2.23.42.9.12":"OSS","2.23.42.9.13":"Tenth Mountain","2.23.42.9.14":"Antares","2.23.42.9.15":"ECC","2.23.42.9.16":"Maithean","2.23.42.9.17":"Netscape","2.23.42.9.18":"erisign","2.23.42.9.19":"Blue Money","2.23.42.9.20":"Lacerte","2.23.42.9.21":"Fujitsu","2.23.42.9.22":"E Lab","2.23.42.9.23":"Entrust","2.23.42.9.24":"VI Anet","2.23.42.9.25":"III","2.23.42.9.26":"Open Market","2.23.42.9.27":"Lexem","2.23.42.9.28":"Intertrader","2.23.42.9.29":"Persimmon","2.23.42.9.30":"NABLE","2.23.42.9.31":"Espace-net","2.23.42.9.32":"Hitachi","2.23.42.9.33":"Microsoft","2.23.42.9.34":"NEC","2.23.42.9.35":"Mitsubishi","2.23.42.9.36":"NCR","2.23.42.9.37":"E-COMM","2.23.42.9.38":"Gemplus","2.23.42.10":"National","2.23.42.10.392":"Japan","2.23.43.1.4":"WTLS-ECC","2.23.43.1.4.1":"WTLS-ECC-curve1","2.23.43.1.4.6":"WTLS-ECC-curve6","2.23.43.1.4.8":"WTLS-ECC-curve8","2.23.43.1.4.9":"WTLS-ECC-curve9","2.23.133":"TCPA","2.23.133.1":"TCPA Spec Version","2.23.133.2":"TCPA Attribute","2.23.133.2.1":"TCPA Tpm Manufacturer","2.23.133.2.2":"TCPA Tpm Model","2.23.133.2.3":"TCPA Tpm Version","2.23.133.2.4":"TCPA Platform Manufacturer","2.23.133.2.5":"TCPA Platform Model","2.23.133.2.6":"TCPA Platform Version","2.23.133.2.7":"TCPA Component Manufacturer","2.23.133.2.8":"TCPA Component Model","2.23.133.2.9":"TCPA Component Version","2.23.133.2.10":"TCPA Security Qualities","2.23.133.2.11":"TCPA Tpm Protection Profile","2.23.133.2.12":"TCPA Tpm Security Target","2.23.133.2.13":"TCPA Foundation Protection Profile","2.23.133.2.14":"TCPA Foundation Security Target","2.23.133.2.15":"TCPA Tpm Id Label","2.23.133.3":"TCPA Protocol","2.23.133.3.1":"TCPA Prtt Tpm Id Protocol","2.23.134.1.2.1.8.210":"Post Signum Commercial Server Policy","2.23.134.1.2.2.3":"Post Signum Public CA","2.23.134.1.4.2.1":"Post Signum Root QCA","2.23.136.1.1.1":"MRTD Signature Data","2.54.1775.2":"Hashed Root Key","2.54.1775.3":"Certificate Type","2.54.1775.4":"Merchant Data","2.54.1775.5":"Card Cert Required","2.54.1775.6":"Tunneling","2.54.1775.7":"Set Qualifier","2.54.1775.99":"Set Data","1.3.6.1.4.1.11129.2.4.3":"CT Pre-Certificate Poison","1.3.6.1.4.1.44947.1.1.1":"Let's Encrypt","1.3.6.1.4.1.4329.7.2.4":"SSL TLS Certs","1.3.6.1.4.1.4329.7":"Siemens Public Key Infrastructure","1.3.6.1.4.1.52266.1":"Legal Entity Identifier","1.3.6.1.4.1.52266.2":"Role","1.3.6.1.4.1.11129.2.1.17":"Android Key Attestation","0.4.0.9496.1":"Domain Name Beneficiary","0.4.0.9496.2":"DNB Legal representative","0.4.0.9496.3":"Domain Name Owner","0.4.0.9496.4":"Domain Name Technical Operator","0.4.0.9496.5":"Type of relationship between DNB/DNO/DNT","0.4.0.9496.6":"DNB Main Activity Description","0.4.0.9496.7":"GDPR compliance attestation reference","0.4.0.9496.8":"Insurance coverage attestation","0.4.0.9496.9":"Valuation ranking","1.3.6.1.4.1.37244.2.1":"Matter Vendor ID","1.3.6.1.4.1.37244.2.2":"Matter Product ID","1.3.6.1.4.1.18227.2.1":"Composite With No Hash","2.16.840.1.114027.80.4.1":"Composite Key","1.3.6.1.4.1.2.267.7.6.5":"Dilithium3","1.3.6.1.4.1.18227.999.1.2.1":"Dilithium3 With SHA256","1.3.6.1.4.1.18227.999.1.2.2":"Dilithium3 With SHA384","1.3.6.1.4.1.18227.999.1.2.3":"Dilithium3 With SHA512","2.23.140.1.1":"CA/B Forum Extended Validation","2.23.140.1.2":"CA/B Forum Baseline Requirements","2.23.140.1.2.1":"CA/B Forum Domain Validated","2.23.140.1.2.2":"CA/B Forum Organization Validated","2.23.140.1.2.3":"CA/B Forum Individual Validated","2.23.140.1.3":"CA/B Forum Extended Validation Codesigning","2.23.140.1.4.1":"CA/B Forum Codesigning Requirements Codesigning","2.23.140.1.5":"CA/B Forum S/MIME Baseline Requirements","2.23.140.1.5.1.1":"CA/B Forum Mailbox Validated Legacy","2.23.140.1.5.1.2":"CA/B Forum Mailbox Validated Multipurpose","2.23.140.1.5.1.3":"CA/B Forum Mailbox Validated Strict","2.23.140.1.5.2.1":"CA/B Forum Organization Validated Legacy","2.23.140.1.5.2.2":"CA/B Forum Organization Validated Multipurpose","2.23.140.1.5.2.3":"CA/B Forum Organization Validated Strict","2.23.140.1.5.3.1":"CA/B Forum Sponsor Validated Legacy","2.23.140.1.5.3.2":"CA/B Forum Sponsor Validated Multipurpose","2.23.140.1.5.3.3":"CA/B Forum Sponsor Validated Strict","2.23.140.1.5.4.1":"CA/B Forum Individual Validated Legacy","2.23.140.1.5.4.2":"CA/B Forum Individual Validated Multipurpose","2.23.140.1.5.4.3":"CA/B Forum Individual Validated Strict","2.23.140.1.31":"CA/B Forum Onion EV","2.23.140.2.1":"CA/B Forum Test Certificate","2.23.140.3.1":"CA/B Forum Organization Identifier"};
|
|
33
|
-
/*!
|
|
34
|
-
Copyright (c) Peculiar Ventures, LLC
|
|
35
|
-
*/function ft(t,e){let i=0;if(t.length===1){return t[0]}for(let r=t.length-1;r>=0;r--){i+=t[t.length-1-r]*Math.pow(2,e*r)}return i}function yt(t,e,i=-1){const r=i;let s=t;let n=0;let o=Math.pow(2,e);for(let i=1;i<8;i++){if(t<o){let t;if(r<0){t=new ArrayBuffer(i);n=i}else{if(r<i){return new ArrayBuffer(0)}t=new ArrayBuffer(r);n=r}const o=new Uint8Array(t);for(let t=i-1;t>=0;t--){const i=Math.pow(2,t*e);o[n-t-1]=Math.floor(s/i);s-=o[n-t-1]*i}return t}o*=Math.pow(2,e)}return new ArrayBuffer(0)}function St(...t){let e=0;let i=0;for(const i of t){e+=i.length}const r=new ArrayBuffer(e);const s=new Uint8Array(r);for(const e of t){s.set(e,i);i+=e.length}return s}function Ct(){const t=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const e=t[0]===255&&t[1]&128;const i=t[0]===0&&(t[1]&128)===0;if(e||i){this.warnings.push("Needlessly long format")}}const e=new ArrayBuffer(this.valueHex.byteLength);const i=new Uint8Array(e);for(let t=0;t<this.valueHex.byteLength;t++){i[t]=0}i[0]=t[0]&128;const r=ft(i,8);const s=new ArrayBuffer(this.valueHex.byteLength);const n=new Uint8Array(s);for(let e=0;e<this.valueHex.byteLength;e++){n[e]=t[e]}n[0]&=127;const o=ft(n,8);return o-r}function At(t){const e=t<0?t*-1:t;let i=128;for(let r=1;r<8;r++){if(e<=i){if(t<0){const t=i-e;const s=yt(t,8,r);const n=new Uint8Array(s);n[0]|=128;return s}let s=yt(e,8,r);let n=new Uint8Array(s);if(n[0]&128){const t=s.slice(0);const e=new Uint8Array(t);s=new ArrayBuffer(s.byteLength+1);n=new Uint8Array(s);for(let i=0;i<t.byteLength;i++){n[i+1]=e[i]}n[0]=0}return s}i*=Math.pow(2,8)}return new ArrayBuffer(0)}function vt(t,e){if(t.byteLength!==e.byteLength){return false}const i=new Uint8Array(t);const r=new Uint8Array(e);for(let t=0;t<i.length;t++){if(i[t]!==r[t]){return false}}return true}function mt(t,e){const i=t.toString(10);if(e<i.length){return""}const r=e-i.length;const s=new Array(r);for(let t=0;t<r;t++){s[t]="0"}const n=s.join("");return n.concat(i)}
|
|
36
|
-
/*!
|
|
37
|
-
* Copyright (c) 2014, GMO GlobalSign
|
|
38
|
-
* Copyright (c) 2015-2022, Peculiar Ventures
|
|
39
|
-
* All rights reserved.
|
|
40
|
-
*
|
|
41
|
-
* Author 2014-2019, Yury Strozhevsky
|
|
42
|
-
*
|
|
43
|
-
* Redistribution and use in source and binary forms, with or without modification,
|
|
44
|
-
* are permitted provided that the following conditions are met:
|
|
45
|
-
*
|
|
46
|
-
* * Redistributions of source code must retain the above copyright notice, this
|
|
47
|
-
* list of conditions and the following disclaimer.
|
|
48
|
-
*
|
|
49
|
-
* * Redistributions in binary form must reproduce the above copyright notice, this
|
|
50
|
-
* list of conditions and the following disclaimer in the documentation and/or
|
|
51
|
-
* other materials provided with the distribution.
|
|
52
|
-
*
|
|
53
|
-
* * Neither the name of the copyright holder nor the names of its
|
|
54
|
-
* contributors may be used to endorse or promote products derived from
|
|
55
|
-
* this software without specific prior written permission.
|
|
56
|
-
*
|
|
57
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
58
|
-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
59
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
60
|
-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
61
|
-
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
62
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
63
|
-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
64
|
-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
65
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
66
|
-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
67
|
-
*
|
|
68
|
-
*/function gt(){if(typeof BigInt==="undefined"){throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}}function wt(t){let e=0;let i=0;for(let i=0;i<t.length;i++){const r=t[i];e+=r.byteLength}const r=new Uint8Array(e);for(let e=0;e<t.length;e++){const s=t[e];r.set(new Uint8Array(s),i);i+=s.byteLength}return r.buffer}function Et(t,e,i,r){if(!(e instanceof Uint8Array)){t.error="Wrong parameter: inputBuffer must be 'Uint8Array'";return false}if(!e.byteLength){t.error="Wrong parameter: inputBuffer has zero length";return false}if(i<0){t.error="Wrong parameter: inputOffset less than zero";return false}if(r<0){t.error="Wrong parameter: inputLength less than zero";return false}if(e.byteLength-i-r<0){t.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return false}return true}class Pt{constructor(){this.items=[]}write(t){this.items.push(t)}final(){return wt(this.items)}}const Dt=[new Uint8Array([1])];const bt="0123456789";const It="name";const Bt="valueHexView";const xt="isHexOnly";const Tt="idBlock";const Ot="tagClass";const Rt="tagNumber";const Nt="isConstructed";const Mt="fromBER";const kt="toBER";const Kt="local";const jt="";const Ht=new ArrayBuffer(0);const _t=new Uint8Array(0);const Ft="EndOfContent";const Ut="OCTET STRING";const Vt="BIT STRING";function Lt(i){var r;return r=class r extends i{constructor(...e){var i;super(...e);const r=e[0]||{};this.isHexOnly=(i=r.isHexOnly)!==null&&i!==void 0?i:false;this.valueHexView=r.valueHex?t.toUint8Array(r.valueHex):_t}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(t){this.valueHexView=new Uint8Array(t)}fromBER(t,e,i){const r=t instanceof ArrayBuffer?new Uint8Array(t):t;if(!Et(this,r,e,i)){return-1}const s=e+i;this.valueHexView=r.subarray(e,s);if(!this.valueHexView.length){this.warnings.push("Zero buffer length");return e}this.blockLength=i;return s}toBER(t=false){if(!this.isHexOnly){this.error="Flag 'isHexOnly' is not set, abort";return Ht}if(t){return new ArrayBuffer(this.valueHexView.byteLength)}return this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:e.ToHex(this.valueHexView)}}},r.NAME="hexBlock",r}class $t{constructor({blockLength:e=0,error:i=jt,warnings:r=[],valueBeforeDecode:s=_t}={}){this.blockLength=e;this.error=i;this.warnings=r;this.valueBeforeDecodeView=t.toUint8Array(s)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(t){this.valueBeforeDecodeView=new Uint8Array(t)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:e.ToHex(this.valueBeforeDecodeView)}}}$t.NAME="baseBlock";class Gt extends $t{fromBER(t,e,i){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(t,e){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}}Gt.NAME="valueBlock";class Wt extends(Lt($t)){constructor({idBlock:e={}}={}){var i,r,s,n;super();if(e){this.isHexOnly=(i=e.isHexOnly)!==null&&i!==void 0?i:false;this.valueHexView=e.valueHex?t.toUint8Array(e.valueHex):_t;this.tagClass=(r=e.tagClass)!==null&&r!==void 0?r:-1;this.tagNumber=(s=e.tagNumber)!==null&&s!==void 0?s:-1;this.isConstructed=(n=e.isConstructed)!==null&&n!==void 0?n:false}else{this.tagClass=-1;this.tagNumber=-1;this.isConstructed=false}}toBER(t=false){let e=0;switch(this.tagClass){case 1:e|=0;break;case 2:e|=64;break;case 3:e|=128;break;case 4:e|=192;break;default:this.error="Unknown tag class";return Ht}if(this.isConstructed)e|=32;if(this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!t){let t=this.tagNumber;t&=31;e|=t;i[0]=e}return i.buffer}if(!this.isHexOnly){const i=yt(this.tagNumber,7);const r=new Uint8Array(i);const s=i.byteLength;const n=new Uint8Array(s+1);n[0]=e|31;if(!t){for(let t=0;t<s-1;t++)n[t+1]=r[t]|128;n[s]=r[s-1]}return n.buffer}const i=new Uint8Array(this.valueHexView.byteLength+1);i[0]=e|31;if(!t){const t=this.valueHexView;for(let e=0;e<t.length-1;e++)i[e+1]=t[e]|128;i[this.valueHexView.byteLength]=t[t.length-1]}return i.buffer}fromBER(e,i,r){const s=t.toUint8Array(e);if(!Et(this,s,i,r)){return-1}const n=s.subarray(i,i+r);if(n.length===0){this.error="Zero buffer length";return-1}const o=n[0]&192;switch(o){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:this.error="Unknown tag class";return-1}this.isConstructed=(n[0]&32)===32;this.isHexOnly=false;const a=n[0]&31;if(a!==31){this.tagNumber=a;this.blockLength=1}else{let t=1;let e=this.valueHexView=new Uint8Array(255);let i=255;while(n[t]&128){e[t-1]=n[t]&127;t++;if(t>=n.length){this.error="End of input reached before message was fully decoded";return-1}if(t===i){i+=255;const t=new Uint8Array(i);for(let i=0;i<e.length;i++)t[i]=e[i];e=this.valueHexView=new Uint8Array(i)}}this.blockLength=t+1;e[t-1]=n[t]&127;const r=new Uint8Array(t);for(let i=0;i<t;i++)r[i]=e[i];e=this.valueHexView=new Uint8Array(t);e.set(r);if(this.blockLength<=9)this.tagNumber=ft(e,7);else{this.isHexOnly=true;this.warnings.push("Tag too long, represented as hex-coded")}}if(this.tagClass===1&&this.isConstructed){switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:this.error="Constructed encoding used for primitive type";return-1}}return i+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}}Wt.NAME="identificationBlock";class Qt extends $t{constructor({lenBlock:t={}}={}){var e,i,r;super();this.isIndefiniteForm=(e=t.isIndefiniteForm)!==null&&e!==void 0?e:false;this.longFormUsed=(i=t.longFormUsed)!==null&&i!==void 0?i:false;this.length=(r=t.length)!==null&&r!==void 0?r:0}fromBER(e,i,r){const s=t.toUint8Array(e);if(!Et(this,s,i,r)){return-1}const n=s.subarray(i,i+r);if(n.length===0){this.error="Zero buffer length";return-1}if(n[0]===255){this.error="Length block 0xFF is reserved by standard";return-1}this.isIndefiniteForm=n[0]===128;if(this.isIndefiniteForm){this.blockLength=1;return i+this.blockLength}this.longFormUsed=!!(n[0]&128);if(this.longFormUsed===false){this.length=n[0];this.blockLength=1;return i+this.blockLength}const o=n[0]&127;if(o>8){this.error="Too big integer";return-1}if(o+1>n.length){this.error="End of input reached before message was fully decoded";return-1}const a=i+1;const c=s.subarray(a,a+o);if(c[o-1]===0)this.warnings.push("Needlessly long encoded length");this.length=ft(c,8);if(this.longFormUsed&&this.length<=127)this.warnings.push("Unnecessary usage of long length form");this.blockLength=o+1;return i+this.blockLength}toBER(t=false){let e;let i;if(this.length>127)this.longFormUsed=true;if(this.isIndefiniteForm){e=new ArrayBuffer(1);if(t===false){i=new Uint8Array(e);i[0]=128}return e}if(this.longFormUsed){const r=yt(this.length,8);if(r.byteLength>127){this.error="Too big length";return Ht}e=new ArrayBuffer(r.byteLength+1);if(t)return e;const s=new Uint8Array(r);i=new Uint8Array(e);i[0]=r.byteLength|128;for(let t=0;t<r.byteLength;t++)i[t+1]=s[t];return e}e=new ArrayBuffer(1);if(t===false){i=new Uint8Array(e);i[0]=this.length}return e}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Qt.NAME="lengthBlock";const qt={};class zt extends $t{constructor({name:t=jt,optional:e=false,primitiveSchema:i,...r}={},s){super(r);this.name=t;this.optional=e;if(i){this.primitiveSchema=i}this.idBlock=new Wt(r);this.lenBlock=new Qt(r);this.valueBlock=s?new s(r):new Gt(r)}fromBER(t,e,i){const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}toBER(t,e){const i=e||new Pt;if(!e){Jt(this)}const r=this.idBlock.toBER(t);i.write(r);if(this.lenBlock.isIndefiniteForm){i.write(new Uint8Array([128]).buffer);this.valueBlock.toBER(t,i);i.write(new ArrayBuffer(2))}else{const e=this.valueBlock.toBER(t);this.lenBlock.length=e.byteLength;const r=this.lenBlock.toBER(t);i.write(r);i.write(e)}if(!e){return i.final()}return Ht}toJSON(){const t={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};if(this.primitiveSchema)t.primitiveSchema=this.primitiveSchema.toJSON();return t}toString(t="ascii"){if(t==="ascii"){return this.onAsciiEncoding()}return e.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${e.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(t){if(this===t){return true}if(!(t instanceof this.constructor)){return false}const e=this.toBER();const i=t.toBER();return vt(e,i)}}zt.NAME="BaseBlock";function Jt(t){if(t instanceof qt.Constructed){for(const e of t.valueBlock.value){if(Jt(e)){t.lenBlock.isIndefiniteForm=true}}}return!!t.lenBlock.isIndefiniteForm}class Zt extends zt{constructor({value:t=jt,...e}={},i){super(e,i);if(t){this.fromString(t)}}getValue(){return this.valueBlock.value}setValue(t){this.valueBlock.value=t}fromBER(t,e,i){const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}this.fromBuffer(this.valueBlock.valueHexView);if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}Zt.NAME="BaseStringBlock";class Xt extends(Lt(Gt)){constructor({isHexOnly:t=true,...e}={}){super(e);this.isHexOnly=t}}Xt.NAME="PrimitiveValueBlock";var Yt;class te extends zt{constructor(t={}){super(t,Xt);this.idBlock.isConstructed=false}}Yt=te;(()=>{qt.Primitive=Yt})();te.NAME="PRIMITIVE";function ee(t,e){if(t instanceof e){return t}const i=new e;i.idBlock=t.idBlock;i.lenBlock=t.lenBlock;i.warnings=t.warnings;i.valueBeforeDecodeView=t.valueBeforeDecodeView;return i}function ie(t,e=0,i=t.length){const r=e;let s=new zt({},Gt);const n=new $t;if(!Et(n,t,e,i)){s.error=n.error;return{offset:-1,result:s}}const o=t.subarray(e,e+i);if(!o.length){s.error="Zero buffer length";return{offset:-1,result:s}}let a=s.idBlock.fromBER(t,e,i);if(s.idBlock.warnings.length){s.warnings.concat(s.idBlock.warnings)}if(a===-1){s.error=s.idBlock.error;return{offset:-1,result:s}}e=a;i-=s.idBlock.blockLength;a=s.lenBlock.fromBER(t,e,i);if(s.lenBlock.warnings.length){s.warnings.concat(s.lenBlock.warnings)}if(a===-1){s.error=s.lenBlock.error;return{offset:-1,result:s}}e=a;i-=s.lenBlock.blockLength;if(!s.idBlock.isConstructed&&s.lenBlock.isIndefiniteForm){s.error="Indefinite length form used for primitive encoding form";return{offset:-1,result:s}}let c=zt;switch(s.idBlock.tagClass){case 1:if(s.idBlock.tagNumber>=37&&s.idBlock.isHexOnly===false){s.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard";return{offset:-1,result:s}}switch(s.idBlock.tagNumber){case 0:if(s.idBlock.isConstructed&&s.lenBlock.length>0){s.error="Type [UNIVERSAL 0] is reserved";return{offset:-1,result:s}}c=qt.EndOfContent;break;case 1:c=qt.Boolean;break;case 2:c=qt.Integer;break;case 3:c=qt.BitString;break;case 4:c=qt.OctetString;break;case 5:c=qt.Null;break;case 6:c=qt.ObjectIdentifier;break;case 10:c=qt.Enumerated;break;case 12:c=qt.Utf8String;break;case 13:c=qt.RelativeObjectIdentifier;break;case 14:c=qt.TIME;break;case 15:s.error="[UNIVERSAL 15] is reserved by ASN.1 standard";return{offset:-1,result:s};case 16:c=qt.Sequence;break;case 17:c=qt.Set;break;case 18:c=qt.NumericString;break;case 19:c=qt.PrintableString;break;case 20:c=qt.TeletexString;break;case 21:c=qt.VideotexString;break;case 22:c=qt.IA5String;break;case 23:c=qt.UTCTime;break;case 24:c=qt.GeneralizedTime;break;case 25:c=qt.GraphicString;break;case 26:c=qt.VisibleString;break;case 27:c=qt.GeneralString;break;case 28:c=qt.UniversalString;break;case 29:c=qt.CharacterString;break;case 30:c=qt.BmpString;break;case 31:c=qt.DATE;break;case 32:c=qt.TimeOfDay;break;case 33:c=qt.DateTime;break;case 34:c=qt.Duration;break;default:{const t=s.idBlock.isConstructed?new qt.Constructed:new qt.Primitive;t.idBlock=s.idBlock;t.lenBlock=s.lenBlock;t.warnings=s.warnings;s=t}}break;case 2:case 3:case 4:default:{c=s.idBlock.isConstructed?qt.Constructed:qt.Primitive}}s=ee(s,c);a=s.fromBER(t,e,s.lenBlock.isIndefiniteForm?i:s.lenBlock.length);s.valueBeforeDecodeView=t.subarray(r,r+s.blockLength);return{offset:a,result:s}}function re(e){if(!e.byteLength){const t=new zt({},Gt);t.error="Input buffer has zero length";return{offset:-1,result:t}}return ie(t.toUint8Array(e).slice(),0,e.byteLength)}function se(t,e){if(t){return 1}return e}class ne extends Gt{constructor({value:t=[],isIndefiniteForm:e=false,...i}={}){super(i);this.value=t;this.isIndefiniteForm=e}fromBER(e,i,r){const s=t.toUint8Array(e);if(!Et(this,s,i,r)){return-1}this.valueBeforeDecodeView=s.subarray(i,i+r);if(this.valueBeforeDecodeView.length===0){this.warnings.push("Zero buffer length");return i}let n=i;while(se(this.isIndefiniteForm,r)>0){const t=ie(s,n,r);if(t.offset===-1){this.error=t.result.error;this.warnings.concat(t.result.warnings);return-1}n=t.offset;this.blockLength+=t.result.blockLength;r-=t.result.blockLength;this.value.push(t.result);if(this.isIndefiniteForm&&t.result.constructor.NAME===Ft){break}}if(this.isIndefiniteForm){if(this.value[this.value.length-1].constructor.NAME===Ft){this.value.pop()}else{this.warnings.push("No EndOfContent block encoded")}}return n}toBER(t,e){const i=e||new Pt;for(let e=0;e<this.value.length;e++){this.value[e].toBER(t,i)}if(!e){return i.final()}return Ht}toJSON(){const t={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const e of this.value){t.value.push(e.toJSON())}return t}}ne.NAME="ConstructedValueBlock";var oe;class ae extends zt{constructor(t={}){super(t,ne);this.idBlock.isConstructed=true}fromBER(t,e,i){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}onAsciiEncoding(){const t=[];for(const e of this.valueBlock.value){t.push(e.toString("ascii").split("\n").map((t=>` ${t}`)).join("\n"))}const e=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return t.length?`${e} :\n${t.join("\n")}`:`${e} :`}}oe=ae;(()=>{qt.Constructed=oe})();ae.NAME="CONSTRUCTED";class ce extends Gt{fromBER(t,e,i){return e}toBER(t){return Ht}}ce.override="EndOfContentValueBlock";var le;class ue extends zt{constructor(t={}){super(t,ce);this.idBlock.tagClass=1;this.idBlock.tagNumber=0}}le=ue;(()=>{qt.EndOfContent=le})();ue.NAME=Ft;var pe;class he extends zt{constructor(t={}){super(t,Gt);this.idBlock.tagClass=1;this.idBlock.tagNumber=5}fromBER(t,e,i){if(this.lenBlock.length>0)this.warnings.push("Non-zero length of value block for Null type");if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;this.blockLength+=i;if(e+i>t.byteLength){this.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return-1}return e+i}toBER(t,e){const i=new ArrayBuffer(2);if(!t){const t=new Uint8Array(i);t[0]=5;t[1]=0}if(e){e.write(i)}return i}onAsciiEncoding(){return`${this.constructor.NAME}`}}pe=he;(()=>{qt.Null=pe})();he.NAME="NULL";class de extends(Lt(Gt)){constructor({value:e,...i}={}){super(i);if(i.valueHex){this.valueHexView=t.toUint8Array(i.valueHex)}else{this.valueHexView=new Uint8Array(1)}if(e){this.value=e}}get value(){for(const t of this.valueHexView){if(t>0){return true}}return false}set value(t){this.valueHexView[0]=t?255:0}fromBER(e,i,r){const s=t.toUint8Array(e);if(!Et(this,s,i,r)){return-1}this.valueHexView=s.subarray(i,i+r);if(r>1)this.warnings.push("Boolean value encoded in more then 1 octet");this.isHexOnly=true;Ct.call(this);this.blockLength=r;return i+r}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}de.NAME="BooleanValueBlock";var fe;class ye extends zt{constructor(t={}){super(t,de);this.idBlock.tagClass=1;this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(t){this.valueBlock.value=t}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}}fe=ye;(()=>{qt.Boolean=fe})();ye.NAME="BOOLEAN";class Se extends(Lt(ne)){constructor({isConstructed:t=false,...e}={}){super(e);this.isConstructed=t}fromBER(t,e,i){let r=0;if(this.isConstructed){this.isHexOnly=false;r=ne.prototype.fromBER.call(this,t,e,i);if(r===-1)return r;for(let t=0;t<this.value.length;t++){const e=this.value[t].constructor.NAME;if(e===Ft){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only";return-1}}if(e!==Ut){this.error="OCTET STRING may consists of OCTET STRINGs only";return-1}}}else{this.isHexOnly=true;r=super.fromBER(t,e,i);this.blockLength=i}return r}toBER(t,e){if(this.isConstructed)return ne.prototype.toBER.call(this,t,e);return t?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}Se.NAME="OctetStringValueBlock";var Ce;class Ae extends zt{constructor({idBlock:t={},lenBlock:e={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0?r:i.isConstructed=!!((s=i.value)===null||s===void 0?void 0:s.length);super({idBlock:{isConstructed:i.isConstructed,...t},lenBlock:{...e,isIndefiniteForm:!!i.isIndefiniteForm},...i},Se);this.idBlock.tagClass=1;this.idBlock.tagNumber=4}fromBER(t,e,i){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;if(i===0){if(this.idBlock.error.length===0)this.blockLength+=this.idBlock.blockLength;if(this.lenBlock.error.length===0)this.blockLength+=this.lenBlock.blockLength;return e}if(!this.valueBlock.isConstructed){const r=t instanceof ArrayBuffer?new Uint8Array(t):t;const s=r.subarray(e,e+i);try{if(s.byteLength){const t=ie(s,0,s.byteLength);if(t.offset!==-1&&t.offset===i){this.valueBlock.value=[t.result]}}}catch(t){}}return super.fromBER(t,e,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return ae.prototype.onAsciiEncoding.call(this)}return`${this.constructor.NAME} : ${e.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed){return this.valueBlock.valueHexView.slice().buffer}const e=[];for(const t of this.valueBlock.value){if(t instanceof Ae){e.push(t.valueBlock.valueHexView)}}return t.concat(e)}}Ce=Ae;(()=>{qt.OctetString=Ce})();Ae.NAME=Ut;class ve extends(Lt(ne)){constructor({unusedBits:t=0,isConstructed:e=false,...i}={}){super(i);this.unusedBits=t;this.isConstructed=e;this.blockLength=this.valueHexView.byteLength}fromBER(e,i,r){if(!r){return i}let s=-1;if(this.isConstructed){s=ne.prototype.fromBER.call(this,e,i,r);if(s===-1)return s;for(const t of this.value){const e=t.constructor.NAME;if(e===Ft){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only";return-1}}if(e!==Vt){this.error="BIT STRING may consists of BIT STRINGs only";return-1}const i=t.valueBlock;if(this.unusedBits>0&&i.unusedBits>0){this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only';return-1}this.unusedBits=i.unusedBits}return s}const n=t.toUint8Array(e);if(!Et(this,n,i,r)){return-1}const o=n.subarray(i,i+r);this.unusedBits=o[0];if(this.unusedBits>7){this.error="Unused bits for BitString must be in range 0-7";return-1}if(!this.unusedBits){const t=o.subarray(1);try{if(t.byteLength){const e=ie(t,0,t.byteLength);if(e.offset!==-1&&e.offset===r-1){this.value=[e.result]}}}catch(t){}}this.valueHexView=o.subarray(1);this.blockLength=o.length;return i+r}toBER(t,e){if(this.isConstructed){return ne.prototype.toBER.call(this,t,e)}if(t){return new ArrayBuffer(this.valueHexView.byteLength+1)}if(!this.valueHexView.byteLength){return Ht}const i=new Uint8Array(this.valueHexView.length+1);i[0]=this.unusedBits;i.set(this.valueHexView,1);return i.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}ve.NAME="BitStringValueBlock";var me;class ge extends zt{constructor({idBlock:t={},lenBlock:e={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0?r:i.isConstructed=!!((s=i.value)===null||s===void 0?void 0:s.length);super({idBlock:{isConstructed:i.isConstructed,...t},lenBlock:{...e,isIndefiniteForm:!!i.isIndefiniteForm},...i},ve);this.idBlock.tagClass=1;this.idBlock.tagNumber=3}fromBER(t,e,i){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;return super.fromBER(t,e,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return ae.prototype.onAsciiEncoding.call(this)}else{const t=[];const e=this.valueBlock.valueHexView;for(const i of e){t.push(i.toString(2).padStart(8,"0"))}const i=t.join("");return`${this.constructor.NAME} : ${i.substring(0,i.length-this.valueBlock.unusedBits)}`}}}me=ge;(()=>{qt.BitString=me})();ge.NAME=Vt;var we;function Ee(t,e){const i=new Uint8Array([0]);const r=new Uint8Array(t);const s=new Uint8Array(e);let n=r.slice(0);const o=n.length-1;const a=s.slice(0);const c=a.length-1;let l=0;const u=c<o?o:c;let p=0;for(let t=u;t>=0;t--,p++){switch(true){case p<a.length:l=n[o-p]+a[c-p]+i[0];break;default:l=n[o-p]+i[0]}i[0]=l/10;switch(true){case p>=n.length:n=St(new Uint8Array([l%10]),n);break;default:n[o-p]=l%10}}if(i[0]>0)n=St(i,n);return n}function Pe(t){if(t>=Dt.length){for(let e=Dt.length;e<=t;e++){const t=new Uint8Array([0]);let i=Dt[e-1].slice(0);for(let e=i.length-1;e>=0;e--){const r=new Uint8Array([(i[e]<<1)+t[0]]);t[0]=r[0]/10;i[e]=r[0]%10}if(t[0]>0)i=St(t,i);Dt.push(i)}}return Dt[t]}function De(t,e){let i=0;const r=new Uint8Array(t);const s=new Uint8Array(e);const n=r.slice(0);const o=n.length-1;const a=s.slice(0);const c=a.length-1;let l;let u=0;for(let t=c;t>=0;t--,u++){l=n[o-u]-a[c-u]-i;switch(true){case l<0:i=1;n[o-u]=l+10;break;default:i=0;n[o-u]=l}}if(i>0){for(let t=o-c+1;t>=0;t--,u++){l=n[o-u]-i;if(l<0){i=1;n[o-u]=l+10}else{i=0;n[o-u]=l;break}}}return n.slice()}class be extends(Lt(Gt)){constructor({value:t,...e}={}){super(e);this._valueDec=0;if(e.valueHex){this.setValueHex()}if(t!==undefined){this.valueDec=t}}setValueHex(){if(this.valueHexView.length>=4){this.warnings.push("Too big Integer for decoding, hex only");this.isHexOnly=true;this._valueDec=0}else{this.isHexOnly=false;if(this.valueHexView.length>0){this._valueDec=Ct.call(this)}}}set valueDec(t){this._valueDec=t;this.isHexOnly=false;this.valueHexView=new Uint8Array(At(t))}get valueDec(){return this._valueDec}fromDER(t,e,i,r=0){const s=this.fromBER(t,e,i);if(s===-1)return s;const n=this.valueHexView;if(n[0]===0&&(n[1]&128)!==0){this.valueHexView=n.subarray(1)}else{if(r!==0){if(n.length<r){if(r-n.length>1)r=n.length+1;this.valueHexView=n.subarray(r-n.length)}}}return s}toDER(t=false){const e=this.valueHexView;switch(true){case(e[0]&128)!==0:{const t=new Uint8Array(this.valueHexView.length+1);t[0]=0;t.set(e,1);this.valueHexView=t}break;case e[0]===0&&(e[1]&128)===0:{this.valueHexView=this.valueHexView.subarray(1)}break}return this.toBER(t)}fromBER(t,e,i){const r=super.fromBER(t,e,i);if(r===-1){return r}this.setValueHex();return r}toBER(t){return t?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const t=this.valueHexView.length*8-1;let e=new Uint8Array(this.valueHexView.length*8/3);let i=0;let r;const s=this.valueHexView;let n="";let o=false;for(let o=s.byteLength-1;o>=0;o--){r=s[o];for(let s=0;s<8;s++){if((r&1)===1){switch(i){case t:e=De(Pe(i),e);n="-";break;default:e=Ee(e,Pe(i))}}i++;r>>=1}}for(let t=0;t<e.length;t++){if(e[t])o=true;if(o)n+=bt.charAt(e[t])}if(o===false)n+=bt.charAt(0);return n}}we=be;be.NAME="IntegerValueBlock";(()=>{Object.defineProperty(we.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t);this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}})})();var Ie;class Be extends zt{constructor(t={}){super(t,be);this.idBlock.tagClass=1;this.idBlock.tagNumber=2}toBigInt(){gt();return BigInt(this.valueBlock.toString())}static fromBigInt(i){gt();const r=BigInt(i);const s=new Pt;const n=r.toString(16).replace(/^-/,"");const o=new Uint8Array(e.FromHex(n));if(r<0){const i=new Uint8Array(o.length+(o[0]&128?1:0));i[0]|=128;const n=BigInt(`0x${e.ToHex(i)}`);const a=n+r;const c=t.toUint8Array(e.FromHex(a.toString(16)));c[0]|=128;s.write(c)}else{if(o[0]&128){s.write(new Uint8Array([0]))}s.write(o)}const a=new Be({valueHex:s.final()});return a}convertToDER(){const t=new Be({valueHex:this.valueBlock.valueHexView});t.valueBlock.toDER();return t}convertFromDER(){return new Be({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}Ie=Be;(()=>{qt.Integer=Ie})();Be.NAME="INTEGER";var xe;class Te extends Be{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=10}}xe=Te;(()=>{qt.Enumerated=xe})();Te.NAME="ENUMERATED";class Oe extends(Lt(Gt)){constructor({valueDec:t=-1,isFirstSid:e=false,...i}={}){super(i);this.valueDec=t;this.isFirstSid=e}fromBER(e,i,r){if(!r){return i}const s=t.toUint8Array(e);if(!Et(this,s,i,r)){return-1}const n=s.subarray(i,i+r);this.valueHexView=new Uint8Array(r);for(let t=0;t<r;t++){this.valueHexView[t]=n[t]&127;this.blockLength++;if((n[t]&128)===0)break}const o=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength;t++){o[t]=this.valueHexView[t]}this.valueHexView=o;if((n[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ft(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return i+this.blockLength}set valueBigInt(t){gt();let e=BigInt(t).toString(2);while(e.length%7){e="0"+e}const i=new Uint8Array(e.length/7);for(let t=0;t<i.length;t++){i[t]=parseInt(e.slice(t*7,t*7+7),2)+(t+1<i.length?128:0)}this.fromBER(i.buffer,0,i.length)}toBER(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);const e=this.valueHexView;const i=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength-1;t++)i[t]=e[t]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}const e=yt(this.valueDec,7);if(e.byteLength===0){this.error="Error during encoding SID value";return Ht}const i=new Uint8Array(e.byteLength);if(!t){const t=new Uint8Array(e);const r=e.byteLength-1;for(let e=0;e<r;e++)i[e]=t[e]|128;i[r]=t[r]}return i}toString(){let t="";if(this.isHexOnly)t=e.ToHex(this.valueHexView);else{if(this.isFirstSid){let e=this.valueDec;if(this.valueDec<=39)t="0.";else{if(this.valueDec<=79){t="1.";e-=40}else{t="2.";e-=80}}t+=e.toString()}else t=this.valueDec.toString()}return t}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}}Oe.NAME="sidBlock";class Re extends Gt{constructor({value:t=jt,...e}={}){super(e);this.value=[];if(t){this.fromString(t)}}fromBER(t,e,i){let r=e;while(i>0){const e=new Oe;r=e.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=e.error;return r}if(this.value.length===0)e.isFirstSid=true;this.blockLength+=e.blockLength;i-=e.blockLength;this.value.push(e)}return r}toBER(t){const e=[];for(let i=0;i<this.value.length;i++){const r=this.value[i].toBER(t);if(r.byteLength===0){this.error=this.value[i].error;return Ht}e.push(r)}return wt(e)}fromString(t){this.value=[];let e=0;let i=0;let r="";let s=false;do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;if(s){const t=this.value[0];let e=0;switch(t.valueDec){case 0:break;case 1:e=40;break;case 2:e=80;break;default:this.value=[];return}const i=parseInt(r,10);if(isNaN(i))return;t.valueDec=i+e;s=false}else{const t=new Oe;if(r>Number.MAX_SAFE_INTEGER){gt();const e=BigInt(r);t.valueBigInt=e}else{t.valueDec=parseInt(r,10);if(isNaN(t.valueDec))return}if(!this.value.length){t.isFirstSid=true;s=true}this.value.push(t)}}while(i!==-1)}toString(){let t="";let e=false;for(let i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;let r=this.value[i].toString();if(i!==0)t=`${t}.`;if(e){r=`{${r}}`;if(this.value[i].isFirstSid)t=`2.{${r} - 80}`;else t+=r}else t+=r}return t}toJSON(){const t={...super.toJSON(),value:this.toString(),sidArray:[]};for(let e=0;e<this.value.length;e++){t.sidArray.push(this.value[e].toJSON())}return t}}Re.NAME="ObjectIdentifierValueBlock";var Ne;class Me extends zt{constructor(t={}){super(t,Re);this.idBlock.tagClass=1;this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(t){this.valueBlock.fromString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}Ne=Me;(()=>{qt.ObjectIdentifier=Ne})();Me.NAME="OBJECT IDENTIFIER";class ke extends(Lt($t)){constructor({valueDec:t=0,...e}={}){super(e);this.valueDec=t}fromBER(e,i,r){if(r===0)return i;const s=t.toUint8Array(e);if(!Et(this,s,i,r))return-1;const n=s.subarray(i,i+r);this.valueHexView=new Uint8Array(r);for(let t=0;t<r;t++){this.valueHexView[t]=n[t]&127;this.blockLength++;if((n[t]&128)===0)break}const o=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength;t++)o[t]=this.valueHexView[t];this.valueHexView=o;if((n[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ft(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return i+this.blockLength}toBER(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);const e=this.valueHexView;const i=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength-1;t++)i[t]=e[t]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}const e=yt(this.valueDec,7);if(e.byteLength===0){this.error="Error during encoding SID value";return Ht}const i=new Uint8Array(e.byteLength);if(!t){const t=new Uint8Array(e);const r=e.byteLength-1;for(let e=0;e<r;e++)i[e]=t[e]|128;i[r]=t[r]}return i.buffer}toString(){let t="";if(this.isHexOnly)t=e.ToHex(this.valueHexView);else{t=this.valueDec.toString()}return t}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}ke.NAME="relativeSidBlock";class Ke extends Gt{constructor({value:t=jt,...e}={}){super(e);this.value=[];if(t){this.fromString(t)}}fromBER(t,e,i){let r=e;while(i>0){const e=new ke;r=e.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=e.error;return r}this.blockLength+=e.blockLength;i-=e.blockLength;this.value.push(e)}return r}toBER(t,e){const i=[];for(let e=0;e<this.value.length;e++){const r=this.value[e].toBER(t);if(r.byteLength===0){this.error=this.value[e].error;return Ht}i.push(r)}return wt(i)}fromString(t){this.value=[];let e=0;let i=0;let r="";do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;const s=new ke;s.valueDec=parseInt(r,10);if(isNaN(s.valueDec))return true;this.value.push(s)}while(i!==-1);return true}toString(){let t="";let e=false;for(let i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;let r=this.value[i].toString();if(i!==0)t=`${t}.`;if(e){r=`{${r}}`;t+=r}else t+=r}return t}toJSON(){const t={...super.toJSON(),value:this.toString(),sidArray:[]};for(let e=0;e<this.value.length;e++)t.sidArray.push(this.value[e].toJSON());return t}}Ke.NAME="RelativeObjectIdentifierValueBlock";var je;class He extends zt{constructor(t={}){super(t,Ke);this.idBlock.tagClass=1;this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(t){this.valueBlock.fromString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}je=He;(()=>{qt.RelativeObjectIdentifier=je})();He.NAME="RelativeObjectIdentifier";var _e;class Fe extends ae{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=16}}_e=Fe;(()=>{qt.Sequence=_e})();Fe.NAME="SEQUENCE";var Ue;class Ve extends ae{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=17}}Ue=Ve;(()=>{qt.Set=Ue})();Ve.NAME="SET";class Le extends(Lt(Gt)){constructor({...t}={}){super(t);this.isHexOnly=true;this.value=jt}toJSON(){return{...super.toJSON(),value:this.value}}}Le.NAME="StringValueBlock";class $e extends Le{}$e.NAME="SimpleStringValueBlock";class Ge extends Zt{constructor({...t}={}){super(t,$e)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,t.toUint8Array(e))}fromString(t){const e=t.length;const i=this.valueBlock.valueHexView=new Uint8Array(e);for(let r=0;r<e;r++)i[r]=t.charCodeAt(r);this.valueBlock.value=t}}Ge.NAME="SIMPLE STRING";class We extends Ge{fromBuffer(i){this.valueBlock.valueHexView=t.toUint8Array(i);try{this.valueBlock.value=e.ToUtf8String(i)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`);this.valueBlock.value=e.ToBinary(i)}}fromString(t){this.valueBlock.valueHexView=new Uint8Array(e.FromUtf8String(t));this.valueBlock.value=t}}We.NAME="Utf8StringValueBlock";var Qe;class qe extends We{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=12}}Qe=qe;(()=>{qt.Utf8String=Qe})();qe.NAME="UTF8String";class ze extends Ge{fromBuffer(i){this.valueBlock.value=e.ToUtf16String(i);this.valueBlock.valueHexView=t.toUint8Array(i)}fromString(t){this.valueBlock.value=t;this.valueBlock.valueHexView=new Uint8Array(e.FromUtf16String(t))}}ze.NAME="BmpStringValueBlock";var Je;class Ze extends ze{constructor({...t}={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=30}}Je=Ze;(()=>{qt.BmpString=Je})();Ze.NAME="BMPString";class Xe extends Ge{fromBuffer(t){const e=ArrayBuffer.isView(t)?t.slice().buffer:t.slice(0);const i=new Uint8Array(e);for(let t=0;t<i.length;t+=4){i[t]=i[t+3];i[t+1]=i[t+2];i[t+2]=0;i[t+3]=0}this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(e))}fromString(t){const e=t.length;const i=this.valueBlock.valueHexView=new Uint8Array(e*4);for(let r=0;r<e;r++){const e=yt(t.charCodeAt(r),8);const s=new Uint8Array(e);if(s.length>4)continue;const n=4-s.length;for(let t=s.length-1;t>=0;t--)i[r*4+t+n]=s[t]}this.valueBlock.value=t}}Xe.NAME="UniversalStringValueBlock";var Ye;class ti extends Xe{constructor({...t}={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=28}}Ye=ti;(()=>{qt.UniversalString=Ye})();ti.NAME="UniversalString";var ei;class ii extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=18}}ei=ii;(()=>{qt.NumericString=ei})();ii.NAME="NumericString";var ri;class si extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=19}}ri=si;(()=>{qt.PrintableString=ri})();si.NAME="PrintableString";var ni;class oi extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=20}}ni=oi;(()=>{qt.TeletexString=ni})();oi.NAME="TeletexString";var ai;class ci extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=21}}ai=ci;(()=>{qt.VideotexString=ai})();ci.NAME="VideotexString";var li;class ui extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=22}}li=ui;(()=>{qt.IA5String=li})();ui.NAME="IA5String";var pi;class hi extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=25}}pi=hi;(()=>{qt.GraphicString=pi})();hi.NAME="GraphicString";var di;class fi extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=26}}di=fi;(()=>{qt.VisibleString=di})();fi.NAME="VisibleString";var yi;class Si extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=27}}yi=Si;(()=>{qt.GeneralString=yi})();Si.NAME="GeneralString";var Ci;class Ai extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=29}}Ci=Ai;(()=>{qt.CharacterString=Ci})();Ai.NAME="CharacterString";var vi;class mi extends fi{constructor({value:t,valueDate:e,...i}={}){super(i);this.year=0;this.month=0;this.day=0;this.hour=0;this.minute=0;this.second=0;if(t){this.fromString(t);this.valueBlock.valueHexView=new Uint8Array(t.length);for(let e=0;e<t.length;e++)this.valueBlock.valueHexView[e]=t.charCodeAt(e)}if(e){this.fromDate(e);this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())}this.idBlock.tagClass=1;this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,t.toUint8Array(e)))}toBuffer(){const t=this.toString();const e=new ArrayBuffer(t.length);const i=new Uint8Array(e);for(let e=0;e<t.length;e++)i[e]=t.charCodeAt(e);return e}fromDate(t){this.year=t.getUTCFullYear();this.month=t.getUTCMonth()+1;this.day=t.getUTCDate();this.hour=t.getUTCHours();this.minute=t.getUTCMinutes();this.second=t.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(t){const e=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/gi;const i=e.exec(t);if(i===null){this.error="Wrong input string for conversion";return}const r=parseInt(i[1],10);if(r>=50)this.year=1900+r;else this.year=2e3+r;this.month=parseInt(i[2],10);this.day=parseInt(i[3],10);this.hour=parseInt(i[4],10);this.minute=parseInt(i[5],10);this.second=parseInt(i[6],10)}toString(t="iso"){if(t==="iso"){const t=new Array(7);t[0]=mt(this.year<2e3?this.year-1900:this.year-2e3,2);t[1]=mt(this.month,2);t[2]=mt(this.day,2);t[3]=mt(this.hour,2);t[4]=mt(this.minute,2);t[5]=mt(this.second,2);t[6]="Z";return t.join("")}return super.toString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}}vi=mi;(()=>{qt.UTCTime=vi})();mi.NAME="UTCTime";var gi;class wi extends mi{constructor(t={}){var e;super(t);(e=this.millisecond)!==null&&e!==void 0?e:this.millisecond=0;this.idBlock.tagClass=1;this.idBlock.tagNumber=24}fromDate(t){super.fromDate(t);this.millisecond=t.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(t){let e=false;let i="";let r="";let s=0;let n;let o=0;let a=0;if(t[t.length-1]==="Z"){i=t.substring(0,t.length-1);e=true}else{const e=new Number(t[t.length-1]);if(isNaN(e.valueOf()))throw new Error("Wrong input string for conversion");i=t}if(e){if(i.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(i.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let t=1;let e=i.indexOf("+");let r="";if(e===-1){e=i.indexOf("-");t=-1}if(e!==-1){r=i.substring(e+1);i=i.substring(0,e);if(r.length!==2&&r.length!==4)throw new Error("Wrong input string for conversion");let s=parseInt(r.substring(0,2),10);if(isNaN(s.valueOf()))throw new Error("Wrong input string for conversion");o=t*s;if(r.length===4){s=parseInt(r.substring(2,4),10);if(isNaN(s.valueOf()))throw new Error("Wrong input string for conversion");a=t*s}}}let c=i.indexOf(".");if(c===-1)c=i.indexOf(",");if(c!==-1){const t=new Number(`0${i.substring(c)}`);if(isNaN(t.valueOf()))throw new Error("Wrong input string for conversion");s=t.valueOf();r=i.substring(0,c)}else r=i;switch(true){case r.length===8:n=/(\d{4})(\d{2})(\d{2})/gi;if(c!==-1)throw new Error("Wrong input string for conversion");break;case r.length===10:n=/(\d{4})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){let t=60*s;this.minute=Math.floor(t);t=60*(t-this.minute);this.second=Math.floor(t);t=1e3*(t-this.second);this.millisecond=Math.floor(t)}break;case r.length===12:n=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){let t=60*s;this.second=Math.floor(t);t=1e3*(t-this.second);this.millisecond=Math.floor(t)}break;case r.length===14:n=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){const t=1e3*s;this.millisecond=Math.floor(t)}break;default:throw new Error("Wrong input string for conversion")}const l=n.exec(r);if(l===null)throw new Error("Wrong input string for conversion");for(let t=1;t<l.length;t++){switch(t){case 1:this.year=parseInt(l[t],10);break;case 2:this.month=parseInt(l[t],10);break;case 3:this.day=parseInt(l[t],10);break;case 4:this.hour=parseInt(l[t],10)+o;break;case 5:this.minute=parseInt(l[t],10)+a;break;case 6:this.second=parseInt(l[t],10);break;default:throw new Error("Wrong input string for conversion")}}if(e===false){const t=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=t.getUTCFullYear();this.month=t.getUTCMonth();this.day=t.getUTCDay();this.hour=t.getUTCHours();this.minute=t.getUTCMinutes();this.second=t.getUTCSeconds();this.millisecond=t.getUTCMilliseconds()}}toString(t="iso"){if(t==="iso"){const t=[];t.push(mt(this.year,4));t.push(mt(this.month,2));t.push(mt(this.day,2));t.push(mt(this.hour,2));t.push(mt(this.minute,2));t.push(mt(this.second,2));if(this.millisecond!==0){t.push(".");t.push(mt(this.millisecond,3))}t.push("Z");return t.join("")}return super.toString(t)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}gi=wi;(()=>{qt.GeneralizedTime=gi})();wi.NAME="GeneralizedTime";var Ei;class Pi extends qe{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=31}}Ei=Pi;(()=>{qt.DATE=Ei})();Pi.NAME="DATE";var Di;class bi extends qe{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=32}}Di=bi;(()=>{qt.TimeOfDay=Di})();bi.NAME="TimeOfDay";var Ii;class Bi extends qe{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=33}}Ii=Bi;(()=>{qt.DateTime=Ii})();Bi.NAME="DateTime";var xi;class Ti extends qe{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=34}}xi=Ti;(()=>{qt.Duration=xi})();Ti.NAME="Duration";var Oi;class Ri extends qe{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=14}}Oi=Ri;(()=>{qt.TIME=Oi})();Ri.NAME="TIME";class Ni{constructor({name:t=jt,optional:e=false}={}){this.name=t;this.optional=e}}class Mi extends Ni{constructor({value:t=[],...e}={}){super(e);this.value=t}}class ki extends Ni{constructor({value:t=new Ni,local:e=false,...i}={}){super(i);this.value=t;this.local=e}}class Ki{constructor({data:e=_t}={}){this.dataView=t.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=t.toUint8Array(e)}fromBER(e,i,r){const s=i+r;this.dataView=t.toUint8Array(e).subarray(i,s);return s}toBER(t){return this.dataView.slice().buffer}}function ji(t,e,i){if(i instanceof Mi){for(let r=0;r<i.value.length;r++){const s=ji(t,e,i.value[r]);if(s.verified){return{verified:true,result:t}}}{const t={verified:false,result:{error:"Wrong values for Choice type"}};if(i.hasOwnProperty(It))t.name=i.name;return t}}if(i instanceof Ni){if(i.hasOwnProperty(It))t[i.name]=e;return{verified:true,result:t}}if(t instanceof Object===false){return{verified:false,result:{error:"Wrong root object"}}}if(e instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 data"}}}if(i instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Tt in i===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Mt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(kt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}const r=i.idBlock.toBER(false);if(r.byteLength===0){return{verified:false,result:{error:"Error encoding idBlock for ASN.1 schema"}}}const s=i.idBlock.fromBER(r,0,r.byteLength);if(s===-1){return{verified:false,result:{error:"Error decoding idBlock for ASN.1 schema"}}}if(i.idBlock.hasOwnProperty(Ot)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.tagClass!==e.idBlock.tagClass){return{verified:false,result:t}}if(i.idBlock.hasOwnProperty(Rt)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.tagNumber!==e.idBlock.tagNumber){return{verified:false,result:t}}if(i.idBlock.hasOwnProperty(Nt)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.isConstructed!==e.idBlock.isConstructed){return{verified:false,result:t}}if(!(xt in i.idBlock)){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.isHexOnly!==e.idBlock.isHexOnly){return{verified:false,result:t}}if(i.idBlock.isHexOnly){if(Bt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}const r=i.idBlock.valueHexView;const s=e.idBlock.valueHexView;if(r.length!==s.length){return{verified:false,result:t}}for(let e=0;e<r.length;e++){if(r[e]!==s[1]){return{verified:false,result:t}}}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name)t[i.name]=e}if(i instanceof qt.Constructed){let r=0;let s={verified:false,result:{error:"Unknown error"}};let n=i.valueBlock.value.length;if(n>0){if(i.valueBlock.value[0]instanceof ki){n=e.valueBlock.value.length}}if(n===0){return{verified:true,result:t}}if(e.valueBlock.value.length===0&&i.valueBlock.value.length!==0){let e=true;for(let t=0;t<i.valueBlock.value.length;t++)e=e&&(i.valueBlock.value[t].optional||false);if(e){return{verified:true,result:t}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name)delete t[i.name]}t.error="Inconsistent object length";return{verified:false,result:t}}for(let o=0;o<n;o++){if(o-r>=e.valueBlock.value.length){if(i.valueBlock.value[o].optional===false){const e={verified:false,result:t};t.error="Inconsistent length between ASN.1 data and schema";if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name){delete t[i.name];e.name=i.name}}return e}}else{if(i.valueBlock.value[0]instanceof ki){s=ji(t,e.valueBlock.value[o],i.valueBlock.value[0].value);if(s.verified===false){if(i.valueBlock.value[0].optional)r++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name)delete t[i.name]}return s}}if(It in i.valueBlock.value[0]&&i.valueBlock.value[0].name.length>0){let r={};if(Kt in i.valueBlock.value[0]&&i.valueBlock.value[0].local)r=e;else r=t;if(typeof r[i.valueBlock.value[0].name]==="undefined")r[i.valueBlock.value[0].name]=[];r[i.valueBlock.value[0].name].push(e.valueBlock.value[o])}}else{s=ji(t,e.valueBlock.value[o-r],i.valueBlock.value[o]);if(s.verified===false){if(i.valueBlock.value[o].optional)r++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name)delete t[i.name]}return s}}}}}if(s.verified===false){const e={verified:false,result:t};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name){delete t[i.name];e.name=i.name}}return e}return{verified:true,result:t}}if(i.primitiveSchema&&Bt in e.valueBlock){const r=ie(e.valueBlock.valueHexView);if(r.offset===-1){const e={verified:false,result:r.result};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,jt);if(i.name){delete t[i.name];e.name=i.name}}return e}return ji(t,r.result,i.primitiveSchema)}return{verified:true,result:t}}function Hi(e,i){if(i instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema type"}}}const r=ie(t.toUint8Array(e));if(r.offset===-1){return{verified:false,result:r.result}}return ji(r.result,r.result,i)}const _i=Object.freeze({__proto__:null,Any:Ni,BaseBlock:zt,BaseStringBlock:Zt,BitString:ge,BmpString:Ze,Boolean:ye,CharacterString:Ai,Choice:Mi,Constructed:ae,DATE:Pi,DateTime:Bi,Duration:Ti,EndOfContent:ue,Enumerated:Te,GeneralString:Si,GeneralizedTime:wi,GraphicString:hi,HexBlock:Lt,IA5String:ui,Integer:Be,Null:he,NumericString:ii,ObjectIdentifier:Me,OctetString:Ae,Primitive:te,PrintableString:si,RawData:Ki,RelativeObjectIdentifier:He,Repeated:ki,Sequence:Fe,Set:Ve,TIME:Ri,TeletexString:oi,TimeOfDay:bi,UTCTime:mi,UniversalString:ti,Utf8String:qe,ValueBlock:Gt,VideotexString:ci,ViewWriter:Pt,VisibleString:fi,compareSchema:ji,fromBER:re,verifySchema:Hi});var Fi;(function(t){t[t["Sequence"]=0]="Sequence";t[t["Set"]=1]="Set";t[t["Choice"]=2]="Choice"})(Fi||(Fi={}));var Ui;(function(t){t[t["Any"]=1]="Any";t[t["Boolean"]=2]="Boolean";t[t["OctetString"]=3]="OctetString";t[t["BitString"]=4]="BitString";t[t["Integer"]=5]="Integer";t[t["Enumerated"]=6]="Enumerated";t[t["ObjectIdentifier"]=7]="ObjectIdentifier";t[t["Utf8String"]=8]="Utf8String";t[t["BmpString"]=9]="BmpString";t[t["UniversalString"]=10]="UniversalString";t[t["NumericString"]=11]="NumericString";t[t["PrintableString"]=12]="PrintableString";t[t["TeletexString"]=13]="TeletexString";t[t["VideotexString"]=14]="VideotexString";t[t["IA5String"]=15]="IA5String";t[t["GraphicString"]=16]="GraphicString";t[t["VisibleString"]=17]="VisibleString";t[t["GeneralString"]=18]="GeneralString";t[t["CharacterString"]=19]="CharacterString";t[t["UTCTime"]=20]="UTCTime";t[t["GeneralizedTime"]=21]="GeneralizedTime";t[t["DATE"]=22]="DATE";t[t["TimeOfDay"]=23]="TimeOfDay";t[t["DateTime"]=24]="DateTime";t[t["Duration"]=25]="Duration";t[t["TIME"]=26]="TIME";t[t["Null"]=27]="Null"})(Ui||(Ui={}));class Vi{constructor(e,i=0){this.unusedBits=0;this.value=new ArrayBuffer(0);if(e){if(typeof e==="number"){this.fromNumber(e)}else if(t.isBufferSource(e)){this.unusedBits=i;this.value=t.toArrayBuffer(e)}else{throw TypeError("Unsupported type of 'params' argument for BitString")}}}fromASN(t){if(!(t instanceof ge)){throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString")}this.unusedBits=t.valueBlock.unusedBits;this.value=t.valueBlock.valueHex;return this}toASN(){return new ge({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(t){return new ge({name:t})}toNumber(){let t="";const e=new Uint8Array(this.value);for(const i of e){t+=i.toString(2).padStart(8,"0")}t=t.split("").reverse().join("");if(this.unusedBits){t=t.slice(this.unusedBits).padStart(this.unusedBits,"0")}return parseInt(t,2)}fromNumber(t){let e=t.toString(2);const i=e.length+7>>3;this.unusedBits=(i<<3)-e.length;const r=new Uint8Array(i);e=e.padStart(i<<3,"0").split("").reverse().join("");let s=0;while(s<i){r[s]=parseInt(e.slice(s<<3,(s<<3)+8),2);s++}this.value=r.buffer}}class Li{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){if(typeof e==="number"){this.buffer=new ArrayBuffer(e)}else{if(t.isBufferSource(e)){this.buffer=t.toArrayBuffer(e)}else if(Array.isArray(e)){this.buffer=new Uint8Array(e)}else{this.buffer=new ArrayBuffer(0)}}}fromASN(t){if(!(t instanceof Ae)){throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString")}this.buffer=t.valueBlock.valueHex;return this}toASN(){return new Ae({valueHex:this.buffer})}toSchema(t){return new Ae({name:t})}}const $i={fromASN:t=>t instanceof he?null:t.valueBeforeDecodeView,toASN:t=>{if(t===null){return new he}const e=re(t);if(e.result.error){throw new Error(e.result.error)}return e.result}};const Gi={fromASN:t=>t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec,toASN:t=>new Be({value:+t})};const Wi={fromASN:t=>t.valueBlock.valueDec,toASN:t=>new Te({value:t})};const Qi={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new Be({valueHex:t})};const qi={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new ge({valueHex:t})};const zi={fromASN:t=>t.valueBlock.toString(),toASN:t=>new Me({value:t})};const Ji={fromASN:t=>t.valueBlock.value,toASN:t=>new ye({value:t})};const Zi={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new Ae({valueHex:t})};const Xi={fromASN:t=>new Li(t.getValue()),toASN:t=>t.toASN()};function Yi(t){return{fromASN:t=>t.valueBlock.value,toASN:e=>new t({value:e})}}const tr=Yi(qe);const er=Yi(Ze);const ir=Yi(ti);const rr=Yi(ii);const sr=Yi(si);const nr=Yi(oi);const or=Yi(ci);const ar=Yi(ui);const cr=Yi(hi);const lr=Yi(fi);const ur=Yi(Si);const pr=Yi(Ai);const hr={fromASN:t=>t.toDate(),toASN:t=>new mi({valueDate:t})};const dr={fromASN:t=>t.toDate(),toASN:t=>new wi({valueDate:t})};const fr={fromASN:()=>null,toASN:()=>new he};function yr(t){switch(t){case Ui.Any:return $i;case Ui.BitString:return qi;case Ui.BmpString:return er;case Ui.Boolean:return Ji;case Ui.CharacterString:return pr;case Ui.Enumerated:return Wi;case Ui.GeneralString:return ur;case Ui.GeneralizedTime:return dr;case Ui.GraphicString:return cr;case Ui.IA5String:return ar;case Ui.Integer:return Gi;case Ui.Null:return fr;case Ui.NumericString:return rr;case Ui.ObjectIdentifier:return zi;case Ui.OctetString:return Zi;case Ui.PrintableString:return sr;case Ui.TeletexString:return nr;case Ui.UTCTime:return hr;case Ui.UniversalString:return ir;case Ui.Utf8String:return tr;case Ui.VideotexString:return or;case Ui.VisibleString:return lr;default:return null}}function Sr(t){if(typeof t==="function"&&t.prototype){if(t.prototype.toASN&&t.prototype.fromASN){return true}else{return Sr(t.prototype)}}else{return!!(t&&typeof t==="object"&&"toASN"in t&&"fromASN"in t)}}function Cr(t){var e;if(t){const i=Object.getPrototypeOf(t);if(((e=i===null||i===void 0?void 0:i.prototype)===null||e===void 0?void 0:e.constructor)===Array){return true}return Cr(i)}return false}function Ar(t,e){if(!(t&&e)){return false}if(t.byteLength!==e.byteLength){return false}const i=new Uint8Array(t);const r=new Uint8Array(e);for(let e=0;e<t.byteLength;e++){if(i[e]!==r[e]){return false}}return true}class vr{constructor(){this.items=new WeakMap}has(t){return this.items.has(t)}get(t,e=false){const i=this.items.get(t);if(!i){throw new Error(`Cannot get schema for '${t.prototype.constructor.name}' target`)}if(e&&!i.schema){throw new Error(`Schema '${t.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`)}return i}cache(t){const e=this.get(t);if(!e.schema){e.schema=this.create(t,true)}}createDefault(t){const e={type:Fi.Sequence,items:{}};const i=this.findParentSchema(t);if(i){Object.assign(e,i);e.items=Object.assign({},e.items,i.items)}return e}create(t,e){const i=this.items.get(t)||this.createDefault(t);const r=[];for(const t in i.items){const s=i.items[t];const n=e?t:"";let o;if(typeof s.type==="number"){const t=Ui[s.type];const e=_i[t];if(!e){throw new Error(`Cannot get ASN1 class by name '${t}'`)}o=new e({name:n})}else if(Sr(s.type)){const t=new s.type;o=t.toSchema(n)}else if(s.optional){const t=this.get(s.type);if(t.type===Fi.Choice){o=new Ni({name:n})}else{o=this.create(s.type,false);o.name=n}}else{o=new Ni({name:n})}const a=!!s.optional||s.defaultValue!==undefined;if(s.repeated){o.name="";const t=s.repeated==="set"?Ve:Fe;o=new t({name:"",value:[new ki({name:n,value:o})]})}if(s.context!==null&&s.context!==undefined){if(s.implicit){if(typeof s.type==="number"||Sr(s.type)){const t=s.repeated?ae:te;r.push(new t({name:n,optional:a,idBlock:{tagClass:3,tagNumber:s.context}}))}else{this.cache(s.type);const t=!!s.repeated;let e=!t?this.get(s.type,true).schema:o;e="valueBlock"in e?e.valueBlock.value:e.value;r.push(new ae({name:!t?n:"",optional:a,idBlock:{tagClass:3,tagNumber:s.context},value:e}))}}else{r.push(new ae({optional:a,idBlock:{tagClass:3,tagNumber:s.context},value:[o]}))}}else{o.optional=a;r.push(o)}}switch(i.type){case Fi.Sequence:return new Fe({value:r,name:""});case Fi.Set:return new Ve({value:r,name:""});case Fi.Choice:return new Mi({value:r,name:""});default:throw new Error(`Unsupported ASN1 type in use`)}}set(t,e){this.items.set(t,e);return this}findParentSchema(t){const e=Object.getPrototypeOf(t);if(e){const t=this.items.get(e);return t||this.findParentSchema(e)}return null}}const mr=new vr;const gr=t=>e=>{let i;if(!mr.has(e)){i=mr.createDefault(e);mr.set(e,i)}else{i=mr.get(e)}Object.assign(i,t)};const wr=t=>(e,i)=>{let r;if(!mr.has(e.constructor)){r=mr.createDefault(e.constructor);mr.set(e.constructor,r)}else{r=mr.get(e.constructor)}const s=Object.assign({},t);if(typeof s.type==="number"&&!s.converter){const r=yr(t.type);if(!r){throw new Error(`Cannot get default converter for property '${i}' of ${e.constructor.name}`)}s.converter=r}r.items[i]=s};class Er extends Error{constructor(){super(...arguments);this.schemas=[]}}class Pr{static parse(t,e){const i=re(t);if(i.result.error){throw new Error(i.result.error)}const r=this.fromASN(i.result,e);return r}static fromASN(t,e){var i;try{if(Sr(e)){const i=new e;return i.fromASN(t)}const r=mr.get(e);mr.cache(e);let s=r.schema;if(t.constructor===ae&&r.type!==Fi.Choice){s=new ae({idBlock:{tagClass:3,tagNumber:t.idBlock.tagNumber},value:r.schema.valueBlock.value});for(const e in r.items){delete t[e]}}const n=ji({},t,s);if(!n.verified){throw new Er(`Data does not match to ${e.name} ASN1 schema. ${n.result.error}`)}const o=new e;if(Cr(e)){if(!("value"in t.valueBlock&&Array.isArray(t.valueBlock.value))){throw new Error(`Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.`)}const i=r.itemType;if(typeof i==="number"){const r=yr(i);if(!r){throw new Error(`Cannot get default converter for array item of ${e.name} ASN1 schema`)}return e.from(t.valueBlock.value,(t=>r.fromASN(t)))}else{return e.from(t.valueBlock.value,(t=>this.fromASN(t,i)))}}for(const t in r.items){const e=n.result[t];if(!e){continue}const s=r.items[t];const a=s.type;if(typeof a==="number"||Sr(a)){const r=(i=s.converter)!==null&&i!==void 0?i:Sr(a)?new a:null;if(!r){throw new Error("Converter is empty")}if(s.repeated){if(s.implicit){const i=s.repeated==="sequence"?Fe:Ve;const n=new i;n.valueBlock=e.valueBlock;const a=re(n.toBER(false));if(a.offset===-1){throw new Error(`Cannot parse the child item. ${a.result.error}`)}if(!("value"in a.result.valueBlock&&Array.isArray(a.result.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}const c=a.result.valueBlock.value;o[t]=Array.from(c,(t=>r.fromASN(t)))}else{o[t]=Array.from(e,(t=>r.fromASN(t)))}}else{let i=e;if(s.implicit){let t;if(Sr(a)){t=(new a).toSchema("")}else{const e=Ui[a];const i=_i[e];if(!i){throw new Error(`Cannot get '${e}' class from asn1js module`)}t=new i}t.valueBlock=i.valueBlock;i=re(t.toBER(false)).result}o[t]=r.fromASN(i)}}else{if(s.repeated){if(!Array.isArray(e)){throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.")}o[t]=Array.from(e,(t=>this.fromASN(t,a)))}else{o[t]=this.fromASN(e,a)}}}return o}catch(t){if(t instanceof Er){t.schemas.push(e.name)}throw t}}}class Dr{static serialize(t){if(t instanceof zt){return t.toBER(false)}return this.toASN(t).toBER(false)}static toASN(t){if(t&&typeof t==="object"&&Sr(t)){return t.toASN()}if(!(t&&typeof t==="object")){throw new TypeError("Parameter 1 should be type of Object.")}const e=t.constructor;const i=mr.get(e);mr.cache(e);let r=[];if(i.itemType){if(!Array.isArray(t)){throw new TypeError("Parameter 1 should be type of Array.")}if(typeof i.itemType==="number"){const s=yr(i.itemType);if(!s){throw new Error(`Cannot get default converter for array item of ${e.name} ASN1 schema`)}r=t.map((t=>s.toASN(t)))}else{r=t.map((t=>this.toAsnItem({type:i.itemType},"[]",e,t)))}}else{for(const s in i.items){const n=i.items[s];const o=t[s];if(o===undefined||n.defaultValue===o||typeof n.defaultValue==="object"&&typeof o==="object"&&Ar(this.serialize(n.defaultValue),this.serialize(o))){continue}const a=Dr.toAsnItem(n,s,e,o);if(typeof n.context==="number"){if(n.implicit){if(!n.repeated&&(typeof n.type==="number"||Sr(n.type))){const t={};t.valueHex=a instanceof he?a.valueBeforeDecodeView:a.valueBlock.toBER();r.push(new te({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},...t}))}else{r.push(new ae({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},value:a.valueBlock.value}))}}else{r.push(new ae({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},value:[a]}))}}else if(n.repeated){r=r.concat(a)}else{r.push(a)}}}let s;switch(i.type){case Fi.Sequence:s=new Fe({value:r});break;case Fi.Set:s=new Ve({value:r});break;case Fi.Choice:if(!r[0]){throw new Error(`Schema '${e.name}' has wrong data. Choice cannot be empty.`)}s=r[0];break}return s}static toAsnItem(t,e,i,r){let s;if(typeof t.type==="number"){const n=t.converter;if(!n){throw new Error(`Property '${e}' doesn't have converter for type ${Ui[t.type]} in schema '${i.name}'`)}if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}const e=Array.from(r,(t=>n.toASN(t)));const i=t.repeated==="sequence"?Fe:Ve;s=new i({value:e})}else{s=n.toASN(r)}}else{if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}const e=Array.from(r,(t=>this.toASN(t)));const i=t.repeated==="sequence"?Fe:Ve;s=new i({value:e})}else{s=this.toASN(r)}}return s}}class br extends Array{constructor(t=[]){if(typeof t==="number"){super(t)}else{super();for(const e of t){this.push(e)}}}}class Ir{static serialize(t){return Dr.serialize(t)}static parse(t,e){return Pr.parse(t,e)}static toString(e){const i=t.isBufferSource(e)?t.toArrayBuffer(e):Ir.serialize(e);const r=re(i);if(r.offset===-1){throw new Error(`Cannot decode ASN.1 data. ${r.result.error}`)}return r.result.toString()}}function Br(t,e,i,r){var s=arguments.length,n=s<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,i):r,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")n=Reflect.decorate(t,e,i,r);else for(var a=t.length-1;a>=0;a--)if(o=t[a])n=(s<3?o(n):s>3?o(e,i,n):o(e,i))||n;return s>3&&n&&Object.defineProperty(e,i,n),n}typeof SuppressedError==="function"?SuppressedError:function(t,e,i){var r=new Error(i);return r.name="SuppressedError",r.error=t,r.suppressed=e,r};var xr={exports:{}};(function(t){(function(e){const i="(0?\\d+|0x[a-f0-9]+)";const r={fourOctet:new RegExp(`^${i}\\.${i}\\.${i}\\.${i}$`,"i"),threeOctet:new RegExp(`^${i}\\.${i}\\.${i}$`,"i"),twoOctet:new RegExp(`^${i}\\.${i}$`,"i"),longValue:new RegExp(`^${i}$`,"i")};const s=new RegExp(`^0[0-7]+$`,"i");const n=new RegExp(`^0x[a-f0-9]+$`,"i");const o="%[0-9a-z]{1,}";const a="(?:[0-9a-f]+::?)+";const c={zoneIndex:new RegExp(o,"i"),native:new RegExp(`^(::)?(${a})?([0-9a-f]+)?(::)?(${o})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${i}\\.${i}\\.${i}\\.${i}(${o})?)$`,"i"),transitional:new RegExp(`^((?:${a})|(?:::)(?:${a})?)${i}\\.${i}\\.${i}\\.${i}(${o})?$`,"i")};function l(t,e){if(t.indexOf("::")!==t.lastIndexOf("::")){return null}let i=0;let r=-1;let s=(t.match(c.zoneIndex)||[])[0];let n,o;if(s){s=s.substring(1);t=t.replace(/%.+$/,"")}while((r=t.indexOf(":",r+1))>=0){i++}if(t.substr(0,2)==="::"){i--}if(t.substr(-2,2)==="::"){i--}if(i>e){return null}o=e-i;n=":";while(o--){n+="0:"}t=t.replace("::",n);if(t[0]===":"){t=t.slice(1)}if(t[t.length-1]===":"){t=t.slice(0,-1)}e=function(){const e=t.split(":");const i=[];for(let t=0;t<e.length;t++){i.push(parseInt(e[t],16))}return i}();return{parts:e,zoneId:s}}function u(t,e,i,r){if(t.length!==e.length){throw new Error("ipaddr: cannot match CIDR for objects with different lengths")}let s=0;let n;while(r>0){n=i-r;if(n<0){n=0}if(t[s]>>n!==e[s]>>n){return false}r-=i;s+=1}return true}function p(t){if(n.test(t)){return parseInt(t,16)}if(t[0]==="0"&&!isNaN(parseInt(t[1],10))){if(s.test(t)){return parseInt(t,8)}throw new Error(`ipaddr: cannot parse ${t} as octal`)}return parseInt(t,10)}function h(t,e){while(t.length<e){t=`0${t}`}return t}const d={};d.IPv4=function(){function t(t){if(t.length!==4){throw new Error("ipaddr: ipv4 octet count should be 4")}let e,i;for(e=0;e<t.length;e++){i=t[e];if(!(0<=i&&i<=255)){throw new Error("ipaddr: ipv4 octet should fit in 8 bits")}}this.octets=t}t.prototype.SpecialRanges={unspecified:[[new t([0,0,0,0]),8]],broadcast:[[new t([255,255,255,255]),32]],multicast:[[new t([224,0,0,0]),4]],linkLocal:[[new t([169,254,0,0]),16]],loopback:[[new t([127,0,0,0]),8]],carrierGradeNat:[[new t([100,64,0,0]),10]],private:[[new t([10,0,0,0]),8],[new t([172,16,0,0]),12],[new t([192,168,0,0]),16]],reserved:[[new t([192,0,0,0]),24],[new t([192,0,2,0]),24],[new t([192,88,99,0]),24],[new t([198,18,0,0]),15],[new t([198,51,100,0]),24],[new t([203,0,113,0]),24],[new t([240,0,0,0]),4]]};t.prototype.kind=function(){return"ipv4"};t.prototype.match=function(t,e){let i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv4"){throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one")}return u(this.octets,t.octets,8,e)};t.prototype.prefixLengthFromSubnetMask=function(){let t=0;let e=false;const i={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let r,s,n;for(r=3;r>=0;r-=1){s=this.octets[r];if(s in i){n=i[s];if(e&&n!==0){return null}if(n!==8){e=true}t+=n}else{return null}}return 32-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){return this.octets.slice(0)};t.prototype.toIPv4MappedAddress=function(){return d.IPv6.parse(`::ffff:${this.toString()}`)};t.prototype.toNormalizedString=function(){return this.toString()};t.prototype.toString=function(){return this.octets.join(".")};return t}();d.IPv4.broadcastAddressFromCIDR=function(t){try{const e=this.parseCIDR(t);const i=e[0].toByteArray();const r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();const s=[];let n=0;while(n<4){s.push(parseInt(i[n],10)|parseInt(r[n],10)^255);n++}return new this(s)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.isIPv4=function(t){return this.parser(t)!==null};d.IPv4.isValid=function(t){try{new this(this.parser(t));return true}catch(t){return false}};d.IPv4.isValidFourPartDecimal=function(t){if(d.IPv4.isValid(t)&&t.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/)){return true}else{return false}};d.IPv4.networkAddressFromCIDR=function(t){let e,i,r,s,n;try{e=this.parseCIDR(t);r=e[0].toByteArray();n=this.subnetMaskFromPrefixLength(e[1]).toByteArray();s=[];i=0;while(i<4){s.push(parseInt(r[i],10)&parseInt(n[i],10));i++}return new this(s)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.parse=function(t){const e=this.parser(t);if(e===null){throw new Error("ipaddr: string is not formatted like an IPv4 Address")}return new this(e)};d.IPv4.parseCIDR=function(t){let e;if(e=t.match(/^(.+)\/(\d+)$/)){const t=parseInt(e[2]);if(t>=0&&t<=32){const i=[this.parse(e[1]),t];Object.defineProperty(i,"toString",{value:function(){return this.join("/")}});return i}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")};d.IPv4.parser=function(t){let e,i,s;if(e=t.match(r.fourOctet)){return function(){const t=e.slice(1,6);const r=[];for(let e=0;e<t.length;e++){i=t[e];r.push(p(i))}return r}()}else if(e=t.match(r.longValue)){s=p(e[1]);if(s>4294967295||s<0){throw new Error("ipaddr: address outside defined range")}return function(){const t=[];let e;for(e=0;e<=24;e+=8){t.push(s>>e&255)}return t}().reverse()}else if(e=t.match(r.twoOctet)){return function(){const t=e.slice(1,4);const i=[];s=p(t[1]);if(s>16777215||s<0){throw new Error("ipaddr: address outside defined range")}i.push(p(t[0]));i.push(s>>16&255);i.push(s>>8&255);i.push(s&255);return i}()}else if(e=t.match(r.threeOctet)){return function(){const t=e.slice(1,5);const i=[];s=p(t[2]);if(s>65535||s<0){throw new Error("ipaddr: address outside defined range")}i.push(p(t[0]));i.push(p(t[1]));i.push(s>>8&255);i.push(s&255);return i}()}else{return null}};d.IPv4.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>32){throw new Error("ipaddr: invalid IPv4 prefix length")}const e=[0,0,0,0];let i=0;const r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<4){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.IPv6=function(){function t(t,e){let i,r;if(t.length===16){this.parts=[];for(i=0;i<=14;i+=2){this.parts.push(t[i]<<8|t[i+1])}}else if(t.length===8){this.parts=t}else{throw new Error("ipaddr: ipv6 part count should be 8 or 16")}for(i=0;i<this.parts.length;i++){r=this.parts[i];if(!(0<=r&&r<=65535)){throw new Error("ipaddr: ipv6 part should fit in 16 bits")}}if(e){this.zoneId=e}}t.prototype.SpecialRanges={unspecified:[new t([0,0,0,0,0,0,0,0]),128],linkLocal:[new t([65152,0,0,0,0,0,0,0]),10],multicast:[new t([65280,0,0,0,0,0,0,0]),8],loopback:[new t([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new t([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new t([0,0,0,0,0,65535,0,0]),96],rfc6145:[new t([0,0,0,0,65535,0,0,0]),96],rfc6052:[new t([100,65435,0,0,0,0,0,0]),96],"6to4":[new t([8194,0,0,0,0,0,0,0]),16],teredo:[new t([8193,0,0,0,0,0,0,0]),32],reserved:[[new t([8193,3512,0,0,0,0,0,0]),32]],benchmarking:[new t([8193,2,0,0,0,0,0,0]),48],amt:[new t([8193,3,0,0,0,0,0,0]),32],as112v6:[new t([8193,4,274,0,0,0,0,0]),48],deprecated:[new t([8193,16,0,0,0,0,0,0]),28],orchid2:[new t([8193,32,0,0,0,0,0,0]),28]};t.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"};t.prototype.kind=function(){return"ipv6"};t.prototype.match=function(t,e){let i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv6"){throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one")}return u(this.parts,t.parts,16,e)};t.prototype.prefixLengthFromSubnetMask=function(){let t=0;let e=false;const i={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let r,s;for(let n=7;n>=0;n-=1){r=this.parts[n];if(r in i){s=i[r];if(e&&s!==0){return null}if(s!==16){e=true}t+=s}else{return null}}return 128-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){let t;const e=[];const i=this.parts;for(let r=0;r<i.length;r++){t=i[r];e.push(t>>8);e.push(t&255)}return e};t.prototype.toFixedLengthString=function(){const t=function(){const t=[];for(let e=0;e<this.parts.length;e++){t.push(h(this.parts[e].toString(16),4))}return t}.call(this).join(":");let e="";if(this.zoneId){e=`%${this.zoneId}`}return t+e};t.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress()){throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4")}const t=this.parts.slice(-2);const e=t[0];const i=t[1];return new d.IPv4([e>>8,e&255,i>>8,i&255])};t.prototype.toNormalizedString=function(){const t=function(){const t=[];for(let e=0;e<this.parts.length;e++){t.push(this.parts[e].toString(16))}return t}.call(this).join(":");let e="";if(this.zoneId){e=`%${this.zoneId}`}return t+e};t.prototype.toRFC5952String=function(){const t=/((^|:)(0(:|$)){2,})/g;const e=this.toNormalizedString();let i=0;let r=-1;let s;while(s=t.exec(e)){if(s[0].length>r){i=s.index;r=s[0].length}}if(r<0){return e}return`${e.substring(0,i)}::${e.substring(i+r)}`};t.prototype.toString=function(){return this.toRFC5952String()};return t}();d.IPv6.broadcastAddressFromCIDR=function(t){try{const e=this.parseCIDR(t);const i=e[0].toByteArray();const r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();const s=[];let n=0;while(n<16){s.push(parseInt(i[n],10)|parseInt(r[n],10)^255);n++}return new this(s)}catch(t){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${t})`)}};d.IPv6.isIPv6=function(t){return this.parser(t)!==null};d.IPv6.isValid=function(t){if(typeof t==="string"&&t.indexOf(":")===-1){return false}try{const e=this.parser(t);new this(e.parts,e.zoneId);return true}catch(t){return false}};d.IPv6.networkAddressFromCIDR=function(t){let e,i,r,s,n;try{e=this.parseCIDR(t);r=e[0].toByteArray();n=this.subnetMaskFromPrefixLength(e[1]).toByteArray();s=[];i=0;while(i<16){s.push(parseInt(r[i],10)&parseInt(n[i],10));i++}return new this(s)}catch(t){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${t})`)}};d.IPv6.parse=function(t){const e=this.parser(t);if(e.parts===null){throw new Error("ipaddr: string is not formatted like an IPv6 Address")}return new this(e.parts,e.zoneId)};d.IPv6.parseCIDR=function(t){let e,i,r;if(i=t.match(/^(.+)\/(\d+)$/)){e=parseInt(i[2]);if(e>=0&&e<=128){r=[this.parse(i[1]),e];Object.defineProperty(r,"toString",{value:function(){return this.join("/")}});return r}}throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")};d.IPv6.parser=function(t){let e,i,r,s,n,o;if(r=t.match(c.deprecatedTransitional)){return this.parser(`::ffff:${r[1]}`)}if(c.native.test(t)){return l(t,8)}if(r=t.match(c.transitional)){o=r[6]||"";e=l(r[1].slice(0,-1)+o,6);if(e.parts){n=[parseInt(r[2]),parseInt(r[3]),parseInt(r[4]),parseInt(r[5])];for(i=0;i<n.length;i++){s=n[i];if(!(0<=s&&s<=255)){return null}}e.parts.push(n[0]<<8|n[1]);e.parts.push(n[2]<<8|n[3]);return{parts:e.parts,zoneId:e.zoneId}}}return null};d.IPv6.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>128){throw new Error("ipaddr: invalid IPv6 prefix length")}const e=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let i=0;const r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<16){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.fromByteArray=function(t){const e=t.length;if(e===4){return new d.IPv4(t)}else if(e===16){return new d.IPv6(t)}else{throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")}};d.isValid=function(t){return d.IPv6.isValid(t)||d.IPv4.isValid(t)};d.parse=function(t){if(d.IPv6.isValid(t)){return d.IPv6.parse(t)}else if(d.IPv4.isValid(t)){return d.IPv4.parse(t)}else{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")}};d.parseCIDR=function(t){try{return d.IPv6.parseCIDR(t)}catch(e){try{return d.IPv4.parseCIDR(t)}catch(t){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}};d.process=function(t){const e=this.parse(t);if(e.kind()==="ipv6"&&e.isIPv4MappedAddress()){return e.toIPv4Address()}else{return e}};d.subnetMatch=function(t,e,i){let r,s,n,o;if(i===undefined||i===null){i="unicast"}for(s in e){if(Object.prototype.hasOwnProperty.call(e,s)){n=e[s];if(n[0]&&!(n[0]instanceof Array)){n=[n]}for(r=0;r<n.length;r++){o=n[r];if(t.kind()===o[0].kind()&&t.match.apply(t,o)){return s}}}}return i};if(t.exports){t.exports=d}else{e.ipaddr=d}})(r)})(xr);class Tr{static decodeIP(t){if(t.length===64&&parseInt(t,16)===0){return"::/0"}if(t.length!==16){return t}const e=parseInt(t.slice(8),16).toString(2).split("").reduce(((t,e)=>t+ +e),0);let i=t.slice(0,8).replace(/(.{2})/g,(t=>`${parseInt(t,16)}.`));i=i.slice(0,-1);return`${i}/${e}`}static toString(t){if(t.byteLength===4||t.byteLength===16){const e=new Uint8Array(t);const i=xr.exports.fromByteArray(Array.from(e));return i.toString()}return this.decodeIP(e.ToHex(t))}static fromString(t){const e=xr.exports.parse(t);return new Uint8Array(e.toByteArray()).buffer}}var Or,Rr,Nr;let Mr=class t{constructor(t={}){Object.assign(this,t)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};Br([wr({type:Ui.TeletexString})],Mr.prototype,"teletexString",void 0);Br([wr({type:Ui.PrintableString})],Mr.prototype,"printableString",void 0);Br([wr({type:Ui.UniversalString})],Mr.prototype,"universalString",void 0);Br([wr({type:Ui.Utf8String})],Mr.prototype,"utf8String",void 0);Br([wr({type:Ui.BmpString})],Mr.prototype,"bmpString",void 0);Mr=Br([gr({type:Fi.Choice})],Mr);let kr=class t extends Mr{constructor(t={}){super(t);Object.assign(this,t)}toString(){return this.ia5String||(this.anyValue?e.ToHex(this.anyValue):super.toString())}};Br([wr({type:Ui.IA5String})],kr.prototype,"ia5String",void 0);Br([wr({type:Ui.Any})],kr.prototype,"anyValue",void 0);kr=Br([gr({type:Fi.Choice})],kr);class Kr{constructor(t={}){this.type="";this.value=new kr;Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Kr.prototype,"type",void 0);Br([wr({type:kr})],Kr.prototype,"value",void 0);let jr=Or=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Or.prototype)}};jr=Or=Br([gr({type:Fi.Set,itemType:Kr})],jr);let Hr=Rr=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Rr.prototype)}};Hr=Rr=Br([gr({type:Fi.Sequence,itemType:jr})],Hr);let _r=Nr=class t extends Hr{constructor(t){super(t);Object.setPrototypeOf(this,Nr.prototype)}};_r=Nr=Br([gr({type:Fi.Sequence})],_r);const Fr={fromASN:t=>Tr.toString(Zi.fromASN(t)),toASN:t=>Zi.toASN(Tr.fromString(t))};class Ur{constructor(t={}){this.typeId="";this.value=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Ur.prototype,"typeId",void 0);Br([wr({type:Ui.Any,context:0})],Ur.prototype,"value",void 0);class Vr{constructor(t={}){this.partyName=new Mr;Object.assign(this,t)}}Br([wr({type:Mr,optional:true,context:0,implicit:true})],Vr.prototype,"nameAssigner",void 0);Br([wr({type:Mr,context:1,implicit:true})],Vr.prototype,"partyName",void 0);let Lr=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ur,context:0,implicit:true})],Lr.prototype,"otherName",void 0);Br([wr({type:Ui.IA5String,context:1,implicit:true})],Lr.prototype,"rfc822Name",void 0);Br([wr({type:Ui.IA5String,context:2,implicit:true})],Lr.prototype,"dNSName",void 0);Br([wr({type:Ui.Any,context:3,implicit:true})],Lr.prototype,"x400Address",void 0);Br([wr({type:_r,context:4,implicit:false})],Lr.prototype,"directoryName",void 0);Br([wr({type:Vr,context:5})],Lr.prototype,"ediPartyName",void 0);Br([wr({type:Ui.IA5String,context:6,implicit:true})],Lr.prototype,"uniformResourceIdentifier",void 0);Br([wr({type:Ui.OctetString,context:7,implicit:true,converter:Fr})],Lr.prototype,"iPAddress",void 0);Br([wr({type:Ui.ObjectIdentifier,context:8,implicit:true})],Lr.prototype,"registeredID",void 0);Lr=Br([gr({type:Fi.Choice})],Lr);const $r="1.3.6.1.5.5.7";const Gr=`${$r}.1`;const Wr="2.5.29";var Qr;const qr=`${Gr}.1`;class zr{constructor(t={}){this.accessMethod="";this.accessLocation=new Lr;Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],zr.prototype,"accessMethod",void 0);Br([wr({type:Lr})],zr.prototype,"accessLocation",void 0);let Jr=Qr=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Qr.prototype)}};Jr=Qr=Br([gr({type:Fi.Sequence,itemType:zr})],Jr);const Zr=`${Wr}.35`;class Xr extends Li{}class Yr{constructor(t={}){if(t){Object.assign(this,t)}}}Br([wr({type:Xr,context:0,optional:true,implicit:true})],Yr.prototype,"keyIdentifier",void 0);Br([wr({type:Lr,context:1,optional:true,implicit:true,repeated:"sequence"})],Yr.prototype,"authorityCertIssuer",void 0);Br([wr({type:Ui.Integer,context:2,optional:true,implicit:true,converter:Qi})],Yr.prototype,"authorityCertSerialNumber",void 0);const ts=`${Wr}.19`;class es{constructor(t={}){this.cA=false;Object.assign(this,t)}}Br([wr({type:Ui.Boolean,defaultValue:false})],es.prototype,"cA",void 0);Br([wr({type:Ui.Integer,optional:true})],es.prototype,"pathLenConstraint",void 0);var is;let rs=is=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,is.prototype)}};rs=is=Br([gr({type:Fi.Sequence,itemType:Lr})],rs);var ss;const ns=`${Wr}.29`;let os=ss=class t extends rs{constructor(t){super(t);Object.setPrototypeOf(this,ss.prototype)}};os=ss=Br([gr({type:Fi.Sequence})],os);var as;const cs=`${Wr}.32`;let ls=class t{constructor(t={}){Object.assign(this,t)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};Br([wr({type:Ui.IA5String})],ls.prototype,"ia5String",void 0);Br([wr({type:Ui.VisibleString})],ls.prototype,"visibleString",void 0);Br([wr({type:Ui.BmpString})],ls.prototype,"bmpString",void 0);Br([wr({type:Ui.Utf8String})],ls.prototype,"utf8String",void 0);ls=Br([gr({type:Fi.Choice})],ls);class us{constructor(t={}){this.organization=new ls;this.noticeNumbers=[];Object.assign(this,t)}}Br([wr({type:ls})],us.prototype,"organization",void 0);Br([wr({type:Ui.Integer,repeated:"sequence"})],us.prototype,"noticeNumbers",void 0);class ps{constructor(t={}){Object.assign(this,t)}}Br([wr({type:us,optional:true})],ps.prototype,"noticeRef",void 0);Br([wr({type:ls,optional:true})],ps.prototype,"explicitText",void 0);let hs=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.IA5String})],hs.prototype,"cPSuri",void 0);Br([wr({type:ps})],hs.prototype,"userNotice",void 0);hs=Br([gr({type:Fi.Choice})],hs);class ds{constructor(t={}){this.policyQualifierId="";this.qualifier=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],ds.prototype,"policyQualifierId",void 0);Br([wr({type:Ui.Any})],ds.prototype,"qualifier",void 0);class fs{constructor(t={}){this.policyIdentifier="";Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],fs.prototype,"policyIdentifier",void 0);Br([wr({type:ds,repeated:"sequence",optional:true})],fs.prototype,"policyQualifiers",void 0);let ys=as=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,as.prototype)}};ys=as=Br([gr({type:Fi.Sequence,itemType:fs})],ys);const Ss=`${Wr}.20`;let Cs=class t{constructor(t=0){this.value=t}};Br([wr({type:Ui.Integer})],Cs.prototype,"value",void 0);Cs=Br([gr({type:Fi.Choice})],Cs);const As=`${Wr}.27`;let vs=class t extends Cs{};vs=Br([gr({type:Fi.Choice})],vs);var ms;const gs=`${Wr}.31`;var ws;(function(t){t[t["unused"]=1]="unused";t[t["keyCompromise"]=2]="keyCompromise";t[t["cACompromise"]=4]="cACompromise";t[t["affiliationChanged"]=8]="affiliationChanged";t[t["superseded"]=16]="superseded";t[t["cessationOfOperation"]=32]="cessationOfOperation";t[t["certificateHold"]=64]="certificateHold";t[t["privilegeWithdrawn"]=128]="privilegeWithdrawn";t[t["aACompromise"]=256]="aACompromise"})(ws||(ws={}));class Es extends Vi{toJSON(){const t=[];const e=this.toNumber();if(e&ws.aACompromise){t.push("aACompromise")}if(e&ws.affiliationChanged){t.push("affiliationChanged")}if(e&ws.cACompromise){t.push("cACompromise")}if(e&ws.certificateHold){t.push("certificateHold")}if(e&ws.cessationOfOperation){t.push("cessationOfOperation")}if(e&ws.keyCompromise){t.push("keyCompromise")}if(e&ws.privilegeWithdrawn){t.push("privilegeWithdrawn")}if(e&ws.superseded){t.push("superseded")}if(e&ws.unused){t.push("unused")}return t}toString(){return`[${this.toJSON().join(", ")}]`}}let Ps=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Lr,context:0,repeated:"sequence",implicit:true})],Ps.prototype,"fullName",void 0);Br([wr({type:jr,context:1,implicit:true})],Ps.prototype,"nameRelativeToCRLIssuer",void 0);Ps=Br([gr({type:Fi.Choice})],Ps);class Ds{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Ps,context:0,optional:true})],Ds.prototype,"distributionPoint",void 0);Br([wr({type:Es,context:1,optional:true,implicit:true})],Ds.prototype,"reasons",void 0);Br([wr({type:Lr,context:2,optional:true,repeated:"sequence",implicit:true})],Ds.prototype,"cRLIssuer",void 0);let bs=ms=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ms.prototype)}};bs=ms=Br([gr({type:Fi.Sequence,itemType:Ds})],bs);var Is;let Bs=Is=class t extends bs{constructor(t){super(t);Object.setPrototypeOf(this,Is.prototype)}};Bs=Is=Br([gr({type:Fi.Sequence,itemType:Ds})],Bs);const xs=`${Wr}.28`;class Ts{constructor(t={}){this.onlyContainsUserCerts=Ts.ONLY;this.onlyContainsCACerts=Ts.ONLY;this.indirectCRL=Ts.ONLY;this.onlyContainsAttributeCerts=Ts.ONLY;Object.assign(this,t)}}Ts.ONLY=false;Br([wr({type:Ps,context:0,optional:true})],Ts.prototype,"distributionPoint",void 0);Br([wr({type:Ui.Boolean,context:1,defaultValue:Ts.ONLY,implicit:true})],Ts.prototype,"onlyContainsUserCerts",void 0);Br([wr({type:Ui.Boolean,context:2,defaultValue:Ts.ONLY,implicit:true})],Ts.prototype,"onlyContainsCACerts",void 0);Br([wr({type:Es,context:3,optional:true,implicit:true})],Ts.prototype,"onlySomeReasons",void 0);Br([wr({type:Ui.Boolean,context:4,defaultValue:Ts.ONLY,implicit:true})],Ts.prototype,"indirectCRL",void 0);Br([wr({type:Ui.Boolean,context:5,defaultValue:Ts.ONLY,implicit:true})],Ts.prototype,"onlyContainsAttributeCerts",void 0);const Os=`${Wr}.21`;var Rs;(function(t){t[t["unspecified"]=0]="unspecified";t[t["keyCompromise"]=1]="keyCompromise";t[t["cACompromise"]=2]="cACompromise";t[t["affiliationChanged"]=3]="affiliationChanged";t[t["superseded"]=4]="superseded";t[t["cessationOfOperation"]=5]="cessationOfOperation";t[t["certificateHold"]=6]="certificateHold";t[t["removeFromCRL"]=8]="removeFromCRL";t[t["privilegeWithdrawn"]=9]="privilegeWithdrawn";t[t["aACompromise"]=10]="aACompromise"})(Rs||(Rs={}));let Ns=class t{constructor(t=Rs.unspecified){this.reason=Rs.unspecified;this.reason=t}toJSON(){return Rs[this.reason]}toString(){return this.toJSON()}};Br([wr({type:Ui.Enumerated})],Ns.prototype,"reason",void 0);Ns=Br([gr({type:Fi.Choice})],Ns);var Ms;const ks=`${Wr}.37`;let Ks=Ms=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ms.prototype)}};Ks=Ms=Br([gr({type:Fi.Sequence,itemType:Ui.ObjectIdentifier})],Ks);const js=`${Wr}.54`;let Hs=class t{constructor(t=new ArrayBuffer(0)){this.value=t}};Br([wr({type:Ui.Integer,converter:Qi})],Hs.prototype,"value",void 0);Hs=Br([gr({type:Fi.Choice})],Hs);const _s=`${Wr}.24`;let Fs=class t{constructor(t){this.value=new Date;if(t){this.value=t}}};Br([wr({type:Ui.GeneralizedTime})],Fs.prototype,"value",void 0);Fs=Br([gr({type:Fi.Choice})],Fs);var Us;const Vs=`${Wr}.18`;let Ls=Us=class t extends rs{constructor(t){super(t);Object.setPrototypeOf(this,Us.prototype)}};Ls=Us=Br([gr({type:Fi.Sequence})],Ls);const $s=`${Wr}.15`;var Gs;(function(t){t[t["digitalSignature"]=1]="digitalSignature";t[t["nonRepudiation"]=2]="nonRepudiation";t[t["keyEncipherment"]=4]="keyEncipherment";t[t["dataEncipherment"]=8]="dataEncipherment";t[t["keyAgreement"]=16]="keyAgreement";t[t["keyCertSign"]=32]="keyCertSign";t[t["cRLSign"]=64]="cRLSign";t[t["encipherOnly"]=128]="encipherOnly";t[t["decipherOnly"]=256]="decipherOnly"})(Gs||(Gs={}));class Ws extends Vi{toJSON(){const t=this.toNumber();const e=[];if(t&Gs.cRLSign){e.push("crlSign")}if(t&Gs.dataEncipherment){e.push("dataEncipherment")}if(t&Gs.decipherOnly){e.push("decipherOnly")}if(t&Gs.digitalSignature){e.push("digitalSignature")}if(t&Gs.encipherOnly){e.push("encipherOnly")}if(t&Gs.keyAgreement){e.push("keyAgreement")}if(t&Gs.keyCertSign){e.push("keyCertSign")}if(t&Gs.keyEncipherment){e.push("keyEncipherment")}if(t&Gs.nonRepudiation){e.push("nonRepudiation")}return e}toString(){return`[${this.toJSON().join(", ")}]`}}var Qs;const qs=`${Wr}.30`;class zs{constructor(t={}){this.base=new Lr;this.minimum=0;Object.assign(this,t)}}Br([wr({type:Lr})],zs.prototype,"base",void 0);Br([wr({type:Ui.Integer,context:0,defaultValue:0,implicit:true})],zs.prototype,"minimum",void 0);Br([wr({type:Ui.Integer,context:1,optional:true,implicit:true})],zs.prototype,"maximum",void 0);let Js=Qs=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Qs.prototype)}};Js=Qs=Br([gr({type:Fi.Sequence,itemType:zs})],Js);class Zs{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Js,context:0,optional:true,implicit:true})],Zs.prototype,"permittedSubtrees",void 0);Br([wr({type:Js,context:1,optional:true,implicit:true})],Zs.prototype,"excludedSubtrees",void 0);const Xs=`${Wr}.36`;class Ys{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Ui.Integer,context:0,implicit:true,optional:true,converter:Qi})],Ys.prototype,"requireExplicitPolicy",void 0);Br([wr({type:Ui.Integer,context:1,implicit:true,optional:true,converter:Qi})],Ys.prototype,"inhibitPolicyMapping",void 0);var tn;const en=`${Wr}.33`;class rn{constructor(t={}){this.issuerDomainPolicy="";this.subjectDomainPolicy="";Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],rn.prototype,"issuerDomainPolicy",void 0);Br([wr({type:Ui.ObjectIdentifier})],rn.prototype,"subjectDomainPolicy",void 0);let sn=tn=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,tn.prototype)}};sn=tn=Br([gr({type:Fi.Sequence,itemType:rn})],sn);var nn;const on=`${Wr}.17`;let an=nn=class t extends rs{constructor(t){super(t);Object.setPrototypeOf(this,nn.prototype)}};an=nn=Br([gr({type:Fi.Sequence})],an);class cn{constructor(t={}){this.type="";this.values=[];Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],cn.prototype,"type",void 0);Br([wr({type:Ui.Any,repeated:"set"})],cn.prototype,"values",void 0);var ln;const un=`${Wr}.9`;let pn=ln=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ln.prototype)}};pn=ln=Br([gr({type:Fi.Sequence,itemType:cn})],pn);const hn=`${Wr}.14`;class dn extends Xr{}const fn=`${Wr}.16`;class yn{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Ui.GeneralizedTime,context:0,implicit:true,optional:true})],yn.prototype,"notBefore",void 0);Br([wr({type:Ui.GeneralizedTime,context:1,implicit:true,optional:true})],yn.prototype,"notAfter",void 0);const Sn="1.2.840.113533.7.65.0";var Cn;(function(t){t[t["keyUpdateAllowed"]=1]="keyUpdateAllowed";t[t["newExtensions"]=2]="newExtensions";t[t["pKIXCertificate"]=4]="pKIXCertificate"})(Cn||(Cn={}));class An extends Vi{toJSON(){const t=[];const e=this.toNumber();if(e&Cn.pKIXCertificate){t.push("pKIXCertificate")}if(e&Cn.newExtensions){t.push("newExtensions")}if(e&Cn.keyUpdateAllowed){t.push("keyUpdateAllowed")}return t}toString(){return`[${this.toJSON().join(", ")}]`}}class vn{constructor(t={}){this.entrustVers="";this.entrustInfoFlags=new An;Object.assign(this,t)}}Br([wr({type:Ui.GeneralString})],vn.prototype,"entrustVers",void 0);Br([wr({type:An})],vn.prototype,"entrustInfoFlags",void 0);var mn;const gn=`${Gr}.11`;let wn=mn=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,mn.prototype)}};wn=mn=Br([gr({type:Fi.Sequence,itemType:zr})],wn);class En{constructor(t={}){this.algorithm="";Object.assign(this,t)}isEqual(t){return t instanceof En&&t.algorithm==this.algorithm&&(t.parameters&&this.parameters&&i(t.parameters,this.parameters)||t.parameters===this.parameters)}}Br([wr({type:Ui.ObjectIdentifier})],En.prototype,"algorithm",void 0);Br([wr({type:Ui.Any,optional:true})],En.prototype,"parameters",void 0);class Pn{constructor(t={}){this.algorithm=new En;this.subjectPublicKey=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:En})],Pn.prototype,"algorithm",void 0);Br([wr({type:Ui.BitString})],Pn.prototype,"subjectPublicKey",void 0);let Dn=class t{constructor(t){if(t){if(typeof t==="string"||typeof t==="number"||t instanceof Date){const e=new Date(t);if(e.getUTCFullYear()>2049){this.generalTime=e}else{this.utcTime=e}}else{Object.assign(this,t)}}}getTime(){const t=this.utcTime||this.generalTime;if(!t){throw new Error("Cannot get time from CHOICE object")}return t}};Br([wr({type:Ui.UTCTime})],Dn.prototype,"utcTime",void 0);Br([wr({type:Ui.GeneralizedTime})],Dn.prototype,"generalTime",void 0);Dn=Br([gr({type:Fi.Choice})],Dn);class bn{constructor(t){this.notBefore=new Dn(new Date);this.notAfter=new Dn(new Date);if(t){this.notBefore=new Dn(t.notBefore);this.notAfter=new Dn(t.notAfter)}}}Br([wr({type:Dn})],bn.prototype,"notBefore",void 0);Br([wr({type:Dn})],bn.prototype,"notAfter",void 0);var In;class Bn{constructor(t={}){this.extnID="";this.critical=Bn.CRITICAL;this.extnValue=new Li;Object.assign(this,t)}}Bn.CRITICAL=false;Br([wr({type:Ui.ObjectIdentifier})],Bn.prototype,"extnID",void 0);Br([wr({type:Ui.Boolean,defaultValue:Bn.CRITICAL})],Bn.prototype,"critical",void 0);Br([wr({type:Li})],Bn.prototype,"extnValue",void 0);let xn=In=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,In.prototype)}};xn=In=Br([gr({type:Fi.Sequence,itemType:Bn})],xn);var Tn;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2";t[t["v3"]=2]="v3"})(Tn||(Tn={}));class On{constructor(t={}){this.version=Tn.v1;this.serialNumber=new ArrayBuffer(0);this.signature=new En;this.issuer=new _r;this.validity=new bn;this.subject=new _r;this.subjectPublicKeyInfo=new Pn;Object.assign(this,t)}}Br([wr({type:Ui.Integer,context:0,defaultValue:Tn.v1})],On.prototype,"version",void 0);Br([wr({type:Ui.Integer,converter:Qi})],On.prototype,"serialNumber",void 0);Br([wr({type:En})],On.prototype,"signature",void 0);Br([wr({type:_r})],On.prototype,"issuer",void 0);Br([wr({type:bn})],On.prototype,"validity",void 0);Br([wr({type:_r})],On.prototype,"subject",void 0);Br([wr({type:Pn})],On.prototype,"subjectPublicKeyInfo",void 0);Br([wr({type:Ui.BitString,context:1,implicit:true,optional:true})],On.prototype,"issuerUniqueID",void 0);Br([wr({type:Ui.BitString,context:2,implicit:true,optional:true})],On.prototype,"subjectUniqueID",void 0);Br([wr({type:xn,context:3,optional:true})],On.prototype,"extensions",void 0);class Rn{constructor(t={}){this.tbsCertificate=new On;this.signatureAlgorithm=new En;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:On})],Rn.prototype,"tbsCertificate",void 0);Br([wr({type:En})],Rn.prototype,"signatureAlgorithm",void 0);Br([wr({type:Ui.BitString})],Rn.prototype,"signatureValue",void 0);class Nn{constructor(t={}){this.userCertificate=new ArrayBuffer(0);this.revocationDate=new Dn;Object.assign(this,t)}}Br([wr({type:Ui.Integer,converter:Qi})],Nn.prototype,"userCertificate",void 0);Br([wr({type:Dn})],Nn.prototype,"revocationDate",void 0);Br([wr({type:Bn,optional:true,repeated:"sequence"})],Nn.prototype,"crlEntryExtensions",void 0);class Mn{constructor(t={}){this.signature=new En;this.issuer=new _r;this.thisUpdate=new Dn;Object.assign(this,t)}}Br([wr({type:Ui.Integer,optional:true})],Mn.prototype,"version",void 0);Br([wr({type:En})],Mn.prototype,"signature",void 0);Br([wr({type:_r})],Mn.prototype,"issuer",void 0);Br([wr({type:Dn})],Mn.prototype,"thisUpdate",void 0);Br([wr({type:Dn,optional:true})],Mn.prototype,"nextUpdate",void 0);Br([wr({type:Nn,repeated:"sequence",optional:true})],Mn.prototype,"revokedCertificates",void 0);Br([wr({type:Bn,optional:true,context:0,repeated:"sequence"})],Mn.prototype,"crlExtensions",void 0);class kn{constructor(t={}){this.tbsCertList=new Mn;this.signatureAlgorithm=new En;this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Mn})],kn.prototype,"tbsCertList",void 0);Br([wr({type:En})],kn.prototype,"signatureAlgorithm",void 0);Br([wr({type:Ui.BitString})],kn.prototype,"signature",void 0);const Kn="1.2.840.10045.2.1";const jn="1.2.840.10045.4.1";const Hn="1.2.840.10045.4.3.1";const _n="1.2.840.10045.4.3.2";const Fn="1.2.840.10045.4.3.3";const Un="1.2.840.10045.4.3.4";function Vn(t){return new En({algorithm:t})}Vn(jn);Vn(Hn);Vn(_n);Vn(Fn);Vn(Un);let Ln=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.ObjectIdentifier})],Ln.prototype,"namedCurve",void 0);Ln=Br([gr({type:Fi.Choice})],Ln);class $n{constructor(t={}){this.version=1;this.privateKey=new Li;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],$n.prototype,"version",void 0);Br([wr({type:Li})],$n.prototype,"privateKey",void 0);Br([wr({type:Ln,context:0,optional:true})],$n.prototype,"parameters",void 0);Br([wr({type:Ui.BitString,context:1,optional:true})],$n.prototype,"publicKey",void 0);class Gn{constructor(t={}){this.r=new ArrayBuffer(0);this.s=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Integer,converter:Qi})],Gn.prototype,"r",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Gn.prototype,"s",void 0);const Wn="1.2.840.113549.1.1";const Qn=`${Wn}.1`;const qn=`${Wn}.7`;const zn=`${Wn}.9`;const Jn=`${Wn}.10`;const Zn=`${Wn}.2`;const Xn=`${Wn}.4`;const Yn=`${Wn}.5`;const to=`${Wn}.12`;const eo=`${Wn}.13`;const io=`${Wn}.15`;const ro=`${Wn}.16`;const so="1.3.14.3.2.26";const no="2.16.840.1.101.3.4.2.4";const oo="2.16.840.1.101.3.4.2.1";const ao="2.16.840.1.101.3.4.2.2";const co="2.16.840.1.101.3.4.2.3";const lo="2.16.840.1.101.3.4.2.5";const uo="2.16.840.1.101.3.4.2.6";const po="1.2.840.113549.2.2";const ho="1.2.840.113549.2.5";const fo=`${Wn}.8`;function yo(t){return new En({algorithm:t,parameters:null})}yo(po);yo(ho);const So=yo(so);yo(no);yo(oo);yo(ao);yo(co);yo(lo);yo(uo);const Co=new En({algorithm:fo,parameters:Ir.serialize(So)});const Ao=new En({algorithm:zn,parameters:Ir.serialize(Zi.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});yo(Qn);yo(Zn);yo(Xn);yo(Yn);yo(io);yo(ro);yo(to);yo(eo);yo(io);yo(ro);class vo{constructor(t={}){this.hashAlgorithm=new En(So);this.maskGenAlgorithm=new En({algorithm:fo,parameters:Ir.serialize(So)});this.pSourceAlgorithm=new En(Ao);Object.assign(this,t)}}Br([wr({type:En,context:0,defaultValue:So})],vo.prototype,"hashAlgorithm",void 0);Br([wr({type:En,context:1,defaultValue:Co})],vo.prototype,"maskGenAlgorithm",void 0);Br([wr({type:En,context:2,defaultValue:Ao})],vo.prototype,"pSourceAlgorithm",void 0);new En({algorithm:qn,parameters:Ir.serialize(new vo)});class mo{constructor(t={}){this.hashAlgorithm=new En(So);this.maskGenAlgorithm=new En({algorithm:fo,parameters:Ir.serialize(So)});this.saltLength=20;this.trailerField=1;Object.assign(this,t)}}Br([wr({type:En,context:0,defaultValue:So})],mo.prototype,"hashAlgorithm",void 0);Br([wr({type:En,context:1,defaultValue:Co})],mo.prototype,"maskGenAlgorithm",void 0);Br([wr({type:Ui.Integer,context:2,defaultValue:20})],mo.prototype,"saltLength",void 0);Br([wr({type:Ui.Integer,context:3,defaultValue:1})],mo.prototype,"trailerField",void 0);new En({algorithm:Jn,parameters:Ir.serialize(new mo)});class go{constructor(t={}){this.digestAlgorithm=new En;this.digest=new Li;Object.assign(this,t)}}Br([wr({type:En})],go.prototype,"digestAlgorithm",void 0);Br([wr({type:Li})],go.prototype,"digest",void 0);var wo;class Eo{constructor(t={}){this.prime=new ArrayBuffer(0);this.exponent=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Integer,converter:Qi})],Eo.prototype,"prime",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Eo.prototype,"exponent",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Eo.prototype,"coefficient",void 0);let Po=wo=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,wo.prototype)}};Po=wo=Br([gr({type:Fi.Sequence,itemType:Eo})],Po);class Do{constructor(t={}){this.version=0;this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);this.privateExponent=new ArrayBuffer(0);this.prime1=new ArrayBuffer(0);this.prime2=new ArrayBuffer(0);this.exponent1=new ArrayBuffer(0);this.exponent2=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Do.prototype,"version",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"modulus",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"publicExponent",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"privateExponent",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"prime1",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"prime2",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"exponent1",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"exponent2",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Do.prototype,"coefficient",void 0);Br([wr({type:Po,optional:true})],Do.prototype,"otherPrimeInfos",void 0);class bo{constructor(t={}){this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Integer,converter:Qi})],bo.prototype,"modulus",void 0);Br([wr({type:Ui.Integer,converter:Qi})],bo.prototype,"publicExponent",void 0);var Io,Bo;const xo="1.3.6.1.4.1.18227.2.1";let To=Io=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Io.prototype)}};To=Io=Br([gr({type:Fi.Sequence,itemType:En})],To);let Oo=Bo=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Bo.prototype)}};Oo=Bo=Br([gr({type:Fi.Sequence,itemType:Ui.BitString})],Oo);class Ro extends Li{}class No{constructor(t={}){this.encryptionAlgorithm=new En;this.encryptedData=new Ro;Object.assign(this,t)}}Br([wr({type:En})],No.prototype,"encryptionAlgorithm",void 0);Br([wr({type:Ro})],No.prototype,"encryptedData",void 0);var Mo;var ko;(function(t){t[t["v1"]=0]="v1"})(ko||(ko={}));class Ko extends Li{}let jo=Mo=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Mo.prototype)}};jo=Mo=Br([gr({type:Fi.Sequence,itemType:cn})],jo);class Ho{constructor(t={}){this.version=ko.v1;this.privateKeyAlgorithm=new En;this.privateKey=new Ko;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Ho.prototype,"version",void 0);Br([wr({type:En})],Ho.prototype,"privateKeyAlgorithm",void 0);Br([wr({type:Ko})],Ho.prototype,"privateKey",void 0);Br([wr({type:jo,implicit:true,context:0,optional:true})],Ho.prototype,"attributes",void 0);var _o;var Fo;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2"})(Fo||(Fo={}));let Uo=class t extends En{};Uo=Br([gr({type:Fi.Sequence})],Uo);let Vo=class t{constructor(){this.version=Fo.v1;this.privateKeyAlgorithm=new En;this.privateKey=new ArrayBuffer(0)}};Br([wr({type:Ui.Integer})],Vo.prototype,"version",void 0);Br([wr({type:En})],Vo.prototype,"privateKeyAlgorithm",void 0);Br([wr({type:Ui.OctetString})],Vo.prototype,"privateKey",void 0);Br([wr({type:jo,context:0,implicit:true,optional:true})],Vo.prototype,"attributes",void 0);Br([wr({type:Ui.BitString,context:1,implicit:true,optional:true})],Vo.prototype,"publicKey",void 0);Vo=Br([gr({type:Fi.Sequence})],Vo);let Lo=class t extends Vo{};Lo=Br([gr({type:Fi.Sequence})],Lo);let $o=_o=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,_o.prototype)}};$o=_o=Br([gr({type:Fi.Sequence,itemType:Vo})],$o);var Go,Wo;const Qo="2.16.840.1.114027.80.4.1";let qo=class t extends En{};qo=Br([gr({type:Fi.Sequence})],qo);let zo=Go=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Go.prototype)}};zo=Go=Br([gr({type:Fi.Sequence,itemType:Pn})],zo);let Jo=Wo=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Wo.prototype)}};Jo=Wo=Br([gr({type:Fi.Sequence,itemType:Vo})],Jo);
|
|
69
|
-
/**
|
|
70
|
-
* @license
|
|
71
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
72
|
-
*
|
|
73
|
-
* This source code is licensed under the MIT license found in the
|
|
74
|
-
* LICENSE file in the root directory of this source tree.
|
|
75
|
-
*/var Zo=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(t,i):s?s.value=i:e.set(t,i),i};var Xo=undefined&&undefined.__classPrivateFieldGet||function(t,e,i,r){if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e==="function"?t!==e||!r:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?r:i==="a"?r.call(t):r?r.value:e.get(t)};var Yo;class ta{constructor(e){Yo.set(this,new _r);if(t.isBufferSource(e)){Zo(this,Yo,Pr.parse(e,_r),"f")}else{Zo(this,Yo,e,"f")}}toJSON(){const t=[];Xo(this,Yo,"f").forEach((e=>e.forEach((e=>{t.push({type:e.type,name:dt[e.type],shortName:ht[e.type],value:e.value.toString()})}))));return t}}Yo=new WeakMap;var ea;const ia=`${Gr}.2`;var ra;(function(t){t[t["picture"]=0]="picture";t[t["handwrittenSignature"]=1]="handwrittenSignature"})(ra||(ra={}));let sa=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.Integer})],sa.prototype,"predefinedBiometricType",void 0);Br([wr({type:Ui.ObjectIdentifier})],sa.prototype,"biometricDataOid",void 0);sa=Br([gr({type:Fi.Choice})],sa);class na{constructor(t={}){this.typeOfBiometricData=new sa;this.hashAlgorithm=new En;this.biometricDataHash=new Li;Object.assign(this,t)}}Br([wr({type:sa})],na.prototype,"typeOfBiometricData",void 0);Br([wr({type:En})],na.prototype,"hashAlgorithm",void 0);Br([wr({type:Li})],na.prototype,"biometricDataHash",void 0);Br([wr({type:Ui.IA5String,optional:true})],na.prototype,"sourceDataUri",void 0);let oa=ea=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ea.prototype)}};oa=ea=Br([gr({type:Fi.Sequence,itemType:na})],oa);const aa=`${$r}.11`;var ca,la;const ua=`${Gr}.3`;class pa{constructor(){this.statementId="";this.statementInfo=new ArrayBuffer(0)}}Br([wr({type:Ui.ObjectIdentifier})],pa.prototype,"statementId",void 0);Br([wr({type:Ui.Any,optional:true})],pa.prototype,"statementInfo",void 0);const ha=`${aa}.2`;let da=ca=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ca.prototype)}};da=ca=Br([gr({type:Fi.Sequence,itemType:Lr})],da);class fa{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier,optional:true})],fa.prototype,"semanticsIdentifier",void 0);Br([wr({type:da,optional:true})],fa.prototype,"nameRegistrationAuthorities",void 0);let ya=la=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,la.prototype)}};ya=la=Br([gr({type:Fi.Sequence,itemType:pa})],ya);let Sa=class t extends Mr{};Sa=Br([gr({type:Fi.Choice})],Sa);var Ca;(function(t){t["M"]="M";t["F"]="F";t["m"]="m";t["f"]="f"})(Ca||(Ca={}));var Aa;let va=Aa=class t extends ys{constructor(t){super(t);Object.setPrototypeOf(this,Aa.prototype)}};va=Aa=Br([gr({type:Fi.Sequence})],va);const ma="1.3.6.1.4.1.311.21.7";class ga{constructor(t={}){this.templateID="";this.templateMajorVersion=0;this.templateMinorVersion=0;Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],ga.prototype,"templateID",void 0);Br([wr({type:Ui.Integer})],ga.prototype,"templateMajorVersion",void 0);Br([wr({type:Ui.Integer})],ga.prototype,"templateMinorVersion",void 0);const wa="1.3.6.1.4.1.311.20.2";class Ea{constructor(t={}){this.name="";Object.assign(this,t)}}Br([wr({type:Ui.Utf8String})],Ea.prototype,"name",void 0);let Pa=class t{constructor(t={}){Object.assign(this,t)}toString(){var t,e;return((t=this.name)===null||t===void 0?void 0:t.toString())||((e=this.spec)===null||e===void 0?void 0:e.name)||""}};Br([wr({type:Mr})],Pa.prototype,"name",void 0);Br([wr({type:Ea})],Pa.prototype,"spec",void 0);Pa=Br([gr({type:Fi.Choice})],Pa);const Da="1.3.6.1.4.1.311.21.1";let ba=class t{constructor(){this.value=new ArrayBuffer(0)}toString(){const t=this.getVersion();return`V${t.certificateIndex}.${t.keyIndex}`}getVersion(){let t=new Uint8Array(this.value);if(this.value.byteLength<4){t=new Uint8Array(4);t.set(new Uint8Array(this.value),4-this.value.byteLength)}return{keyIndex:parseInt(e.ToHex(t.slice(0,2)),16),certificateIndex:parseInt(e.ToHex(t.slice(2)),16)}}};Br([wr({type:Ui.Integer,converter:Qi})],ba.prototype,"value",void 0);ba=Br([gr({type:Fi.Choice})],ba);let Ia=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.NumericString})],Ia.prototype,"numericString",void 0);Br([wr({type:Ui.PrintableString})],Ia.prototype,"printableString",void 0);Br([wr({type:Ui.TeletexString})],Ia.prototype,"teletexString",void 0);Br([wr({type:Ui.VideotexString})],Ia.prototype,"videotexString",void 0);Br([wr({type:Ui.IA5String})],Ia.prototype,"ia5String",void 0);Br([wr({type:Ui.GraphicString})],Ia.prototype,"graphicString",void 0);Br([wr({type:Ui.VisibleString})],Ia.prototype,"visibleString",void 0);Br([wr({type:Ui.GeneralString})],Ia.prototype,"generalString",void 0);Br([wr({type:Ui.UniversalString})],Ia.prototype,"universalString",void 0);Br([wr({type:Ui.BmpString})],Ia.prototype,"bmpString",void 0);Ia=Br([gr({type:Fi.Choice})],Ia);let Ba=class t{constructor(t=new ArrayBuffer(0)){this.value=t}};Br([wr({type:Ui.Any})],Ba.prototype,"value",void 0);Ba=Br([gr({type:Fi.Choice})],Ba);var xa;let Ta=xa=class t extends xn{constructor(t){super(t);Object.setPrototypeOf(this,xa.prototype)}};Ta=xa=Br([gr({type:Fi.Sequence})],Ta);class Oa{constructor(t={}){this.keySpec=0;this.cspName="";this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Oa.prototype,"keySpec",void 0);Br([wr({type:Ui.BmpString})],Oa.prototype,"cspName",void 0);Br([wr({type:Ui.BitString})],Oa.prototype,"signature",void 0);var Ra;let Na=Ra=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ra.prototype)}};Na=Ra=Br([gr({type:Fi.Sequence,itemType:Ui.Any})],Na);var Ma;let ka=Ma=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ma.prototype)}};ka=Ma=Br([gr({type:Fi.Sequence,itemType:Ui.Any})],ka);var Ka;class ja{constructor(t={}){this.name="";this.value="";Object.assign(this,t)}}Br([wr({type:Ui.BmpString})],ja.prototype,"name",void 0);Br([wr({type:Ui.BmpString})],ja.prototype,"value",void 0);let Ha=Ka=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ka.prototype)}};Ha=Ka=Br([gr({type:Fi.Sequence,itemType:ja})],Ha);let _a=class t extends Ur{};_a=Br([gr({type:Fi.Sequence})],_a);let Fa=class t extends Ur{};Fa=Br([gr({type:Fi.Sequence})],Fa);let Ua=class t extends Rn{};Ua=Br([gr({type:Fi.Sequence})],Ua);class Va{constructor(t={}){this.clientId=0;this.machineName="";this.userName="";this.processName="";Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Va.prototype,"clientId",void 0);Br([wr({type:Ui.Utf8String})],Va.prototype,"machineName",void 0);Br([wr({type:Ui.Utf8String})],Va.prototype,"userName",void 0);Br([wr({type:Ui.Utf8String})],Va.prototype,"processName",void 0);const La="2.16.840.1.113730";const $a=`${La}.1`;let Ga=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],Ga.prototype,"value",void 0);Ga=Br([gr({type:Fi.Choice})],Ga);let Wa=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],Wa.prototype,"value",void 0);Wa=Br([gr({type:Fi.Choice})],Wa);let Qa=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],Qa.prototype,"value",void 0);Qa=Br([gr({type:Fi.Choice})],Qa);let qa=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],qa.prototype,"value",void 0);qa=Br([gr({type:Fi.Choice})],qa);const za=`${$a}.1`;var Ja;(function(t){t[t["sslClient"]=1]="sslClient";t[t["sslServer"]=2]="sslServer";t[t["sMime"]=4]="sMime";t[t["objectSigning"]=8]="objectSigning";t[t["sslCa"]=32]="sslCa";t[t["sMimeCa"]=64]="sMimeCa";t[t["objectSigningCa"]=128]="objectSigningCa"})(Ja||(Ja={}));class Za extends Vi{toJSON(){const t=this.toNumber();const e=[];if(t&Ja.objectSigning){e.push("objectSigning")}if(t&Ja.objectSigningCa){e.push("objectSigningCa")}if(t&Ja.sMime){e.push("sMime")}if(t&Ja.sMimeCa){e.push("sMimeCa")}if(t&Ja.sslCa){e.push("sslCa")}if(t&Ja.sslClient){e.push("sslClient")}if(t&Ja.sslServer){e.push("sslServer")}return e}toString(){return`[${this.toJSON().join(", ")}]`}}const Xa=`${$a}.13`;let Ya=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],Ya.prototype,"value",void 0);Ya=Br([gr({type:Fi.Choice})],Ya);let tc=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],tc.prototype,"value",void 0);tc=Br([gr({type:Fi.Choice})],tc);let ec=class t{constructor(t){this.value="";if(t){this.value=t}}};Br([wr({type:Ui.IA5String})],ec.prototype,"value",void 0);ec=Br([gr({type:Fi.Choice})],ec);const ic="1.3.6.1.4.1.52266.1";let rc=class t{constructor(t={}){this.leiCode="";Object.assign(this,t)}};Br([wr({type:si})],rc.prototype,"leiCode",void 0);Br([wr({type:si,context:0,optional:true})],rc.prototype,"leiRole",void 0);rc=Br([gr({type:Fi.Sequence})],rc);let sc=class t{get text(){if(this.bmpString!==undefined){return this.bmpString}if(this.ia5String!==undefined){return this.ia5String}if(this.printableString!==undefined){return this.printableString}if(this.utf8String!==undefined){return this.utf8String}if(this.visibleString!==undefined){return this.visibleString}return undefined}set text(t){this.printableString=t}constructor(t){if(t){this.text=t}}};Br([wr({type:Ui.IA5String})],sc.prototype,"ia5String",void 0);Br([wr({type:Ui.VisibleString})],sc.prototype,"visibleString",void 0);Br([wr({type:Ui.BmpString})],sc.prototype,"bmpString",void 0);Br([wr({type:Ui.Utf8String})],sc.prototype,"utf8String",void 0);Br([wr({type:Ui.PrintableString})],sc.prototype,"printableString",void 0);sc=Br([gr({type:Fi.Choice})],sc);let nc=class t extends sc{constructor(t){super();if(typeof t==="string"){this.text=t}else if(t instanceof rc){this.struct=t}}};Br([wr({type:rc})],nc.prototype,"struct",void 0);nc=Br([gr({type:Fi.Choice})],nc);const oc="1.3.6.1.4.1.52266.2";let ac=class t extends sc{};ac=Br([gr({type:Fi.Choice})],ac);class cc{get position(){return this.offset}constructor(e){this.offset=0;this.view=t.toUint8Array(e)}read(t=1){const e=this.view.slice(this.offset,this.offset+t);this.offset=this.offset+e.length;return e}readByte(){const t=this.read();if(!t.length){throw new Error("End of stream")}return t[0]}readNumber(t){const i=this.read(t);const r=e.ToHex(i);return parseInt(r,16)}readEnd(){return this.read(this.view.length-this.offset)}reset(){this.offset=0}}class lc{static createStream(e){const i=t.toUint8Array(e);return new cc(i)}}var uc;(function(t){t[t["certificateTimestamp"]=0]="certificateTimestamp";t[t["treeHash"]=1]="treeHash"})(uc||(uc={}));var pc;(function(t){t[t["none"]=0]="none";t[t["md5"]=1]="md5";t[t["sha1"]=2]="sha1";t[t["sha224"]=3]="sha224";t[t["sha256"]=4]="sha256";t[t["sha384"]=5]="sha384";t[t["sha512"]=6]="sha512"})(pc||(pc={}));var hc;(function(t){t[t["anonymous"]=0]="anonymous";t[t["rsa"]=1]="rsa";t[t["dsa"]=2]="dsa";t[t["ecdsa"]=3]="ecdsa"})(hc||(hc={}));class dc extends lc{constructor(t){super();this.version=0;this.logId=new ArrayBuffer(32);this.timestamp=new Date;this.extensions=new ArrayBuffer(0);this.hashAlgorithm=0;this.signatureAlgorithm=0;this.signature=new ArrayBuffer(0);if(t){this.parse(t)}}parse(e){this.version=e.readByte();e.read(2);this.logId=t.toArrayBuffer(e.read(32));this.timestamp=new Date(e.readNumber(8));const i=e.readNumber(2);this.extensions=e.read(i).buffer;this.hashAlgorithm=e.readByte();this.signatureAlgorithm=e.readByte();this.signature=e.read(e.readNumber(2)).buffer}toJSON(){return{version:this.version,logId:e.ToHex(this.logId),timestamp:this.timestamp,extensions:e.ToBase64(this.extensions),hashAlgorithm:pc[this.hashAlgorithm]||"undefined",signatureAlgorithm:hc[this.signatureAlgorithm]||"undefined",signature:e.ToBase64(this.signature)}}}const fc="1.3.6.1.4.1.11129.2.4.2";class yc extends Li{constructor(){super(...arguments);this.items=[]}fromASN(t){super.fromASN(t);const e=new cc(this.buffer);const i=e.readNumber(2);this.items=[];while(e.position<i){this.items.push(new dc(e))}return this}toJSON(){return this.items.map((t=>t.toJSON()))}}var Sc;(function(t){t[t["v1"]=1]="v1"})(Sc||(Sc={}));const Cc="1.2.840.113583.1.1.9.2";class Ac{constructor(t={}){this.version=Sc.v1;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Ac.prototype,"version",void 0);const vc="1.2.840.113583.1.1.9.1";class mc{constructor(t={}){this.version=Sc.v1;this.location=new Lr;this.requiresAuth=false;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],mc.prototype,"version",void 0);Br([wr({type:Lr})],mc.prototype,"location",void 0);Br([wr({type:Ui.Boolean,defaultValue:false,optional:true})],mc.prototype,"requiresAuth",void 0);class gc{constructor(t={}){this.hashAlg=new En;this.hashValue=new Li;Object.assign(this,t)}}Br([wr({type:En})],gc.prototype,"hashAlg",void 0);Br([wr({type:Li})],gc.prototype,"hashValue",void 0);class wc{constructor(t={}){this.mediaType="";this.logotypeHash=[];this.logotypeURI=[];Object.assign(this,t)}}Br([wr({type:Ui.IA5String})],wc.prototype,"mediaType",void 0);Br([wr({type:gc,repeated:"sequence"})],wc.prototype,"logotypeHash",void 0);Br([wr({type:Ui.IA5String,repeated:"sequence"})],wc.prototype,"logotypeURI",void 0);var Ec;(function(t){t[t["mono"]=1]="mono";t[t["stereo"]=2]="stereo";t[t["quad"]=4]="quad"})(Ec||(Ec={}));class Pc{constructor(t={}){this.fileSize=0;this.playTime=0;this.channels=Ec.mono;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Pc.prototype,"fileSize",void 0);Br([wr({type:Ui.Integer})],Pc.prototype,"playTime",void 0);Br([wr({type:Ui.Integer})],Pc.prototype,"channels",void 0);Br([wr({type:Ui.Integer,implicit:true,context:3,optional:true})],Pc.prototype,"sampleRate",void 0);Br([wr({type:Ui.IA5String,implicit:true,context:4,optional:true})],Pc.prototype,"language",void 0);class Dc{constructor(t={}){this.audioDetails=new wc;Object.assign(this,t)}}Br([wr({type:wc})],Dc.prototype,"audioDetails",void 0);Br([wr({type:Pc,optional:true})],Dc.prototype,"audioInfo",void 0);let bc=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.Integer,context:1,implicit:true})],bc.prototype,"numBits",void 0);Br([wr({type:Ui.Integer,context:2,implicit:true})],bc.prototype,"tableSize",void 0);bc=Br([gr({type:Fi.Choice})],bc);var Ic;(function(t){t[t["grayScale"]=0]="grayScale";t[t["color"]=1]="color"})(Ic||(Ic={}));class Bc{constructor(t={}){this.type=Ic.color;this.fileSize=0;this.xSize=0;this.ySize=0;Object.assign(this,t)}}Br([wr({type:Ui.Integer,context:0,implicit:true,defaultValue:Ic.color})],Bc.prototype,"type",void 0);Br([wr({type:Ui.Integer})],Bc.prototype,"fileSize",void 0);Br([wr({type:Ui.Integer})],Bc.prototype,"xSize",void 0);Br([wr({type:Ui.Integer})],Bc.prototype,"ySize",void 0);Br([wr({type:bc})],Bc.prototype,"resolution",void 0);Br([wr({type:Ui.IA5String,context:4,implicit:true,optional:true})],Bc.prototype,"language",void 0);class xc{constructor(t={}){this.imageDetails=new wc;Object.assign(this,t)}}Br([wr({type:wc})],xc.prototype,"imageDetails",void 0);Br([wr({type:Bc,optional:true})],xc.prototype,"imageInfo",void 0);class Tc{constructor(t={}){Object.assign(this,t)}}Br([wr({type:xc,repeated:"sequence",optional:true})],Tc.prototype,"image",void 0);Br([wr({type:Dc,repeated:"sequence",context:1,optional:true})],Tc.prototype,"audio",void 0);class Oc{constructor(t={}){this.refStructHash=[];this.refStructURI=[];Object.assign(this,t)}}Br([wr({type:gc,repeated:"sequence"})],Oc.prototype,"refStructHash",void 0);Br([wr({type:Ui.IA5String,repeated:"sequence"})],Oc.prototype,"refStructURI",void 0);let Rc=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Tc,implicit:true,context:0})],Rc.prototype,"direct",void 0);Br([wr({type:Oc,implicit:true,context:1})],Rc.prototype,"indirect",void 0);Rc=Br([gr({type:Fi.Choice})],Rc);class Nc{constructor(t={}){this.logotypeType="";this.info=new Rc;Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Nc.prototype,"logotypeType",void 0);Br([wr({type:Rc})],Nc.prototype,"info",void 0);class Mc{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Rc,context:0,repeated:"sequence",optional:true})],Mc.prototype,"communityLogos",void 0);Br([wr({type:Rc,context:1,optional:true})],Mc.prototype,"issuerLogo",void 0);Br([wr({type:Rc,context:2,optional:true})],Mc.prototype,"subjectLogo",void 0);Br([wr({type:Nc,context:3,repeated:"sequence",optional:true})],Mc.prototype,"otherLogos",void 0);const kc="1.3.6.1.5.5.7.1.12";var Kc,jc,Hc;const _c="1.3.6.1.5.5.7";const Fc=`${_c}.1`;let Uc=Kc=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Kc.prototype)}};Uc=Kc=Br([gr({type:Fi.Sequence,itemType:Ui.IA5String})],Uc);class Vc{constructor(t={}){this.claim="";this.permitted=[];Object.assign(this,t)}}Br([wr({type:Ui.IA5String})],Vc.prototype,"claim",void 0);Br([wr({type:Ui.Utf8String,repeated:"sequence"})],Vc.prototype,"permitted",void 0);let Lc=jc=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,jc.prototype)}};Lc=jc=Br([gr({type:Fi.Sequence,itemType:Vc})],Lc);class $c{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Uc,optional:true,context:0})],$c.prototype,"mustInclude",void 0);Br([wr({type:Lc,optional:true,context:1})],$c.prototype,"permittedValues",void 0);const Gc=`${Fc}.26`;class Wc{constructor(){this.start="";this.count=2}}Br([wr({type:Ui.IA5String})],Wc.prototype,"start",void 0);Br([wr({type:Ui.Integer})],Wc.prototype,"count",void 0);let Qc=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Ui.IA5String,context:0})],Qc.prototype,"spc",void 0);Br([wr({type:Wc,context:1})],Qc.prototype,"range",void 0);Br([wr({type:Ui.IA5String,context:2})],Qc.prototype,"one",void 0);Qc=Br([gr({type:Fi.Choice})],Qc);let qc=Hc=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Hc.prototype)}};qc=Hc=Br([gr({type:Fi.Sequence,itemType:Qc})],qc);var zc;const Jc="1.3.6.1.4.1.11129.2.1.17";var Zc;(function(t){t[t["verified"]=0]="verified";t[t["selfSigned"]=1]="selfSigned";t[t["unverified"]=2]="unverified";t[t["failed"]=3]="failed"})(Zc||(Zc={}));class Xc{constructor(t={}){this.verifiedBootKey=new Li;this.deviceLocked=false;this.verifiedBootState=Zc.verified;Object.assign(this,t)}}Br([wr({type:Li})],Xc.prototype,"verifiedBootKey",void 0);Br([wr({type:Ui.Boolean})],Xc.prototype,"deviceLocked",void 0);Br([wr({type:Ui.Enumerated})],Xc.prototype,"verifiedBootState",void 0);Br([wr({type:Li,optional:true})],Xc.prototype,"verifiedBootHash",void 0);let Yc=zc=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,zc.prototype)}};Yc=zc=Br([gr({type:Fi.Set,itemType:Ui.Integer})],Yc);class tl{constructor(t={}){Object.assign(this,t)}}Br([wr({context:1,type:Yc,optional:true})],tl.prototype,"purpose",void 0);Br([wr({context:2,type:Ui.Integer,optional:true})],tl.prototype,"algorithm",void 0);Br([wr({context:3,type:Ui.Integer,optional:true})],tl.prototype,"keySize",void 0);Br([wr({context:5,type:Yc,optional:true})],tl.prototype,"digest",void 0);Br([wr({context:6,type:Yc,optional:true})],tl.prototype,"padding",void 0);Br([wr({context:10,type:Ui.Integer,optional:true})],tl.prototype,"ecCurve",void 0);Br([wr({context:200,type:Ui.Integer,optional:true})],tl.prototype,"rsaPublicExponent",void 0);Br([wr({context:203,type:Yc,optional:true})],tl.prototype,"mgfDigest",void 0);Br([wr({context:303,type:Ui.Null,optional:true})],tl.prototype,"rollbackResistance",void 0);Br([wr({context:305,type:Ui.Null,optional:true})],tl.prototype,"earlyBootOnly",void 0);Br([wr({context:400,type:Ui.Integer,optional:true})],tl.prototype,"activeDateTime",void 0);Br([wr({context:401,type:Ui.Integer,optional:true})],tl.prototype,"originationExpireDateTime",void 0);Br([wr({context:402,type:Ui.Integer,optional:true})],tl.prototype,"usageExpireDateTime",void 0);Br([wr({context:405,type:Ui.Integer,optional:true})],tl.prototype,"usageCountLimit",void 0);Br([wr({context:503,type:Ui.Null,optional:true})],tl.prototype,"noAuthRequired",void 0);Br([wr({context:504,type:Ui.Integer,optional:true})],tl.prototype,"userAuthType",void 0);Br([wr({context:505,type:Ui.Integer,optional:true})],tl.prototype,"authTimeout",void 0);Br([wr({context:506,type:Ui.Null,optional:true})],tl.prototype,"allowWhileOnBody",void 0);Br([wr({context:507,type:Ui.Null,optional:true})],tl.prototype,"trustedUserPresenceRequired",void 0);Br([wr({context:508,type:Ui.Null,optional:true})],tl.prototype,"trustedConfirmationRequired",void 0);Br([wr({context:509,type:Ui.Null,optional:true})],tl.prototype,"unlockedDeviceRequired",void 0);Br([wr({context:600,type:Ui.Null,optional:true})],tl.prototype,"allApplications",void 0);Br([wr({context:601,type:Li,optional:true})],tl.prototype,"applicationId",void 0);Br([wr({context:701,type:Ui.Integer,optional:true})],tl.prototype,"creationDateTime",void 0);Br([wr({context:702,type:Ui.Integer,optional:true})],tl.prototype,"origin",void 0);Br([wr({context:703,type:Ui.Null,optional:true})],tl.prototype,"rollbackResistant",void 0);Br([wr({context:704,type:Xc,optional:true})],tl.prototype,"rootOfTrust",void 0);Br([wr({context:705,type:Ui.Integer,optional:true})],tl.prototype,"osVersion",void 0);Br([wr({context:706,type:Ui.Integer,optional:true})],tl.prototype,"osPatchLevel",void 0);Br([wr({context:709,type:Li,optional:true})],tl.prototype,"attestationApplicationId",void 0);Br([wr({context:710,type:Li,optional:true})],tl.prototype,"attestationIdBrand",void 0);Br([wr({context:711,type:Li,optional:true})],tl.prototype,"attestationIdDevice",void 0);Br([wr({context:712,type:Li,optional:true})],tl.prototype,"attestationIdProduct",void 0);Br([wr({context:713,type:Li,optional:true})],tl.prototype,"attestationIdSerial",void 0);Br([wr({context:714,type:Li,optional:true})],tl.prototype,"attestationIdImei",void 0);Br([wr({context:715,type:Li,optional:true})],tl.prototype,"attestationIdMeid",void 0);Br([wr({context:716,type:Li,optional:true})],tl.prototype,"attestationIdManufacturer",void 0);Br([wr({context:717,type:Li,optional:true})],tl.prototype,"attestationIdModel",void 0);Br([wr({context:718,type:Ui.Integer,optional:true})],tl.prototype,"vendorPatchLevel",void 0);Br([wr({context:719,type:Ui.Integer,optional:true})],tl.prototype,"bootPatchLevel",void 0);Br([wr({context:720,type:Ui.Null,optional:true})],tl.prototype,"deviceUniqueAttestation",void 0);var el;(function(t){t[t["software"]=0]="software";t[t["trustedEnvironment"]=1]="trustedEnvironment";t[t["strongBox"]=2]="strongBox"})(el||(el={}));var il;(function(t){t[t["KM2"]=1]="KM2";t[t["KM3"]=2]="KM3";t[t["KM4"]=3]="KM4";t[t["KM4_1"]=4]="KM4_1";t[t["keyMint1"]=100]="keyMint1";t[t["keyMint2"]=200]="keyMint2"})(il||(il={}));class rl{constructor(t={}){this.attestationVersion=il.KM4;this.attestationSecurityLevel=el.software;this.keymasterVersion=0;this.keymasterSecurityLevel=el.software;this.attestationChallenge=new Li;this.uniqueId=new Li;this.softwareEnforced=new tl;this.teeEnforced=new tl;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],rl.prototype,"attestationVersion",void 0);Br([wr({type:Ui.Enumerated})],rl.prototype,"attestationSecurityLevel",void 0);Br([wr({type:Ui.Integer})],rl.prototype,"keymasterVersion",void 0);Br([wr({type:Ui.Enumerated})],rl.prototype,"keymasterSecurityLevel",void 0);Br([wr({type:Li})],rl.prototype,"attestationChallenge",void 0);Br([wr({type:Li})],rl.prototype,"uniqueId",void 0);Br([wr({type:tl})],rl.prototype,"softwareEnforced",void 0);Br([wr({type:tl})],rl.prototype,"teeEnforced",void 0);var sl;let nl=class t extends tl{};nl=Br([gr({type:Fi.Choice})],nl);let ol=sl=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,sl.prototype)}findProperty(t){const e=this.find((e=>t in e));if(e){return e[t]}return undefined}};ol=sl=Br([gr({type:Fi.Sequence,itemType:nl})],ol);class al{constructor(t={}){this.attestationVersion=il.KM4;this.attestationSecurityLevel=el.software;this.keymasterVersion=0;this.keymasterSecurityLevel=el.software;this.attestationChallenge=new Li;this.uniqueId=new Li;this.softwareEnforced=new ol;this.teeEnforced=new ol;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],al.prototype,"attestationVersion",void 0);Br([wr({type:Ui.Enumerated})],al.prototype,"attestationSecurityLevel",void 0);Br([wr({type:Ui.Integer})],al.prototype,"keymasterVersion",void 0);Br([wr({type:Ui.Enumerated})],al.prototype,"keymasterSecurityLevel",void 0);Br([wr({type:Li})],al.prototype,"attestationChallenge",void 0);Br([wr({type:Li})],al.prototype,"uniqueId",void 0);Br([wr({type:ol})],al.prototype,"softwareEnforced",void 0);Br([wr({type:ol})],al.prototype,"teeEnforced",void 0);class cl{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Ui.OctetString})],cl.prototype,"packageName",void 0);Br([wr({type:Ui.Integer})],cl.prototype,"version",void 0);class ll{constructor(t={}){Object.assign(this,t)}}Br([wr({type:cl,repeated:"set"})],ll.prototype,"packageInfos",void 0);Br([wr({type:Ui.OctetString,repeated:"set"})],ll.prototype,"signatureDigests",void 0);var ul=undefined&&undefined.__decorate||function(t,e,i,r){var s=arguments.length,n=s<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,i):r,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")n=Reflect.decorate(t,e,i,r);else for(var a=t.length-1;a>=0;a--)if(o=t[a])n=(s<3?o(n):s>3?o(e,i,n):o(e,i))||n;return s>3&&n&&Object.defineProperty(e,i,n),n};const pl="2.23.140.3.1";class hl{constructor(t={}){Object.assign(this,t)}}ul([wr({type:Ui.PrintableString})],hl.prototype,"registrationSchemeIdentifier",void 0);ul([wr({type:Ui.PrintableString})],hl.prototype,"registrationCountry",void 0);ul([wr({type:Ui.PrintableString,optional:true,context:0,implicit:true})],hl.prototype,"registrationStateOrProvince",void 0);ul([wr({type:Ui.Utf8String})],hl.prototype,"registrationReference",void 0);
|
|
76
|
-
/**
|
|
77
|
-
* @license
|
|
78
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
79
|
-
*
|
|
80
|
-
* This source code is licensed under the MIT license found in the
|
|
81
|
-
* LICENSE file in the root directory of this source tree.
|
|
82
|
-
*/var dl=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(t,i):s?s.value=i:e.set(t,i),i};var fl=undefined&&undefined.__classPrivateFieldGet||function(t,e,i,r){if(i==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e==="function"?t!==e||!r:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?r:i==="a"?r.call(t):r?r.value:e.get(t)};var yl,Sl;class Cl{constructor(...e){yl.set(this,void 0);Sl.set(this,void 0);if(e.length===1){dl(this,yl,e[0],"f");dl(this,Sl,Ir.serialize(fl(this,yl,"f")),"f")}else{dl(this,yl,Ir.parse(e[0],e[1]),"f");dl(this,Sl,t.toArrayBuffer(e[0]),"f")}}get asn(){return fl(this,yl,"f")}get raw(){return fl(this,Sl,"f")}}yl=new WeakMap,Sl=new WeakMap;
|
|
83
|
-
/**
|
|
84
|
-
* @license
|
|
85
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
86
|
-
*
|
|
87
|
-
* This source code is licensed under the MIT license found in the
|
|
88
|
-
* LICENSE file in the root directory of this source tree.
|
|
89
|
-
*/const Al={[qr]:Jr,[Zr]:Yr,[ts]:es,[ns]:os,[cs]:ys,[gs]:bs,"2.5.29.46":bs,[xs]:Ts,[Os]:Ns,[ks]:Ks,[js]:Hs,[_s]:Fs,[Vs]:Ls,[$s]:Ws,[qs]:Zs,[Xs]:Ys,[en]:sn,[on]:an,[un]:pn,[hn]:dn,[ua]:ya,[ma]:ga,[wa]:Pa,[Xa]:Ya,[za]:Za,[Da]:ba,[fc]:yc,[ic]:nc,[oc]:ac,[vc]:mc,[Cc]:Ac,[fn]:yn,[Sn]:vn,"2.16.724.1.2.2.4.1":oa,[ia]:oa,[kc]:Mc,[Gc]:qc,[gn]:wn,[Ss]:Cs,[As]:vs,[Jc]:al,[pl]:hl};class vl extends Cl{getAsnExtnValue(){return this.asn.extnValue.buffer}constructor(t){super(t,Bn);const i=this.getAsnExtnValue();try{const t=Al[this.asn.extnID];if(t){this.value=Pr.parse(i,t)}else{console.warn(`Didn't detect parser for "${this.asn.extnID}" extension.`);this.value=e.ToHex(i)}}catch(t){console.error(`Error parse "${this.asn.extnID}" extension:`,t.message);this.value=e.ToHex(i)}}}
|
|
90
|
-
/**
|
|
91
|
-
* @license
|
|
92
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
93
|
-
*
|
|
94
|
-
* This source code is licensed under the MIT license found in the
|
|
95
|
-
* LICENSE file in the root directory of this source tree.
|
|
96
|
-
*/class ml{static isCryptoKeyPair(t){return t&&t.privateKey&&t.publicKey}constructor(){this.providers=new Map;const t=window.crypto||window.msCrypto;if(typeof t!=="undefined"){this.set(ml.DEFAULT,t)}}get(t=ml.DEFAULT){const e=this.providers.get(t.toLowerCase());if(!e){throw new Error(`Cannot get Crypto by name '${t}'`)}return e}set(t,e){if(typeof t==="string"){if(!e){throw new TypeError("Argument 'value' is required")}this.providers.set(t.toLowerCase(),e)}else{this.providers.set(ml.DEFAULT,t)}return this}}ml.DEFAULT="default";const gl=new ml;const wl=/-----BEGIN [^-]+-----([A-Za-z0-9+/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+/=\s]+)====/;const El=t=>{const e=wl.exec(t);return e?e[1]||e[2]:t};const Pl=t=>t.replace(/(.{32})/g,"$1\n").replace(/(.{4})/g,"$1 ").trim();const Dl=t=>t.replace(/(.{64})/g,"$1\n");const bl=t=>{const i=El(t);let r;if(s(i)){r=e.FromHex(i)}else if(u(i)||n(i)){r=e.FromBase64(i)}else{r=e.FromBinary(t)}return r};const Il=async(t,e)=>{const i=gl.get();if(i.subtle){return i.subtle.digest(t,e)}return undefined};class Bl{constructor(t={}){this.acIssuer=new Lr;this.acSerial=0;this.attrs=[];Object.assign(this,t)}}Br([wr({type:Lr})],Bl.prototype,"acIssuer",void 0);Br([wr({type:Ui.Integer})],Bl.prototype,"acSerial",void 0);Br([wr({type:cn,repeated:"sequence"})],Bl.prototype,"attrs",void 0);var xl;let Tl=xl=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,xl.prototype)}};Tl=xl=Br([gr({type:Fi.Sequence,itemType:Ui.ObjectIdentifier})],Tl);class Ol{constructor(t={}){this.permitUnSpecified=true;Object.assign(this,t)}}Br([wr({type:Ui.Integer,optional:true})],Ol.prototype,"pathLenConstraint",void 0);Br([wr({type:Tl,implicit:true,context:0,optional:true})],Ol.prototype,"permittedAttrs",void 0);Br([wr({type:Tl,implicit:true,context:1,optional:true})],Ol.prototype,"excludedAttrs",void 0);Br([wr({type:Ui.Boolean,defaultValue:true})],Ol.prototype,"permitUnSpecified",void 0);class Rl{constructor(t={}){this.issuer=new rs;this.serial=new ArrayBuffer(0);this.issuerUID=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:rs})],Rl.prototype,"issuer",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Rl.prototype,"serial",void 0);Br([wr({type:Ui.BitString,optional:true})],Rl.prototype,"issuerUID",void 0);var Nl;(function(t){t[t["publicKey"]=0]="publicKey";t[t["publicKeyCert"]=1]="publicKeyCert";t[t["otherObjectTypes"]=2]="otherObjectTypes"})(Nl||(Nl={}));class Ml{constructor(t={}){this.digestedObjectType=Nl.publicKey;this.digestAlgorithm=new En;this.objectDigest=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.Enumerated})],Ml.prototype,"digestedObjectType",void 0);Br([wr({type:Ui.ObjectIdentifier,optional:true})],Ml.prototype,"otherObjectTypeID",void 0);Br([wr({type:En})],Ml.prototype,"digestAlgorithm",void 0);Br([wr({type:Ui.BitString})],Ml.prototype,"objectDigest",void 0);class kl{constructor(t={}){Object.assign(this,t)}}Br([wr({type:rs,optional:true})],kl.prototype,"issuerName",void 0);Br([wr({type:Rl,context:0,implicit:true,optional:true})],kl.prototype,"baseCertificateID",void 0);Br([wr({type:Ml,context:1,implicit:true,optional:true})],kl.prototype,"objectDigestInfo",void 0);let Kl=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Lr,repeated:"sequence"})],Kl.prototype,"v1Form",void 0);Br([wr({type:kl,context:0,implicit:true})],Kl.prototype,"v2Form",void 0);Kl=Br([gr({type:Fi.Choice})],Kl);class jl{constructor(t={}){this.notBeforeTime=new Date;this.notAfterTime=new Date;Object.assign(this,t)}}Br([wr({type:Ui.GeneralizedTime})],jl.prototype,"notBeforeTime",void 0);Br([wr({type:Ui.GeneralizedTime})],jl.prototype,"notAfterTime",void 0);class Hl{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Rl,implicit:true,context:0,optional:true})],Hl.prototype,"baseCertificateID",void 0);Br([wr({type:rs,implicit:true,context:1,optional:true})],Hl.prototype,"entityName",void 0);Br([wr({type:Ml,implicit:true,context:2,optional:true})],Hl.prototype,"objectDigestInfo",void 0);var _l;(function(t){t[t["v2"]=1]="v2"})(_l||(_l={}));class Fl{constructor(t={}){this.version=_l.v2;this.holder=new Hl;this.issuer=new Kl;this.signature=new En;this.serialNumber=new ArrayBuffer(0);this.attrCertValidityPeriod=new jl;this.attributes=[];Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Fl.prototype,"version",void 0);Br([wr({type:Hl})],Fl.prototype,"holder",void 0);Br([wr({type:Kl})],Fl.prototype,"issuer",void 0);Br([wr({type:En})],Fl.prototype,"signature",void 0);Br([wr({type:Ui.Integer,converter:Qi})],Fl.prototype,"serialNumber",void 0);Br([wr({type:jl})],Fl.prototype,"attrCertValidityPeriod",void 0);Br([wr({type:cn,repeated:"sequence"})],Fl.prototype,"attributes",void 0);Br([wr({type:Ui.BitString,optional:true})],Fl.prototype,"issuerUniqueID",void 0);Br([wr({type:xn,optional:true})],Fl.prototype,"extensions",void 0);class Ul{constructor(t={}){this.acinfo=new Fl;this.signatureAlgorithm=new En;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Fl})],Ul.prototype,"acinfo",void 0);Br([wr({type:En})],Ul.prototype,"signatureAlgorithm",void 0);Br([wr({type:Ui.BitString})],Ul.prototype,"signatureValue",void 0);var Vl;(function(t){t[t["unmarked"]=1]="unmarked";t[t["unclassified"]=2]="unclassified";t[t["restricted"]=4]="restricted";t[t["confidential"]=8]="confidential";t[t["secret"]=16]="secret";t[t["topSecret"]=32]="topSecret"})(Vl||(Vl={}));class Ll extends Vi{}class $l{constructor(t={}){this.type="";this.value=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier,implicit:true,context:0})],$l.prototype,"type",void 0);Br([wr({type:Ui.Any,implicit:true,context:1})],$l.prototype,"value",void 0);class Gl{constructor(t={}){this.policyId="";this.classList=new Ll(Vl.unclassified);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Gl.prototype,"policyId",void 0);Br([wr({type:Ll,defaultValue:new Ll(Vl.unclassified)})],Gl.prototype,"classList",void 0);Br([wr({type:$l,repeated:"set"})],Gl.prototype,"securityCategories",void 0);class Wl{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Li})],Wl.prototype,"cotets",void 0);Br([wr({type:Ui.ObjectIdentifier})],Wl.prototype,"oid",void 0);Br([wr({type:Ui.Utf8String})],Wl.prototype,"string",void 0);class Ql{constructor(t={}){this.values=[];Object.assign(this,t)}}Br([wr({type:rs,implicit:true,context:0,optional:true})],Ql.prototype,"policyAuthority",void 0);Br([wr({type:Wl,repeated:"sequence"})],Ql.prototype,"values",void 0);var ql;class zl{constructor(t={}){this.targetCertificate=new Rl;Object.assign(this,t)}}Br([wr({type:Rl})],zl.prototype,"targetCertificate",void 0);Br([wr({type:Lr,optional:true})],zl.prototype,"targetName",void 0);Br([wr({type:Ml,optional:true})],zl.prototype,"certDigestInfo",void 0);let Jl=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Lr,context:0,implicit:true})],Jl.prototype,"targetName",void 0);Br([wr({type:Lr,context:1,implicit:true})],Jl.prototype,"targetGroup",void 0);Br([wr({type:zl,context:2,implicit:true})],Jl.prototype,"targetCert",void 0);Jl=Br([gr({type:Fi.Choice})],Jl);let Zl=ql=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ql.prototype)}};Zl=ql=Br([gr({type:Fi.Sequence,itemType:Jl})],Zl);var Xl;let Yl=Xl=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Xl.prototype)}};Yl=Xl=Br([gr({type:Fi.Sequence,itemType:Zl})],Yl);class tu{constructor(t={}){Object.assign(this,t)}}Br([wr({type:rs,implicit:true,context:0,optional:true})],tu.prototype,"roleAuthority",void 0);Br([wr({type:Lr,implicit:true,context:1})],tu.prototype,"roleName",void 0);class eu{constructor(t={}){this.service=new Lr;this.ident=new Lr;Object.assign(this,t)}}Br([wr({type:Lr})],eu.prototype,"service",void 0);Br([wr({type:Lr})],eu.prototype,"ident",void 0);Br([wr({type:Li,optional:true})],eu.prototype,"authInfo",void 0);const iu="0.4.0.9496";const ru=`${iu}.6`;let su=class t{constructor(t={}){this.codeAuthority=new Lr;this.codeId=new Lr;this.shortName="";this.shortDescription="";Object.assign(this,t)}};Br([wr({type:Lr,context:0})],su.prototype,"codeAuthority",void 0);Br([wr({type:Lr,context:1})],su.prototype,"codeId",void 0);Br([wr({type:Ui.Utf8String,context:2})],su.prototype,"shortName",void 0);Br([wr({type:Ui.Utf8String,context:3})],su.prototype,"shortDescription",void 0);su=Br([gr({type:Fi.Sequence})],su);let nu=class t extends _r{constructor(t){super(t);Object.setPrototypeOf(this,_r.prototype)}};nu=Br([gr({type:Fi.Sequence})],nu);const ou=`${iu}.1`;let au=class t extends nu{constructor(t){super(t);Object.setPrototypeOf(this,_r.prototype)}};au=Br([gr({type:Fi.Sequence})],au);const cu=`${iu}.2`;let lu=class t extends nu{constructor(t){super(t);Object.setPrototypeOf(this,_r.prototype)}};lu=Br([gr({type:Fi.Sequence})],lu);const uu=`${iu}.3`;let pu=class t extends nu{constructor(t){super(t);Object.setPrototypeOf(this,_r.prototype)}};pu=Br([gr({type:Fi.Sequence})],pu);const hu=`${iu}.4`;let du=class t extends nu{constructor(t){super(t);Object.setPrototypeOf(this,_r.prototype)}};du=Br([gr({type:Fi.Sequence})],du);const fu=`${iu}.8`;let yu=class t{constructor(t={}){this.location="";this.base=0;this.degree=0;Object.assign(this,t)}toString(){return`${this.base} x 10^${this.degree} ${this.location}`}};Br([wr({type:Ui.PrintableString})],yu.prototype,"location",void 0);Br([wr({type:Ui.Integer})],yu.prototype,"base",void 0);Br([wr({type:Ui.Integer})],yu.prototype,"degree",void 0);yu=Br([gr({type:Fi.Sequence})],yu);const Su=`${iu}.9`;let Cu=class t{constructor(t={}){this.stars5=0;this.stars4=0;this.stars3=0;this.stars2=0;this.stars1=0;Object.assign(this,t)}};Br([wr({type:Ui.Integer})],Cu.prototype,"stars5",void 0);Br([wr({type:Ui.Integer})],Cu.prototype,"stars4",void 0);Br([wr({type:Ui.Integer})],Cu.prototype,"stars3",void 0);Br([wr({type:Ui.Integer})],Cu.prototype,"stars2",void 0);Br([wr({type:Ui.Integer})],Cu.prototype,"stars1",void 0);Cu=Br([gr({type:Fi.Sequence})],Cu);const Au=`${iu}.5`;let vu=class t{constructor(t={}){this.DNBvsDNO=new Vi(0);this.DNBvsDNT=new Vi(0);this.DNOvsDNT=new Vi(0);Object.assign(this,t)}};Br([wr({type:Vi,context:0})],vu.prototype,"DNBvsDNO",void 0);Br([wr({type:Vi,context:1})],vu.prototype,"DNBvsDNT",void 0);Br([wr({type:Vi,context:2})],vu.prototype,"DNOvsDNT",void 0);vu=Br([gr({type:Fi.Sequence})],vu);const mu=`${iu}.7`;let gu=class t{constructor(t={}){this.assessmentAuthority=new Lr;this.assessmentRef=new Lr;this.assessmentLocation=new Lr;this.dataStorageTerritory="";this.description="";Object.assign(this,t)}};Br([wr({type:Lr,context:0})],gu.prototype,"assessmentAuthority",void 0);Br([wr({type:Lr,context:1})],gu.prototype,"assessmentRef",void 0);Br([wr({type:Lr,context:2})],gu.prototype,"assessmentLocation",void 0);Br([wr({type:Ui.PrintableString,context:3})],gu.prototype,"dataStorageTerritory",void 0);Br([wr({type:Ui.Utf8String,context:4})],gu.prototype,"description",void 0);gu=Br([gr({type:Fi.Sequence})],gu);class wu{constructor(t={}){this.issuer=new _r;this.serialNumber=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:_r})],wu.prototype,"issuer",void 0);Br([wr({type:Ui.Integer,converter:Qi})],wu.prototype,"serialNumber",void 0);let Eu=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:dn,context:0,implicit:true})],Eu.prototype,"subjectKeyIdentifier",void 0);Br([wr({type:wu})],Eu.prototype,"issuerAndSerialNumber",void 0);Eu=Br([gr({type:Fi.Choice})],Eu);var Pu;(function(t){t[t["v0"]=0]="v0";t[t["v1"]=1]="v1";t[t["v2"]=2]="v2";t[t["v3"]=3]="v3";t[t["v4"]=4]="v4";t[t["v5"]=5]="v5"})(Pu||(Pu={}));let Du=class t extends En{};Du=Br([gr({type:Fi.Sequence})],Du);let bu=class t extends En{};bu=Br([gr({type:Fi.Sequence})],bu);let Iu=class t extends En{};Iu=Br([gr({type:Fi.Sequence})],Iu);let Bu=class t extends En{};Bu=Br([gr({type:Fi.Sequence})],Bu);let xu=class t extends En{};xu=Br([gr({type:Fi.Sequence})],xu);let Tu=class t extends En{};Tu=Br([gr({type:Fi.Sequence})],Tu);class Ou{constructor(t={}){this.attrType="";this.attrValues=[];Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Ou.prototype,"attrType",void 0);Br([wr({type:Ui.Any,repeated:"set"})],Ou.prototype,"attrValues",void 0);var Ru;class Nu{constructor(t={}){this.version=Pu.v0;this.sid=new Eu;this.digestAlgorithm=new Du;this.signatureAlgorithm=new bu;this.signature=new Li;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Nu.prototype,"version",void 0);Br([wr({type:Eu})],Nu.prototype,"sid",void 0);Br([wr({type:Du})],Nu.prototype,"digestAlgorithm",void 0);Br([wr({type:Ou,repeated:"set",context:0,implicit:true,optional:true})],Nu.prototype,"signedAttrs",void 0);Br([wr({type:bu})],Nu.prototype,"signatureAlgorithm",void 0);Br([wr({type:Li})],Nu.prototype,"signature",void 0);Br([wr({type:Ou,repeated:"set",context:1,implicit:true,optional:true})],Nu.prototype,"unsignedAttrs",void 0);let Mu=Ru=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ru.prototype)}};Mu=Ru=Br([gr({type:Fi.Set,itemType:Nu})],Mu);let ku=class t extends Dn{};ku=Br([gr({type:Fi.Choice})],ku);let Ku=class t extends Nu{};Ku=Br([gr({type:Fi.Sequence})],Ku);var ju;class Hu{constructor(t={}){this.otherCertFormat="";this.otherCert=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Hu.prototype,"otherCertFormat",void 0);Br([wr({type:Ui.Any})],Hu.prototype,"otherCert",void 0);let _u=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Rn})],_u.prototype,"certificate",void 0);Br([wr({type:Ul,context:2,implicit:true})],_u.prototype,"v2AttrCert",void 0);Br([wr({type:Hu,context:3,implicit:true})],_u.prototype,"other",void 0);_u=Br([gr({type:Fi.Choice})],_u);let Fu=ju=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,ju.prototype)}};Fu=ju=Br([gr({type:Fi.Set,itemType:_u})],Fu);class Uu{constructor(t={}){this.contentType="";this.content=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Uu.prototype,"contentType",void 0);Br([wr({type:Ui.Any,context:0})],Uu.prototype,"content",void 0);let Vu=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Li})],Vu.prototype,"single",void 0);Br([wr({type:Ui.Any})],Vu.prototype,"any",void 0);Vu=Br([gr({type:Fi.Choice})],Vu);class Lu{constructor(t={}){this.eContentType="";Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Lu.prototype,"eContentType",void 0);Br([wr({type:Vu,context:0,optional:true})],Lu.prototype,"eContent",void 0);let $u=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:Li,context:0,implicit:true,optional:true})],$u.prototype,"value",void 0);Br([wr({type:Li,converter:Xi,context:0,implicit:true,optional:true,repeated:"sequence"})],$u.prototype,"constructedValue",void 0);$u=Br([gr({type:Fi.Choice})],$u);class Gu{constructor(t={}){this.contentType="";this.contentEncryptionAlgorithm=new Bu;Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Gu.prototype,"contentType",void 0);Br([wr({type:Bu})],Gu.prototype,"contentEncryptionAlgorithm",void 0);Br([wr({type:$u,optional:true})],Gu.prototype,"encryptedContent",void 0);class Wu{constructor(t={}){this.keyAttrId="";Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Wu.prototype,"keyAttrId",void 0);Br([wr({type:Ui.Any,optional:true})],Wu.prototype,"keyAttr",void 0);var Qu;class qu{constructor(t={}){this.subjectKeyIdentifier=new dn;Object.assign(this,t)}}Br([wr({type:dn})],qu.prototype,"subjectKeyIdentifier",void 0);Br([wr({type:Ui.GeneralizedTime,optional:true})],qu.prototype,"date",void 0);Br([wr({type:Wu,optional:true})],qu.prototype,"other",void 0);let zu=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:qu,context:0,implicit:true,optional:true})],zu.prototype,"rKeyId",void 0);Br([wr({type:wu,optional:true})],zu.prototype,"issuerAndSerialNumber",void 0);zu=Br([gr({type:Fi.Choice})],zu);class Ju{constructor(t={}){this.rid=new zu;this.encryptedKey=new Li;Object.assign(this,t)}}Br([wr({type:zu})],Ju.prototype,"rid",void 0);Br([wr({type:Li})],Ju.prototype,"encryptedKey",void 0);let Zu=Qu=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Qu.prototype)}};Zu=Qu=Br([gr({type:Fi.Sequence,itemType:Ju})],Zu);class Xu{constructor(t={}){this.algorithm=new En;this.publicKey=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:En})],Xu.prototype,"algorithm",void 0);Br([wr({type:Ui.BitString})],Xu.prototype,"publicKey",void 0);let Yu=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:dn,context:0,implicit:true,optional:true})],Yu.prototype,"subjectKeyIdentifier",void 0);Br([wr({type:Xu,context:1,implicit:true,optional:true})],Yu.prototype,"originatorKey",void 0);Br([wr({type:wu,optional:true})],Yu.prototype,"issuerAndSerialNumber",void 0);Yu=Br([gr({type:Fi.Choice})],Yu);class tp{constructor(t={}){this.version=Pu.v3;this.originator=new Yu;this.keyEncryptionAlgorithm=new Iu;this.recipientEncryptedKeys=new Zu;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],tp.prototype,"version",void 0);Br([wr({type:Yu,context:0})],tp.prototype,"originator",void 0);Br([wr({type:Li,context:1,optional:true})],tp.prototype,"ukm",void 0);Br([wr({type:Iu})],tp.prototype,"keyEncryptionAlgorithm",void 0);Br([wr({type:Zu})],tp.prototype,"recipientEncryptedKeys",void 0);let ep=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:dn,context:0,implicit:true})],ep.prototype,"subjectKeyIdentifier",void 0);Br([wr({type:wu})],ep.prototype,"issuerAndSerialNumber",void 0);ep=Br([gr({type:Fi.Choice})],ep);class ip{constructor(t={}){this.version=Pu.v0;this.rid=new ep;this.keyEncryptionAlgorithm=new Iu;this.encryptedKey=new Li;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],ip.prototype,"version",void 0);Br([wr({type:ep})],ip.prototype,"rid",void 0);Br([wr({type:Iu})],ip.prototype,"keyEncryptionAlgorithm",void 0);Br([wr({type:Li})],ip.prototype,"encryptedKey",void 0);class rp{constructor(t={}){this.keyIdentifier=new Li;Object.assign(this,t)}}Br([wr({type:Li})],rp.prototype,"keyIdentifier",void 0);Br([wr({type:Ui.GeneralizedTime,optional:true})],rp.prototype,"date",void 0);Br([wr({type:Wu,optional:true})],rp.prototype,"other",void 0);class sp{constructor(t={}){this.version=Pu.v4;this.kekid=new rp;this.keyEncryptionAlgorithm=new Iu;this.encryptedKey=new Li;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],sp.prototype,"version",void 0);Br([wr({type:rp})],sp.prototype,"kekid",void 0);Br([wr({type:Iu})],sp.prototype,"keyEncryptionAlgorithm",void 0);Br([wr({type:Li})],sp.prototype,"encryptedKey",void 0);class np{constructor(t={}){this.version=Pu.v0;this.keyEncryptionAlgorithm=new Iu;this.encryptedKey=new Li;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],np.prototype,"version",void 0);Br([wr({type:Tu,context:0,optional:true})],np.prototype,"keyDerivationAlgorithm",void 0);Br([wr({type:Iu})],np.prototype,"keyEncryptionAlgorithm",void 0);Br([wr({type:Li})],np.prototype,"encryptedKey",void 0);class op{constructor(t={}){this.oriType="";this.oriValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],op.prototype,"oriType",void 0);Br([wr({type:Ui.Any})],op.prototype,"oriValue",void 0);let ap=class t{constructor(t={}){Object.assign(this,t)}};Br([wr({type:ip,optional:true})],ap.prototype,"ktri",void 0);Br([wr({type:tp,context:1,implicit:true,optional:true})],ap.prototype,"kari",void 0);Br([wr({type:sp,context:2,implicit:true,optional:true})],ap.prototype,"kekri",void 0);Br([wr({type:np,context:3,implicit:true,optional:true})],ap.prototype,"pwri",void 0);Br([wr({type:op,context:4,implicit:true,optional:true})],ap.prototype,"ori",void 0);ap=Br([gr({type:Fi.Choice})],ap);var cp;let lp=cp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,cp.prototype)}};lp=cp=Br([gr({type:Fi.Set,itemType:ap})],lp);var up;class pp{constructor(t={}){this.otherRevInfoFormat="";this.otherRevInfo=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],pp.prototype,"otherRevInfoFormat",void 0);Br([wr({type:Ui.Any})],pp.prototype,"otherRevInfo",void 0);let hp=class t{constructor(t={}){this.other=new pp;Object.assign(this,t)}};Br([wr({type:pp,context:1,implicit:true})],hp.prototype,"other",void 0);hp=Br([gr({type:Fi.Choice})],hp);let dp=up=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,up.prototype)}};dp=up=Br([gr({type:Fi.Set,itemType:hp})],dp);class fp{constructor(t={}){Object.assign(this,t)}}Br([wr({type:Fu,context:0,implicit:true,optional:true})],fp.prototype,"certs",void 0);Br([wr({type:dp,context:1,implicit:true,optional:true})],fp.prototype,"crls",void 0);var yp;let Sp=yp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,yp.prototype)}};Sp=yp=Br([gr({type:Fi.Set,itemType:Ou})],Sp);class Cp{constructor(t={}){this.version=Pu.v0;this.recipientInfos=new lp;this.encryptedContentInfo=new Gu;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Cp.prototype,"version",void 0);Br([wr({type:fp,context:0,implicit:true,optional:true})],Cp.prototype,"originatorInfo",void 0);Br([wr({type:lp})],Cp.prototype,"recipientInfos",void 0);Br([wr({type:Gu})],Cp.prototype,"encryptedContentInfo",void 0);Br([wr({type:Sp,context:1,implicit:true,optional:true})],Cp.prototype,"unprotectedAttrs",void 0);var Ap;let vp=Ap=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Ap.prototype)}};vp=Ap=Br([gr({type:Fi.Set,itemType:Du})],vp);class mp{constructor(t={}){this.version=Pu.v0;this.digestAlgorithms=new vp;this.encapContentInfo=new Lu;this.signerInfos=new Mu;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],mp.prototype,"version",void 0);Br([wr({type:vp})],mp.prototype,"digestAlgorithms",void 0);Br([wr({type:Lu})],mp.prototype,"encapContentInfo",void 0);Br([wr({type:Fu,context:0,implicit:true,optional:true})],mp.prototype,"certificates",void 0);Br([wr({type:hp,context:1,implicit:true,optional:true})],mp.prototype,"crls",void 0);Br([wr({type:Mu})],mp.prototype,"signerInfos",void 0);var gp;class wp{constructor(t={}){this.attrId="";this.attrValues=[];Object.assign(t)}}Br([wr({type:Ui.ObjectIdentifier})],wp.prototype,"attrId",void 0);Br([wr({type:Ui.Any,repeated:"set"})],wp.prototype,"attrValues",void 0);let Ep=gp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,gp.prototype)}};Ep=gp=Br([gr({type:Fi.Sequence,itemType:wp})],Ep);var Pp;let Dp=Pp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Pp.prototype)}};Dp=Pp=Br([gr({type:Fi.Sequence,itemType:Uu})],Dp);class bp{constructor(t={}){this.certId="";this.certValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],bp.prototype,"certId",void 0);Br([wr({type:Ui.Any,context:0})],bp.prototype,"certValue",void 0);class Ip{constructor(t={}){this.crlId="";this.crltValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Ip.prototype,"crlId",void 0);Br([wr({type:Ui.Any,context:0})],Ip.prototype,"crltValue",void 0);let Bp=class t extends Ho{};Bp=Br([gr({type:Fi.Sequence})],Bp);let xp=class t extends No{};xp=Br([gr({type:Fi.Sequence})],xp);class Tp{constructor(t={}){this.secretTypeId="";this.secretValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Tp.prototype,"secretTypeId",void 0);Br([wr({type:Ui.Any,context:0})],Tp.prototype,"secretValue",void 0);class Op{constructor(t={}){this.mac=new go;this.macSalt=new Li;this.iterations=1;Object.assign(this,t)}}Br([wr({type:go})],Op.prototype,"mac",void 0);Br([wr({type:Li})],Op.prototype,"macSalt",void 0);Br([wr({type:Ui.Integer,defaultValue:1})],Op.prototype,"iterations",void 0);class Rp{constructor(t={}){this.version=3;this.authSafe=new Uu;this.macData=new Op;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],Rp.prototype,"version",void 0);Br([wr({type:Uu})],Rp.prototype,"authSafe",void 0);Br([wr({type:Op,optional:true})],Rp.prototype,"macData",void 0);var Np;class Mp{constructor(t={}){this.bagId="";this.bagValue=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:Ui.ObjectIdentifier})],Mp.prototype,"bagId",void 0);Br([wr({type:Ui.Any,context:0})],Mp.prototype,"bagValue",void 0);Br([wr({type:wp,repeated:"set",optional:true})],Mp.prototype,"bagAttributes",void 0);let kp=Np=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Np.prototype)}};kp=Np=Br([gr({type:Fi.Sequence,itemType:Mp})],kp);var Kp,jp,Hp;const _p="1.2.840.113549.1.9";const Fp=`${_p}.2`;const Up=`${_p}.7`;const Vp=`${_p}.14`;let Lp=class t extends Mr{constructor(t={}){super(t)}toString(){return this.ia5String||super.toString()}};Br([wr({type:Ui.IA5String})],Lp.prototype,"ia5String",void 0);Lp=Br([gr({type:Fi.Choice})],Lp);let $p=class t extends Uu{};$p=Br([gr({type:Fi.Sequence})],$p);let Gp=class t extends Rp{};Gp=Br([gr({type:Fi.Sequence})],Gp);let Wp=class t extends No{};Wp=Br([gr({type:Fi.Sequence})],Wp);let Qp=class t{constructor(t=""){this.value=t}toString(){return this.value}};Br([wr({type:Ui.IA5String})],Qp.prototype,"value",void 0);Qp=Br([gr({type:Fi.Choice})],Qp);let qp=class t extends Lp{};qp=Br([gr({type:Fi.Choice})],qp);let zp=class t extends Mr{};zp=Br([gr({type:Fi.Choice})],zp);let Jp=class t{constructor(t=new Date){this.value=t}};Br([wr({type:Ui.GeneralizedTime})],Jp.prototype,"value",void 0);Jp=Br([gr({type:Fi.Choice})],Jp);let Zp=class t extends Mr{};Zp=Br([gr({type:Fi.Choice})],Zp);let Xp=class t{constructor(t="M"){this.value=t}toString(){return this.value}};Br([wr({type:Ui.PrintableString})],Xp.prototype,"value",void 0);Xp=Br([gr({type:Fi.Choice})],Xp);let Yp=class t{constructor(t=""){this.value=t}toString(){return this.value}};Br([wr({type:Ui.PrintableString})],Yp.prototype,"value",void 0);Yp=Br([gr({type:Fi.Choice})],Yp);let th=class t extends Yp{};th=Br([gr({type:Fi.Choice})],th);let eh=class t extends Mr{};eh=Br([gr({type:Fi.Choice})],eh);let ih=class t{constructor(t=""){this.value=t}toString(){return this.value}};Br([wr({type:Ui.ObjectIdentifier})],ih.prototype,"value",void 0);ih=Br([gr({type:Fi.Choice})],ih);let rh=class t extends Dn{};rh=Br([gr({type:Fi.Choice})],rh);let sh=class t{constructor(t=0){this.value=t}toString(){return this.value.toString()}};Br([wr({type:Ui.Integer})],sh.prototype,"value",void 0);sh=Br([gr({type:Fi.Choice})],sh);let nh=class t extends Nu{};nh=Br([gr({type:Fi.Sequence})],nh);let oh=class t extends Mr{};oh=Br([gr({type:Fi.Choice})],oh);let ah=Kp=class t extends xn{constructor(t){super(t);Object.setPrototypeOf(this,Kp.prototype)}};ah=Kp=Br([gr({type:Fi.Sequence})],ah);let ch=jp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,jp.prototype)}};ch=jp=Br([gr({type:Fi.Set,itemType:Ou})],ch);let lh=class t{constructor(t=""){this.value=t}toString(){return this.value}};Br([wr({type:Ui.BmpString})],lh.prototype,"value",void 0);lh=Br([gr({type:Fi.Choice})],lh);let uh=class t extends En{};uh=Br([gr({type:Fi.Sequence})],uh);let ph=Hp=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,Hp.prototype)}};ph=Hp=Br([gr({type:Fi.Sequence,itemType:uh})],ph);var hh;let dh=hh=class t extends br{constructor(t){super(t);Object.setPrototypeOf(this,hh.prototype)}};dh=hh=Br([gr({type:Fi.Sequence,itemType:cn})],dh);class fh{constructor(t={}){this.version=0;this.subject=new _r;this.subjectPKInfo=new Pn;this.attributes=new dh;Object.assign(this,t)}}Br([wr({type:Ui.Integer})],fh.prototype,"version",void 0);Br([wr({type:_r})],fh.prototype,"subject",void 0);Br([wr({type:Pn})],fh.prototype,"subjectPKInfo",void 0);Br([wr({type:dh,implicit:true,context:0})],fh.prototype,"attributes",void 0);class yh{constructor(t={}){this.certificationRequestInfo=new fh;this.signatureAlgorithm=new En;this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Br([wr({type:fh})],yh.prototype,"certificationRequestInfo",void 0);Br([wr({type:En})],yh.prototype,"signatureAlgorithm",void 0);Br([wr({type:Ui.BitString})],yh.prototype,"signature",void 0);export{pt as $,Cl as A,hu as B,Rn as C,au as D,vl as E,du as F,Au as G,ru as H,su as I,mu as J,fu as K,yu as L,Su as M,ta as N,Up as O,oh as P,Fp as Q,bo as R,Vp as S,vu as T,qp as U,Cu as V,gu as W,ah as X,Ul as Y,yh as Z,kn as _,o as a,y as a0,dt as a1,_r as a2,Ns as a3,Fs as a4,os as a5,Ur as a6,ls as a7,ps as a8,Vr as a9,ba as aA,ya as aB,Ya as aC,Za as aD,ac as aE,nc as aF,mc as aG,Ac as aH,pn as aI,yn as aJ,vn as aK,oa as aL,Mc as aM,qc as aN,Ys as aO,sn as aP,Cs as aQ,Ts as aR,al as aS,hl as aT,Br as aa,wr as ab,Ui as ac,gr as ad,Fi as ae,br as af,ha as ag,fa as ah,Qi as ai,ll as aj,Xc as ak,Yc as al,Ws as am,es as an,Ks as ao,dn as ap,Yr as aq,bs as ar,Jr as as,wn as at,an as au,ys as av,yc as aw,Zs as ax,ga as ay,Pa as az,c as b,l as c,a as d,bl as e,S as f,Ir as g,Kn as h,n as i,Ln as j,Qn as k,Qo as l,zo as m,xo as n,Oo as o,To as p,Pl as q,Dl as r,Il as s,cn as t,Pr as u,ou as v,cu as w,lu as x,uu as y,pu as z};
|
|
97
|
-
//# sourceMappingURL=p-1302bd67.js.map
|