@peculiar/certificates-viewer 4.6.1 → 4.7.0
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 +2 -2
- package/components/attribute.js +2 -1
- package/components/attribute.js.map +1 -1
- package/components/certificate-viewer.js +2 -2
- package/components/crl-viewer.js +2 -2
- package/components/csr-viewer.js +2 -2
- package/components/csr-viewer.js.map +1 -1
- package/components/download.js +19 -99
- package/components/download.js.map +1 -1
- package/components/index2.js +50 -2
- package/components/index2.js.map +1 -1
- package/components/miscellaneous.js +100 -2
- package/components/miscellaneous.js.map +1 -1
- package/components/peculiar-certificate-decoder.js +1 -1
- package/components/peculiar-certificates-viewer.js +1 -1
- package/components/pkcs10_certificate_request.js +1 -6
- package/components/pkcs10_certificate_request.js.map +1 -1
- package/dist/cjs/{certification_request-CxHe71zR.js → certification_request-DISQwgjn.js} +72 -112
- package/dist/cjs/certification_request-DISQwgjn.js.map +1 -0
- package/dist/cjs/extension-CGZpfI3W.js +110 -0
- package/dist/cjs/extension-CGZpfI3W.js.map +1 -0
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/{miscellaneous-DeBEwLDy.js → miscellaneous-D_RAtkZz.js} +78 -77
- package/dist/cjs/{miscellaneous-DeBEwLDy.js.map → miscellaneous-D_RAtkZz.js.map} +1 -1
- package/dist/cjs/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.cjs.js.map +1 -1
- package/dist/cjs/peculiar-attribute-certificate-viewer_4.cjs.entry.js +54 -5
- package/dist/cjs/peculiar-attribute-certificate-viewer_4.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +5 -4
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificate-decoder.entry.cjs.js.map +1 -1
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +4 -3
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificate-viewer.entry.cjs.js.map +1 -1
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +3 -2
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/peculiar-certificates-viewer.entry.cjs.js.map +1 -1
- package/dist/cjs/{pkcs10_certificate_request-CHMDxe2Z.js → pkcs10_certificate_request-BQkkkT42.js} +4 -8
- package/dist/cjs/pkcs10_certificate_request-BQkkkT42.js.map +1 -0
- package/dist/cjs/{x509_certificate-CzplJQ0X.js → x509_certificate-DGRpZGA2.js} +5 -4
- package/dist/cjs/{x509_certificate-CzplJQ0X.js.map → x509_certificate-DGRpZGA2.js.map} +1 -1
- package/dist/cjs/{x509_crl-B7kFbLDV.js → x509_crl-DMvJk_81.js} +8 -7
- package/dist/cjs/{x509_crl-B7kFbLDV.js.map → x509_crl-DMvJk_81.js.map} +1 -1
- package/dist/collection/components/certificate-details-parts/attributes/extension_request_attribute.js +25 -0
- package/dist/collection/components/certificate-details-parts/attributes/extension_request_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/index.js +10 -1
- package/dist/collection/components/certificate-details-parts/attributes/index.js.map +1 -1
- package/dist/collection/components/certificate-details-parts/attributes/private_key_possession_statement_attribute.js +27 -0
- package/dist/collection/components/certificate-details-parts/attributes/private_key_possession_statement_attribute.js.map +1 -0
- package/dist/collection/components/csr-viewer/csr-viewer.js +2 -2
- package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -1
- package/dist/collection/constants/oids.js +2 -0
- package/dist/collection/constants/oids.js.map +1 -1
- package/dist/collection/crypto/attribute.js +2 -0
- package/dist/collection/crypto/attribute.js.map +1 -1
- package/dist/collection/crypto/pkcs10_certificate_request.js +0 -7
- package/dist/collection/crypto/pkcs10_certificate_request.js.map +1 -1
- package/dist/esm/{certification_request-PeMaLTUD.js → certification_request-CSS3OhZq.js} +21 -101
- package/dist/esm/certification_request-CSS3OhZq.js.map +1 -0
- package/dist/esm/extension-CUOKUt7o.js +107 -0
- package/dist/esm/extension-CUOKUt7o.js.map +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/{miscellaneous-bVeJt-6m.js → miscellaneous-DVlekgVM.js} +4 -3
- package/dist/esm/{miscellaneous-bVeJt-6m.js.map → miscellaneous-DVlekgVM.js.map} +1 -1
- package/dist/esm/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.js.map +1 -1
- package/dist/esm/peculiar-attribute-certificate-viewer_4.entry.js +54 -5
- package/dist/esm/peculiar-attribute-certificate-viewer_4.entry.js.map +1 -1
- package/dist/esm/peculiar-certificate-decoder.entry.js +5 -4
- package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -1
- package/dist/esm/peculiar-certificate-viewer.entry.js +4 -3
- package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -1
- package/dist/esm/peculiar-certificates-viewer.entry.js +3 -2
- package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -1
- package/dist/esm/{pkcs10_certificate_request-CK8FH47X.js → pkcs10_certificate_request-B9Q42jiE.js} +4 -8
- package/dist/esm/pkcs10_certificate_request-B9Q42jiE.js.map +1 -0
- package/dist/esm/{x509_certificate-CEEWtU_T.js → x509_certificate-fWXLCtc8.js} +4 -3
- package/dist/{esm-es5/x509_certificate-CEEWtU_T.js.map → esm/x509_certificate-fWXLCtc8.js.map} +1 -1
- package/dist/esm/{x509_crl-BcZd9KVn.js → x509_crl-Dq33Vv-q.js} +5 -4
- package/dist/{esm-es5/x509_crl-BcZd9KVn.js.map → esm/x509_crl-Dq33Vv-q.js.map} +1 -1
- package/dist/esm-es5/{certification_request-PeMaLTUD.js → certification_request-CSS3OhZq.js} +5 -12
- package/dist/esm-es5/certification_request-CSS3OhZq.js.map +1 -0
- package/dist/esm-es5/extension-CUOKUt7o.js +12 -0
- package/dist/esm-es5/extension-CUOKUt7o.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/{miscellaneous-bVeJt-6m.js → miscellaneous-DVlekgVM.js} +2 -2
- package/dist/esm-es5/{miscellaneous-bVeJt-6m.js.map → miscellaneous-DVlekgVM.js.map} +1 -1
- package/dist/esm-es5/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_4.entry.js +17 -3
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_4.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js +1 -1
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -1
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js +1 -1
- 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/peculiar-certificates-viewer.entry.js.map +1 -1
- package/dist/esm-es5/pkcs10_certificate_request-B9Q42jiE.js +19 -0
- package/dist/esm-es5/pkcs10_certificate_request-B9Q42jiE.js.map +1 -0
- package/dist/esm-es5/{x509_certificate-CEEWtU_T.js → x509_certificate-fWXLCtc8.js} +4 -4
- package/dist/{esm/x509_certificate-CEEWtU_T.js.map → esm-es5/x509_certificate-fWXLCtc8.js.map} +1 -1
- package/dist/esm-es5/{x509_crl-BcZd9KVn.js → x509_crl-Dq33Vv-q.js} +2 -2
- package/dist/{esm/x509_crl-BcZd9KVn.js.map → esm-es5/x509_crl-Dq33Vv-q.js.map} +1 -1
- package/dist/peculiar/index.esm.js +1 -1
- package/dist/peculiar/p-17ebc78c.system.entry.js +5 -0
- package/dist/peculiar/{p-14fcbc5c.system.entry.js.map → p-17ebc78c.system.entry.js.map} +1 -1
- package/dist/peculiar/{p-5479a530.entry.js → p-4cc72a56.entry.js} +2 -2
- package/dist/peculiar/p-7fTYvx_V.system.js +19 -0
- package/dist/peculiar/p-7fTYvx_V.system.js.map +1 -0
- package/dist/peculiar/p-BGASC3UX.system.js +1 -1
- package/dist/peculiar/{p-CjWRKsN-.js → p-BG_D4qzJ.js} +3 -3
- package/dist/peculiar/{p-CjWRKsN-.js.map → p-BG_D4qzJ.js.map} +1 -1
- package/dist/peculiar/{p-CZwhKPgb.system.js → p-BTn-wukS.system.js} +2 -2
- package/dist/peculiar/p-BTn-wukS.system.js.map +1 -0
- package/dist/peculiar/{p-BaebEpW0.system.js.map → p-Bsy7Sqzl.system.js.map} +1 -1
- package/dist/peculiar/{p-DRvp86xt.system.js → p-CEzxVCEh.system.js} +5 -5
- package/dist/peculiar/{p-DRvp86xt.system.js.map → p-CEzxVCEh.system.js.map} +1 -1
- package/dist/peculiar/{p-PeMaLTUD.js → p-CSS3OhZq.js} +9 -16
- package/dist/peculiar/p-CSS3OhZq.js.map +1 -0
- package/dist/peculiar/p-CZuaTO2G.js +12 -0
- package/dist/peculiar/p-CZuaTO2G.js.map +1 -0
- package/dist/peculiar/p-CgCUixvk.system.js +12 -0
- package/dist/peculiar/p-CgCUixvk.system.js.map +1 -0
- package/dist/peculiar/p-CoPYW15U.js +19 -0
- package/dist/peculiar/p-CoPYW15U.js.map +1 -0
- package/dist/peculiar/{p-BypepohK.system.js.map → p-D8TC0Na9.system.js.map} +1 -1
- package/dist/peculiar/p-DKooqn40.js +369 -0
- package/dist/peculiar/{p-CGRNSrHk.js.map → p-DKooqn40.js.map} +1 -1
- package/dist/peculiar/p-DLsQGkmT.system.js.map +1 -0
- package/dist/peculiar/{p-C9sY8yng.system.js → p-DTz3NA_M.system.js} +3 -3
- package/dist/peculiar/{p-C9sY8yng.system.js.map → p-DTz3NA_M.system.js.map} +1 -1
- package/dist/peculiar/p-D_WeukQa.system.js +135 -0
- package/dist/peculiar/p-D_WeukQa.system.js.map +1 -0
- package/dist/peculiar/{p-CezfC5i1.system.js → p-DcTXA-2R.system.js} +17 -17
- package/dist/peculiar/{p-CezfC5i1.system.js.map → p-DcTXA-2R.system.js.map} +1 -1
- package/dist/peculiar/{p-84f69023.system.entry.js → p-a193f8fd.system.entry.js} +2 -2
- package/dist/peculiar/p-a4e74904.entry.js +124 -0
- package/dist/peculiar/p-a4e74904.entry.js.map +1 -0
- package/dist/peculiar/p-ce006f1c.system.entry.js +5 -0
- package/dist/peculiar/{p-591a9019.system.entry.js.map → p-ce006f1c.system.entry.js.map} +1 -1
- package/dist/peculiar/p-e3967e76.entry.js +5 -0
- package/dist/peculiar/{p-0de4837d.entry.js.map → p-e3967e76.entry.js.map} +1 -1
- package/dist/peculiar/p-e7c60082.system.entry.js +125 -0
- package/dist/peculiar/p-e7c60082.system.entry.js.map +1 -0
- package/dist/peculiar/p-f465afe6.entry.js +5 -0
- package/dist/peculiar/{p-315805ce.entry.js.map → p-f465afe6.entry.js.map} +1 -1
- package/dist/peculiar/{p-BloT0Xj9.system.js.map → p-tBL0ekYY.system.js.map} +1 -1
- package/dist/peculiar/{p-DrmgUhyv.js → p-tl0v45Y7.js} +4 -4
- package/dist/peculiar/{p-DrmgUhyv.js.map → p-tl0v45Y7.js.map} +1 -1
- package/dist/peculiar/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.esm.js.map +1 -1
- package/dist/peculiar/peculiar-certificate-decoder.entry.esm.js.map +1 -1
- package/dist/peculiar/peculiar-certificate-viewer.entry.esm.js.map +1 -1
- package/dist/peculiar/peculiar-certificates-viewer.entry.esm.js.map +1 -1
- package/dist/peculiar/peculiar.esm.js +1 -1
- package/dist/types/components/certificate-details-parts/attributes/extension_request_attribute.d.ts +15 -0
- package/dist/types/components/certificate-details-parts/attributes/private_key_possession_statement_attribute.d.ts +15 -0
- package/dist/types/constants/oids.d.ts +2 -0
- package/dist/types/crypto/attribute.d.ts +2 -0
- package/dist/types/crypto/pkcs10_certificate_request.d.ts +0 -2
- package/hydrate/index.js +68 -6
- package/hydrate/index.mjs +68 -6
- package/package.json +3 -2
- package/dist/cjs/certification_request-CxHe71zR.js.map +0 -1
- package/dist/cjs/pkcs10_certificate_request-CHMDxe2Z.js.map +0 -1
- package/dist/esm/certification_request-PeMaLTUD.js.map +0 -1
- package/dist/esm/pkcs10_certificate_request-CK8FH47X.js.map +0 -1
- package/dist/esm-es5/certification_request-PeMaLTUD.js.map +0 -1
- package/dist/esm-es5/pkcs10_certificate_request-CK8FH47X.js +0 -19
- package/dist/esm-es5/pkcs10_certificate_request-CK8FH47X.js.map +0 -1
- package/dist/peculiar/p-00d6f11f.system.entry.js +0 -111
- package/dist/peculiar/p-00d6f11f.system.entry.js.map +0 -1
- package/dist/peculiar/p-0de4837d.entry.js +0 -5
- package/dist/peculiar/p-14fcbc5c.system.entry.js +0 -5
- package/dist/peculiar/p-315805ce.entry.js +0 -5
- package/dist/peculiar/p-591a9019.system.entry.js +0 -5
- package/dist/peculiar/p-BipKYW6e.system.js +0 -142
- package/dist/peculiar/p-BipKYW6e.system.js.map +0 -1
- package/dist/peculiar/p-CGRNSrHk.js +0 -369
- package/dist/peculiar/p-CZwhKPgb.system.js.map +0 -1
- package/dist/peculiar/p-D1eNnGDF.js +0 -19
- package/dist/peculiar/p-D1eNnGDF.js.map +0 -1
- package/dist/peculiar/p-ITVWR0oT.system.js.map +0 -1
- package/dist/peculiar/p-J1t5v5N3.system.js +0 -19
- package/dist/peculiar/p-J1t5v5N3.system.js.map +0 -1
- package/dist/peculiar/p-PeMaLTUD.js.map +0 -1
- package/dist/peculiar/p-c8b3766a.entry.js +0 -110
- package/dist/peculiar/p-c8b3766a.entry.js.map +0 -1
- /package/dist/peculiar/{p-5479a530.entry.js.map → p-4cc72a56.entry.js.map} +0 -0
- /package/dist/peculiar/{p-84f69023.system.entry.js.map → p-a193f8fd.system.entry.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var a in n)if(Object.prototype.hasOwnProperty.call(n,a))e[a]=n[a]};return e(n,a)};return function(n,a){if(typeof a!=="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");e(n,a);function r(){this.constructor=n}n.prototype=a===null?Object.create(a):(r.prototype=a.prototype,new r)}}();
|
|
2
2
|
/*!
|
|
3
3
|
* © Peculiar Ventures https://peculiarventures.com/ - MIT License
|
|
4
|
-
*/System.register(["./p-DKl0YViA.system.js","./p-
|
|
4
|
+
*/System.register(["./p-DKl0YViA.system.js","./p-D_WeukQa.system.js","./p-Bknpl7EO.system.js","./p-CgCUixvk.system.js","./p-B4PdAFCr.system.js","./p-D8xU284r.system.js"],(function(e){"use strict";var n,a,r,t,c,u,f,i,o,l,d,b,s,v,m,p,g,x,y,h,C,S,N,A,j,D,I,O,T,G,P,k,V,R,_,B,E,L,U,w,H,Y,K,M,X,q,Q,W,F,z,Z,$,J,ee,ne,ae,re,te,ce,ue,fe,ie;return{setters:[function(e){n=e.h},function(e){a=e.$;r=e.Z;t=e._;c=e.b;u=e.bm;f=e.bn;i=e.q;o=e.bo;l=e.bp;d=e.bq;b=e.br;s=e.bs;v=e.bt;m=e.bu;p=e.bv;g=e.bw;x=e.bx;y=e.by;h=e.bz;C=e.bA;S=e.bB;N=e.bC;A=e.au;j=e.aE;D=e.ay;I=e.ao;O=e.aF;T=e.aB;G=e.aG;P=e.a8;k=e.aq;V=e.aC;R=e.at;_=e.am;B=e.al;E=e.ai;L=e.an;U=e.ak;w=e.aj;H=e.ag;Y=e.ah;K=e.af;M=e.ae;X=e.az;q=e.ap;Q=e.ad;W=e.ac;F=e.ab;z=e.aa;Z=e.a9;$=e.as;J=e.ar;ee=e.a7;ne=e.aA;ae=e.a5;re=e.a4},function(e){te=e.L},function(e){ce=e.C},function(e){ue=e.T;fe=e.B},function(e){ie=e.D}],execute:function(){e({d:oe,e:le});
|
|
5
5
|
/**
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -36,7 +36,7 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
36
36
|
*
|
|
37
37
|
* This source code is licensed under the MIT license found in the
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
|
39
|
-
*/var me=e("f",(function(e,a){return n("tr",null,n("td",{colSpan:2},n("table",null,a)))}));var pe=e("h",(function(e){var a=e.value;if(!a){return null}return[n("tr",{class:"title"},n("td",{colSpan:2},n(ue,{variant:"s1",color:"black"},a))),n("tr",null,n("td",{colSpan:2,class:"divider"},n("span",null)))]}));var ge=e("R",(function(e){var a=e.name,r=e.value,t=e.monospace,c=e.collapse,u=e.href,f=e.extraValue;if(!a){return null}if(r===undefined||r===null){return null}var i;if(c){i=n("peculiar-text-hider",null,r)}else{i=r}var o=!!r.toString();return n("tr",null,n("td",{colSpan:o?1:2},n(ue,{variant:"b2",color:"gray-9"},a)),o&&n("td",{class:{monospace:t}},ve(r.toString())||u?n(
|
|
39
|
+
*/var me=e("f",(function(e,a){return n("tr",null,n("td",{colSpan:2},n("table",null,a)))}));var pe=e("h",(function(e){var a=e.value;if(!a){return null}return[n("tr",{class:"title"},n("td",{colSpan:2},n(ue,{variant:"s1",color:"black"},a))),n("tr",null,n("td",{colSpan:2,class:"divider"},n("span",null)))]}));var ge=e("R",(function(e){var a=e.name,r=e.value,t=e.monospace,c=e.collapse,u=e.href,f=e.extraValue;if(!a){return null}if(r===undefined||r===null){return null}var i;if(c){i=n("peculiar-text-hider",null,r)}else{i=r}var o=!!r.toString();return n("tr",null,n("td",{colSpan:o?1:2},n(ue,{variant:"b2",color:"gray-9"},a)),o&&n("td",{class:{monospace:t}},ve(r.toString())||u?n(te,{variant:"b2",href:u||r.toString()},r):n(ue,{variant:"b2",color:"black"},i,f)))}));
|
|
40
40
|
/**
|
|
41
41
|
* @license
|
|
42
42
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -64,7 +64,7 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
64
64
|
*
|
|
65
65
|
* This source code is licensed under the MIT license found in the
|
|
66
66
|
* LICENSE file in the root directory of this source tree.
|
|
67
|
-
*/var Ne=e("I",(function(e){var a=e.name,t=e.issuerDnLink;var c=r.getString("issuerName");return[n(pe,{value:t?n(
|
|
67
|
+
*/var Ne=e("I",(function(e){var a=e.name,t=e.issuerDnLink;var c=r.getString("issuerName");return[n(pe,{value:t?n(te,{href:t},c):c}),a.map((function(e){return n(ge,{name:e.name||e.type,value:e.value})}))]}));
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
|
70
70
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -113,42 +113,42 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
113
113
|
*
|
|
114
114
|
* This source code is licensed under the MIT license found in the
|
|
115
115
|
* LICENSE file in the root directory of this source tree.
|
|
116
|
-
*/var Ge=function(e){var a=e.extension,r=e.getSubjectKeyIdChildrenLink,t=e.getSubjectKeyIdSiblingsLink;var u=c.Convert.ToHex(a.value.buffer);var f=r(u);var i=t(u);return n(De,{extension:a},n(ge,{name:"Key ID",value:u,monospace:true,extraValue:[f&&n("span",null," [",n(
|
|
116
|
+
*/var Ge=function(e){var a=e.extension,r=e.getSubjectKeyIdChildrenLink,t=e.getSubjectKeyIdSiblingsLink;var u=c.Convert.ToHex(a.value.buffer);var f=r(u);var i=t(u);return n(De,{extension:a},n(ge,{name:"Key ID",value:u,monospace:true,extraValue:[f&&n("span",null," [",n(te,{href:f},"children"),"]"),i&&n("span",null," [",n(te,{href:i},"siblings"),"]")]}))};
|
|
117
117
|
/**
|
|
118
118
|
* @license
|
|
119
119
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
120
120
|
*
|
|
121
121
|
* This source code is licensed under the MIT license found in the
|
|
122
122
|
* LICENSE file in the root directory of this source tree.
|
|
123
|
-
*/var Pe=function(e){var a=e.extension,r=e.getAuthKeyIdParentLink,t=e.getAuthKeyIdSiblingsLink;var u=c.Convert.ToHex(a.value.keyIdentifier.buffer);var f=r(u);var i=t(u);return n(De,{extension:a},n(ge,{name:"Key ID",value:u,monospace:true,extraValue:[f&&n("span",null," [",n(
|
|
123
|
+
*/var Pe=function(e){var a=e.extension,r=e.getAuthKeyIdParentLink,t=e.getAuthKeyIdSiblingsLink;var u=c.Convert.ToHex(a.value.keyIdentifier.buffer);var f=r(u);var i=t(u);return n(De,{extension:a},n(ge,{name:"Key ID",value:u,monospace:true,extraValue:[f&&n("span",null," [",n(te,{href:f},"parents"),"]"),i&&n("span",null," [",n(te,{href:i},"siblings"),"]")]}))};
|
|
124
124
|
/**
|
|
125
125
|
* @license
|
|
126
126
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
127
127
|
*
|
|
128
128
|
* This source code is licensed under the MIT license found in the
|
|
129
129
|
* LICENSE file in the root directory of this source tree.
|
|
130
|
-
*/var
|
|
130
|
+
*/var ke={otherName:"Other Name",rfc822Name:"RFC 822 Name",dNSName:"DNS Name",x400Address:"X400 Address",directoryName:"Directory Name",ediPartyName:"Edi Party Name ",uniformResourceIdentifier:"URI",iPAddress:"IP Address",registeredID:"Registered ID"};var Ve=e("G",(function(e){var r=e.generalName,t=e.getDNSNameLink,b=e.getIPAddressLink;if(!r){return null}return Object.keys(r).map((function(e){var s=r[e];if(s instanceof u){return[n(ge,{name:ke[e]||e,value:""}),n(me,null,s.map((function(e){return e.map((function(e){return n(ge,{name:a[e.type]||e.type,value:e.value.toString()})}))})))]}if(s instanceof f){try{var v=i.parse(s.value,o);return n(ge,{name:a[s.typeId]||s.typeId,value:v.toString()})}catch(e){}try{var v=i.parse(s.value,l);if(v.explicitText){return n(ge,{name:a[s.typeId]||s.typeId,value:v.explicitText.toString()})}}catch(e){}return n(ge,{name:a[s.typeId]||s.typeId,value:c.Convert.ToHex(s.value),monospace:true})}if(c.BufferSourceConverter.isBufferSource(s)){return n(ge,{name:ke[e]||e,value:c.Convert.ToString(s)})}if(s instanceof d){return n(ge,{name:ke[e]||e,value:s.partyName.toString()})}if(e==="dNSName"){return n(ge,{name:ke[e]||e,value:s,href:t(s)})}if(e==="iPAddress"){return n(ge,{name:ke[e]||e,value:s,href:b(s)})}return n(ge,{name:ke[e]||e,value:s})}))}));
|
|
131
131
|
/**
|
|
132
132
|
* @license
|
|
133
133
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
134
134
|
*
|
|
135
135
|
* This source code is licensed under the MIT license found in the
|
|
136
136
|
* LICENSE file in the root directory of this source tree.
|
|
137
|
-
*/var Re=function(e){var a=e.extension;return n(De,{extension:a},a.value.map((function(a){var r,t;return[(r=a.distributionPoint)===null||r===void 0?void 0:r.fullName.map((function(a){return n(
|
|
137
|
+
*/var Re=function(e){var a=e.extension;return n(De,{extension:a},a.value.map((function(a){var r,t;return[(r=a.distributionPoint)===null||r===void 0?void 0:r.fullName.map((function(a){return n(Ve,Object.assign({generalName:a},e))})),(t=a.cRLIssuer)===null||t===void 0?void 0:t.map((function(a){return n(Ve,Object.assign({generalName:a},e))}))]})))};
|
|
138
138
|
/**
|
|
139
139
|
* @license
|
|
140
140
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
141
141
|
*
|
|
142
142
|
* This source code is licensed under the MIT license found in the
|
|
143
143
|
* LICENSE file in the root directory of this source tree.
|
|
144
|
-
*/var
|
|
144
|
+
*/var _e=function(e){var a=e.extension;return n(De,{extension:a},Boolean(a.value.length)&&[n(ge,{name:"Descriptions",value:""}),a.value.map((function(a){return n(me,null,n(ge,{name:"Method",value:oe(a.accessMethod)}),n(Ve,Object.assign({generalName:a.accessLocation},e)))}))])};
|
|
145
145
|
/**
|
|
146
146
|
* @license
|
|
147
147
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
148
148
|
*
|
|
149
149
|
* This source code is licensed under the MIT license found in the
|
|
150
150
|
* LICENSE file in the root directory of this source tree.
|
|
151
|
-
*/var
|
|
151
|
+
*/var Be=function(e){var a=e.extension;return n(De,{extension:a},a.value.map((function(a){return n(Ve,Object.assign({generalName:a},e))})))};
|
|
152
152
|
/**
|
|
153
153
|
* @license
|
|
154
154
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -176,28 +176,28 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
176
176
|
*
|
|
177
177
|
* This source code is licensed under the MIT license found in the
|
|
178
178
|
* LICENSE file in the root directory of this source tree.
|
|
179
|
-
*/var we=function(e){var a,r;var t=e.extension;return n(De,{extension:t},(a=t.value.excludedSubtrees)===null||a===void 0?void 0:a.map((function(a){return n(
|
|
179
|
+
*/var we=function(e){var a,r;var t=e.extension;return n(De,{extension:t},(a=t.value.excludedSubtrees)===null||a===void 0?void 0:a.map((function(a){return n(Ve,Object.assign({generalName:a.base},e))})),(r=t.value.permittedSubtrees)===null||r===void 0?void 0:r.map((function(a){return n(Ve,Object.assign({generalName:a.base},e))})))};
|
|
180
180
|
/**
|
|
181
181
|
* @license
|
|
182
182
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
183
183
|
*
|
|
184
184
|
* This source code is licensed under the MIT license found in the
|
|
185
185
|
* LICENSE file in the root directory of this source tree.
|
|
186
|
-
*/var
|
|
186
|
+
*/var He=function(e){var a=e.extension;return n(De,{extension:a},n(ge,{name:"Template ID",value:a.value.templateID}),n(ge,{name:"Template Major Version",value:a.value.templateMajorVersion}),n(ge,{name:"Template Minor Version",value:a.value.templateMinorVersion}))};
|
|
187
187
|
/**
|
|
188
188
|
* @license
|
|
189
189
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
190
190
|
*
|
|
191
191
|
* This source code is licensed under the MIT license found in the
|
|
192
192
|
* LICENSE file in the root directory of this source tree.
|
|
193
|
-
*/var
|
|
193
|
+
*/var Ye=function(e){var a=e.extension;return n(De,{extension:a},n(ge,{name:"Name",value:a.value.toString()}))};
|
|
194
194
|
/**
|
|
195
195
|
* @license
|
|
196
196
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
197
197
|
*
|
|
198
198
|
* This source code is licensed under the MIT license found in the
|
|
199
199
|
* LICENSE file in the root directory of this source tree.
|
|
200
|
-
*/var Ke=function(e){var a=e.extension;var r=a.value.getVersion();return n(De,{extension:a},n(ge,{name:"Certificate Index",value:r.certificateIndex}),n(ge,{name:"Key Index",value:r.keyIndex}))};var Me,Xe,qe,
|
|
200
|
+
*/var Ke=function(e){var a=e.extension;var r=a.value.getVersion();return n(De,{extension:a},n(ge,{name:"Certificate Index",value:r.certificateIndex}),n(ge,{name:"Key Index",value:r.keyIndex}))};var Me,Xe,qe,Qe;var We=function(){function e(e){if(typeof e==="string"){this.alphabetic=e}else if(typeof e==="number"){this.numeric=e}}return e}();b([s({type:v.PrintableString})],We.prototype,"alphabetic",void 0);b([s({type:v.PrintableString})],We.prototype,"numeric",void 0);We=b([m({type:p.Choice})],We);var Fe=function(){function e(e){if(e===void 0){e={}}this.currency=new We;this.amount=0;this.exponent=0;Object.assign(this,e)}return e}();b([s({type:We})],Fe.prototype,"currency",void 0);b([s({type:v.Integer})],Fe.prototype,"amount",void 0);b([s({type:v.Integer})],Fe.prototype,"exponent",void 0);var ze=function(e){__extends(n,e);function n(){return e!==null&&e.apply(this,arguments)||this}return n}(Fe);ze=b([m({type:p.Sequence})],ze);var Ze=function(){function e(e){if(e===void 0){e=0}this.value=e}return e}();b([s({type:v.Integer})],Ze.prototype,"value",void 0);Ze=b([m({type:p.Choice})],Ze);var $e=function(){function e(e){if(e===void 0){e={}}this.url="";this.language="";Object.assign(this,e)}return e}();b([s({type:v.IA5String})],$e.prototype,"url",void 0);b([s({type:v.PrintableString})],$e.prototype,"language",void 0);$e=b([m({type:p.Sequence})],$e);var Je=Me=function(e){__extends(n,e);function n(n){var a=e.call(this,n)||this;Object.setPrototypeOf(a,Me.prototype);return a}return n}(g);Je=Me=b([m({type:p.Sequence,itemType:$e})],Je);var en=Xe=function(e){__extends(n,e);function n(n){var a=e.call(this,n)||this;Object.setPrototypeOf(a,Xe.prototype);return a}return n}(Je);en=Xe=b([m({type:p.Sequence,itemType:$e})],en);var nn=qe=function(e){__extends(n,e);function n(n){var a=e.call(this,n)||this;Object.setPrototypeOf(a,qe.prototype);return a}return n}(g);nn=qe=b([m({type:p.Sequence,itemType:v.ObjectIdentifier})],nn);var an=Qe=function(e){__extends(n,e);function n(n){var a=e.call(this,n)||this;Object.setPrototypeOf(a,Qe.prototype);return a}return n}(g);an=Qe=b([m({type:p.Sequence,itemType:v.PrintableString})],an);var rn="0.4.0.1862.1";var tn="".concat(rn,".3");var cn="".concat(rn,".5");var un="".concat(rn,".6");
|
|
201
201
|
/**
|
|
202
202
|
* @license
|
|
203
203
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -239,7 +239,7 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
239
239
|
*
|
|
240
240
|
* This source code is licensed under the MIT license found in the
|
|
241
241
|
* LICENSE file in the root directory of this source tree.
|
|
242
|
-
*/var sn=function(e){var a=e.extension;return n(De,{extension:a},n(ge,{name:"Version",value:a.value.version}),n(
|
|
242
|
+
*/var sn=function(e){var a=e.extension;return n(De,{extension:a},n(ge,{name:"Version",value:a.value.version}),n(Ve,Object.assign({generalName:a.value.location},e)),n(ge,{name:"Requires Auth",value:a.value.requiresAuth?r.getString("yes"):r.getString("no")}))};
|
|
243
243
|
/**
|
|
244
244
|
* @license
|
|
245
245
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -337,7 +337,7 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
337
337
|
*
|
|
338
338
|
* This source code is licensed under the MIT license found in the
|
|
339
339
|
* LICENSE file in the root directory of this source tree.
|
|
340
|
-
*/var In=function(e){var a;var t=e.extension;return n(De,{extension:t},(a=t.value.distributionPoint)===null||a===void 0?void 0:a.fullName.map((function(a){return n(
|
|
340
|
+
*/var In=function(e){var a;var t=e.extension;return n(De,{extension:t},(a=t.value.distributionPoint)===null||a===void 0?void 0:a.fullName.map((function(a){return n(Ve,Object.assign({generalName:a},e))})),t.value.onlySomeReasons&&n(ge,{name:r.getString("onlyReasons"),value:t.value.onlySomeReasons.toJSON().join(", ")}),t.value.indirectCRL&&n(ge,{name:r.getString("indirectCRL"),value:r.getString("yes")}),t.value.onlyContainsUserCerts&&n(ge,{name:r.getString("onlyUserCertificates"),value:r.getString("yes")}),t.value.onlyContainsAttributeCerts&&n(ge,{name:r.getString("onlyAttributeCertificates"),value:r.getString("yes")}),t.value.onlyContainsCACerts&&n(ge,{name:r.getString("onlyCACertificates"),value:r.getString("yes")}))};
|
|
341
341
|
/**
|
|
342
342
|
* @license
|
|
343
343
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -358,7 +358,7 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
358
358
|
*
|
|
359
359
|
* This source code is licensed under the MIT license found in the
|
|
360
360
|
* LICENSE file in the root directory of this source tree.
|
|
361
|
-
*/var Gn=e("E",(function(e){var a=e.extensions,r=e.title;if(!a||!a.length){return null}return[n(pe,{value:r||"Extensions"}),a.map((function(a){try{if(a.value instanceof A){return n(Ie,{extension:a})}if(a.value instanceof j){return n(Oe,{extension:a})}if(a.value instanceof D){return n(Te,{extension:a})}if(a.value instanceof I){return n(Ge,Object.assign({extension:a},e))}if(a.value instanceof O){return n(Pe,Object.assign({extension:a},e))}if(a.value instanceof T){return n(Re,Object.assign({extension:a},e))}if(a.value instanceof G||a.value instanceof P){return n(
|
|
361
|
+
*/var Gn=e("E",(function(e){var a=e.extensions,r=e.title;if(!a||!a.length){return null}return[n(pe,{value:r||"Extensions"}),a.map((function(a){try{if(a.value instanceof A){return n(Ie,{extension:a})}if(a.value instanceof j){return n(Oe,{extension:a})}if(a.value instanceof D){return n(Te,{extension:a})}if(a.value instanceof I){return n(Ge,Object.assign({extension:a},e))}if(a.value instanceof O){return n(Pe,Object.assign({extension:a},e))}if(a.value instanceof T){return n(Re,Object.assign({extension:a},e))}if(a.value instanceof G||a.value instanceof P){return n(_e,Object.assign({extension:a},e))}if(a.value instanceof k){return n(Be,Object.assign({extension:a},e))}if(a.value instanceof V){return n(Ee,{extension:a})}if(a.value instanceof ce){return n(Ue,{extension:a})}if(a.value instanceof R){return n(we,Object.assign({extension:a},e))}if(a.value instanceof _){return n(He,{extension:a})}if(a.value instanceof B){return n(Ye,{extension:a})}if(a.value instanceof E){return n(Ke,{extension:a})}if(a.value instanceof L){return n(fn,{extension:a})}if(a.value instanceof U){return n(on,{extension:a})}if(a.value instanceof w){return n(ln,{extension:a})}if(a.value instanceof H){return n(dn,{extension:a})}if(a.value instanceof Y){return n(bn,Object.assign({extension:a},e))}if(a.value instanceof K){return n(sn,Object.assign({extension:a},e))}if(a.value instanceof M){return n(vn,{extension:a})}if(a.value instanceof X){return n(mn,{extension:a})}if(a.value instanceof q){return n(gn,{extension:a})}if(a.value instanceof Q){return n(yn,{extension:a})}if(a.value instanceof W){return n(hn,{extension:a})}if(a.value instanceof F){return n(Cn,{extension:a})}if(a.value instanceof z){return n(Sn,{extension:a})}if(a.value instanceof Z){return n(Nn,{extension:a})}if(a.value instanceof $){return n(An,{extension:a})}if(a.value instanceof J){return n(jn,{extension:a})}if(a.value instanceof ee){return n(Dn,{extension:a})}if(a.value instanceof ne){return n(In,Object.assign({extension:a},e))}if(a.value instanceof ae){return n(On,Object.assign({extension:a},e))}if(a.value instanceof re){return n(Tn,Object.assign({extension:a},e))}if(typeof a.value==="string"){return n(xn,{extension:a})}return n(De,{extension:a})}catch(e){console.error("Error render extension:",a.asn.extnID);return null}}))]}));
|
|
362
362
|
/**
|
|
363
363
|
* @license
|
|
364
364
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -366,4 +366,4 @@ var __extends=this&&this.__extends||function(){var e=function(n,a){e=Object.setP
|
|
|
366
366
|
* This source code is licensed under the MIT license found in the
|
|
367
367
|
* LICENSE file in the root directory of this source tree.
|
|
368
368
|
*/var Pn=e("M",(function(e){var a=e.certificate;return[n(pe,{value:r.getString("miscellaneous")}),n("tr",null,n("td",null,n(fe,{startIcon:n(ie,null),onClick:function(){return a.downloadAsPEM()}},r.getString("download.pem")))),n("tr",null,n("td",null,n(fe,{startIcon:n(ie,null),onClick:function(){return a.downloadAsDER()}},r.getString("download.der"))))]}))}}}));
|
|
369
|
-
//# sourceMappingURL=p-
|
|
369
|
+
//# sourceMappingURL=p-DcTXA-2R.system.js.map
|