@peculiar/certificates-viewer 4.7.0 → 4.7.1-alpha.4

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.
Files changed (215) hide show
  1. package/components/attribute-certificate-viewer.js +4 -2
  2. package/components/attribute-certificate-viewer.js.map +1 -1
  3. package/components/attribute.js +1 -1
  4. package/components/certificate-viewer.js +3 -2
  5. package/components/certificate-viewer.js.map +1 -1
  6. package/components/crl-viewer.js +4 -2
  7. package/components/crl-viewer.js.map +1 -1
  8. package/components/csr-viewer.js +1 -1
  9. package/components/download.js +1674 -45
  10. package/components/download.js.map +1 -1
  11. package/components/index2.js +3 -2
  12. package/components/index2.js.map +1 -1
  13. package/components/issuer_name.js +1 -1
  14. package/components/miscellaneous.js +4 -79
  15. package/components/miscellaneous.js.map +1 -1
  16. package/components/peculiar-certificate-decoder.js +32 -16
  17. package/components/peculiar-certificate-decoder.js.map +1 -1
  18. package/components/peculiar-certificates-viewer.js +1 -1
  19. package/components/peculiar-ssh-certificate-viewer.d.ts +11 -0
  20. package/components/peculiar-ssh-certificate-viewer.js +12 -0
  21. package/components/peculiar-ssh-certificate-viewer.js.map +1 -0
  22. package/components/peculiar-text-hider.js +1 -32
  23. package/components/peculiar-text-hider.js.map +1 -1
  24. package/components/pkcs10_certificate_request.js +2 -1
  25. package/components/pkcs10_certificate_request.js.map +1 -1
  26. package/components/row.js +87 -0
  27. package/components/row.js.map +1 -0
  28. package/components/ssh-certificate-viewer.js +210 -0
  29. package/components/ssh-certificate-viewer.js.map +1 -0
  30. package/components/subject_name.js +2 -2
  31. package/components/text-hider.js +40 -0
  32. package/components/text-hider.js.map +1 -0
  33. package/components/utils.js +39 -0
  34. package/components/utils.js.map +1 -0
  35. package/dist/cjs/extension-DTtJlxk8.js +110 -0
  36. package/dist/cjs/{extension-CGZpfI3W.js.map → extension-DTtJlxk8.js.map} +1 -1
  37. package/dist/cjs/index.cjs.js +4 -4
  38. package/dist/cjs/loader.cjs.js +1 -1
  39. package/dist/cjs/{miscellaneous-D_RAtkZz.js → miscellaneous-DCeacaAw.js} +147 -147
  40. package/dist/cjs/{miscellaneous-D_RAtkZz.js.map → miscellaneous-DCeacaAw.js.map} +1 -1
  41. package/dist/cjs/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.peculiar-ssh-certificate-viewer.entry.cjs.js.map +1 -0
  42. package/dist/cjs/{peculiar-attribute-certificate-viewer_4.cjs.entry.js → peculiar-attribute-certificate-viewer_5.cjs.entry.js} +215 -45
  43. package/dist/cjs/peculiar-attribute-certificate-viewer_5.cjs.entry.js.map +1 -0
  44. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +25 -21
  45. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -1
  46. package/dist/cjs/peculiar-certificate-decoder.entry.cjs.js.map +1 -1
  47. package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +4 -4
  48. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +23 -23
  49. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -1
  50. package/dist/cjs/peculiar-certificates-viewer.entry.cjs.js.map +1 -1
  51. package/dist/cjs/peculiar.cjs.js +1 -1
  52. package/dist/cjs/pkcs10_certificate_request-DE-0eDXE.js +146 -0
  53. package/dist/cjs/{pkcs10_certificate_request-BQkkkT42.js.map → pkcs10_certificate_request-DE-0eDXE.js.map} +1 -1
  54. package/dist/cjs/{certification_request-DISQwgjn.js → ssh_certificate-D2q_p49O.js} +1676 -16
  55. package/dist/cjs/ssh_certificate-D2q_p49O.js.map +1 -0
  56. package/dist/cjs/{x509_certificate-DGRpZGA2.js → x509_certificate-Cto1q-eu.js} +29 -29
  57. package/dist/cjs/{x509_certificate-DGRpZGA2.js.map → x509_certificate-Cto1q-eu.js.map} +1 -1
  58. package/dist/cjs/{x509_crl-DMvJk_81.js → x509_crl-CgixMZrh.js} +32 -32
  59. package/dist/cjs/{x509_crl-DMvJk_81.js.map → x509_crl-CgixMZrh.js.map} +1 -1
  60. package/dist/collection/collection-manifest.json +1 -0
  61. package/dist/collection/components/certificate-decoder/certificate-decoder.js +10 -6
  62. package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -1
  63. package/dist/collection/components/ssh-certificate-viewer/-components/basic_information.js +29 -0
  64. package/dist/collection/components/ssh-certificate-viewer/-components/basic_information.js.map +1 -0
  65. package/dist/collection/components/ssh-certificate-viewer/-components/miscellaneous.js +23 -0
  66. package/dist/collection/components/ssh-certificate-viewer/-components/miscellaneous.js.map +1 -0
  67. package/dist/collection/components/ssh-certificate-viewer/-components/public_key.js +26 -0
  68. package/dist/collection/components/ssh-certificate-viewer/-components/public_key.js.map +1 -0
  69. package/dist/collection/components/ssh-certificate-viewer/-components/signature_key.js +26 -0
  70. package/dist/collection/components/ssh-certificate-viewer/-components/signature_key.js.map +1 -0
  71. package/dist/collection/components/ssh-certificate-viewer/ssh-certificate-viewer.js +194 -0
  72. package/dist/collection/components/ssh-certificate-viewer/ssh-certificate-viewer.js.map +1 -0
  73. package/dist/collection/crypto/index.js +1 -0
  74. package/dist/collection/crypto/index.js.map +1 -1
  75. package/dist/collection/crypto/ssh_certificate.js +74 -0
  76. package/dist/collection/crypto/ssh_certificate.js.map +1 -0
  77. package/dist/collection/locales/en.json +6 -1
  78. package/dist/collection/utils/download.js +5 -0
  79. package/dist/collection/utils/download.js.map +1 -1
  80. package/dist/esm/{extension-CUOKUt7o.js → extension-DmlhftES.js} +3 -3
  81. package/dist/{esm-es5/extension-CUOKUt7o.js.map → esm/extension-DmlhftES.js.map} +1 -1
  82. package/dist/esm/index.js +2 -2
  83. package/dist/esm/loader.js +1 -1
  84. package/dist/esm/{miscellaneous-DVlekgVM.js → miscellaneous-BTlqwN5_.js} +4 -4
  85. package/dist/esm/{miscellaneous-DVlekgVM.js.map → miscellaneous-BTlqwN5_.js.map} +1 -1
  86. package/dist/esm/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.peculiar-ssh-certificate-viewer.entry.js.map +1 -0
  87. package/dist/esm/{peculiar-attribute-certificate-viewer_4.entry.js → peculiar-attribute-certificate-viewer_5.entry.js} +185 -16
  88. package/dist/esm/peculiar-attribute-certificate-viewer_5.entry.js.map +1 -0
  89. package/dist/esm/peculiar-certificate-decoder.entry.js +14 -10
  90. package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -1
  91. package/dist/esm/peculiar-certificate-viewer.entry.js +4 -4
  92. package/dist/esm/peculiar-certificates-viewer.entry.js +3 -3
  93. package/dist/esm/peculiar.js +1 -1
  94. package/dist/esm/{pkcs10_certificate_request-B9Q42jiE.js → pkcs10_certificate_request-B5C1NYFc.js} +3 -3
  95. package/dist/esm/{pkcs10_certificate_request-B9Q42jiE.js.map → pkcs10_certificate_request-B5C1NYFc.js.map} +1 -1
  96. package/dist/esm/{certification_request-CSS3OhZq.js → ssh_certificate-PCn0WXhQ.js} +1676 -17
  97. package/dist/esm/ssh_certificate-PCn0WXhQ.js.map +1 -0
  98. package/dist/esm/{x509_certificate-fWXLCtc8.js → x509_certificate-BiAmXJ4S.js} +4 -4
  99. package/dist/esm/{x509_certificate-fWXLCtc8.js.map → x509_certificate-BiAmXJ4S.js.map} +1 -1
  100. package/dist/esm/{x509_crl-Dq33Vv-q.js → x509_crl-CCeoLLUZ.js} +5 -5
  101. package/dist/esm/{x509_crl-Dq33Vv-q.js.map → x509_crl-CCeoLLUZ.js.map} +1 -1
  102. package/dist/esm-es5/{extension-CUOKUt7o.js → extension-DmlhftES.js} +2 -2
  103. package/dist/{esm/extension-CUOKUt7o.js.map → esm-es5/extension-DmlhftES.js.map} +1 -1
  104. package/dist/esm-es5/index.js +1 -1
  105. package/dist/esm-es5/loader.js +2 -2
  106. package/dist/esm-es5/{miscellaneous-DVlekgVM.js → miscellaneous-BTlqwN5_.js} +2 -2
  107. package/dist/esm-es5/{miscellaneous-DVlekgVM.js.map → miscellaneous-BTlqwN5_.js.map} +1 -1
  108. package/dist/esm-es5/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.peculiar-ssh-certificate-viewer.entry.js.map +1 -0
  109. package/dist/esm-es5/{peculiar-attribute-certificate-viewer_4.entry.js → peculiar-attribute-certificate-viewer_5.entry.js} +31 -3
  110. package/dist/esm-es5/peculiar-attribute-certificate-viewer_5.entry.js.map +1 -0
  111. package/dist/esm-es5/peculiar-certificate-decoder.entry.js +1 -1
  112. package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -1
  113. package/dist/esm-es5/peculiar-certificate-viewer.entry.js +1 -1
  114. package/dist/esm-es5/peculiar-certificates-viewer.entry.js +1 -1
  115. package/dist/esm-es5/peculiar.js +1 -1
  116. package/dist/esm-es5/{pkcs10_certificate_request-B9Q42jiE.js → pkcs10_certificate_request-B5C1NYFc.js} +2 -2
  117. package/dist/esm-es5/{pkcs10_certificate_request-B9Q42jiE.js.map → pkcs10_certificate_request-B5C1NYFc.js.map} +1 -1
  118. package/dist/esm-es5/{certification_request-CSS3OhZq.js → ssh_certificate-PCn0WXhQ.js} +8 -8
  119. package/dist/esm-es5/ssh_certificate-PCn0WXhQ.js.map +1 -0
  120. package/dist/esm-es5/{x509_certificate-fWXLCtc8.js → x509_certificate-BiAmXJ4S.js} +4 -4
  121. package/dist/esm-es5/{x509_certificate-fWXLCtc8.js.map → x509_certificate-BiAmXJ4S.js.map} +1 -1
  122. package/dist/esm-es5/{x509_crl-Dq33Vv-q.js → x509_crl-CCeoLLUZ.js} +2 -2
  123. package/dist/esm-es5/{x509_crl-Dq33Vv-q.js.map → x509_crl-CCeoLLUZ.js.map} +1 -1
  124. package/dist/peculiar/index.esm.js +1 -1
  125. package/dist/peculiar/locales/en.json +6 -1
  126. package/dist/peculiar/{p-17ebc78c.system.entry.js → p-24861cf6.system.entry.js} +2 -2
  127. package/dist/peculiar/{p-a193f8fd.system.entry.js → p-46c17c8d.system.entry.js} +2 -2
  128. package/dist/peculiar/{p-a4e74904.entry.js → p-71cb31c6.entry.js} +47 -19
  129. package/dist/peculiar/p-71cb31c6.entry.js.map +1 -0
  130. package/dist/peculiar/{p-4cc72a56.entry.js → p-71eab586.entry.js} +2 -2
  131. package/dist/peculiar/p-7273601a.entry.js +5 -0
  132. package/dist/peculiar/p-7273601a.entry.js.map +1 -0
  133. package/dist/peculiar/p-83bfd8e5.system.entry.js +5 -0
  134. package/dist/peculiar/p-83bfd8e5.system.entry.js.map +1 -0
  135. package/dist/peculiar/{p-e3967e76.entry.js → p-98219569.entry.js} +2 -2
  136. package/dist/peculiar/p-9MJeDspO.system.js.map +1 -0
  137. package/dist/peculiar/p-AjXipXSl.system.js +12 -0
  138. package/dist/peculiar/{p-CgCUixvk.system.js.map → p-AjXipXSl.system.js.map} +1 -1
  139. package/dist/peculiar/{p-CEzxVCEh.system.js → p-B2FH4Pv2.system.js} +2 -2
  140. package/dist/peculiar/{p-CEzxVCEh.system.js.map → p-B2FH4Pv2.system.js.map} +1 -1
  141. package/dist/peculiar/{p-DcTXA-2R.system.js → p-B5GO6_Ut.system.js} +18 -18
  142. package/dist/peculiar/{p-DcTXA-2R.system.js.map → p-B5GO6_Ut.system.js.map} +1 -1
  143. package/dist/peculiar/{p-Bsy7Sqzl.system.js.map → p-B82-c-xr.system.js.map} +1 -1
  144. package/dist/peculiar/p-BGASC3UX.system.js +1 -1
  145. package/dist/peculiar/p-BHpSDBz_.system.js.map +1 -0
  146. package/dist/peculiar/p-BwlcJAh0.js +12 -0
  147. package/dist/peculiar/{p-CZuaTO2G.js.map → p-BwlcJAh0.js.map} +1 -1
  148. package/dist/peculiar/{p-D8TC0Na9.system.js.map → p-CSz5liuX.system.js.map} +1 -1
  149. package/dist/peculiar/{p-tl0v45Y7.js → p-CstRxc9v.js} +2 -2
  150. package/dist/peculiar/{p-tl0v45Y7.js.map → p-CstRxc9v.js.map} +1 -1
  151. package/dist/peculiar/p-DMDALRLP.system.js +135 -0
  152. package/dist/peculiar/p-DMDALRLP.system.js.map +1 -0
  153. package/dist/peculiar/{p-DTz3NA_M.system.js → p-DPbpwYQ8.system.js} +3 -3
  154. package/dist/peculiar/{p-DTz3NA_M.system.js.map → p-DPbpwYQ8.system.js.map} +1 -1
  155. package/dist/peculiar/{p-CoPYW15U.js → p-Db41gPxb.js} +4 -4
  156. package/dist/peculiar/{p-CoPYW15U.js.map → p-Db41gPxb.js.map} +1 -1
  157. package/dist/peculiar/{p-DKooqn40.js → p-DnOLjFJP.js} +39 -39
  158. package/dist/peculiar/{p-DKooqn40.js.map → p-DnOLjFJP.js.map} +1 -1
  159. package/dist/peculiar/{p-CSS3OhZq.js → p-PCn0WXhQ.js} +13 -13
  160. package/dist/peculiar/p-PCn0WXhQ.js.map +1 -0
  161. package/dist/peculiar/{p-7fTYvx_V.system.js → p-SjVQtfgD.system.js} +5 -5
  162. package/dist/peculiar/{p-7fTYvx_V.system.js.map → p-SjVQtfgD.system.js.map} +1 -1
  163. package/dist/peculiar/{p-e7c60082.system.entry.js → p-cc01a2da.system.entry.js} +47 -19
  164. package/dist/peculiar/p-cc01a2da.system.entry.js.map +1 -0
  165. package/dist/peculiar/{p-BTn-wukS.system.js → p-dOkqMp-O.system.js} +2 -2
  166. package/dist/peculiar/p-dOkqMp-O.system.js.map +1 -0
  167. package/dist/peculiar/{p-BG_D4qzJ.js → p-h7XP7otl.js} +3 -3
  168. package/dist/peculiar/{p-BG_D4qzJ.js.map → p-h7XP7otl.js.map} +1 -1
  169. package/dist/peculiar/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.peculiar-ssh-certificate-viewer.entry.esm.js.map +1 -0
  170. package/dist/peculiar/peculiar-certificate-decoder.entry.esm.js.map +1 -1
  171. package/dist/peculiar/peculiar.esm.js +1 -1
  172. package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +4 -4
  173. package/dist/types/components/ssh-certificate-viewer/-components/basic_information.d.ts +21 -0
  174. package/dist/types/components/ssh-certificate-viewer/-components/miscellaneous.d.ts +14 -0
  175. package/dist/types/components/ssh-certificate-viewer/-components/public_key.d.ts +14 -0
  176. package/dist/types/components/ssh-certificate-viewer/-components/signature_key.d.ts +14 -0
  177. package/dist/types/components/ssh-certificate-viewer/ssh-certificate-viewer.d.ts +43 -0
  178. package/dist/types/components.d.ts +43 -0
  179. package/dist/types/crypto/index.d.ts +1 -0
  180. package/dist/types/crypto/ssh_certificate.d.ts +30 -0
  181. package/dist/types/utils/download.d.ts +3 -0
  182. package/dist/types/utils/l10n.d.ts +5 -0
  183. package/hydrate/index.js +1869 -27
  184. package/hydrate/index.mjs +1869 -27
  185. package/package.json +3 -2
  186. package/dist/cjs/certification_request-DISQwgjn.js.map +0 -1
  187. package/dist/cjs/extension-CGZpfI3W.js +0 -110
  188. package/dist/cjs/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.cjs.js.map +0 -1
  189. package/dist/cjs/peculiar-attribute-certificate-viewer_4.cjs.entry.js.map +0 -1
  190. package/dist/cjs/pkcs10_certificate_request-BQkkkT42.js +0 -146
  191. package/dist/esm/certification_request-CSS3OhZq.js.map +0 -1
  192. package/dist/esm/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.js.map +0 -1
  193. package/dist/esm/peculiar-attribute-certificate-viewer_4.entry.js.map +0 -1
  194. package/dist/esm-es5/certification_request-CSS3OhZq.js.map +0 -1
  195. package/dist/esm-es5/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.js.map +0 -1
  196. package/dist/esm-es5/peculiar-attribute-certificate-viewer_4.entry.js.map +0 -1
  197. package/dist/peculiar/p-BTn-wukS.system.js.map +0 -1
  198. package/dist/peculiar/p-CSS3OhZq.js.map +0 -1
  199. package/dist/peculiar/p-CZuaTO2G.js +0 -12
  200. package/dist/peculiar/p-CgCUixvk.system.js +0 -12
  201. package/dist/peculiar/p-DLsQGkmT.system.js.map +0 -1
  202. package/dist/peculiar/p-D_WeukQa.system.js +0 -135
  203. package/dist/peculiar/p-D_WeukQa.system.js.map +0 -1
  204. package/dist/peculiar/p-a4e74904.entry.js.map +0 -1
  205. package/dist/peculiar/p-ce006f1c.system.entry.js +0 -5
  206. package/dist/peculiar/p-ce006f1c.system.entry.js.map +0 -1
  207. package/dist/peculiar/p-e7c60082.system.entry.js.map +0 -1
  208. package/dist/peculiar/p-f465afe6.entry.js +0 -5
  209. package/dist/peculiar/p-f465afe6.entry.js.map +0 -1
  210. package/dist/peculiar/p-tBL0ekYY.system.js.map +0 -1
  211. package/dist/peculiar/peculiar-attribute-certificate-viewer.peculiar-certificate-chain-viewer.peculiar-crl-viewer.peculiar-csr-viewer.entry.esm.js.map +0 -1
  212. /package/dist/peculiar/{p-17ebc78c.system.entry.js.map → p-24861cf6.system.entry.js.map} +0 -0
  213. /package/dist/peculiar/{p-a193f8fd.system.entry.js.map → p-46c17c8d.system.entry.js.map} +0 -0
  214. /package/dist/peculiar/{p-4cc72a56.entry.js.map → p-71eab586.entry.js.map} +0 -0
  215. /package/dist/peculiar/{p-e3967e76.entry.js.map → p-98219569.entry.js.map} +0 -0
@@ -1,135 +0,0 @@
1
- var __extends=this&&this.__extends||function(){var t=function(e,i){t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]};return t(e,i)};return function(e,i){if(typeof i!=="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");t(e,i);function r(){this.constructor=e}e.prototype=i===null?Object.create(i):(r.prototype=i.prototype,new r)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var e,i=1,r=arguments.length;i<r;i++){e=arguments[i];for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))t[n]=e[n]}return t};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(t,e,i,r){function n(t){return t instanceof i?t:new i((function(e){e(t)}))}return new(i||(i=Promise))((function(i,o){function a(t){try{u(r.next(t))}catch(t){o(t)}}function s(t){try{u(r["throw"](t))}catch(t){o(t)}}function u(t){t.done?i(t.value):n(t.value).then(a,s)}u((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var i={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,n,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(t){return function(e){return u([t,e])}}function u(s){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(i=0)),i)try{if(r=1,n&&(o=s[0]&2?n["return"]:s[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,s[1])).done)return o;if(n=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(s[0]===6&&i.label<o[1]){i.label=o[1];o=s;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(s);break}if(o[2])i.ops.pop();i.trys.pop();continue}s=e.call(t,i)}catch(t){s=[6,t];n=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __rest=this&&this.__rest||function(t,e){var i={};for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0)i[r]=t[r];if(t!=null&&typeof Object.getOwnPropertySymbols==="function")for(var n=0,r=Object.getOwnPropertySymbols(t);n<r.length;n++){if(e.indexOf(r[n])<0&&Object.prototype.propertyIsEnumerable.call(t,r[n]))i[r[n]]=t[r[n]]}return i};var __spreadArray=this&&this.__spreadArray||function(t,e,i){if(i||arguments.length===2)for(var r=0,n=e.length,o;r<n;r++){if(o||!(r in e)){if(!o)o=Array.prototype.slice.call(e,0,r);o[r]=e[r]}}return t.concat(o||Array.prototype.slice.call(e))};
2
- /*!
3
- * © Peculiar Ventures https://peculiarventures.com/ - MIT License
4
- */System.register([],(function(t){"use strict";return{execute:function(){var e=this;t({br:bi,d:i});
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
- */function i(t,e,i,r){if(r===void 0){r="application/octet-stream"}var n=new Blob([t],{type:r});if(navigator.msSaveBlob){navigator.msSaveBlob(n,"".concat(e,".").concat(i));return new Promise((function(t){setTimeout(t,100)}))}var o=window.URL.createObjectURL(n);var a=document.createElement("a");var s=document.createElement("iframe");a.style.display="none";s.style.display="none";s.name=o;document.body.appendChild(s);a.href=o;a.target=o;a.download="".concat(e,".").concat(i);document.body.appendChild(a);a.dispatchEvent(new MouseEvent("click"));document.body.removeChild(a);return new Promise((function(t){setTimeout((function(){document.body.removeChild(s);t()}),100)}))}function r(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t["default"]:t}var n={};
12
- /*!
13
- * MIT License
14
- *
15
- * Copyright (c) 2017-2024 Peculiar Ventures, LLC
16
- *
17
- * Permission is hereby granted, free of charge, to any person obtaining a copy
18
- * of this software and associated documentation files (the "Software"), to deal
19
- * in the Software without restriction, including without limitation the rights
20
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21
- * copies of the Software, and to permit persons to whom the Software is
22
- * furnished to do so, subject to the following conditions:
23
- *
24
- * The above copyright notice and this permission notice shall be included in all
25
- * copies or substantial portions of the Software.
26
- *
27
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
- * SOFTWARE.
34
- *
35
- */var o;function a(){if(o)return n;o=1;var t="[object ArrayBuffer]";var e=function(){function e(){}e.isArrayBuffer=function(e){return Object.prototype.toString.call(e)===t};e.toArrayBuffer=function(t){if(this.isArrayBuffer(t)){return t}if(t.byteLength===t.buffer.byteLength){return t.buffer}if(t.byteOffset===0&&t.byteLength===t.buffer.byteLength){return t.buffer}return this.toUint8Array(t.buffer).slice(t.byteOffset,t.byteOffset+t.byteLength).buffer};e.toUint8Array=function(t){return this.toView(t,Uint8Array)};e.toView=function(t,e){if(t.constructor===e){return t}if(this.isArrayBuffer(t)){return new e(t)}if(this.isArrayBufferView(t)){return new e(t.buffer,t.byteOffset,t.byteLength)}throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")};e.isBufferSource=function(t){return this.isArrayBufferView(t)||this.isArrayBuffer(t)};e.isArrayBufferView=function(t){return ArrayBuffer.isView(t)||t&&this.isArrayBuffer(t.buffer)};e.isEqual=function(t,i){var r=e.toUint8Array(t);var n=e.toUint8Array(i);if(r.length!==n.byteLength){return false}for(var o=0;o<r.length;o++){if(r[o]!==n[o]){return false}}return true};e.concat=function(){var t=[];for(var e=0;e<arguments.length;e++){t[e]=arguments[e]}var i;if(Array.isArray(t[0])&&!(t[1]instanceof Function)){i=t[0]}else if(Array.isArray(t[0])&&t[1]instanceof Function){i=t[0]}else{if(t[t.length-1]instanceof Function){i=t.slice(0,t.length-1)}else{i=t}}var r=0;for(var n=0,o=i;n<o.length;n++){var a=o[n];r+=a.byteLength}var s=new Uint8Array(r);var u=0;for(var c=0,f=i;c<f.length;c++){var a=f[c];var v=this.toUint8Array(a);s.set(v,u);u+=v.length}if(t[t.length-1]instanceof Function){return this.toView(s,t[t.length-1])}return s.buffer};return e}();var i="string";var r=/^[0-9a-f\s]+$/i;var a=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/;var s=/^[a-zA-Z0-9-_]+$/;var u=function(){function t(){}t.fromString=function(t){var e=unescape(encodeURIComponent(t));var i=new Uint8Array(e.length);for(var r=0;r<e.length;r++){i[r]=e.charCodeAt(r)}return i.buffer};t.toString=function(t){var i=e.toUint8Array(t);var r="";for(var n=0;n<i.length;n++){r+=String.fromCharCode(i[n])}var o=decodeURIComponent(escape(r));return o};return t}();var c=function(){function t(){}t.toString=function(t,i){if(i===void 0){i=false}var r=e.toArrayBuffer(t);var n=new DataView(r);var o="";for(var a=0;a<r.byteLength;a+=2){var s=n.getUint16(a,i);o+=String.fromCharCode(s)}return o};t.fromString=function(t,e){if(e===void 0){e=false}var i=new ArrayBuffer(t.length*2);var r=new DataView(i);for(var n=0;n<t.length;n++){r.setUint16(n*2,t.charCodeAt(n),e)}return i};return t}();var f=function(){function t(){}t.isHex=function(t){return typeof t===i&&r.test(t)};t.isBase64=function(t){return typeof t===i&&a.test(t)};t.isBase64Url=function(t){return typeof t===i&&s.test(t)};t.ToString=function(t,i){if(i===void 0){i="utf8"}var r=e.toUint8Array(t);switch(i.toLowerCase()){case"utf8":return this.ToUtf8String(r);case"binary":return this.ToBinary(r);case"hex":return this.ToHex(r);case"base64":return this.ToBase64(r);case"base64url":return this.ToBase64Url(r);case"utf16le":return c.toString(r,true);case"utf16":case"utf16be":return c.toString(r);default:throw new Error("Unknown type of encoding '".concat(i,"'"))}};t.FromString=function(t,e){if(e===void 0){e="utf8"}if(!t){return new ArrayBuffer(0)}switch(e.toLowerCase()){case"utf8":return this.FromUtf8String(t);case"binary":return this.FromBinary(t);case"hex":return this.FromHex(t);case"base64":return this.FromBase64(t);case"base64url":return this.FromBase64Url(t);case"utf16le":return c.fromString(t,true);case"utf16":case"utf16be":return c.fromString(t);default:throw new Error("Unknown type of encoding '".concat(e,"'"))}};t.ToBase64=function(t){var i=e.toUint8Array(t);if(typeof btoa!=="undefined"){var r=this.ToString(i,"binary");return btoa(r)}else{return Buffer.from(i).toString("base64")}};t.FromBase64=function(e){var i=this.formatString(e);if(!i){return new ArrayBuffer(0)}if(!t.isBase64(i)){throw new TypeError("Argument 'base64Text' is not Base64 encoded")}if(typeof atob!=="undefined"){return this.FromBinary(atob(i))}else{return new Uint8Array(Buffer.from(i,"base64")).buffer}};t.FromBase64Url=function(e){var i=this.formatString(e);if(!i){return new ArrayBuffer(0)}if(!t.isBase64Url(i)){throw new TypeError("Argument 'base64url' is not Base64Url encoded")}return this.FromBase64(this.Base64Padding(i.replace(/\-/g,"+").replace(/\_/g,"/")))};t.ToBase64Url=function(t){return this.ToBase64(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")};t.FromUtf8String=function(e,i){if(i===void 0){i=t.DEFAULT_UTF8_ENCODING}switch(i){case"ascii":return this.FromBinary(e);case"utf8":return u.fromString(e);case"utf16":case"utf16be":return c.fromString(e);case"utf16le":case"usc2":return c.fromString(e,true);default:throw new Error("Unknown type of encoding '".concat(i,"'"))}};t.ToUtf8String=function(e,i){if(i===void 0){i=t.DEFAULT_UTF8_ENCODING}switch(i){case"ascii":return this.ToBinary(e);case"utf8":return u.toString(e);case"utf16":case"utf16be":return c.toString(e);case"utf16le":case"usc2":return c.toString(e,true);default:throw new Error("Unknown type of encoding '".concat(i,"'"))}};t.FromBinary=function(t){var e=t.length;var i=new Uint8Array(e);for(var r=0;r<e;r++){i[r]=t.charCodeAt(r)}return i.buffer};t.ToBinary=function(t){var i=e.toUint8Array(t);var r="";for(var n=0;n<i.length;n++){r+=String.fromCharCode(i[n])}return r};t.ToHex=function(t){var i=e.toUint8Array(t);var r="";var n=i.length;for(var o=0;o<n;o++){var a=i[o];if(a<16){r+="0"}r+=a.toString(16)}return r};t.FromHex=function(e){var i=this.formatString(e);if(!i){return new ArrayBuffer(0)}if(!t.isHex(i)){throw new TypeError("Argument 'hexString' is not HEX encoded")}if(i.length%2){i="0".concat(i)}var r=new Uint8Array(i.length/2);for(var n=0;n<i.length;n=n+2){var o=i.slice(n,n+2);r[n/2]=parseInt(o,16)}return r.buffer};t.ToUtf16String=function(t,e){if(e===void 0){e=false}return c.toString(t,e)};t.FromUtf16String=function(t,e){if(e===void 0){e=false}return c.fromString(t,e)};t.Base64Padding=function(t){var e=4-t.length%4;if(e<4){for(var i=0;i<e;i++){t+="="}}return t};t.formatString=function(t){return(t===null||t===void 0?void 0:t.replace(/[\n\r\t ]/g,""))||""};return t}();f.DEFAULT_UTF8_ENCODING="utf8";function v(t){var e=[];for(var i=1;i<arguments.length;i++){e[i-1]=arguments[i]}var r=arguments[0];for(var n=1;n<arguments.length;n++){var o=arguments[n];for(var a in o){r[a]=o[a]}}return r}function h(){var t=[];for(var e=0;e<arguments.length;e++){t[e]=arguments[e]}var i=t.map((function(t){return t.byteLength})).reduce((function(t,e){return t+e}));var r=new Uint8Array(i);var n=0;t.map((function(t){return new Uint8Array(t)})).forEach((function(t){for(var e=0,i=t;e<i.length;e++){var o=i[e];r[n++]=o}}));return r.buffer}function d(t,e){if(!(t&&e)){return false}if(t.byteLength!==e.byteLength){return false}var i=new Uint8Array(t);var r=new Uint8Array(e);for(var n=0;n<t.byteLength;n++){if(i[n]!==r[n]){return false}}return true}n.BufferSourceConverter=e;n.Convert=f;n.assign=v;n.combine=h;n.isEqual=d;return n}var s=t("b",a());
36
- /**
37
- * @license
38
- * Copyright (c) Peculiar Ventures, LLC.
39
- *
40
- * This source code is licensed under the MIT license found in the
41
- * LICENSE file in the root directory of this source tree.
42
- */var u=function(){function t(){}return t}();t("D",u);u.cert={asPEM:function(t,e){i(s.Convert.FromString(t),e,"cer","application/pkix-cert")},asDER:function(t,e){i(t,e,"cer","application/pkix-cert")}};u.attrCert={asPEM:function(t,e){i(s.Convert.FromString(t),e,"cer","application/pkix-attr-cert")},asDER:function(t,e){i(t,e,"cer","application/pkix-attr-cert")}};u.csr={asPEM:function(t,e){i(s.Convert.FromString(t),e,"csr","application/pkcs10")},asDER:function(t,e){i(t,e,"csr","application/pkcs10")}};u.crl={asPEM:function(t,e){i(s.Convert.FromString(t),e,"crl","application/pkix-crl")},asDER:function(t,e){i(t,e,"crl","application/pkix-crl")}};
43
- /*!
44
- Copyright (c) Peculiar Ventures, LLC
45
- */function c(t,e){var i=0;if(t.length===1){return t[0]}for(var r=t.length-1;r>=0;r--){i+=t[t.length-1-r]*Math.pow(2,e*r)}return i}function f(t,e,i){if(i===void 0){i=-1}var r=i;var n=t;var o=0;var a=Math.pow(2,e);for(var s=1;s<8;s++){if(t<a){var u=void 0;if(r<0){u=new ArrayBuffer(s);o=s}else{if(r<s){return new ArrayBuffer(0)}u=new ArrayBuffer(r);o=r}var c=new Uint8Array(u);for(var f=s-1;f>=0;f--){var v=Math.pow(2,f*e);c[o-f-1]=Math.floor(n/v);n-=c[o-f-1]*v}return u}a*=Math.pow(2,e)}return new ArrayBuffer(0)}function v(){var t=[];for(var e=0;e<arguments.length;e++){t[e]=arguments[e]}var i=0;var r=0;for(var n=0,o=t;n<o.length;n++){var a=o[n];i+=a.length}var s=new ArrayBuffer(i);var u=new Uint8Array(s);for(var c=0,f=t;c<f.length;c++){var a=f[c];u.set(a,r);r+=a.length}return u}function h(){var t=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){var e=t[0]===255&&t[1]&128;var i=t[0]===0&&(t[1]&128)===0;if(e||i){this.warnings.push("Needlessly long format")}}var r=new ArrayBuffer(this.valueHex.byteLength);var n=new Uint8Array(r);for(var o=0;o<this.valueHex.byteLength;o++){n[o]=0}n[0]=t[0]&128;var a=c(n,8);var s=new ArrayBuffer(this.valueHex.byteLength);var u=new Uint8Array(s);for(var f=0;f<this.valueHex.byteLength;f++){u[f]=t[f]}u[0]&=127;var v=c(u,8);return v-a}function d(t){var e=t<0?t*-1:t;var i=128;for(var r=1;r<8;r++){if(e<=i){if(t<0){var n=i-e;var o=f(n,8,r);var a=new Uint8Array(o);a[0]|=128;return o}var s=f(e,8,r);var u=new Uint8Array(s);if(u[0]&128){var c=s.slice(0);var v=new Uint8Array(c);s=new ArrayBuffer(s.byteLength+1);u=new Uint8Array(s);for(var h=0;h<c.byteLength;h++){u[h+1]=v[h]}u[0]=0}return s}i*=Math.pow(2,8)}return new ArrayBuffer(0)}function l(t,e){if(t.byteLength!==e.byteLength){return false}var i=new Uint8Array(t);var r=new Uint8Array(e);for(var n=0;n<i.length;n++){if(i[n]!==r[n]){return false}}return true}function p(t,e){var i=t.toString(10);if(e<i.length){return""}var r=e-i.length;var n=new Array(r);for(var o=0;o<r;o++){n[o]="0"}var a=n.join("");return a.concat(i)}
46
- /*!
47
- * Copyright (c) 2014, GMO GlobalSign
48
- * Copyright (c) 2015-2022, Peculiar Ventures
49
- * All rights reserved.
50
- *
51
- * Author 2014-2019, Yury Strozhevsky
52
- *
53
- * Redistribution and use in source and binary forms, with or without modification,
54
- * are permitted provided that the following conditions are met:
55
- *
56
- * * Redistributions of source code must retain the above copyright notice, this
57
- * list of conditions and the following disclaimer.
58
- *
59
- * * Redistributions in binary form must reproduce the above copyright notice, this
60
- * list of conditions and the following disclaimer in the documentation and/or
61
- * other materials provided with the distribution.
62
- *
63
- * * Neither the name of the copyright holder nor the names of its
64
- * contributors may be used to endorse or promote products derived from
65
- * this software without specific prior written permission.
66
- *
67
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
68
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
69
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
70
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
71
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
72
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
73
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
74
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
75
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
76
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
77
- *
78
- */function y(){if(typeof BigInt==="undefined"){throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}}function S(t){var e=0;var i=0;for(var r=0;r<t.length;r++){var n=t[r];e+=n.byteLength}var o=new Uint8Array(e);for(var r=0;r<t.length;r++){var n=t[r];o.set(new Uint8Array(n),i);i+=n.byteLength}return o.buffer}function C(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}var A=function(){function t(){this.items=[]}t.prototype.write=function(t){this.items.push(t)};t.prototype.final=function(){return S(this.items)};return t}();var m=[new Uint8Array([1])];var g="0123456789";var w="name";var b="valueHexView";var E="isHexOnly";var P="idBlock";var D="tagClass";var _="tagNumber";var I="isConstructed";var B="fromBER";var x="toBER";var T="local";var O="";var M=new ArrayBuffer(0);var R=new Uint8Array(0);var k="EndOfContent";var N="OCTET STRING";var K="BIT STRING";function j(t){var e;return e=function(t){__extends(e,t);function e(){var e=[];for(var i=0;i<arguments.length;i++){e[i]=arguments[i]}var r;var n=t.apply(this,e)||this;var o=e[0]||{};n.isHexOnly=(r=o.isHexOnly)!==null&&r!==void 0?r:false;n.valueHexView=o.valueHex?s.BufferSourceConverter.toUint8Array(o.valueHex):R;return n}Object.defineProperty(e.prototype,"valueHex",{get:function(){return this.valueHexView.slice().buffer},set:function(t){this.valueHexView=new Uint8Array(t)},enumerable:false,configurable:true});e.prototype.fromBER=function(t,e,i){var r=t instanceof ArrayBuffer?new Uint8Array(t):t;if(!C(this,r,e,i)){return-1}var n=e+i;this.valueHexView=r.subarray(e,n);if(!this.valueHexView.length){this.warnings.push("Zero buffer length");return e}this.blockLength=i;return n};e.prototype.toBER=function(t){if(t===void 0){t=false}if(!this.isHexOnly){this.error="Flag 'isHexOnly' is not set, abort";return M}if(t){return new ArrayBuffer(this.valueHexView.byteLength)}return this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{isHexOnly:this.isHexOnly,valueHex:s.Convert.ToHex(this.valueHexView)})};return e}(t),e.NAME="hexBlock",e}var H=function(){function t(t){var e=t===void 0?{}:t,i=e.blockLength,r=i===void 0?0:i,n=e.error,o=n===void 0?O:n,a=e.warnings,u=a===void 0?[]:a,c=e.valueBeforeDecode,f=c===void 0?R:c;this.blockLength=r;this.error=o;this.warnings=u;this.valueBeforeDecodeView=s.BufferSourceConverter.toUint8Array(f)}t.blockName=function(){return this.NAME};Object.defineProperty(t.prototype,"valueBeforeDecode",{get:function(){return this.valueBeforeDecodeView.slice().buffer},set:function(t){this.valueBeforeDecodeView=new Uint8Array(t)},enumerable:false,configurable:true});t.prototype.toJSON=function(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:s.Convert.ToHex(this.valueBeforeDecodeView)}};return t}();H.NAME="baseBlock";var U=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.fromBER=function(t,e,i){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")};e.prototype.toBER=function(t,e){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")};return e}(H);U.NAME="valueBlock";var F=function(t){__extends(e,t);function e(e){var i=e===void 0?{}:e,r=i.idBlock,n=r===void 0?{}:r;var o,a,u,c;var f=t.call(this)||this;if(n){f.isHexOnly=(o=n.isHexOnly)!==null&&o!==void 0?o:false;f.valueHexView=n.valueHex?s.BufferSourceConverter.toUint8Array(n.valueHex):R;f.tagClass=(a=n.tagClass)!==null&&a!==void 0?a:-1;f.tagNumber=(u=n.tagNumber)!==null&&u!==void 0?u:-1;f.isConstructed=(c=n.isConstructed)!==null&&c!==void 0?c:false}else{f.tagClass=-1;f.tagNumber=-1;f.isConstructed=false}return f}e.prototype.toBER=function(t){if(t===void 0){t=false}var 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 M}if(this.isConstructed)e|=32;if(this.tagNumber<31&&!this.isHexOnly){var i=new Uint8Array(1);if(!t){var r=this.tagNumber;r&=31;e|=r;i[0]=e}return i.buffer}if(!this.isHexOnly){var n=f(this.tagNumber,7);var o=new Uint8Array(n);var a=n.byteLength;var s=new Uint8Array(a+1);s[0]=e|31;if(!t){for(var u=0;u<a-1;u++)s[u+1]=o[u]|128;s[a]=o[a-1]}return s.buffer}var c=new Uint8Array(this.valueHexView.byteLength+1);c[0]=e|31;if(!t){var v=this.valueHexView;for(var u=0;u<v.length-1;u++)c[u+1]=v[u]|128;c[this.valueHexView.byteLength]=v[v.length-1]}return c.buffer};e.prototype.fromBER=function(t,e,i){var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i)){return-1}var n=r.subarray(e,e+i);if(n.length===0){this.error="Zero buffer length";return-1}var 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;var a=n[0]&31;if(a!==31){this.tagNumber=a;this.blockLength=1}else{var u=1;var f=this.valueHexView=new Uint8Array(255);var v=255;while(n[u]&128){f[u-1]=n[u]&127;u++;if(u>=n.length){this.error="End of input reached before message was fully decoded";return-1}if(u===v){v+=255;var h=new Uint8Array(v);for(var d=0;d<f.length;d++)h[d]=f[d];f=this.valueHexView=new Uint8Array(v)}}this.blockLength=u+1;f[u-1]=n[u]&127;var l=new Uint8Array(u);for(var d=0;d<u;d++)l[d]=f[d];f=this.valueHexView=new Uint8Array(u);f.set(l);if(this.blockLength<=9)this.tagNumber=c(f,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 e+this.blockLength};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed})};return e}(j(H));F.NAME="identificationBlock";var L=function(t){__extends(e,t);function e(e){var i=e===void 0?{}:e,r=i.lenBlock,n=r===void 0?{}:r;var o,a,s;var u=t.call(this)||this;u.isIndefiniteForm=(o=n.isIndefiniteForm)!==null&&o!==void 0?o:false;u.longFormUsed=(a=n.longFormUsed)!==null&&a!==void 0?a:false;u.length=(s=n.length)!==null&&s!==void 0?s:0;return u}e.prototype.fromBER=function(t,e,i){var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i)){return-1}var n=r.subarray(e,e+i);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 e+this.blockLength}this.longFormUsed=!!(n[0]&128);if(this.longFormUsed===false){this.length=n[0];this.blockLength=1;return e+this.blockLength}var 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}var a=e+1;var u=r.subarray(a,a+o);if(u[o-1]===0)this.warnings.push("Needlessly long encoded length");this.length=c(u,8);if(this.longFormUsed&&this.length<=127)this.warnings.push("Unnecessary usage of long length form");this.blockLength=o+1;return e+this.blockLength};e.prototype.toBER=function(t){if(t===void 0){t=false}var e;var 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){var r=f(this.length,8);if(r.byteLength>127){this.error="Too big length";return M}e=new ArrayBuffer(r.byteLength+1);if(t)return e;var n=new Uint8Array(r);i=new Uint8Array(e);i[0]=r.byteLength|128;for(var o=0;o<r.byteLength;o++)i[o+1]=n[o];return e}e=new ArrayBuffer(1);if(t===false){i=new Uint8Array(e);i[0]=this.length}return e};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length})};return e}(H);L.NAME="lengthBlock";var V={};var G=function(t){__extends(e,t);function e(e,i){if(e===void 0){e={}}var r=this;var n=e.name,o=n===void 0?O:n,a=e.optional,s=a===void 0?false:a,u=e.primitiveSchema,c=__rest(e,["name","optional","primitiveSchema"]);r=t.call(this,c)||this;r.name=o;r.optional=s;if(u){r.primitiveSchema=u}r.idBlock=new F(c);r.lenBlock=new L(c);r.valueBlock=i?new i(c):new U(c);return r}e.prototype.fromBER=function(t,e,i){var 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};e.prototype.toBER=function(t,e){var i=e||new A;if(!e){W(this)}var 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{var n=this.valueBlock.toBER(t);this.lenBlock.length=n.byteLength;var o=this.lenBlock.toBER(t);i.write(o);i.write(n)}if(!e){return i.final()}return M};e.prototype.toJSON=function(){var e=__assign(__assign({},t.prototype.toJSON.call(this)),{idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional});if(this.primitiveSchema)e.primitiveSchema=this.primitiveSchema.toJSON();return e};e.prototype.toString=function(t){if(t===void 0){t="ascii"}if(t==="ascii"){return this.onAsciiEncoding()}return s.Convert.ToHex(this.toBER())};e.prototype.onAsciiEncoding=function(){var t=this.constructor.NAME;var e=s.Convert.ToHex(this.valueBlock.valueBeforeDecodeView);return"".concat(t," : ").concat(e)};e.prototype.isEqual=function(t){if(this===t){return true}if(!(t instanceof this.constructor)){return false}var e=this.toBER();var i=t.toBER();return l(e,i)};return e}(H);G.NAME="BaseBlock";function W(t){var e;if(t instanceof V.Constructed){for(var i=0,r=t.valueBlock.value;i<r.length;i++){var n=r[i];if(W(n)){t.lenBlock.isIndefiniteForm=true}}}return!!((e=t.lenBlock)===null||e===void 0?void 0:e.isIndefiniteForm)}var Q=function(t){__extends(e,t);function e(e,i){if(e===void 0){e={}}var r=this;var n=e.value,o=n===void 0?O:n,a=__rest(e,["value"]);r=t.call(this,a,i)||this;if(o){r.fromString(o)}return r}e.prototype.getValue=function(){return this.valueBlock.value};e.prototype.setValue=function(t){this.valueBlock.value=t};e.prototype.fromBER=function(t,e,i){var 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};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : '").concat(this.valueBlock.value,"'")};return e}(G);Q.NAME="BaseStringBlock";var q=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.isHexOnly,n=r===void 0?true:r,o=__rest(e,["isHexOnly"]);i=t.call(this,o)||this;i.isHexOnly=n;return i}return e}(j(U));q.NAME="PrimitiveValueBlock";var z;var Z=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,q)||this;i.idBlock.isConstructed=false;return i}return e}(G);z=Z;(function(){V.Primitive=z})();Z.NAME="PRIMITIVE";function $(t,e){if(t instanceof e){return t}var i=new e;i.idBlock=t.idBlock;i.lenBlock=t.lenBlock;i.warnings=t.warnings;i.valueBeforeDecodeView=t.valueBeforeDecodeView;return i}function X(t,e,i){if(e===void 0){e=0}if(i===void 0){i=t.length}var r=e;var n=new G({},U);var o=new H;if(!C(o,t,e,i)){n.error=o.error;return{offset:-1,result:n}}var a=t.subarray(e,e+i);if(!a.length){n.error="Zero buffer length";return{offset:-1,result:n}}var s=n.idBlock.fromBER(t,e,i);if(n.idBlock.warnings.length){n.warnings.concat(n.idBlock.warnings)}if(s===-1){n.error=n.idBlock.error;return{offset:-1,result:n}}e=s;i-=n.idBlock.blockLength;s=n.lenBlock.fromBER(t,e,i);if(n.lenBlock.warnings.length){n.warnings.concat(n.lenBlock.warnings)}if(s===-1){n.error=n.lenBlock.error;return{offset:-1,result:n}}e=s;i-=n.lenBlock.blockLength;if(!n.idBlock.isConstructed&&n.lenBlock.isIndefiniteForm){n.error="Indefinite length form used for primitive encoding form";return{offset:-1,result:n}}var u=G;switch(n.idBlock.tagClass){case 1:if(n.idBlock.tagNumber>=37&&n.idBlock.isHexOnly===false){n.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard";return{offset:-1,result:n}}switch(n.idBlock.tagNumber){case 0:if(n.idBlock.isConstructed&&n.lenBlock.length>0){n.error="Type [UNIVERSAL 0] is reserved";return{offset:-1,result:n}}u=V.EndOfContent;break;case 1:u=V.Boolean;break;case 2:u=V.Integer;break;case 3:u=V.BitString;break;case 4:u=V.OctetString;break;case 5:u=V.Null;break;case 6:u=V.ObjectIdentifier;break;case 10:u=V.Enumerated;break;case 12:u=V.Utf8String;break;case 13:u=V.RelativeObjectIdentifier;break;case 14:u=V.TIME;break;case 15:n.error="[UNIVERSAL 15] is reserved by ASN.1 standard";return{offset:-1,result:n};case 16:u=V.Sequence;break;case 17:u=V.Set;break;case 18:u=V.NumericString;break;case 19:u=V.PrintableString;break;case 20:u=V.TeletexString;break;case 21:u=V.VideotexString;break;case 22:u=V.IA5String;break;case 23:u=V.UTCTime;break;case 24:u=V.GeneralizedTime;break;case 25:u=V.GraphicString;break;case 26:u=V.VisibleString;break;case 27:u=V.GeneralString;break;case 28:u=V.UniversalString;break;case 29:u=V.CharacterString;break;case 30:u=V.BmpString;break;case 31:u=V.DATE;break;case 32:u=V.TimeOfDay;break;case 33:u=V.DateTime;break;case 34:u=V.Duration;break;default:{var c=n.idBlock.isConstructed?new V.Constructed:new V.Primitive;c.idBlock=n.idBlock;c.lenBlock=n.lenBlock;c.warnings=n.warnings;n=c}}break;case 2:case 3:case 4:default:{u=n.idBlock.isConstructed?V.Constructed:V.Primitive}}n=$(n,u);s=n.fromBER(t,e,n.lenBlock.isIndefiniteForm?i:n.lenBlock.length);n.valueBeforeDecodeView=t.subarray(r,r+n.blockLength);return{offset:s,result:n}}function Y(t){if(!t.byteLength){var e=new G({},U);e.error="Input buffer has zero length";return{offset:-1,result:e}}return X(s.BufferSourceConverter.toUint8Array(t).slice(),0,t.byteLength)}function J(t,e){if(t){return 1}return e}var tt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?[]:r,o=e.isIndefiniteForm,a=o===void 0?false:o,s=__rest(e,["value","isIndefiniteForm"]);i=t.call(this,s)||this;i.value=n;i.isIndefiniteForm=a;return i}e.prototype.fromBER=function(t,e,i){var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i)){return-1}this.valueBeforeDecodeView=r.subarray(e,e+i);if(this.valueBeforeDecodeView.length===0){this.warnings.push("Zero buffer length");return e}var n=e;while(J(this.isIndefiniteForm,i)>0){var o=X(r,n,i);if(o.offset===-1){this.error=o.result.error;this.warnings.concat(o.result.warnings);return-1}n=o.offset;this.blockLength+=o.result.blockLength;i-=o.result.blockLength;this.value.push(o.result);if(this.isIndefiniteForm&&o.result.constructor.NAME===k){break}}if(this.isIndefiniteForm){if(this.value[this.value.length-1].constructor.NAME===k){this.value.pop()}else{this.warnings.push("No EndOfContent block encoded")}}return n};e.prototype.toBER=function(t,e){var i=e||new A;for(var r=0;r<this.value.length;r++){this.value[r].toBER(t,i)}if(!e){return i.final()}return M};e.prototype.toJSON=function(){var e=__assign(__assign({},t.prototype.toJSON.call(this)),{isIndefiniteForm:this.isIndefiniteForm,value:[]});for(var i=0,r=this.value;i<r.length;i++){var n=r[i];e.value.push(n.toJSON())}return e};return e}(U);tt.NAME="ConstructedValueBlock";var et;var it=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,tt)||this;i.idBlock.isConstructed=true;return i}e.prototype.fromBER=function(t,e,i){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;var 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};e.prototype.onAsciiEncoding=function(){var t=[];for(var e=0,i=this.valueBlock.value;e<i.length;e++){var r=i[e];t.push(r.toString("ascii").split("\n").map((function(t){return" ".concat(t)})).join("\n"))}var n=this.idBlock.tagClass===3?"[".concat(this.idBlock.tagNumber,"]"):this.constructor.NAME;return t.length?"".concat(n," :\n").concat(t.join("\n")):"".concat(n," :")};return e}(G);et=it;(function(){V.Constructed=et})();it.NAME="CONSTRUCTED";var rt=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.fromBER=function(t,e,i){return e};e.prototype.toBER=function(t){return M};return e}(U);rt.override="EndOfContentValueBlock";var nt;var ot=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,rt)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=0;return i}return e}(G);nt=ot;(function(){V.EndOfContent=nt})();ot.NAME=k;var at;var st=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,U)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=5;return i}e.prototype.fromBER=function(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};e.prototype.toBER=function(t,e){var i=new ArrayBuffer(2);if(!t){var r=new Uint8Array(i);r[0]=5;r[1]=0}if(e){e.write(i)}return i};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME)};return e}(G);at=st;(function(){V.Null=at})();st.NAME="NULL";var ut=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=__rest(e,["value"]);i=t.call(this,n)||this;if(n.valueHex){i.valueHexView=s.BufferSourceConverter.toUint8Array(n.valueHex)}else{i.valueHexView=new Uint8Array(1)}if(r){i.value=r}return i}Object.defineProperty(e.prototype,"value",{get:function(){for(var t=0,e=this.valueHexView;t<e.length;t++){var i=e[t];if(i>0){return true}}return false},set:function(t){this.valueHexView[0]=t?255:0},enumerable:false,configurable:true});e.prototype.fromBER=function(t,e,i){var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i)){return-1}this.valueHexView=r.subarray(e,e+i);if(i>1)this.warnings.push("Boolean value encoded in more then 1 octet");this.isHexOnly=true;h.call(this);this.blockLength=i;return e+i};e.prototype.toBER=function(){return this.valueHexView.slice()};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.value})};return e}(j(U));ut.NAME="BooleanValueBlock";var ct;var ft=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,ut)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=1;return i}e.prototype.getValue=function(){return this.valueBlock.value};e.prototype.setValue=function(t){this.valueBlock.value=t};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.getValue)};return e}(G);ct=ft;(function(){V.Boolean=ct})();ft.NAME="BOOLEAN";var vt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.isConstructed,n=r===void 0?false:r,o=__rest(e,["isConstructed"]);i=t.call(this,o)||this;i.isConstructed=n;return i}e.prototype.fromBER=function(e,i,r){var n=0;if(this.isConstructed){this.isHexOnly=false;n=tt.prototype.fromBER.call(this,e,i,r);if(n===-1)return n;for(var o=0;o<this.value.length;o++){var a=this.value[o].constructor.NAME;if(a===k){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only";return-1}}if(a!==N){this.error="OCTET STRING may consists of OCTET STRINGs only";return-1}}}else{this.isHexOnly=true;n=t.prototype.fromBER.call(this,e,i,r);this.blockLength=r}return n};e.prototype.toBER=function(t,e){if(this.isConstructed)return tt.prototype.toBER.call(this,t,e);return t?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{isConstructed:this.isConstructed})};return e}(j(tt));vt.NAME="OctetStringValueBlock";var ht;var dt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.idBlock,n=r===void 0?{}:r,o=e.lenBlock,a=o===void 0?{}:o,s=__rest(e,["idBlock","lenBlock"]);var u,c;(u=s.isConstructed)!==null&&u!==void 0?u:s.isConstructed=!!((c=s.value)===null||c===void 0?void 0:c.length);i=t.call(this,__assign({idBlock:__assign({isConstructed:s.isConstructed},n),lenBlock:__assign(__assign({},a),{isIndefiniteForm:!!s.isIndefiniteForm})},s),vt)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=4;return i}e.prototype.fromBER=function(e,i,r){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;if(r===0){if(this.idBlock.error.length===0)this.blockLength+=this.idBlock.blockLength;if(this.lenBlock.error.length===0)this.blockLength+=this.lenBlock.blockLength;return i}if(!this.valueBlock.isConstructed){var n=e instanceof ArrayBuffer?new Uint8Array(e):e;var o=n.subarray(i,i+r);try{if(o.byteLength){var a=X(o,0,o.byteLength);if(a.offset!==-1&&a.offset===r){this.valueBlock.value=[a.result]}}}catch(t){}}return t.prototype.fromBER.call(this,e,i,r)};e.prototype.onAsciiEncoding=function(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return it.prototype.onAsciiEncoding.call(this)}var t=this.constructor.NAME;var e=s.Convert.ToHex(this.valueBlock.valueHexView);return"".concat(t," : ").concat(e)};e.prototype.getValue=function(){if(!this.idBlock.isConstructed){return this.valueBlock.valueHexView.slice().buffer}var t=[];for(var e=0,i=this.valueBlock.value;e<i.length;e++){var r=i[e];if(r instanceof ht){t.push(r.valueBlock.valueHexView)}}return s.BufferSourceConverter.concat(t)};return e}(G);ht=dt;(function(){V.OctetString=ht})();dt.NAME=N;var lt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.unusedBits,n=r===void 0?0:r,o=e.isConstructed,a=o===void 0?false:o,s=__rest(e,["unusedBits","isConstructed"]);i=t.call(this,s)||this;i.unusedBits=n;i.isConstructed=a;i.blockLength=i.valueHexView.byteLength;return i}e.prototype.fromBER=function(t,e,i){if(!i){return e}var r=-1;if(this.isConstructed){r=tt.prototype.fromBER.call(this,t,e,i);if(r===-1)return r;for(var n=0,o=this.value;n<o.length;n++){var a=o[n];var u=a.constructor.NAME;if(u===k){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only";return-1}}if(u!==K){this.error="BIT STRING may consists of BIT STRINGs only";return-1}var c=a.valueBlock;if(this.unusedBits>0&&c.unusedBits>0){this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only';return-1}this.unusedBits=c.unusedBits}return r}var f=s.BufferSourceConverter.toUint8Array(t);if(!C(this,f,e,i)){return-1}var v=f.subarray(e,e+i);this.unusedBits=v[0];if(this.unusedBits>7){this.error="Unused bits for BitString must be in range 0-7";return-1}if(!this.unusedBits){var h=v.subarray(1);try{if(h.byteLength){var d=X(h,0,h.byteLength);if(d.offset!==-1&&d.offset===i-1){this.value=[d.result]}}}catch(t){}}this.valueHexView=v.subarray(1);this.blockLength=v.length;return e+i};e.prototype.toBER=function(t,e){if(this.isConstructed){return tt.prototype.toBER.call(this,t,e)}if(t){return new ArrayBuffer(this.valueHexView.byteLength+1)}if(!this.valueHexView.byteLength){return M}var i=new Uint8Array(this.valueHexView.length+1);i[0]=this.unusedBits;i.set(this.valueHexView,1);return i.buffer};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{unusedBits:this.unusedBits,isConstructed:this.isConstructed})};return e}(j(tt));lt.NAME="BitStringValueBlock";var pt;var yt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.idBlock,n=r===void 0?{}:r,o=e.lenBlock,a=o===void 0?{}:o,s=__rest(e,["idBlock","lenBlock"]);var u,c;(u=s.isConstructed)!==null&&u!==void 0?u:s.isConstructed=!!((c=s.value)===null||c===void 0?void 0:c.length);i=t.call(this,__assign({idBlock:__assign({isConstructed:s.isConstructed},n),lenBlock:__assign(__assign({},a),{isIndefiniteForm:!!s.isIndefiniteForm})},s),lt)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=3;return i}e.prototype.fromBER=function(e,i,r){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;return t.prototype.fromBER.call(this,e,i,r)};e.prototype.onAsciiEncoding=function(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return it.prototype.onAsciiEncoding.call(this)}else{var t=[];var e=this.valueBlock.valueHexView;for(var i=0,r=e;i<r.length;i++){var n=r[i];t.push(n.toString(2).padStart(8,"0"))}var o=t.join("");var a=this.constructor.NAME;var s=o.substring(0,o.length-this.valueBlock.unusedBits);return"".concat(a," : ").concat(s)}};return e}(G);pt=yt;(function(){V.BitString=pt})();yt.NAME=K;var St;function Ct(t,e){var i=new Uint8Array([0]);var r=new Uint8Array(t);var n=new Uint8Array(e);var o=r.slice(0);var a=o.length-1;var s=n.slice(0);var u=s.length-1;var c=0;var f=u<a?a:u;var h=0;for(var d=f;d>=0;d--,h++){switch(true){case h<s.length:c=o[a-h]+s[u-h]+i[0];break;default:c=o[a-h]+i[0]}i[0]=c/10;switch(true){case h>=o.length:o=v(new Uint8Array([c%10]),o);break;default:o[a-h]=c%10}}if(i[0]>0)o=v(i,o);return o}function At(t){if(t>=m.length){for(var e=m.length;e<=t;e++){var i=new Uint8Array([0]);var r=m[e-1].slice(0);for(var n=r.length-1;n>=0;n--){var o=new Uint8Array([(r[n]<<1)+i[0]]);i[0]=o[0]/10;r[n]=o[0]%10}if(i[0]>0)r=v(i,r);m.push(r)}}return m[t]}function mt(t,e){var i=0;var r=new Uint8Array(t);var n=new Uint8Array(e);var o=r.slice(0);var a=o.length-1;var s=n.slice(0);var u=s.length-1;var c;var f=0;for(var v=u;v>=0;v--,f++){c=o[a-f]-s[u-f]-i;switch(true){case c<0:i=1;o[a-f]=c+10;break;default:i=0;o[a-f]=c}}if(i>0){for(var v=a-u+1;v>=0;v--,f++){c=o[a-f]-i;if(c<0){i=1;o[a-f]=c+10}else{i=0;o[a-f]=c;break}}}return o.slice()}var gt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=__rest(e,["value"]);i=t.call(this,n)||this;i._valueDec=0;if(n.valueHex){i.setValueHex()}if(r!==undefined){i.valueDec=r}return i}e.prototype.setValueHex=function(){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=h.call(this)}}};Object.defineProperty(e.prototype,"valueDec",{get:function(){return this._valueDec},set:function(t){this._valueDec=t;this.isHexOnly=false;this.valueHexView=new Uint8Array(d(t))},enumerable:false,configurable:true});e.prototype.fromDER=function(t,e,i,r){if(r===void 0){r=0}var n=this.fromBER(t,e,i);if(n===-1)return n;var o=this.valueHexView;if(o[0]===0&&(o[1]&128)!==0){this.valueHexView=o.subarray(1)}else{if(r!==0){if(o.length<r){if(r-o.length>1)r=o.length+1;this.valueHexView=o.subarray(r-o.length)}}}return n};e.prototype.toDER=function(t){if(t===void 0){t=false}var e=this.valueHexView;switch(true){case(e[0]&128)!==0:{var i=new Uint8Array(this.valueHexView.length+1);i[0]=0;i.set(e,1);this.valueHexView=i}break;case e[0]===0&&(e[1]&128)===0:{this.valueHexView=this.valueHexView.subarray(1)}break}return this.toBER(t)};e.prototype.fromBER=function(e,i,r){var n=t.prototype.fromBER.call(this,e,i,r);if(n===-1){return n}this.setValueHex();return n};e.prototype.toBER=function(t){return t?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{valueDec:this.valueDec})};e.prototype.toString=function(){var t=this.valueHexView.length*8-1;var e=new Uint8Array(this.valueHexView.length*8/3);var i=0;var r;var n=this.valueHexView;var o="";var a=false;for(var s=n.byteLength-1;s>=0;s--){r=n[s];for(var u=0;u<8;u++){if((r&1)===1){switch(i){case t:e=mt(At(i),e);o="-";break;default:e=Ct(e,At(i))}}i++;r>>=1}}for(var u=0;u<e.length;u++){if(e[u])a=true;if(a)o+=g.charAt(e[u])}if(a===false)o+=g.charAt(0);return o};return e}(j(U));St=gt;gt.NAME="IntegerValueBlock";(function(){Object.defineProperty(St.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t);this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}})})();var wt;var bt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,gt)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=2;return i}e.prototype.toBigInt=function(){y();return BigInt(this.valueBlock.toString())};e.fromBigInt=function(t){y();var e=BigInt(t);var i=new A;var r=e.toString(16).replace(/^-/,"");var n=new Uint8Array(s.Convert.FromHex(r));if(e<0){var o=new Uint8Array(n.length+(n[0]&128?1:0));o[0]|=128;var a=BigInt("0x".concat(s.Convert.ToHex(o)));var u=a+e;var c=s.BufferSourceConverter.toUint8Array(s.Convert.FromHex(u.toString(16)));c[0]|=128;i.write(c)}else{if(n[0]&128){i.write(new Uint8Array([0]))}i.write(n)}var f=new wt({valueHex:i.final()});return f};e.prototype.convertToDER=function(){var t=new wt({valueHex:this.valueBlock.valueHexView});t.valueBlock.toDER();return t};e.prototype.convertFromDER=function(){return new wt({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString())};return e}(G);wt=bt;(function(){V.Integer=wt})();bt.NAME="INTEGER";var Et;var Pt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=10;return i}return e}(bt);Et=Pt;(function(){V.Enumerated=Et})();Pt.NAME="ENUMERATED";var Dt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.valueDec,n=r===void 0?-1:r,o=e.isFirstSid,a=o===void 0?false:o,s=__rest(e,["valueDec","isFirstSid"]);i=t.call(this,s)||this;i.valueDec=n;i.isFirstSid=a;return i}e.prototype.fromBER=function(t,e,i){if(!i){return e}var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i)){return-1}var n=r.subarray(e,e+i);this.valueHexView=new Uint8Array(i);for(var o=0;o<i;o++){this.valueHexView[o]=n[o]&127;this.blockLength++;if((n[o]&128)===0)break}var a=new Uint8Array(this.blockLength);for(var o=0;o<this.blockLength;o++){a[o]=this.valueHexView[o]}this.valueHexView=a;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=c(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return e+this.blockLength};Object.defineProperty(e.prototype,"valueBigInt",{set:function(t){y();var e=BigInt(t).toString(2);while(e.length%7){e="0"+e}var i=new Uint8Array(e.length/7);for(var r=0;r<i.length;r++){i[r]=parseInt(e.slice(r*7,r*7+7),2)+(r+1<i.length?128:0)}this.fromBER(i.buffer,0,i.length)},enumerable:false,configurable:true});e.prototype.toBER=function(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);var e=this.valueHexView;var i=new Uint8Array(this.blockLength);for(var r=0;r<this.blockLength-1;r++)i[r]=e[r]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}var n=f(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return M}var o=new Uint8Array(n.byteLength);if(!t){var a=new Uint8Array(n);var s=n.byteLength-1;for(var r=0;r<s;r++)o[r]=a[r]|128;o[s]=a[s]}return o};e.prototype.toString=function(){var t="";if(this.isHexOnly)t=s.Convert.ToHex(this.valueHexView);else{if(this.isFirstSid){var 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};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{valueDec:this.valueDec,isFirstSid:this.isFirstSid})};return e}(j(U));Dt.NAME="sidBlock";var _t=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?O:r,o=__rest(e,["value"]);i=t.call(this,o)||this;i.value=[];if(n){i.fromString(n)}return i}e.prototype.fromBER=function(t,e,i){var r=e;while(i>0){var n=new Dt;r=n.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=n.error;return r}if(this.value.length===0)n.isFirstSid=true;this.blockLength+=n.blockLength;i-=n.blockLength;this.value.push(n)}return r};e.prototype.toBER=function(t){var e=[];for(var i=0;i<this.value.length;i++){var r=this.value[i].toBER(t);if(r.byteLength===0){this.error=this.value[i].error;return M}e.push(r)}return S(e)};e.prototype.fromString=function(t){this.value=[];var e=0;var i=0;var r="";var n=false;do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;if(n){var o=this.value[0];var a=0;switch(o.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}var s=parseInt(r,10);if(isNaN(s))return;o.valueDec=s+a;n=false}else{var o=new Dt;if(r>Number.MAX_SAFE_INTEGER){y();var u=BigInt(r);o.valueBigInt=u}else{o.valueDec=parseInt(r,10);if(isNaN(o.valueDec))return}if(!this.value.length){o.isFirstSid=true;n=true}this.value.push(o)}}while(i!==-1)};e.prototype.toString=function(){var t="";var e=false;for(var i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;var r=this.value[i].toString();if(i!==0)t="".concat(t,".");if(e){r="{".concat(r,"}");if(this.value[i].isFirstSid)t="2.{".concat(r," - 80}");else t+=r}else t+=r}return t};e.prototype.toJSON=function(){var e=__assign(__assign({},t.prototype.toJSON.call(this)),{value:this.toString(),sidArray:[]});for(var i=0;i<this.value.length;i++){e.sidArray.push(this.value[i].toJSON())}return e};return e}(U);_t.NAME="ObjectIdentifierValueBlock";var It;var Bt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,_t)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=6;return i}e.prototype.getValue=function(){return this.valueBlock.toString()};e.prototype.setValue=function(t){this.valueBlock.fromString(t)};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString()||"empty")};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.getValue()})};return e}(G);It=Bt;(function(){V.ObjectIdentifier=It})();Bt.NAME="OBJECT IDENTIFIER";var xt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.valueDec,n=r===void 0?0:r,o=__rest(e,["valueDec"]);i=t.call(this,o)||this;i.valueDec=n;return i}e.prototype.fromBER=function(t,e,i){if(i===0)return e;var r=s.BufferSourceConverter.toUint8Array(t);if(!C(this,r,e,i))return-1;var n=r.subarray(e,e+i);this.valueHexView=new Uint8Array(i);for(var o=0;o<i;o++){this.valueHexView[o]=n[o]&127;this.blockLength++;if((n[o]&128)===0)break}var a=new Uint8Array(this.blockLength);for(var o=0;o<this.blockLength;o++)a[o]=this.valueHexView[o];this.valueHexView=a;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=c(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return e+this.blockLength};e.prototype.toBER=function(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);var e=this.valueHexView;var i=new Uint8Array(this.blockLength);for(var r=0;r<this.blockLength-1;r++)i[r]=e[r]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}var n=f(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return M}var o=new Uint8Array(n.byteLength);if(!t){var a=new Uint8Array(n);var s=n.byteLength-1;for(var r=0;r<s;r++)o[r]=a[r]|128;o[s]=a[s]}return o.buffer};e.prototype.toString=function(){var t="";if(this.isHexOnly)t=s.Convert.ToHex(this.valueHexView);else{t=this.valueDec.toString()}return t};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{valueDec:this.valueDec})};return e}(j(H));xt.NAME="relativeSidBlock";var Tt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?O:r,o=__rest(e,["value"]);i=t.call(this,o)||this;i.value=[];if(n){i.fromString(n)}return i}e.prototype.fromBER=function(t,e,i){var r=e;while(i>0){var n=new xt;r=n.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=n.error;return r}this.blockLength+=n.blockLength;i-=n.blockLength;this.value.push(n)}return r};e.prototype.toBER=function(t,e){var i=[];for(var r=0;r<this.value.length;r++){var n=this.value[r].toBER(t);if(n.byteLength===0){this.error=this.value[r].error;return M}i.push(n)}return S(i)};e.prototype.fromString=function(t){this.value=[];var e=0;var i=0;var r="";do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;var n=new xt;n.valueDec=parseInt(r,10);if(isNaN(n.valueDec))return true;this.value.push(n)}while(i!==-1);return true};e.prototype.toString=function(){var t="";var e=false;for(var i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;var r=this.value[i].toString();if(i!==0)t="".concat(t,".");if(e){r="{".concat(r,"}");t+=r}else t+=r}return t};e.prototype.toJSON=function(){var e=__assign(__assign({},t.prototype.toJSON.call(this)),{value:this.toString(),sidArray:[]});for(var i=0;i<this.value.length;i++)e.sidArray.push(this.value[i].toJSON());return e};return e}(U);Tt.NAME="RelativeObjectIdentifierValueBlock";var Ot;var Mt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,Tt)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=13;return i}e.prototype.getValue=function(){return this.valueBlock.toString()};e.prototype.setValue=function(t){this.valueBlock.fromString(t)};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString()||"empty")};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.getValue()})};return e}(G);Ot=Mt;(function(){V.RelativeObjectIdentifier=Ot})();Mt.NAME="RelativeObjectIdentifier";var Rt;var kt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=16;return i}return e}(it);Rt=kt;(function(){V.Sequence=Rt})();kt.NAME="SEQUENCE";var Nt;var Kt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=17;return i}return e}(it);Nt=Kt;(function(){V.Set=Nt})();Kt.NAME="SET";var jt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=__rest(e,[]);i=t.call(this,r)||this;i.isHexOnly=true;i.value=O;return i}e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.value})};return e}(j(U));jt.NAME="StringValueBlock";var Ht=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(jt);Ht.NAME="SimpleStringValueBlock";var Ut=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=__rest(e,[]);return t.call(this,i,Ht)||this}e.prototype.fromBuffer=function(t){this.valueBlock.value=String.fromCharCode.apply(null,s.BufferSourceConverter.toUint8Array(t))};e.prototype.fromString=function(t){var e=t.length;var i=this.valueBlock.valueHexView=new Uint8Array(e);for(var r=0;r<e;r++)i[r]=t.charCodeAt(r);this.valueBlock.value=t};return e}(Q);Ut.NAME="SIMPLE STRING";var Ft=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.fromBuffer=function(t){this.valueBlock.valueHexView=s.BufferSourceConverter.toUint8Array(t);try{this.valueBlock.value=s.Convert.ToUtf8String(t)}catch(e){this.warnings.push('Error during "decodeURIComponent": '.concat(e,", using raw string"));this.valueBlock.value=s.Convert.ToBinary(t)}};e.prototype.fromString=function(t){this.valueBlock.valueHexView=new Uint8Array(s.Convert.FromUtf8String(t));this.valueBlock.value=t};return e}(Ut);Ft.NAME="Utf8StringValueBlock";var Lt;var Vt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=12;return i}return e}(Ft);Lt=Vt;(function(){V.Utf8String=Lt})();Vt.NAME="UTF8String";var Gt=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.fromBuffer=function(t){this.valueBlock.value=s.Convert.ToUtf16String(t);this.valueBlock.valueHexView=s.BufferSourceConverter.toUint8Array(t)};e.prototype.fromString=function(t){this.valueBlock.value=t;this.valueBlock.valueHexView=new Uint8Array(s.Convert.FromUtf16String(t))};return e}(Ut);Gt.NAME="BmpStringValueBlock";var Wt;var Qt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=__rest(e,[]);i=t.call(this,r)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=30;return i}return e}(Gt);Wt=Qt;(function(){V.BmpString=Wt})();Qt.NAME="BMPString";var qt=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.fromBuffer=function(t){var e=ArrayBuffer.isView(t)?t.slice().buffer:t.slice(0);var i=new Uint8Array(e);for(var r=0;r<i.length;r+=4){i[r]=i[r+3];i[r+1]=i[r+2];i[r+2]=0;i[r+3]=0}this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(e))};e.prototype.fromString=function(t){var e=t.length;var i=this.valueBlock.valueHexView=new Uint8Array(e*4);for(var r=0;r<e;r++){var n=f(t.charCodeAt(r),8);var o=new Uint8Array(n);if(o.length>4)continue;var a=4-o.length;for(var s=o.length-1;s>=0;s--)i[r*4+s+a]=o[s]}this.valueBlock.value=t};return e}(Ut);qt.NAME="UniversalStringValueBlock";var zt;var Zt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=__rest(e,[]);i=t.call(this,r)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=28;return i}return e}(qt);zt=Zt;(function(){V.UniversalString=zt})();Zt.NAME="UniversalString";var $t;var Xt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=18;return i}return e}(Ut);$t=Xt;(function(){V.NumericString=$t})();Xt.NAME="NumericString";var Yt;var Jt=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=19;return i}return e}(Ut);Yt=Jt;(function(){V.PrintableString=Yt})();Jt.NAME="PrintableString";var te;var ee=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=20;return i}return e}(Ut);te=ee;(function(){V.TeletexString=te})();ee.NAME="TeletexString";var ie;var re=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=21;return i}return e}(Ut);ie=re;(function(){V.VideotexString=ie})();re.NAME="VideotexString";var ne;var oe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=22;return i}return e}(Ut);ne=oe;(function(){V.IA5String=ne})();oe.NAME="IA5String";var ae;var se=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=25;return i}return e}(Ut);ae=se;(function(){V.GraphicString=ae})();se.NAME="GraphicString";var ue;var ce=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=26;return i}return e}(Ut);ue=ce;(function(){V.VisibleString=ue})();ce.NAME="VisibleString";var fe;var ve=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=27;return i}return e}(Ut);fe=ve;(function(){V.GeneralString=fe})();ve.NAME="GeneralString";var he;var de=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=29;return i}return e}(Ut);he=de;(function(){V.CharacterString=he})();de.NAME="CharacterString";var le;var pe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=e.valueDate,o=__rest(e,["value","valueDate"]);i=t.call(this,o)||this;i.year=0;i.month=0;i.day=0;i.hour=0;i.minute=0;i.second=0;if(r){i.fromString(r);i.valueBlock.valueHexView=new Uint8Array(r.length);for(var a=0;a<r.length;a++)i.valueBlock.valueHexView[a]=r.charCodeAt(a)}if(n){i.fromDate(n);i.valueBlock.valueHexView=new Uint8Array(i.toBuffer())}i.idBlock.tagClass=1;i.idBlock.tagNumber=23;return i}e.prototype.fromBuffer=function(t){this.fromString(String.fromCharCode.apply(null,s.BufferSourceConverter.toUint8Array(t)))};e.prototype.toBuffer=function(){var t=this.toString();var e=new ArrayBuffer(t.length);var i=new Uint8Array(e);for(var r=0;r<t.length;r++)i[r]=t.charCodeAt(r);return e};e.prototype.fromDate=function(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()};e.prototype.toDate=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))};e.prototype.fromString=function(t){var e=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/gi;var i=e.exec(t);if(i===null){this.error="Wrong input string for conversion";return}var 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)};e.prototype.toString=function(e){if(e===void 0){e="iso"}if(e==="iso"){var i=new Array(7);i[0]=p(this.year<2e3?this.year-1900:this.year-2e3,2);i[1]=p(this.month,2);i[2]=p(this.day,2);i[3]=p(this.hour,2);i[4]=p(this.minute,2);i[5]=p(this.second,2);i[6]="Z";return i.join("")}return t.prototype.toString.call(this,e)};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.toDate().toISOString())};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second})};return e}(ce);le=pe;(function(){V.UTCTime=le})();pe.NAME="UTCTime";var ye;var Se=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i;var r=t.call(this,e)||this;(i=r.millisecond)!==null&&i!==void 0?i:r.millisecond=0;r.idBlock.tagClass=1;r.idBlock.tagNumber=24;return r}e.prototype.fromDate=function(e){t.prototype.fromDate.call(this,e);this.millisecond=e.getUTCMilliseconds()};e.prototype.toDate=function(){var t=Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond);return new Date(t)};e.prototype.fromString=function(t){var e=false;var i="";var r="";var n=0;var o;var a=0;var s=0;if(t[t.length-1]==="Z"){i=t.substring(0,t.length-1);e=true}else{var u=new Number(t[t.length-1]);if(isNaN(u.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{var c=1;var f=i.indexOf("+");var v="";if(f===-1){f=i.indexOf("-");c=-1}if(f!==-1){v=i.substring(f+1);i=i.substring(0,f);if(v.length!==2&&v.length!==4)throw new Error("Wrong input string for conversion");var u=parseInt(v.substring(0,2),10);if(isNaN(u.valueOf()))throw new Error("Wrong input string for conversion");a=c*u;if(v.length===4){u=parseInt(v.substring(2,4),10);if(isNaN(u.valueOf()))throw new Error("Wrong input string for conversion");s=c*u}}}var h=i.indexOf(".");if(h===-1)h=i.indexOf(",");if(h!==-1){var d=new Number("0".concat(i.substring(h)));if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");n=d.valueOf();r=i.substring(0,h)}else r=i;switch(true){case r.length===8:o=/(\d{4})(\d{2})(\d{2})/gi;if(h!==-1)throw new Error("Wrong input string for conversion");break;case r.length===10:o=/(\d{4})(\d{2})(\d{2})(\d{2})/gi;if(h!==-1){var l=60*n;this.minute=Math.floor(l);l=60*(l-this.minute);this.second=Math.floor(l);l=1e3*(l-this.second);this.millisecond=Math.floor(l)}break;case r.length===12:o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(h!==-1){var l=60*n;this.second=Math.floor(l);l=1e3*(l-this.second);this.millisecond=Math.floor(l)}break;case r.length===14:o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(h!==-1){var l=1e3*n;this.millisecond=Math.floor(l)}break;default:throw new Error("Wrong input string for conversion")}var p=o.exec(r);if(p===null)throw new Error("Wrong input string for conversion");for(var y=1;y<p.length;y++){switch(y){case 1:this.year=parseInt(p[y],10);break;case 2:this.month=parseInt(p[y],10);break;case 3:this.day=parseInt(p[y],10);break;case 4:this.hour=parseInt(p[y],10)+a;break;case 5:this.minute=parseInt(p[y],10)+s;break;case 6:this.second=parseInt(p[y],10);break;default:throw new Error("Wrong input string for conversion")}}if(e===false){var S=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=S.getUTCFullYear();this.month=S.getUTCMonth();this.day=S.getUTCDay();this.hour=S.getUTCHours();this.minute=S.getUTCMinutes();this.second=S.getUTCSeconds();this.millisecond=S.getUTCMilliseconds()}};e.prototype.toString=function(e){if(e===void 0){e="iso"}if(e==="iso"){var i=[];i.push(p(this.year,4));i.push(p(this.month,2));i.push(p(this.day,2));i.push(p(this.hour,2));i.push(p(this.minute,2));i.push(p(this.second,2));if(this.millisecond!==0){i.push(".");i.push(p(this.millisecond,3))}i.push("Z");return i.join("")}return t.prototype.toString.call(this,e)};e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{millisecond:this.millisecond})};return e}(pe);ye=Se;(function(){V.GeneralizedTime=ye})();Se.NAME="GeneralizedTime";var Ce;var Ae=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=31;return i}return e}(Vt);Ce=Ae;(function(){V.DATE=Ce})();Ae.NAME="DATE";var me;var ge=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=32;return i}return e}(Vt);me=ge;(function(){V.TimeOfDay=me})();ge.NAME="TimeOfDay";var we;var be=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=33;return i}return e}(Vt);we=be;(function(){V.DateTime=we})();be.NAME="DateTime";var Ee;var Pe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=34;return i}return e}(Vt);Ee=Pe;(function(){V.Duration=Ee})();Pe.NAME="Duration";var De;var _e=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=14;return i}return e}(Vt);De=_e;(function(){V.TIME=De})();_e.NAME="TIME";var Ie=function(){function t(t){var e=t===void 0?{}:t,i=e.name,r=i===void 0?O:i,n=e.optional,o=n===void 0?false:n;this.name=r;this.optional=o}return t}();var Be=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?[]:r,o=__rest(e,["value"]);i=t.call(this,o)||this;i.value=n;return i}return e}(Ie);var xe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?new Ie:r,o=e.local,a=o===void 0?false:o,s=__rest(e,["value","local"]);i=t.call(this,s)||this;i.value=n;i.local=a;return i}return e}(Ie);var Te=function(){function t(t){var e=t===void 0?{}:t,i=e.data,r=i===void 0?R:i;this.dataView=s.BufferSourceConverter.toUint8Array(r)}Object.defineProperty(t.prototype,"data",{get:function(){return this.dataView.slice().buffer},set:function(t){this.dataView=s.BufferSourceConverter.toUint8Array(t)},enumerable:false,configurable:true});t.prototype.fromBER=function(t,e,i){var r=e+i;this.dataView=s.BufferSourceConverter.toUint8Array(t).subarray(e,r);return r};t.prototype.toBER=function(t){return this.dataView.slice().buffer};return t}();function Oe(t,e,i){if(i instanceof Be){for(var r=0,n=i.value;r<n.length;r++){var o=n[r];var a=Oe(t,e,o);if(a.verified){return{verified:true,result:t}}}{var s={verified:false,result:{error:"Wrong values for Choice type"}};if(i.hasOwnProperty(w))s.name=i.name;return s}}if(i instanceof Ie){if(i.hasOwnProperty(w))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(P in i===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(B in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(x in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var u=i.idBlock.toBER(false);if(u.byteLength===0){return{verified:false,result:{error:"Error encoding idBlock for ASN.1 schema"}}}var c=i.idBlock.fromBER(u,0,u.byteLength);if(c===-1){return{verified:false,result:{error:"Error decoding idBlock for ASN.1 schema"}}}if(i.idBlock.hasOwnProperty(D)===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(_)===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(I)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.isConstructed!==e.idBlock.isConstructed){return{verified:false,result:t}}if(!(E 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(b in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var f=i.idBlock.valueHexView;var v=e.idBlock.valueHexView;if(f.length!==v.length){return{verified:false,result:t}}for(var h=0;h<f.length;h++){if(f[h]!==v[1]){return{verified:false,result:t}}}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name)t[i.name]=e}if(i instanceof V.Constructed){var d=0;var a={verified:false,result:{error:"Unknown error"}};var l=i.valueBlock.value.length;if(l>0){if(i.valueBlock.value[0]instanceof xe){l=e.valueBlock.value.length}}if(l===0){return{verified:true,result:t}}if(e.valueBlock.value.length===0&&i.valueBlock.value.length!==0){var p=true;for(var h=0;h<i.valueBlock.value.length;h++)p=p&&(i.valueBlock.value[h].optional||false);if(p){return{verified:true,result:t}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name)delete t[i.name]}t.error="Inconsistent object length";return{verified:false,result:t}}for(var h=0;h<l;h++){if(h-d>=e.valueBlock.value.length){if(i.valueBlock.value[h].optional===false){var s={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,O);if(i.name){delete t[i.name];s.name=i.name}}return s}}else{if(i.valueBlock.value[0]instanceof xe){a=Oe(t,e.valueBlock.value[h],i.valueBlock.value[0].value);if(a.verified===false){if(i.valueBlock.value[0].optional)d++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name)delete t[i.name]}return a}}if(w in i.valueBlock.value[0]&&i.valueBlock.value[0].name.length>0){var y={};if(T in i.valueBlock.value[0]&&i.valueBlock.value[0].local)y=e;else y=t;if(typeof y[i.valueBlock.value[0].name]==="undefined")y[i.valueBlock.value[0].name]=[];y[i.valueBlock.value[0].name].push(e.valueBlock.value[h])}}else{a=Oe(t,e.valueBlock.value[h-d],i.valueBlock.value[h]);if(a.verified===false){if(i.valueBlock.value[h].optional)d++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name)delete t[i.name]}return a}}}}}if(a.verified===false){var s={verified:false,result:t};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name){delete t[i.name];s.name=i.name}}return s}return{verified:true,result:t}}if(i.primitiveSchema&&b in e.valueBlock){var S=X(e.valueBlock.valueHexView);if(S.offset===-1){var s={verified:false,result:S.result};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,O);if(i.name){delete t[i.name];s.name=i.name}}return s}return Oe(t,S.result,i.primitiveSchema)}return{verified:true,result:t}}function Me(t,e){if(e instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema type"}}}var i=X(s.BufferSourceConverter.toUint8Array(t));if(i.offset===-1){return{verified:false,result:i.result}}return Oe(i.result,i.result,e)}var Re=Object.freeze({__proto__:null,Any:Ie,BaseBlock:G,BaseStringBlock:Q,BitString:yt,BmpString:Qt,Boolean:ft,CharacterString:de,Choice:Be,Constructed:it,DATE:Ae,DateTime:be,Duration:Pe,EndOfContent:ot,Enumerated:Pt,GeneralString:ve,GeneralizedTime:Se,GraphicString:se,HexBlock:j,IA5String:oe,Integer:bt,Null:st,NumericString:Xt,ObjectIdentifier:Bt,OctetString:dt,Primitive:Z,PrintableString:Jt,RawData:Te,RelativeObjectIdentifier:Mt,Repeated:xe,Sequence:kt,Set:Kt,TIME:_e,TeletexString:ee,TimeOfDay:ge,UTCTime:pe,UniversalString:Zt,Utf8String:Vt,ValueBlock:U,VideotexString:re,ViewWriter:A,VisibleString:ce,compareSchema:Oe,fromBER:Y,verifySchema:Me});var ke;t("bv",ke);(function(t){t[t["Sequence"]=0]="Sequence";t[t["Set"]=1]="Set";t[t["Choice"]=2]="Choice"})(ke||t("bv",ke={}));var Ne;t("bt",Ne);(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"})(Ne||t("bt",Ne={}));var Ke=function(){function t(t,e){if(e===void 0){e=0}this.unusedBits=0;this.value=new ArrayBuffer(0);if(t){if(typeof t==="number"){this.fromNumber(t)}else if(s.BufferSourceConverter.isBufferSource(t)){this.unusedBits=e;this.value=s.BufferSourceConverter.toArrayBuffer(t)}else{throw TypeError("Unsupported type of 'params' argument for BitString")}}}t.prototype.fromASN=function(t){if(!(t instanceof yt)){throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString")}this.unusedBits=t.valueBlock.unusedBits;this.value=t.valueBlock.valueHex;return this};t.prototype.toASN=function(){return new yt({unusedBits:this.unusedBits,valueHex:this.value})};t.prototype.toSchema=function(t){return new yt({name:t})};t.prototype.toNumber=function(){var t="";var e=new Uint8Array(this.value);for(var i=0,r=e;i<r.length;i++){var n=r[i];t+=n.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)};t.prototype.fromNumber=function(t){var e=t.toString(2);var i=e.length+7>>3;this.unusedBits=(i<<3)-e.length;var r=new Uint8Array(i);e=e.padStart(i<<3,"0").split("").reverse().join("");var n=0;while(n<i){r[n]=parseInt(e.slice(n<<3,(n<<3)+8),2);n++}this.value=r.buffer};return t}();var je=function(){function t(t){if(typeof t==="number"){this.buffer=new ArrayBuffer(t)}else{if(s.BufferSourceConverter.isBufferSource(t)){this.buffer=s.BufferSourceConverter.toArrayBuffer(t)}else if(Array.isArray(t)){this.buffer=new Uint8Array(t)}else{this.buffer=new ArrayBuffer(0)}}}Object.defineProperty(t.prototype,"byteLength",{get:function(){return this.buffer.byteLength},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"byteOffset",{get:function(){return 0},enumerable:false,configurable:true});t.prototype.fromASN=function(t){if(!(t instanceof dt)){throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString")}this.buffer=t.valueBlock.valueHex;return this};t.prototype.toASN=function(){return new dt({valueHex:this.buffer})};t.prototype.toSchema=function(t){return new dt({name:t})};return t}();t("a0",je);var He={fromASN:function(t){return t instanceof st?null:t.valueBeforeDecodeView},toASN:function(t){if(t===null){return new st}var e=Y(t);if(e.result.error){throw new Error(e.result.error)}return e.result}};var Ue={fromASN:function(t){return t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec},toASN:function(t){return new bt({value:+t})}};var Fe={fromASN:function(t){return t.valueBlock.valueDec},toASN:function(t){return new Pt({value:t})}};var Le=t("bz",{fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new bt({valueHex:t})}});var Ve={fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new yt({valueHex:t})}};var Ge={fromASN:function(t){return t.valueBlock.toString()},toASN:function(t){return new Bt({value:t})}};var We={fromASN:function(t){return t.valueBlock.value},toASN:function(t){return new ft({value:t})}};var Qe={fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new dt({valueHex:t})}};var qe={fromASN:function(t){return new je(t.getValue())},toASN:function(t){return t.toASN()}};function ze(t){return{fromASN:function(t){return t.valueBlock.value},toASN:function(e){return new t({value:e})}}}var Ze=ze(Vt);var $e=ze(Qt);var Xe=ze(Zt);var Ye=ze(Xt);var Je=ze(Jt);var ti=ze(ee);var ei=ze(re);var ii=ze(oe);var ri=ze(se);var ni=ze(ce);var oi=ze(ve);var ai=ze(de);var si={fromASN:function(t){return t.toDate()},toASN:function(t){return new pe({valueDate:t})}};var ui={fromASN:function(t){return t.toDate()},toASN:function(t){return new Se({valueDate:t})}};var ci={fromASN:function(){return null},toASN:function(){return new st}};function fi(t){switch(t){case Ne.Any:return He;case Ne.BitString:return Ve;case Ne.BmpString:return $e;case Ne.Boolean:return We;case Ne.CharacterString:return ai;case Ne.Enumerated:return Fe;case Ne.GeneralString:return oi;case Ne.GeneralizedTime:return ui;case Ne.GraphicString:return ri;case Ne.IA5String:return ii;case Ne.Integer:return Ue;case Ne.Null:return ci;case Ne.NumericString:return Ye;case Ne.ObjectIdentifier:return Ge;case Ne.OctetString:return Qe;case Ne.PrintableString:return Je;case Ne.TeletexString:return ti;case Ne.UTCTime:return si;case Ne.UniversalString:return Xe;case Ne.Utf8String:return Ze;case Ne.VideotexString:return ei;case Ne.VisibleString:return ni;default:return null}}function vi(t){if(typeof t==="function"&&t.prototype){if(t.prototype.toASN&&t.prototype.fromASN){return true}else{return vi(t.prototype)}}else{return!!(t&&typeof t==="object"&&"toASN"in t&&"fromASN"in t)}}function hi(t){var e;if(t){var 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 hi(i)}return false}function di(t,e){if(!(t&&e)){return false}if(t.byteLength!==e.byteLength){return false}var i=new Uint8Array(t);var r=new Uint8Array(e);for(var n=0;n<t.byteLength;n++){if(i[n]!==r[n]){return false}}return true}var li=function(){function t(){this.items=new WeakMap}t.prototype.has=function(t){return this.items.has(t)};t.prototype.get=function(t,e){if(e===void 0){e=false}var i=this.items.get(t);if(!i){throw new Error("Cannot get schema for '".concat(t.prototype.constructor.name,"' target"))}if(e&&!i.schema){throw new Error("Schema '".concat(t.prototype.constructor.name,"' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'."))}return i};t.prototype.cache=function(t){var e=this.get(t);if(!e.schema){e.schema=this.create(t,true)}};t.prototype.createDefault=function(t){var e={type:ke.Sequence,items:{}};var i=this.findParentSchema(t);if(i){Object.assign(e,i);e.items=Object.assign({},e.items,i.items)}return e};t.prototype.create=function(t,e){var i=this.items.get(t)||this.createDefault(t);var r=[];for(var n in i.items){var o=i.items[n];var a=e?n:"";var s=void 0;if(typeof o.type==="number"){var u=Ne[o.type];var c=Re[u];if(!c){throw new Error("Cannot get ASN1 class by name '".concat(u,"'"))}s=new c({name:a})}else if(vi(o.type)){var f=new o.type;s=f.toSchema(a)}else if(o.optional){var v=this.get(o.type);if(v.type===ke.Choice){s=new Ie({name:a})}else{s=this.create(o.type,false);s.name=a}}else{s=new Ie({name:a})}var h=!!o.optional||o.defaultValue!==undefined;if(o.repeated){s.name="";var d=o.repeated==="set"?Kt:kt;s=new d({name:"",value:[new xe({name:a,value:s})]})}if(o.context!==null&&o.context!==undefined){if(o.implicit){if(typeof o.type==="number"||vi(o.type)){var d=o.repeated?it:Z;r.push(new d({name:a,optional:h,idBlock:{tagClass:3,tagNumber:o.context}}))}else{this.cache(o.type);var l=!!o.repeated;var p=!l?this.get(o.type,true).schema:s;p="valueBlock"in p?p.valueBlock.value:p.value;r.push(new it({name:!l?a:"",optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:p}))}}else{r.push(new it({optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:[s]}))}}else{s.optional=h;r.push(s)}}switch(i.type){case ke.Sequence:return new kt({value:r,name:""});case ke.Set:return new Kt({value:r,name:""});case ke.Choice:return new Be({value:r,name:""});default:throw new Error("Unsupported ASN1 type in use")}};t.prototype.set=function(t,e){this.items.set(t,e);return this};t.prototype.findParentSchema=function(t){var e=Object.getPrototypeOf(t);if(e){var i=this.items.get(e);return i||this.findParentSchema(e)}return null};return t}();var pi=new li;var yi=t("bu",(function(t){return function(e){var i;if(!pi.has(e)){i=pi.createDefault(e);pi.set(e,i)}else{i=pi.get(e)}Object.assign(i,t)}}));var Si=t("bs",(function(t){return function(e,i){var r;if(!pi.has(e.constructor)){r=pi.createDefault(e.constructor);pi.set(e.constructor,r)}else{r=pi.get(e.constructor)}var n=Object.assign({},t);if(typeof n.type==="number"&&!n.converter){var o=fi(t.type);if(!o){throw new Error("Cannot get default converter for property '".concat(i,"' of ").concat(e.constructor.name))}n.converter=o}r.items[i]=n}}));var Ci=function(t){__extends(e,t);function e(){var e=t.apply(this,arguments)||this;e.schemas=[];return e}return e}(Error);var Ai=function(){function t(){}t.parse=function(t,e){var i=Y(t);if(i.result.error){throw new Error(i.result.error)}var r=this.fromASN(i.result,e);return r};t.fromASN=function(t,e){try{if(vi(e)){var i=new e;return i.fromASN(t)}var r=pi.get(e);pi.cache(e);var n=r.schema;var o=this.handleChoiceTypes(t,r,e,n);if(o===null||o===void 0?void 0:o.result){return o.result}if(o===null||o===void 0?void 0:o.targetSchema){n=o.targetSchema}var a=this.handleSequenceTypes(t,r,e,n);if(a&&"isManualMapping"in a){return a.result}var s=a;var u=new e;if(hi(e)){return this.handleArrayTypes(t,r,e)}this.processSchemaItems(r,s,u);return u}catch(t){if(t instanceof Ci){t.schemas.push(e.name)}throw t}};t.handleChoiceTypes=function(t,e,i,r){if(t.constructor===it&&e.type===ke.Choice&&t.idBlock.tagClass===3){for(var n in e.items){var o=e.items[n];if(o.context===t.idBlock.tagNumber&&o.implicit){if(typeof o.type==="function"&&pi.has(o.type)){var a=pi.get(o.type);if(a&&a.type===ke.Sequence){var s=new kt;if("value"in t.valueBlock&&Array.isArray(t.valueBlock.value)&&"value"in s.valueBlock){s.valueBlock.value=t.valueBlock.value;var u=this.fromASN(s,o.type);var c=new i;c[n]=u;return{result:c}}}}}}}else if(t.constructor===it&&e.type!==ke.Choice){var f=new it({idBlock:{tagClass:3,tagNumber:t.idBlock.tagNumber},value:e.schema.valueBlock.value});for(var n in e.items){delete t[n]}return{targetSchema:f}}return null};t.handleSequenceTypes=function(t,e,i,r){if(e.type===ke.Sequence){var n=Object.keys(e.items).filter((function(t){var i=e.items[t];return i.optional&&typeof i.type==="function"&&pi.has(i.type)&&pi.get(i.type).type===ke.Choice}));if(n.length>0&&"value"in t.valueBlock&&Array.isArray(t.valueBlock.value)&&i.name==="CertReqMsg"){return this.handleManualMapping(t,e,i)}var o=Oe({},t,r);if(!o.verified){throw new Ci("Data does not match to ".concat(i.name," ASN1 schema. ").concat(o.result.error))}return o}else{var o=Oe({},t,r);if(!o.verified){throw new Ci("Data does not match to ".concat(i.name," ASN1 schema. ").concat(o.result.error))}return o}};t.handleManualMapping=function(t,e,i){var r=new i;var n=t.valueBlock.value;var o=Object.keys(e.items);var a=0;for(var s=0;s<o.length;s++){var u=o[s];var c=e.items[u];if(a>=n.length)break;if(c.repeated){r[u]=this.processRepeatedField(n,a,c);break}else if(typeof c.type==="number"){r[u]=this.processPrimitiveField(n[a],c);a++}else if(this.isOptionalChoiceField(c)){var f=this.processOptionalChoiceField(n[a],c);if(f.processed){r[u]=f.value;a++}}else{r[u]=this.fromASN(n[a],c.type);a++}}return{result:r,verified:true,isManualMapping:true}};t.processRepeatedField=function(t,e,i){var r=this;var n=t.slice(e);if(n.length===1&&n[0].constructor.name==="Sequence"){var o=n[0];if(o.valueBlock&&o.valueBlock.value&&Array.isArray(o.valueBlock.value)){n=o.valueBlock.value}}if(typeof i.type==="number"){var a=fi(i.type);if(!a)throw new Error("No converter for ASN.1 type ".concat(i.type));return n.filter((function(t){return t&&t.valueBlock})).map((function(t){try{return a.fromASN(t)}catch(t){return undefined}})).filter((function(t){return t!==undefined}))}else{return n.filter((function(t){return t&&t.valueBlock})).map((function(t){try{return r.fromASN(t,i.type)}catch(t){return undefined}})).filter((function(t){return t!==undefined}))}};t.processPrimitiveField=function(t,e){var i=fi(e.type);if(!i)throw new Error("No converter for ASN.1 type ".concat(e.type));return i.fromASN(t)};t.isOptionalChoiceField=function(t){return t.optional&&typeof t.type==="function"&&pi.has(t.type)&&pi.get(t.type).type===ke.Choice};t.processOptionalChoiceField=function(t,e){try{var i=this.fromASN(t,e.type);return{processed:true,value:i}}catch(t){if(t instanceof Ci&&/Wrong values for Choice type/.test(t.message)){return{processed:false}}throw t}};t.handleArrayTypes=function(t,e,i){var r=this;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.")}var n=e.itemType;if(typeof n==="number"){var o=fi(n);if(!o){throw new Error("Cannot get default converter for array item of ".concat(i.name," ASN1 schema"))}return i.from(t.valueBlock.value,(function(t){return o.fromASN(t)}))}else{return i.from(t.valueBlock.value,(function(t){return r.fromASN(t,n)}))}};t.processSchemaItems=function(t,e,i){for(var r in t.items){var n=e.result[r];if(!n){continue}var o=t.items[r];var a=o.type;if(typeof a==="number"||vi(a)){i[r]=this.processPrimitiveSchemaItem(n,o,a)}else{i[r]=this.processComplexSchemaItem(n,o,a)}}};t.processPrimitiveSchemaItem=function(t,e,i){var r;var n=(r=e.converter)!==null&&r!==void 0?r:vi(i)?new i:null;if(!n){throw new Error("Converter is empty")}if(e.repeated){return this.processRepeatedPrimitiveItem(t,e,n)}else{return this.processSinglePrimitiveItem(t,e,i,n)}};t.processRepeatedPrimitiveItem=function(t,e,i){if(e.implicit){var r=e.repeated==="sequence"?kt:Kt;var n=new r;n.valueBlock=t.valueBlock;var o=Y(n.toBER(false));if(o.offset===-1){throw new Error("Cannot parse the child item. ".concat(o.result.error))}if(!("value"in o.result.valueBlock&&Array.isArray(o.result.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}var a=o.result.valueBlock.value;return Array.from(a,(function(t){return i.fromASN(t)}))}else{return Array.from(t,(function(t){return i.fromASN(t)}))}};t.processSinglePrimitiveItem=function(t,e,i,r){var n=t;if(e.implicit){var o=void 0;if(vi(i)){o=(new i).toSchema("")}else{var a=Ne[i];var s=Re[a];if(!s){throw new Error("Cannot get '".concat(a,"' class from asn1js module"))}o=new s}o.valueBlock=n.valueBlock;n=Y(o.toBER(false)).result}return r.fromASN(n)};t.processComplexSchemaItem=function(t,e,i){var r=this;if(e.repeated){if(!Array.isArray(t)){throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.")}return Array.from(t,(function(t){return r.fromASN(t,i)}))}else{var n=this.handleImplicitTagging(t,e,i);if(this.isOptionalChoiceField(e)){try{return this.fromASN(n,i)}catch(t){if(t instanceof Ci&&/Wrong values for Choice type/.test(t.message)){return undefined}throw t}}else{return this.fromASN(n,i)}}};t.handleImplicitTagging=function(t,e,i){if(e.implicit&&typeof e.context==="number"){var r=pi.get(i);if(r.type===ke.Sequence){var n=new kt;if("value"in t.valueBlock&&Array.isArray(t.valueBlock.value)&&"value"in n.valueBlock){n.valueBlock.value=t.valueBlock.value;return n}}else if(r.type===ke.Set){var o=new Kt;if("value"in t.valueBlock&&Array.isArray(t.valueBlock.value)&&"value"in o.valueBlock){o.valueBlock.value=t.valueBlock.value;return o}}}return t};return t}();t("q",Ai);var mi=function(){function t(){}t.serialize=function(t){if(t instanceof G){return t.toBER(false)}return this.toASN(t).toBER(false)};t.toASN=function(e){var i=this;if(e&&typeof e==="object"&&vi(e)){return e.toASN()}if(!(e&&typeof e==="object")){throw new TypeError("Parameter 1 should be type of Object.")}var r=e.constructor;var n=pi.get(r);pi.cache(r);var o=[];if(n.itemType){if(!Array.isArray(e)){throw new TypeError("Parameter 1 should be type of Array.")}if(typeof n.itemType==="number"){var a=fi(n.itemType);if(!a){throw new Error("Cannot get default converter for array item of ".concat(r.name," ASN1 schema"))}o=e.map((function(t){return a.toASN(t)}))}else{o=e.map((function(t){return i.toAsnItem({type:n.itemType},"[]",r,t)}))}}else{for(var s in n.items){var u=n.items[s];var c=e[s];if(c===undefined||u.defaultValue===c||typeof u.defaultValue==="object"&&typeof c==="object"&&di(this.serialize(u.defaultValue),this.serialize(c))){continue}var f=t.toAsnItem(u,s,r,c);if(typeof u.context==="number"){if(u.implicit){if(!u.repeated&&(typeof u.type==="number"||vi(u.type))){var v={};v.valueHex=f instanceof st?f.valueBeforeDecodeView:f.valueBlock.toBER();o.push(new Z(__assign({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context}},v)))}else{o.push(new it({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context},value:f.valueBlock.value}))}}else{o.push(new it({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context},value:[f]}))}}else if(u.repeated){o=o.concat(f)}else{o.push(f)}}}var h;switch(n.type){case ke.Sequence:h=new kt({value:o});break;case ke.Set:h=new Kt({value:o});break;case ke.Choice:if(!o[0]){throw new Error("Schema '".concat(r.name,"' has wrong data. Choice cannot be empty."))}h=o[0];break}return h};t.toAsnItem=function(t,e,i,r){var n=this;var o;if(typeof t.type==="number"){var a=t.converter;if(!a){throw new Error("Property '".concat(e,"' doesn't have converter for type ").concat(Ne[t.type]," in schema '").concat(i.name,"'"))}if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}var s=Array.from(r,(function(t){return a.toASN(t)}));var u=t.repeated==="sequence"?kt:Kt;o=new u({value:s})}else{o=a.toASN(r)}}else{if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}var s=Array.from(r,(function(t){return n.toASN(t)}));var u=t.repeated==="sequence"?kt:Kt;o=new u({value:s})}else{o=this.toASN(r)}}return o};return t}();var gi=function(t){__extends(e,t);function e(e){if(e===void 0){e=[]}var i=this;if(typeof e==="number"){i=t.call(this,e)||this}else{i=t.call(this)||this;for(var r=0,n=e;r<n.length;r++){var o=n[r];i.push(o)}}return i}return e}(Array);t("bw",gi);var wi=function(){function t(){}t.serialize=function(t){return mi.serialize(t)};t.parse=function(t,e){return Ai.parse(t,e)};t.toString=function(e){var i=s.BufferSourceConverter.isBufferSource(e)?s.BufferSourceConverter.toArrayBuffer(e):t.serialize(e);var r=Y(i);if(r.offset===-1){throw new Error("Cannot decode ASN.1 data. ".concat(r.result.error))}return r.result.toString()};return t}();t("e",wi);function bi(t,e,i,r){var n=arguments.length,o=n<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,i):r,a;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")o=Reflect.decorate(t,e,i,r);else for(var s=t.length-1;s>=0;s--)if(a=t[s])o=(n<3?a(o):n>3?a(e,i,o):a(e,i))||o;return n>3&&o&&Object.defineProperty(e,i,o),o}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 Ei=function(){function t(){}t.isIPv4=function(t){return/^(\d{1,3}\.){3}\d{1,3}$/.test(t)};t.parseIPv4=function(t){var e=t.split(".");if(e.length!==4){throw new Error("Invalid IPv4 address")}return e.map((function(t){var e=parseInt(t,10);if(isNaN(e)||e<0||e>255){throw new Error("Invalid IPv4 address part")}return e}))};t.parseIPv6=function(t){var e=this.expandIPv6(t);var i=e.split(":");if(i.length!==8){throw new Error("Invalid IPv6 address")}return i.reduce((function(t,e){var i=parseInt(e,16);if(isNaN(i)||i<0||i>65535){throw new Error("Invalid IPv6 address part")}t.push(i>>8&255);t.push(i&255);return t}),[])};t.expandIPv6=function(t){if(!t.includes("::")){return t}var e=t.split("::");if(e.length>2){throw new Error("Invalid IPv6 address")}var i=e[0]?e[0].split(":"):[];var r=e[1]?e[1].split(":"):[];var n=8-(i.length+r.length);if(n<0){throw new Error("Invalid IPv6 address")}return __spreadArray(__spreadArray(__spreadArray([],i,true),Array(n).fill("0"),true),r,true).join(":")};t.formatIPv6=function(t){var e=[];for(var i=0;i<16;i+=2){e.push((t[i]<<8|t[i+1]).toString(16))}return this.compressIPv6(e.join(":"))};t.compressIPv6=function(t){var e=t.split(":");var i=-1;var r=0;var n=-1;var o=0;for(var a=0;a<e.length;a++){if(e[a]==="0"){if(n===-1){n=a}o++}else{if(o>r){i=n;r=o}n=-1;o=0}}if(o>r){i=n;r=o}if(r>1){var s=e.slice(0,i).join(":");var u=e.slice(i+r).join(":");return"".concat(s,"::").concat(u)}return t};t.parseCIDR=function(t){var e=t.split("/"),i=e[0],r=e[1];var n=parseInt(r,10);if(this.isIPv4(i)){if(n<0||n>32){throw new Error("Invalid IPv4 prefix length")}return[this.parseIPv4(i),n]}else{if(n<0||n>128){throw new Error("Invalid IPv6 prefix length")}return[this.parseIPv6(i),n]}};t.decodeIP=function(t){if(t.length===64&&parseInt(t,16)===0){return"::/0"}if(t.length!==16){return t}var e=parseInt(t.slice(8),16).toString(2).split("").reduce((function(t,e){return t+ +e}),0);var i=t.slice(0,8).replace(/(.{2})/g,(function(t){return"".concat(parseInt(t,16),".")}));i=i.slice(0,-1);return"".concat(i,"/").concat(e)};t.toString=function(t){var e=new Uint8Array(t);if(e.length===4){return Array.from(e).join(".")}if(e.length===16){return this.formatIPv6(e)}if(e.length===8||e.length===32){var i=e.length/2;var r=e.slice(0,i);var n=e.slice(i);var o=e.every((function(t){return t===0}));if(o){return e.length===8?"0.0.0.0/0":"::/0"}var a=n.reduce((function(t,e){return t+(e.toString(2).match(/1/g)||[]).length}),0);if(e.length===8){var u=Array.from(r).join(".");return"".concat(u,"/").concat(a)}else{var u=this.formatIPv6(r);return"".concat(u,"/").concat(a)}}return this.decodeIP(s.Convert.ToHex(t))};t.fromString=function(t){if(t.includes("/")){var e=this.parseCIDR(t),i=e[0],r=e[1];var n=new Uint8Array(i.length);var o=r;for(var a=0;a<n.length;a++){if(o>=8){n[a]=255;o-=8}else if(o>0){n[a]=255<<8-o;o=0}}var s=new Uint8Array(i.length*2);s.set(i,0);s.set(n,i.length);return s.buffer}var u=this.isIPv4(t)?this.parseIPv4(t):this.parseIPv6(t);return new Uint8Array(u).buffer};return t}();var Pi,Di,_i;var Ii=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}t.prototype.toString=function(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""};return t}();bi([Si({type:Ne.TeletexString})],Ii.prototype,"teletexString",void 0);bi([Si({type:Ne.PrintableString})],Ii.prototype,"printableString",void 0);bi([Si({type:Ne.UniversalString})],Ii.prototype,"universalString",void 0);bi([Si({type:Ne.Utf8String})],Ii.prototype,"utf8String",void 0);bi([Si({type:Ne.BmpString})],Ii.prototype,"bmpString",void 0);Ii=bi([yi({type:ke.Choice})],Ii);var Bi=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e)||this;Object.assign(i,e);return i}e.prototype.toString=function(){return this.ia5String||(this.anyValue?s.Convert.ToHex(this.anyValue):t.prototype.toString.call(this))};return e}(Ii);bi([Si({type:Ne.IA5String})],Bi.prototype,"ia5String",void 0);bi([Si({type:Ne.Any})],Bi.prototype,"anyValue",void 0);Bi=bi([yi({type:ke.Choice})],Bi);var xi=function(){function t(t){if(t===void 0){t={}}this.type="";this.value=new Bi;Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],xi.prototype,"type",void 0);bi([Si({type:Bi})],xi.prototype,"value",void 0);var Ti=Pi=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Pi.prototype);return i}return e}(gi);Ti=Pi=bi([yi({type:ke.Set,itemType:xi})],Ti);var Oi=Di=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Di.prototype);return i}return e}(gi);Oi=Di=bi([yi({type:ke.Sequence,itemType:Ti})],Oi);var Mi=t("bm",_i=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,_i.prototype);return i}return e}(Oi));t("bm",Mi=_i=bi([yi({type:ke.Sequence})],Mi));var Ri={fromASN:function(t){return Ei.toString(Qe.fromASN(t))},toASN:function(t){return Qe.toASN(Ei.fromString(t))}};var ki=function(){function t(t){if(t===void 0){t={}}this.typeId="";this.value=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("bn",ki);bi([Si({type:Ne.ObjectIdentifier})],ki.prototype,"typeId",void 0);bi([Si({type:Ne.Any,context:0})],ki.prototype,"value",void 0);var Ni=function(){function t(t){if(t===void 0){t={}}this.partyName=new Ii;Object.assign(this,t)}return t}();t("bq",Ni);bi([Si({type:Ii,optional:true,context:0,implicit:true})],Ni.prototype,"nameAssigner",void 0);bi([Si({type:Ii,context:1,implicit:true})],Ni.prototype,"partyName",void 0);var Ki=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:ki,context:0,implicit:true})],Ki.prototype,"otherName",void 0);bi([Si({type:Ne.IA5String,context:1,implicit:true})],Ki.prototype,"rfc822Name",void 0);bi([Si({type:Ne.IA5String,context:2,implicit:true})],Ki.prototype,"dNSName",void 0);bi([Si({type:Ne.Any,context:3,implicit:true})],Ki.prototype,"x400Address",void 0);bi([Si({type:Mi,context:4,implicit:false})],Ki.prototype,"directoryName",void 0);bi([Si({type:Ni,context:5})],Ki.prototype,"ediPartyName",void 0);bi([Si({type:Ne.IA5String,context:6,implicit:true})],Ki.prototype,"uniformResourceIdentifier",void 0);bi([Si({type:Ne.OctetString,context:7,implicit:true,converter:Ri})],Ki.prototype,"iPAddress",void 0);bi([Si({type:Ne.ObjectIdentifier,context:8,implicit:true})],Ki.prototype,"registeredID",void 0);Ki=bi([yi({type:ke.Choice})],Ki);var ji="1.3.6.1.5.5.7";var Hi="".concat(ji,".1");var Ui="2.5.29";var Fi;var Li=t("bg","".concat(Hi,".1"));var Vi=function(){function t(t){if(t===void 0){t={}}this.accessMethod="";this.accessLocation=new Ki;Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Vi.prototype,"accessMethod",void 0);bi([Si({type:Ki})],Vi.prototype,"accessLocation",void 0);var Gi=t("aG",Fi=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Fi.prototype);return i}return e}(gi));t("aG",Gi=Fi=bi([yi({type:ke.Sequence,itemType:Vi})],Gi));var Wi=t("bf","".concat(Ui,".35"));var Qi=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(je);var qi=function(){function t(t){if(t===void 0){t={}}if(t){Object.assign(this,t)}}return t}();t("aF",qi);bi([Si({type:Qi,context:0,optional:true,implicit:true})],qi.prototype,"keyIdentifier",void 0);bi([Si({type:Ki,context:1,optional:true,implicit:true,repeated:"sequence"})],qi.prototype,"authorityCertIssuer",void 0);bi([Si({type:Ne.Integer,context:2,optional:true,implicit:true,converter:Le})],qi.prototype,"authorityCertSerialNumber",void 0);var zi=t("be","".concat(Ui,".19"));var Zi=function(){function t(t){if(t===void 0){t={}}this.cA=false;Object.assign(this,t)}return t}();t("aE",Zi);bi([Si({type:Ne.Boolean,defaultValue:false})],Zi.prototype,"cA",void 0);bi([Si({type:Ne.Integer,optional:true})],Zi.prototype,"pathLenConstraint",void 0);var $i;var Xi=$i=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,$i.prototype);return i}return e}(gi);Xi=$i=bi([yi({type:ke.Sequence,itemType:Ki})],Xi);var Yi;var Ji=t("bd","".concat(Ui,".29"));var tr=t("aD",Yi=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Yi.prototype);return i}return e}(Xi));t("aD",tr=Yi=bi([yi({type:ke.Sequence})],tr));var er;var ir=t("bc","".concat(Ui,".32"));var rr=t("bo",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}t.prototype.toString=function(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""};return t}());bi([Si({type:Ne.IA5String})],rr.prototype,"ia5String",void 0);bi([Si({type:Ne.VisibleString})],rr.prototype,"visibleString",void 0);bi([Si({type:Ne.BmpString})],rr.prototype,"bmpString",void 0);bi([Si({type:Ne.Utf8String})],rr.prototype,"utf8String",void 0);t("bo",rr=bi([yi({type:ke.Choice})],rr));var nr=function(){function t(t){if(t===void 0){t={}}this.organization=new rr;this.noticeNumbers=[];Object.assign(this,t)}return t}();bi([Si({type:rr})],nr.prototype,"organization",void 0);bi([Si({type:Ne.Integer,repeated:"sequence"})],nr.prototype,"noticeNumbers",void 0);var or=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("bp",or);bi([Si({type:nr,optional:true})],or.prototype,"noticeRef",void 0);bi([Si({type:rr,optional:true})],or.prototype,"explicitText",void 0);var ar=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.IA5String})],ar.prototype,"cPSuri",void 0);bi([Si({type:or})],ar.prototype,"userNotice",void 0);ar=bi([yi({type:ke.Choice})],ar);var sr=function(){function t(t){if(t===void 0){t={}}this.policyQualifierId="";this.qualifier=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],sr.prototype,"policyQualifierId",void 0);bi([Si({type:Ne.Any})],sr.prototype,"qualifier",void 0);var ur=function(){function t(t){if(t===void 0){t={}}this.policyIdentifier="";Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],ur.prototype,"policyIdentifier",void 0);bi([Si({type:sr,repeated:"sequence",optional:true})],ur.prototype,"policyQualifiers",void 0);var cr=t("aC",er=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,er.prototype);return i}return e}(gi));t("aC",cr=er=bi([yi({type:ke.Sequence,itemType:ur})],cr));var fr=t("aK","".concat(Ui,".20"));var vr=t("a7",function(){function t(t){if(t===void 0){t=0}this.value=t}return t}());bi([Si({type:Ne.Integer})],vr.prototype,"value",void 0);t("a7",vr=bi([yi({type:ke.Choice})],vr));var hr=t("aJ","".concat(Ui,".27"));var dr=t("a6",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(vr));t("a6",dr=bi([yi({type:ke.Choice})],dr));var lr;var pr=t("bb","".concat(Ui,".31"));var yr;(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"})(yr||(yr={}));var Sr=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.toJSON=function(){var t=[];var e=this.toNumber();if(e&yr.aACompromise){t.push("aACompromise")}if(e&yr.affiliationChanged){t.push("affiliationChanged")}if(e&yr.cACompromise){t.push("cACompromise")}if(e&yr.certificateHold){t.push("certificateHold")}if(e&yr.cessationOfOperation){t.push("cessationOfOperation")}if(e&yr.keyCompromise){t.push("keyCompromise")}if(e&yr.privilegeWithdrawn){t.push("privilegeWithdrawn")}if(e&yr.superseded){t.push("superseded")}if(e&yr.unused){t.push("unused")}return t};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Ke);var Cr=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ki,context:0,repeated:"sequence",implicit:true})],Cr.prototype,"fullName",void 0);bi([Si({type:Ti,context:1,implicit:true})],Cr.prototype,"nameRelativeToCRLIssuer",void 0);Cr=bi([yi({type:ke.Choice})],Cr);var Ar=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Cr,context:0,optional:true})],Ar.prototype,"distributionPoint",void 0);bi([Si({type:Sr,context:1,optional:true,implicit:true})],Ar.prototype,"reasons",void 0);bi([Si({type:Ki,context:2,optional:true,repeated:"sequence",implicit:true})],Ar.prototype,"cRLIssuer",void 0);var mr=t("aB",lr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,lr.prototype);return i}return e}(gi));t("aB",mr=lr=bi([yi({type:ke.Sequence,itemType:Ar})],mr));var gr;var wr=gr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,gr.prototype);return i}return e}(mr);wr=gr=bi([yi({type:ke.Sequence,itemType:Ar})],wr);var br=t("ba","".concat(Ui,".28"));var Er=function(){function t(e){if(e===void 0){e={}}this.onlyContainsUserCerts=t.ONLY;this.onlyContainsCACerts=t.ONLY;this.indirectCRL=t.ONLY;this.onlyContainsAttributeCerts=t.ONLY;Object.assign(this,e)}return t}();t("aA",Er);Er.ONLY=false;bi([Si({type:Cr,context:0,optional:true})],Er.prototype,"distributionPoint",void 0);bi([Si({type:Ne.Boolean,context:1,defaultValue:Er.ONLY,implicit:true})],Er.prototype,"onlyContainsUserCerts",void 0);bi([Si({type:Ne.Boolean,context:2,defaultValue:Er.ONLY,implicit:true})],Er.prototype,"onlyContainsCACerts",void 0);bi([Si({type:Sr,context:3,optional:true,implicit:true})],Er.prototype,"onlySomeReasons",void 0);bi([Si({type:Ne.Boolean,context:4,defaultValue:Er.ONLY,implicit:true})],Er.prototype,"indirectCRL",void 0);bi([Si({type:Ne.Boolean,context:5,defaultValue:Er.ONLY,implicit:true})],Er.prototype,"onlyContainsAttributeCerts",void 0);var Pr=t("b9","".concat(Ui,".21"));var Dr;(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"})(Dr||(Dr={}));var _r=t("az",function(){function t(t){if(t===void 0){t=Dr.unspecified}this.reason=Dr.unspecified;this.reason=t}t.prototype.toJSON=function(){return Dr[this.reason]};t.prototype.toString=function(){return this.toJSON()};return t}());bi([Si({type:Ne.Enumerated})],_r.prototype,"reason",void 0);t("az",_r=bi([yi({type:ke.Choice})],_r));var Ir;var Br=t("b8","".concat(Ui,".37"));var xr=t("ay",Ir=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ir.prototype);return i}return e}(gi));t("ay",xr=Ir=bi([yi({type:ke.Sequence,itemType:Ne.ObjectIdentifier})],xr));var Tr=t("b7","".concat(Ui,".54"));var Or=t("ax",function(){function t(t){if(t===void 0){t=new ArrayBuffer(0)}this.value=t}return t}());bi([Si({type:Ne.Integer,converter:Le})],Or.prototype,"value",void 0);t("ax",Or=bi([yi({type:ke.Choice})],Or));var Mr=t("b6","".concat(Ui,".24"));var Rr=t("aw",function(){function t(t){this.value=new Date;if(t){this.value=t}}return t}());bi([Si({type:Ne.GeneralizedTime})],Rr.prototype,"value",void 0);t("aw",Rr=bi([yi({type:ke.Choice})],Rr));var kr;var Nr=t("b5","".concat(Ui,".18"));var Kr=t("av",kr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,kr.prototype);return i}return e}(Xi));t("av",Kr=kr=bi([yi({type:ke.Sequence})],Kr));var jr=t("b4","".concat(Ui,".15"));var Hr;(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"})(Hr||(Hr={}));var Ur=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.toJSON=function(){var t=this.toNumber();var e=[];if(t&Hr.cRLSign){e.push("crlSign")}if(t&Hr.dataEncipherment){e.push("dataEncipherment")}if(t&Hr.decipherOnly){e.push("decipherOnly")}if(t&Hr.digitalSignature){e.push("digitalSignature")}if(t&Hr.encipherOnly){e.push("encipherOnly")}if(t&Hr.keyAgreement){e.push("keyAgreement")}if(t&Hr.keyCertSign){e.push("keyCertSign")}if(t&Hr.keyEncipherment){e.push("keyEncipherment")}if(t&Hr.nonRepudiation){e.push("nonRepudiation")}return e};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Ke);t("au",Ur);var Fr;var Lr=t("b3","".concat(Ui,".30"));var Vr=function(){function t(t){if(t===void 0){t={}}this.base=new Ki;this.minimum=0;Object.assign(this,t)}return t}();bi([Si({type:Ki})],Vr.prototype,"base",void 0);bi([Si({type:Ne.Integer,context:0,defaultValue:0,implicit:true})],Vr.prototype,"minimum",void 0);bi([Si({type:Ne.Integer,context:1,optional:true,implicit:true})],Vr.prototype,"maximum",void 0);var Gr=Fr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Fr.prototype);return i}return e}(gi);Gr=Fr=bi([yi({type:ke.Sequence,itemType:Vr})],Gr);var Wr=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("at",Wr);bi([Si({type:Gr,context:0,optional:true,implicit:true})],Wr.prototype,"permittedSubtrees",void 0);bi([Si({type:Gr,context:1,optional:true,implicit:true})],Wr.prototype,"excludedSubtrees",void 0);var Qr=t("b2","".concat(Ui,".36"));var qr=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("as",qr);bi([Si({type:Ne.Integer,context:0,implicit:true,optional:true,converter:Le})],qr.prototype,"requireExplicitPolicy",void 0);bi([Si({type:Ne.Integer,context:1,implicit:true,optional:true,converter:Le})],qr.prototype,"inhibitPolicyMapping",void 0);var zr;var Zr=t("b1","".concat(Ui,".33"));var $r=function(){function t(t){if(t===void 0){t={}}this.issuerDomainPolicy="";this.subjectDomainPolicy="";Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],$r.prototype,"issuerDomainPolicy",void 0);bi([Si({type:Ne.ObjectIdentifier})],$r.prototype,"subjectDomainPolicy",void 0);var Xr=t("ar",zr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,zr.prototype);return i}return e}(gi));t("ar",Xr=zr=bi([yi({type:ke.Sequence,itemType:$r})],Xr));var Yr;var Jr=t("b0","".concat(Ui,".17"));var tn=t("aq",Yr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Yr.prototype);return i}return e}(Xi));t("aq",tn=Yr=bi([yi({type:ke.Sequence})],tn));var en=function(){function t(t){if(t===void 0){t={}}this.type="";this.values=[];Object.assign(this,t)}return t}();t("p",en);bi([Si({type:Ne.ObjectIdentifier})],en.prototype,"type",void 0);bi([Si({type:Ne.Any,repeated:"set"})],en.prototype,"values",void 0);var rn;var nn=t("a$","".concat(Ui,".9"));var on=t("ap",rn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,rn.prototype);return i}return e}(gi));t("ap",on=rn=bi([yi({type:ke.Sequence,itemType:en})],on));var an=t("a_","".concat(Ui,".14"));var sn=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Qi);t("ao",sn);var un=t("aP","".concat(Ui,".16"));var cn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("ad",cn);bi([Si({type:Ne.GeneralizedTime,context:0,implicit:true,optional:true})],cn.prototype,"notBefore",void 0);bi([Si({type:Ne.GeneralizedTime,context:1,implicit:true,optional:true})],cn.prototype,"notAfter",void 0);var fn=t("aO","1.2.840.113533.7.65.0");var vn;(function(t){t[t["keyUpdateAllowed"]=1]="keyUpdateAllowed";t[t["newExtensions"]=2]="newExtensions";t[t["pKIXCertificate"]=4]="pKIXCertificate"})(vn||(vn={}));var hn=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.toJSON=function(){var t=[];var e=this.toNumber();if(e&vn.pKIXCertificate){t.push("pKIXCertificate")}if(e&vn.newExtensions){t.push("newExtensions")}if(e&vn.keyUpdateAllowed){t.push("keyUpdateAllowed")}return t};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Ke);var dn=function(){function t(t){if(t===void 0){t={}}this.entrustVers="";this.entrustInfoFlags=new hn;Object.assign(this,t)}return t}();t("ac",dn);bi([Si({type:Ne.GeneralString})],dn.prototype,"entrustVers",void 0);bi([Si({type:hn})],dn.prototype,"entrustInfoFlags",void 0);var ln;var pn=t("aL","".concat(Hi,".11"));var yn=t("a8",ln=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ln.prototype);return i}return e}(gi));t("a8",yn=ln=bi([yi({type:ke.Sequence,itemType:Vi})],yn));var Sn=function(){function t(t){if(t===void 0){t={}}this.algorithm="";Object.assign(this,t)}t.prototype.isEqual=function(e){return e instanceof t&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&s.isEqual(e.parameters,this.parameters)||e.parameters===this.parameters)};return t}();bi([Si({type:Ne.ObjectIdentifier})],Sn.prototype,"algorithm",void 0);bi([Si({type:Ne.Any,optional:true})],Sn.prototype,"parameters",void 0);var Cn=function(){function t(t){if(t===void 0){t={}}this.algorithm=new Sn;this.subjectPublicKey=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Sn})],Cn.prototype,"algorithm",void 0);bi([Si({type:Ne.BitString})],Cn.prototype,"subjectPublicKey",void 0);var An=function(){function t(t){if(t){if(typeof t==="string"||typeof t==="number"||t instanceof Date){var e=new Date(t);if(e.getUTCFullYear()>2049){this.generalTime=e}else{this.utcTime=e}}else{Object.assign(this,t)}}}t.prototype.getTime=function(){var t=this.utcTime||this.generalTime;if(!t){throw new Error("Cannot get time from CHOICE object")}return t};return t}();bi([Si({type:Ne.UTCTime})],An.prototype,"utcTime",void 0);bi([Si({type:Ne.GeneralizedTime})],An.prototype,"generalTime",void 0);An=bi([yi({type:ke.Choice})],An);var mn=function(){function t(t){this.notBefore=new An(new Date);this.notAfter=new An(new Date);if(t){this.notBefore=new An(t.notBefore);this.notAfter=new An(t.notAfter)}}return t}();bi([Si({type:An})],mn.prototype,"notBefore",void 0);bi([Si({type:An})],mn.prototype,"notAfter",void 0);var gn;var wn=function(){function t(e){if(e===void 0){e={}}this.extnID="";this.critical=t.CRITICAL;this.extnValue=new je;Object.assign(this,e)}return t}();t("a3",wn);wn.CRITICAL=false;bi([Si({type:Ne.ObjectIdentifier})],wn.prototype,"extnID",void 0);bi([Si({type:Ne.Boolean,defaultValue:wn.CRITICAL})],wn.prototype,"critical",void 0);bi([Si({type:je})],wn.prototype,"extnValue",void 0);var bn=gn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,gn.prototype);return i}return e}(gi);bn=gn=bi([yi({type:ke.Sequence,itemType:wn})],bn);var En;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2";t[t["v3"]=2]="v3"})(En||(En={}));var Pn=function(){function t(t){if(t===void 0){t={}}this.version=En.v1;this.serialNumber=new ArrayBuffer(0);this.signature=new Sn;this.issuer=new Mi;this.validity=new mn;this.subject=new Mi;this.subjectPublicKeyInfo=new Cn;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,context:0,defaultValue:En.v1})],Pn.prototype,"version",void 0);bi([Si({type:Ne.Integer,converter:Le})],Pn.prototype,"serialNumber",void 0);bi([Si({type:Sn})],Pn.prototype,"signature",void 0);bi([Si({type:Mi})],Pn.prototype,"issuer",void 0);bi([Si({type:mn})],Pn.prototype,"validity",void 0);bi([Si({type:Mi})],Pn.prototype,"subject",void 0);bi([Si({type:Cn})],Pn.prototype,"subjectPublicKeyInfo",void 0);bi([Si({type:Ne.BitString,context:1,implicit:true,optional:true})],Pn.prototype,"issuerUniqueID",void 0);bi([Si({type:Ne.BitString,context:2,implicit:true,optional:true})],Pn.prototype,"subjectUniqueID",void 0);bi([Si({type:bn,context:3,optional:true})],Pn.prototype,"extensions",void 0);var Dn=function(){function t(t){if(t===void 0){t={}}this.tbsCertificate=new Pn;this.signatureAlgorithm=new Sn;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("C",Dn);bi([Si({type:Pn})],Dn.prototype,"tbsCertificate",void 0);bi([Si({type:Sn})],Dn.prototype,"signatureAlgorithm",void 0);bi([Si({type:Ne.BitString})],Dn.prototype,"signatureValue",void 0);var _n=function(){function t(t){if(t===void 0){t={}}this.userCertificate=new ArrayBuffer(0);this.revocationDate=new An;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,converter:Le})],_n.prototype,"userCertificate",void 0);bi([Si({type:An})],_n.prototype,"revocationDate",void 0);bi([Si({type:wn,optional:true,repeated:"sequence"})],_n.prototype,"crlEntryExtensions",void 0);var In=function(){function t(t){if(t===void 0){t={}}this.signature=new Sn;this.issuer=new Mi;this.thisUpdate=new An;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,optional:true})],In.prototype,"version",void 0);bi([Si({type:Sn})],In.prototype,"signature",void 0);bi([Si({type:Mi})],In.prototype,"issuer",void 0);bi([Si({type:An})],In.prototype,"thisUpdate",void 0);bi([Si({type:An,optional:true})],In.prototype,"nextUpdate",void 0);bi([Si({type:_n,repeated:"sequence",optional:true})],In.prototype,"revokedCertificates",void 0);bi([Si({type:wn,optional:true,context:0,repeated:"sequence"})],In.prototype,"crlExtensions",void 0);var Bn=function(){function t(t){if(t===void 0){t={}}this.tbsCertList=new In;this.signatureAlgorithm=new Sn;this.signature=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("o",Bn);bi([Si({type:In})],Bn.prototype,"tbsCertList",void 0);bi([Si({type:Sn})],Bn.prototype,"signatureAlgorithm",void 0);bi([Si({type:Ne.BitString})],Bn.prototype,"signature",void 0);var xn=t("i","1.2.840.10045.2.1");var Tn="1.2.840.10045.4.1";var On="1.2.840.10045.4.3.1";var Mn="1.2.840.10045.4.3.2";var Rn="1.2.840.10045.4.3.3";var kn="1.2.840.10045.4.3.4";function Nn(t){return new Sn({algorithm:t})}Nn(Tn);Nn(On);Nn(Mn);Nn(Rn);Nn(kn);var Kn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Kn.prototype,"fieldType",void 0);bi([Si({type:Ne.Any})],Kn.prototype,"parameters",void 0);Kn=bi([yi({type:ke.Sequence})],Kn);var jn=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(je);var Hn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.OctetString})],Hn.prototype,"a",void 0);bi([Si({type:Ne.OctetString})],Hn.prototype,"b",void 0);bi([Si({type:Ne.BitString,optional:true})],Hn.prototype,"seed",void 0);Hn=bi([yi({type:ke.Sequence})],Hn);var Un;(function(t){t[t["ecpVer1"]=1]="ecpVer1"})(Un||(Un={}));var Fn=function(){function t(t){if(t===void 0){t={}}this.version=Un.ecpVer1;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Fn.prototype,"version",void 0);bi([Si({type:Kn})],Fn.prototype,"fieldID",void 0);bi([Si({type:Hn})],Fn.prototype,"curve",void 0);bi([Si({type:jn})],Fn.prototype,"base",void 0);bi([Si({type:Ne.Integer,converter:Le})],Fn.prototype,"order",void 0);bi([Si({type:Ne.Integer,optional:true})],Fn.prototype,"cofactor",void 0);Fn=bi([yi({type:ke.Sequence})],Fn);var Ln=t("E",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}());bi([Si({type:Ne.ObjectIdentifier})],Ln.prototype,"namedCurve",void 0);bi([Si({type:Ne.Null})],Ln.prototype,"implicitCurve",void 0);bi([Si({type:Fn})],Ln.prototype,"specifiedCurve",void 0);t("E",Ln=bi([yi({type:ke.Choice})],Ln));var Vn=function(){function t(t){if(t===void 0){t={}}this.version=1;this.privateKey=new je;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Vn.prototype,"version",void 0);bi([Si({type:je})],Vn.prototype,"privateKey",void 0);bi([Si({type:Ln,context:0,optional:true})],Vn.prototype,"parameters",void 0);bi([Si({type:Ne.BitString,context:1,optional:true})],Vn.prototype,"publicKey",void 0);var Gn=function(){function t(t){if(t===void 0){t={}}this.r=new ArrayBuffer(0);this.s=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,converter:Le})],Gn.prototype,"r",void 0);bi([Si({type:Ne.Integer,converter:Le})],Gn.prototype,"s",void 0);var Wn="1.2.840.113549.1.1";var Qn=t("f","".concat(Wn,".1"));var qn="".concat(Wn,".7");var zn="".concat(Wn,".9");var Zn="".concat(Wn,".10");var $n="".concat(Wn,".2");var Xn="".concat(Wn,".4");var Yn="".concat(Wn,".5");var Jn="".concat(Wn,".12");var to="".concat(Wn,".13");var eo="".concat(Wn,".15");var io="".concat(Wn,".16");var ro="1.3.14.3.2.26";var no="2.16.840.1.101.3.4.2.4";var oo="2.16.840.1.101.3.4.2.1";var ao="2.16.840.1.101.3.4.2.2";var so="2.16.840.1.101.3.4.2.3";var uo="2.16.840.1.101.3.4.2.5";var co="2.16.840.1.101.3.4.2.6";var fo="1.2.840.113549.2.2";var vo="1.2.840.113549.2.5";var ho="".concat(Wn,".8");function lo(t){return new Sn({algorithm:t,parameters:null})}lo(fo);lo(vo);var po=lo(ro);lo(no);lo(oo);lo(ao);lo(so);lo(uo);lo(co);var yo=new Sn({algorithm:ho,parameters:wi.serialize(po)});var So=new Sn({algorithm:zn,parameters:wi.serialize(Qe.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});lo(Qn);lo($n);lo(Xn);lo(Yn);lo(eo);lo(io);lo(Jn);lo(to);lo(eo);lo(io);var Co=function(){function t(t){if(t===void 0){t={}}this.hashAlgorithm=new Sn(po);this.maskGenAlgorithm=new Sn({algorithm:ho,parameters:wi.serialize(po)});this.pSourceAlgorithm=new Sn(So);Object.assign(this,t)}return t}();bi([Si({type:Sn,context:0,defaultValue:po})],Co.prototype,"hashAlgorithm",void 0);bi([Si({type:Sn,context:1,defaultValue:yo})],Co.prototype,"maskGenAlgorithm",void 0);bi([Si({type:Sn,context:2,defaultValue:So})],Co.prototype,"pSourceAlgorithm",void 0);new Sn({algorithm:qn,parameters:wi.serialize(new Co)});var Ao=function(){function t(t){if(t===void 0){t={}}this.hashAlgorithm=new Sn(po);this.maskGenAlgorithm=new Sn({algorithm:ho,parameters:wi.serialize(po)});this.saltLength=20;this.trailerField=1;Object.assign(this,t)}return t}();bi([Si({type:Sn,context:0,defaultValue:po})],Ao.prototype,"hashAlgorithm",void 0);bi([Si({type:Sn,context:1,defaultValue:yo})],Ao.prototype,"maskGenAlgorithm",void 0);bi([Si({type:Ne.Integer,context:2,defaultValue:20})],Ao.prototype,"saltLength",void 0);bi([Si({type:Ne.Integer,context:3,defaultValue:1})],Ao.prototype,"trailerField",void 0);new Sn({algorithm:Zn,parameters:wi.serialize(new Ao)});var mo=function(){function t(t){if(t===void 0){t={}}this.digestAlgorithm=new Sn;this.digest=new je;Object.assign(this,t)}return t}();bi([Si({type:Sn})],mo.prototype,"digestAlgorithm",void 0);bi([Si({type:je})],mo.prototype,"digest",void 0);var go;var wo=function(){function t(t){if(t===void 0){t={}}this.prime=new ArrayBuffer(0);this.exponent=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,converter:Le})],wo.prototype,"prime",void 0);bi([Si({type:Ne.Integer,converter:Le})],wo.prototype,"exponent",void 0);bi([Si({type:Ne.Integer,converter:Le})],wo.prototype,"coefficient",void 0);var bo=go=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,go.prototype);return i}return e}(gi);bo=go=bi([yi({type:ke.Sequence,itemType:wo})],bo);var Eo=function(){function t(t){if(t===void 0){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)}return t}();bi([Si({type:Ne.Integer})],Eo.prototype,"version",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"modulus",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"publicExponent",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"privateExponent",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"prime1",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"prime2",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"exponent1",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"exponent2",void 0);bi([Si({type:Ne.Integer,converter:Le})],Eo.prototype,"coefficient",void 0);bi([Si({type:bo,optional:true})],Eo.prototype,"otherPrimeInfos",void 0);var Po=function(){function t(t){if(t===void 0){t={}}this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("R",Po);bi([Si({type:Ne.Integer,converter:Le})],Po.prototype,"modulus",void 0);bi([Si({type:Ne.Integer,converter:Le})],Po.prototype,"publicExponent",void 0);var Do,_o;var Io=t("j","1.3.6.1.4.1.18227.2.1");var Bo=t("l",Do=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Do.prototype);return i}return e}(gi));t("l",Bo=Do=bi([yi({type:ke.Sequence,itemType:Sn})],Bo));var xo=t("k",_o=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,_o.prototype);return i}return e}(gi));t("k",xo=_o=bi([yi({type:ke.Sequence,itemType:Ne.BitString})],xo));var To=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(je);var Oo=function(){function t(t){if(t===void 0){t={}}this.encryptionAlgorithm=new Sn;this.encryptedData=new To;Object.assign(this,t)}return t}();bi([Si({type:Sn})],Oo.prototype,"encryptionAlgorithm",void 0);bi([Si({type:To})],Oo.prototype,"encryptedData",void 0);var Mo;var Ro;(function(t){t[t["v1"]=0]="v1"})(Ro||(Ro={}));var ko=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(je);var No=Mo=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mo.prototype);return i}return e}(gi);No=Mo=bi([yi({type:ke.Sequence,itemType:en})],No);var Ko=function(){function t(t){if(t===void 0){t={}}this.version=Ro.v1;this.privateKeyAlgorithm=new Sn;this.privateKey=new ko;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Ko.prototype,"version",void 0);bi([Si({type:Sn})],Ko.prototype,"privateKeyAlgorithm",void 0);bi([Si({type:ko})],Ko.prototype,"privateKey",void 0);bi([Si({type:No,implicit:true,context:0,optional:true})],Ko.prototype,"attributes",void 0);var jo;var Ho;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2"})(Ho||(Ho={}));var Uo=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Uo=bi([yi({type:ke.Sequence})],Uo);var Fo=function(){function t(){this.version=Ho.v1;this.privateKeyAlgorithm=new Sn;this.privateKey=new ArrayBuffer(0)}return t}();bi([Si({type:Ne.Integer})],Fo.prototype,"version",void 0);bi([Si({type:Sn})],Fo.prototype,"privateKeyAlgorithm",void 0);bi([Si({type:Ne.OctetString})],Fo.prototype,"privateKey",void 0);bi([Si({type:No,context:0,implicit:true,optional:true})],Fo.prototype,"attributes",void 0);bi([Si({type:Ne.BitString,context:1,implicit:true,optional:true})],Fo.prototype,"publicKey",void 0);Fo=bi([yi({type:ke.Sequence})],Fo);var Lo=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Fo);Lo=bi([yi({type:ke.Sequence})],Lo);var Vo=jo=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,jo.prototype);return i}return e}(gi);Vo=jo=bi([yi({type:ke.Sequence,itemType:Fo})],Vo);var Go,Wo;var Qo=t("g","2.16.840.1.114027.80.4.1");var qo=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);qo=bi([yi({type:ke.Sequence})],qo);var zo=t("h",Go=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Go.prototype);return i}return e}(gi));t("h",zo=Go=bi([yi({type:ke.Sequence,itemType:Cn})],zo));var Zo=Wo=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Wo.prototype);return i}return e}(gi);Zo=Wo=bi([yi({type:ke.Sequence,itemType:Fo})],Zo);var $o={exports:{}};var Xo=$o.exports;var Yo;function Jo(){if(Yo)return $o.exports;Yo=1;(function(t,e){!function(e,i){t.exports=i()}(Xo,(function(){var t=1e3,e=6e4,i=36e5,r="millisecond",n="second",o="minute",a="hour",s="day",u="week",c="month",f="quarter",v="year",h="date",d="Invalid Date",l=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,p=/\[([^\]]+)]|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,y={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])+"]"}},S=function(t,e,i){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(i)+t},C={s:S,z:function(t){var e=-t.utcOffset(),i=Math.abs(e),r=Math.floor(i/60),n=i%60;return(e<=0?"+":"-")+S(r,2,"0")+":"+S(n,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()),n=e.clone().add(r,c),o=i-n<0,a=e.clone().add(r+(o?-1:1),c);return+(-(r+(i-n)/(o?n-a:a-n))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:c,y:v,w:u,d:s,D:h,h:a,m:o,s:n,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},A="en",m={};m[A]=y;var g="$isDayjsObject",w=function(t){return t instanceof D||!(!t||!t[g])},b=function t(e,i,r){var n;if(!e)return A;if("string"==typeof e){var o=e.toLowerCase();m[o]&&(n=o),i&&(m[o]=i,n=o);var a=e.split("-");if(!n&&a.length>1)return t(a[0])}else{var s=e.name;m[s]=e,n=s}return!r&&n&&(A=n),n||!r&&A},E=function(t,e){if(w(t))return t.clone();var i="object"==typeof e?e:{};return i.date=t,i.args=arguments,new D(i)},P=C;P.l=b,P.i=w,P.w=function(t,e){return E(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var D=function(){function y(t){this.$L=b(t.locale,null,true),this.parse(t),this.$x=this.$x||t.x||{},this[g]=true}var S=y.prototype;return S.parse=function(t){this.$d=function(t){var e=t.date,i=t.utc;if(null===e)return new Date(NaN);if(P.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(l);if(r){var n=r[2]-1||0,o=(r[7]||"0").substring(0,3);return i?new Date(Date.UTC(r[1],n,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],n,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(e)}(t),this.init()},S.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()},S.$utils=function(){return P},S.isValid=function(){return!(this.$d.toString()===d)},S.isSame=function(t,e){var i=E(t);return this.startOf(e)<=i&&i<=this.endOf(e)},S.isAfter=function(t,e){return E(t)<this.startOf(e)},S.isBefore=function(t,e){return this.endOf(e)<E(t)},S.$g=function(t,e,i){return P.u(t)?this[e]:this.set(i,t)},S.unix=function(){return Math.floor(this.valueOf()/1e3)},S.valueOf=function(){return this.$d.getTime()},S.startOf=function(t,e){var i=this,r=!!P.u(e)||e,f=P.p(t),d=function(t,e){var n=P.w(i.$u?Date.UTC(i.$y,e,t):new Date(i.$y,e,t),i);return r?n:n.endOf(s)},l=function(t,e){return P.w(i.toDate()[t].apply(i.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),i)},p=this.$W,y=this.$M,S=this.$D,C="set"+(this.$u?"UTC":"");switch(f){case v:return r?d(1,0):d(31,11);case c:return r?d(1,y):d(0,y+1);case u:var A=this.$locale().weekStart||0,m=(p<A?p+7:p)-A;return d(r?S-m:S+(6-m),y);case s:case h:return l(C+"Hours",0);case a:return l(C+"Minutes",1);case o:return l(C+"Seconds",2);case n:return l(C+"Milliseconds",3);default:return this.clone()}},S.endOf=function(t){return this.startOf(t,false)},S.$set=function(t,e){var i,u=P.p(t),f="set"+(this.$u?"UTC":""),d=(i={},i[s]=f+"Date",i[h]=f+"Date",i[c]=f+"Month",i[v]=f+"FullYear",i[a]=f+"Hours",i[o]=f+"Minutes",i[n]=f+"Seconds",i[r]=f+"Milliseconds",i)[u],l=u===s?this.$D+(e-this.$W):e;if(u===c||u===v){var p=this.clone().set(h,1);p.$d[d](l),p.init(),this.$d=p.set(h,Math.min(this.$D,p.daysInMonth())).$d}else d&&this.$d[d](l);return this.init(),this},S.set=function(t,e){return this.clone().$set(t,e)},S.get=function(t){return this[P.p(t)]()},S.add=function(r,f){var h,d=this;r=Number(r);var l=P.p(f),p=function(t){var e=E(d);return P.w(e.date(e.date()+Math.round(t*r)),d)};if(l===c)return this.set(c,this.$M+r);if(l===v)return this.set(v,this.$y+r);if(l===s)return p(1);if(l===u)return p(7);var y=(h={},h[o]=e,h[a]=i,h[n]=t,h)[l]||1,S=this.$d.getTime()+r*y;return P.w(S,this)},S.subtract=function(t,e){return this.add(-1*t,e)},S.format=function(t){var e=this,i=this.$locale();if(!this.isValid())return i.invalidDate||d;var r=t||"YYYY-MM-DDTHH:mm:ssZ",n=P.z(this),o=this.$H,a=this.$m,s=this.$M,u=i.weekdays,c=i.months,f=i.meridiem,v=function(t,i,n,o){return t&&(t[i]||t(e,r))||n[i].slice(0,o)},h=function(t){return P.s(o%12||12,t,"0")},l=f||function(t,e,i){var r=t<12?"AM":"PM";return i?r.toLowerCase():r};return r.replace(p,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return P.s(e.$y,4,"0");case"M":return s+1;case"MM":return P.s(s+1,2,"0");case"MMM":return v(i.monthsShort,s,c,3);case"MMMM":return v(c,s);case"D":return e.$D;case"DD":return P.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return v(i.weekdaysMin,e.$W,u,2);case"ddd":return v(i.weekdaysShort,e.$W,u,3);case"dddd":return u[e.$W];case"H":return String(o);case"HH":return P.s(o,2,"0");case"h":return h(1);case"hh":return h(2);case"a":return l(o,a,true);case"A":return l(o,a,false);case"m":return String(a);case"mm":return P.s(a,2,"0");case"s":return String(e.$s);case"ss":return P.s(e.$s,2,"0");case"SSS":return P.s(e.$ms,3,"0");case"Z":return n}return null}(t)||n.replace(":","")}))},S.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},S.diff=function(r,h,d){var l,p=this,y=P.p(h),S=E(r),C=(S.utcOffset()-this.utcOffset())*e,A=this-S,m=function(){return P.m(p,S)};switch(y){case v:l=m()/12;break;case c:l=m();break;case f:l=m()/3;break;case u:l=(A-C)/6048e5;break;case s:l=(A-C)/864e5;break;case a:l=A/i;break;case o:l=A/e;break;case n:l=A/t;break;default:l=A}return d?l:P.a(l)},S.daysInMonth=function(){return this.endOf(c).$D},S.$locale=function(){return m[this.$L]},S.locale=function(t,e){if(!t)return this.$L;var i=this.clone(),r=b(t,e,true);return r&&(i.$L=r),i},S.clone=function(){return P.w(this.$d,this)},S.toDate=function(){return new Date(this.valueOf())},S.toJSON=function(){return this.isValid()?this.toISOString():null},S.toISOString=function(){return this.$d.toISOString()},S.toString=function(){return this.$d.toUTCString()},y}(),_=D.prototype;return E.prototype=_,[["$ms",r],["$s",n],["$m",o],["$H",a],["$W",s],["$M",c],["$y",v],["$D",h]].forEach((function(t){_[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),E.extend=function(t,e){return t.$i||(t(e,D,E),t.$i=true),E},E.locale=b,E.isDayjs=w,E.unix=function(t){return E(1e3*t)},E.en=m[A],E.Ls=m,E.p={},E}))})($o);return $o.exports}var ta=Jo();var ea=r(ta);var ia={exports:{}};var ra=ia.exports;var na;function oa(){if(na)return ia.exports;na=1;(function(t,e){!function(e,i){t.exports=i()}(ra,(function(){return function(t,e,i){t=t||{};var r=e.prototype,n={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 o(t,e,i,n){return r.fromToBase(t,e,i,n)}i.en.relativeTime=n,r.fromToBase=function(e,r,o,a,s){for(var u,c,f,v=o.$locale().relativeTime||n,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,l=0;l<d;l+=1){var p=h[l];p.d&&(u=a?i(e).diff(o,p.d,true):o.diff(e,p.d,true));var y=(t.rounding||Math.round)(Math.abs(u));if(f=u>0,y<=p.r||!p.r){y<=1&&l>0&&(p=h[l-1]);var S=v[p.l];s&&(y=s(""+y)),c="string"==typeof S?S.replace("%d",y):S(y,r,p.l,f);break}}if(r)return c;var C=f?v.future:v.past;return"function"==typeof C?C(c):C.replace("%s",c)},r.to=function(t,e){return o(t,e,this,true)},r.from=function(t,e){return o(t,e,this)};var a=function(t){return t.$u?i.utc():i()};r.toNow=function(t){return this.to(a(this),t)},r.fromNow=function(t){return this.from(a(this),t)}}}))})(ia);return ia.exports}var aa=oa();var sa=r(aa);
79
- /**
80
- * @license
81
- * Copyright (c) Peculiar Ventures, LLC.
82
- *
83
- * This source code is licensed under the MIT license found in the
84
- * LICENSE file in the root directory of this source tree.
85
- */ea.extend(sa);var ua=t("_",(function(t){return new Date(t).toUTCString()}));var ca=t("a",(function(t,e){if(!t||!e){return""}var i=ea(t);var r=ea(e);return i.to(r,true)}));var fa="Basic Information";var va="Subject Name";var ha="Issuer Name";var da="Public Key Info";var la="Signature";var pa="Extensions";var ya="Miscellaneous";var Sa="Download";var Ca="Serial Number";var Aa="Version";var ma="Validity";var ga="Issued";var wa="Expired";var ba="Last Update";var Ea="Next Update";var Pa="Algorithm";var Da="Named Curve";var _a="Exponent";var Ia="Modulus";var Ba="Value";var xa="Valid";var Ta="Revoked";var Oa="Issuer";var Ma="Name";var Ra="Public Key";var ka="Fingerprint";var Na="Fingerprints";var Ka="Test URLs";var ja="Certificate Details";var Ha="Holder";var Ua="Digest Info";var Fa="Type";var La="Revoked Certificates";var Va="Revocation Date";var Ga="Yes";var Wa="No";var Qa="Only User Certificates";var qa="Only Attribute Certificates";var za="Only CA Certificates";var Za="Indirect CRL";var $a="Only Reasons";var Xa="CRL Entry Extensions";var Ya="Preview certificate";var Ja="View details";var ts="Download options";var es={basicInformation:fa,subjectName:va,issuerName:ha,publicKeyInfo:da,signature:la,extensions:pa,miscellaneous:ya,download:Sa,"download.pem":"Download PEM","download.der":"Download DER",serialNumber:Ca,version:Aa,validity:ma,issued:ga,expired:wa,lastUpdate:ba,nextUpdate:Ea,algorithm:Pa,namedCurve:Da,exponent:_a,modulus:Ia,value:Ba,valid:xa,revoked:Ta,issuer:Oa,name:Ma,publicKey:Ra,fingerprint:ka,fingerprints:Na,testURLs:Ka,certificateDetails:ja,holder:Ha,digestInfo:Ua,type:Fa,revokedCertificates:La,revocationDate:Va,yes:Ga,no:Wa,onlyUserCertificates:Qa,onlyAttributeCertificates:qa,onlyCACertificates:za,indirectCRL:Za,onlyReasons:$a,crlEntryExtensions:Xa,previewCertificate:Ya,viewDetails:Ja,downloadOptions:ts};
86
- /**
87
- * @license
88
- * Copyright (c) Peculiar Ventures, LLC.
89
- *
90
- * This source code is licensed under the MIT license found in the
91
- * LICENSE file in the root directory of this source tree.
92
- */var is={en:es};var rs=function(){function t(){var t=this;this.setLocale=function(e){t.locale=e&&is[e]?e:"en"};this.getLocale=function(){return t.locale};var e=window.navigator.language.slice(0,2).toLowerCase();this.setLocale(e)}t.prototype.getString=function(t,e){var i=is[this.locale][t];if(!i){return""}if(!e){return i}var r=i.split(e.pattern);if(r.length>1){return[r[0],e.replacer,r[1]]}return i};return t}();var ns=t("Z",new rs);
93
- /**
94
- * @license
95
- * Copyright (c) Peculiar Ventures, LLC.
96
- *
97
- * This source code is licensed under the MIT license found in the
98
- * LICENSE file in the root directory of this source tree.
99
- */var os={"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"};var as=t("$",{"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.4.13":"Apple Extended Key Usage Developer ID Installer","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.113635.100.6.1.33":"Apple Certificate Extension Developer ID Date","1.2.840.113635.100.6.1.14":"Apple Certificate Extension Developer ID Installer","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.22112.2.1":"Private Key Possession Statement","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.4":"KP Client Authentication","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.21":"Secure Shell Client","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.132.1.12":"ECDH","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.3.13":"FPKI Common Authentication 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.101.3.6.9.1":"Personal Identity Verification (PIV) National Agency Check with Inquiries (NACI) indicator","2.16.840.1.101.3.6.6":"FASC-N","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","2.16.840.1.101.3.4.3.17":"ML-DSA-44","2.16.840.1.101.3.4.3.18":"ML-DSA-65","2.16.840.1.101.3.4.3.19":"ML-DSA-87","2.16.840.1.101.3.4.3.20":"SLH-DSA-SHA2-128s","2.16.840.1.101.3.4.3.21":"SLH-DSA-SHA2-128f","2.16.840.1.101.3.4.3.22":"SLH-DSA-SHA2-192s","2.16.840.1.101.3.4.3.23":"SLH-DSA-SHA2-192f","2.16.840.1.101.3.4.3.24":"SLH-DSA-SHA2-256s","2.16.840.1.101.3.4.3.25":"SLH-DSA-SHA2-256f","2.16.840.1.101.3.4.3.26":"SLH-DSA-SHAKE-128s","2.16.840.1.101.3.4.3.27":"SLH-DSA-SHAKE-128f","2.16.840.1.101.3.4.3.28":"SLH-DSA-SHAKE-192f","2.16.840.1.101.3.4.3.29":"SLH-DSA-SHAKE-256s","2.16.840.1.101.3.4.3.30":"SLH-DSA-SHAKE-256f","2.16.840.1.101.3.4.3.31":"SLH-DSA-SHAKE-256f"});
100
- /**
101
- * @license
102
- * Copyright (c) Peculiar Ventures, LLC.
103
- *
104
- * This source code is licensed under the MIT license found in the
105
- * LICENSE file in the root directory of this source tree.
106
- */var ss=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,n){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?n.call(t,i):n?n.value=i:e.set(t,i),i};var us=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 cs;var fs=function(){function t(t){cs.set(this,new Mi);if(s.BufferSourceConverter.isBufferSource(t)){ss(this,cs,Ai.parse(t,Mi),"f")}else{ss(this,cs,t,"f")}}t.prototype.toJSON=function(){var t=[];us(this,cs,"f").forEach((function(e){return e.forEach((function(e){t.push({type:e.type,name:as[e.type],shortName:os[e.type],value:e.value.toString()})}))}));return t};return t}();t("N",fs);cs=new WeakMap;var vs;var hs=t("aN","".concat(Hi,".2"));var ds;(function(t){t[t["picture"]=0]="picture";t[t["handwrittenSignature"]=1]="handwrittenSignature"})(ds||(ds={}));var ls=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],ls.prototype,"predefinedBiometricType",void 0);bi([Si({type:Ne.ObjectIdentifier})],ls.prototype,"biometricDataOid",void 0);ls=bi([yi({type:ke.Choice})],ls);var ps=function(){function t(t){if(t===void 0){t={}}this.typeOfBiometricData=new ls;this.hashAlgorithm=new Sn;this.biometricDataHash=new je;Object.assign(this,t)}return t}();bi([Si({type:ls})],ps.prototype,"typeOfBiometricData",void 0);bi([Si({type:Sn})],ps.prototype,"hashAlgorithm",void 0);bi([Si({type:je})],ps.prototype,"biometricDataHash",void 0);bi([Si({type:Ne.IA5String,optional:true})],ps.prototype,"sourceDataUri",void 0);var ys=t("ab",vs=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,vs.prototype);return i}return e}(gi));t("ab",ys=vs=bi([yi({type:ke.Sequence,itemType:ps})],ys));var Ss="".concat(ji,".11");var Cs,As;var ms=t("aZ","".concat(Hi,".3"));var gs=function(){function t(){this.statementId="";this.statementInfo=new ArrayBuffer(0)}return t}();bi([Si({type:Ne.ObjectIdentifier})],gs.prototype,"statementId",void 0);bi([Si({type:Ne.Any,optional:true})],gs.prototype,"statementInfo",void 0);var ws=t("bx","".concat(Ss,".2"));var bs=Cs=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Cs.prototype);return i}return e}(gi);bs=Cs=bi([yi({type:ke.Sequence,itemType:Ki})],bs);var Es=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("by",Es);bi([Si({type:Ne.ObjectIdentifier,optional:true})],Es.prototype,"semanticsIdentifier",void 0);bi([Si({type:bs,optional:true})],Es.prototype,"nameRegistrationAuthorities",void 0);var Ps=t("an",As=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,As.prototype);return i}return e}(gi));t("an",Ps=As=bi([yi({type:ke.Sequence,itemType:gs})],Ps));var Ds=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ii);Ds=bi([yi({type:ke.Choice})],Ds);var _s;(function(t){t["M"]="M";t["F"]="F";t["m"]="m";t["f"]="f"})(_s||(_s={}));var Is;var Bs=Is=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Is.prototype);return i}return e}(cr);Bs=Is=bi([yi({type:ke.Sequence})],Bs);var xs=t("aY","1.3.6.1.4.1.311.21.7");var Ts=function(){function t(t){if(t===void 0){t={}}this.templateID="";this.templateMajorVersion=0;this.templateMinorVersion=0;Object.assign(this,t)}return t}();t("am",Ts);bi([Si({type:Ne.ObjectIdentifier})],Ts.prototype,"templateID",void 0);bi([Si({type:Ne.Integer})],Ts.prototype,"templateMajorVersion",void 0);bi([Si({type:Ne.Integer})],Ts.prototype,"templateMinorVersion",void 0);var Os=t("aX","1.3.6.1.4.1.311.20.2");var Ms=function(){function t(t){if(t===void 0){t={}}this.name="";Object.assign(this,t)}return t}();bi([Si({type:Ne.Utf8String})],Ms.prototype,"name",void 0);var Rs=t("al",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}t.prototype.toString=function(){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)||""};return t}());bi([Si({type:Ii})],Rs.prototype,"name",void 0);bi([Si({type:Ms})],Rs.prototype,"spec",void 0);t("al",Rs=bi([yi({type:ke.Choice})],Rs));var ks=t("aU","1.3.6.1.4.1.311.21.1");var Ns=t("ai",function(){function t(){this.value=new ArrayBuffer(0)}t.prototype.toString=function(){var t=this.getVersion();return"V".concat(t.certificateIndex,".").concat(t.keyIndex)};t.prototype.getVersion=function(){var 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(s.Convert.ToHex(t.slice(0,2)),16),certificateIndex:parseInt(s.Convert.ToHex(t.slice(2)),16)}};return t}());bi([Si({type:Ne.Integer,converter:Le})],Ns.prototype,"value",void 0);t("ai",Ns=bi([yi({type:ke.Choice})],Ns));var Ks=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.NumericString})],Ks.prototype,"numericString",void 0);bi([Si({type:Ne.PrintableString})],Ks.prototype,"printableString",void 0);bi([Si({type:Ne.TeletexString})],Ks.prototype,"teletexString",void 0);bi([Si({type:Ne.VideotexString})],Ks.prototype,"videotexString",void 0);bi([Si({type:Ne.IA5String})],Ks.prototype,"ia5String",void 0);bi([Si({type:Ne.GraphicString})],Ks.prototype,"graphicString",void 0);bi([Si({type:Ne.VisibleString})],Ks.prototype,"visibleString",void 0);bi([Si({type:Ne.GeneralString})],Ks.prototype,"generalString",void 0);bi([Si({type:Ne.UniversalString})],Ks.prototype,"universalString",void 0);bi([Si({type:Ne.BmpString})],Ks.prototype,"bmpString",void 0);Ks=bi([yi({type:ke.Choice})],Ks);var js=function(){function t(t){if(t===void 0){t=new ArrayBuffer(0)}this.value=t}return t}();bi([Si({type:Ne.Any})],js.prototype,"value",void 0);js=bi([yi({type:ke.Choice})],js);var Hs;var Us=Hs=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Hs.prototype);return i}return e}(bn);Us=Hs=bi([yi({type:ke.Sequence})],Us);var Fs=function(){function t(t){if(t===void 0){t={}}this.keySpec=0;this.cspName="";this.signature=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Fs.prototype,"keySpec",void 0);bi([Si({type:Ne.BmpString})],Fs.prototype,"cspName",void 0);bi([Si({type:Ne.BitString})],Fs.prototype,"signature",void 0);var Ls;var Vs=Ls=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ls.prototype);return i}return e}(gi);Vs=Ls=bi([yi({type:ke.Sequence,itemType:Ne.Any})],Vs);var Gs;var Ws=Gs=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Gs.prototype);return i}return e}(gi);Ws=Gs=bi([yi({type:ke.Sequence,itemType:Ne.Any})],Ws);var Qs;var qs=function(){function t(t){if(t===void 0){t={}}this.name="";this.value="";Object.assign(this,t)}return t}();bi([Si({type:Ne.BmpString})],qs.prototype,"name",void 0);bi([Si({type:Ne.BmpString})],qs.prototype,"value",void 0);var zs=Qs=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Qs.prototype);return i}return e}(gi);zs=Qs=bi([yi({type:ke.Sequence,itemType:qs})],zs);var Zs=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ki);Zs=bi([yi({type:ke.Sequence})],Zs);var $s=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ki);$s=bi([yi({type:ke.Sequence})],$s);var Xs=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Dn);Xs=bi([yi({type:ke.Sequence})],Xs);var Ys=function(){function t(t){if(t===void 0){t={}}this.clientId=0;this.machineName="";this.userName="";this.processName="";Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Ys.prototype,"clientId",void 0);bi([Si({type:Ne.Utf8String})],Ys.prototype,"machineName",void 0);bi([Si({type:Ne.Utf8String})],Ys.prototype,"userName",void 0);bi([Si({type:Ne.Utf8String})],Ys.prototype,"processName",void 0);var Js="2.16.840.1.113730";var tu="".concat(Js,".1");var eu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],eu.prototype,"value",void 0);eu=bi([yi({type:ke.Choice})],eu);var iu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],iu.prototype,"value",void 0);iu=bi([yi({type:ke.Choice})],iu);var ru=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],ru.prototype,"value",void 0);ru=bi([yi({type:ke.Choice})],ru);var nu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],nu.prototype,"value",void 0);nu=bi([yi({type:ke.Choice})],nu);var ou=t("aV","".concat(tu,".1"));var au;(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"})(au||(au={}));var su=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.toJSON=function(){var t=this.toNumber();var e=[];if(t&au.objectSigning){e.push("objectSigning")}if(t&au.objectSigningCa){e.push("objectSigningCa")}if(t&au.sMime){e.push("sMime")}if(t&au.sMimeCa){e.push("sMimeCa")}if(t&au.sslCa){e.push("sslCa")}if(t&au.sslClient){e.push("sslClient")}if(t&au.sslServer){e.push("sslServer")}return e};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Ke);t("aj",su);var uu=t("aW","".concat(tu,".13"));var cu=t("ak",function(){function t(t){this.value="";if(t){this.value=t}}return t}());bi([Si({type:Ne.IA5String})],cu.prototype,"value",void 0);t("ak",cu=bi([yi({type:ke.Choice})],cu));var fu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],fu.prototype,"value",void 0);fu=bi([yi({type:ke.Choice})],fu);var vu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();bi([Si({type:Ne.IA5String})],vu.prototype,"value",void 0);vu=bi([yi({type:ke.Choice})],vu);var hu=t("aT","1.3.6.1.4.1.52266.1");var du=function(){function t(t){if(t===void 0){t={}}this.leiCode="";Object.assign(this,t)}return t}();bi([Si({type:Jt})],du.prototype,"leiCode",void 0);bi([Si({type:Jt,context:0,optional:true})],du.prototype,"leiRole",void 0);du=bi([yi({type:ke.Sequence})],du);var lu=function(){function t(t){if(t){this.text=t}}Object.defineProperty(t.prototype,"text",{get:function(){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:function(t){this.printableString=t},enumerable:false,configurable:true});return t}();bi([Si({type:Ne.IA5String})],lu.prototype,"ia5String",void 0);bi([Si({type:Ne.VisibleString})],lu.prototype,"visibleString",void 0);bi([Si({type:Ne.BmpString})],lu.prototype,"bmpString",void 0);bi([Si({type:Ne.Utf8String})],lu.prototype,"utf8String",void 0);bi([Si({type:Ne.PrintableString})],lu.prototype,"printableString",void 0);lu=bi([yi({type:ke.Choice})],lu);var pu=t("ah",function(t){__extends(e,t);function e(e){var i=t.call(this)||this;if(typeof e==="string"){i.text=e}else if(e instanceof du){i.struct=e}return i}return e}(lu));bi([Si({type:du})],pu.prototype,"struct",void 0);t("ah",pu=bi([yi({type:ke.Choice})],pu));var yu=t("aS","1.3.6.1.4.1.52266.2");var Su=t("ag",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(lu));t("ag",Su=bi([yi({type:ke.Choice})],Su));var Cu=function(){function t(t){this.offset=0;this.view=s.BufferSourceConverter.toUint8Array(t)}Object.defineProperty(t.prototype,"position",{get:function(){return this.offset},enumerable:false,configurable:true});t.prototype.read=function(t){if(t===void 0){t=1}var e=this.view.slice(this.offset,this.offset+t);this.offset=this.offset+e.length;return e};t.prototype.readByte=function(){var t=this.read();if(!t.length){throw new Error("End of stream")}return t[0]};t.prototype.readNumber=function(t){var e=this.read(t);var i=s.Convert.ToHex(e);return parseInt(i,16)};t.prototype.readEnd=function(){return this.read(this.view.length-this.offset)};t.prototype.reset=function(){this.offset=0};return t}();t("a1",Cu);var Au=function(){function t(){}t.createStream=function(t){var e=s.BufferSourceConverter.toUint8Array(t);return new Cu(e)};return t}();var mu;(function(t){t[t["certificateTimestamp"]=0]="certificateTimestamp";t[t["treeHash"]=1]="treeHash"})(mu||(mu={}));var gu;(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"})(gu||(gu={}));var wu;(function(t){t[t["anonymous"]=0]="anonymous";t[t["rsa"]=1]="rsa";t[t["dsa"]=2]="dsa";t[t["ecdsa"]=3]="ecdsa"})(wu||(wu={}));var bu=function(t){__extends(e,t);function e(e){var i=t.call(this)||this;i.version=0;i.logId=new ArrayBuffer(32);i.timestamp=new Date;i.extensions=new ArrayBuffer(0);i.hashAlgorithm=0;i.signatureAlgorithm=0;i.signature=new ArrayBuffer(0);if(e){i.parse(e)}return i}e.prototype.parse=function(t){this.version=t.readByte();t.read(2);this.logId=s.BufferSourceConverter.toArrayBuffer(t.read(32));this.timestamp=new Date(t.readNumber(8));var e=t.readNumber(2);this.extensions=t.read(e).buffer;this.hashAlgorithm=t.readByte();this.signatureAlgorithm=t.readByte();this.signature=t.read(t.readNumber(2)).buffer};e.prototype.toJSON=function(){return{version:this.version,logId:s.Convert.ToHex(this.logId),timestamp:this.timestamp,extensions:s.Convert.ToBase64(this.extensions),hashAlgorithm:gu[this.hashAlgorithm]||"undefined",signatureAlgorithm:wu[this.signatureAlgorithm]||"undefined",signature:s.Convert.ToBase64(this.signature)}};return e}(Au);t("a2",bu);var Eu;(function(t){t[t["v1"]=1]="v1"})(Eu||(Eu={}));var Pu=t("aQ","1.2.840.113583.1.1.9.2");var Du=function(){function t(t){if(t===void 0){t={}}this.version=Eu.v1;Object.assign(this,t)}return t}();t("ae",Du);bi([Si({type:Ne.Integer})],Du.prototype,"version",void 0);var _u=t("aR","1.2.840.113583.1.1.9.1");var Iu=function(){function t(t){if(t===void 0){t={}}this.version=Eu.v1;this.location=new Ki;this.requiresAuth=false;Object.assign(this,t)}return t}();t("af",Iu);bi([Si({type:Ne.Integer})],Iu.prototype,"version",void 0);bi([Si({type:Ki})],Iu.prototype,"location",void 0);bi([Si({type:Ne.Boolean,defaultValue:false,optional:true})],Iu.prototype,"requiresAuth",void 0);var Bu=function(){function t(t){if(t===void 0){t={}}this.hashAlg=new Sn;this.hashValue=new je;Object.assign(this,t)}return t}();bi([Si({type:Sn})],Bu.prototype,"hashAlg",void 0);bi([Si({type:je})],Bu.prototype,"hashValue",void 0);var xu=function(){function t(t){if(t===void 0){t={}}this.mediaType="";this.logotypeHash=[];this.logotypeURI=[];Object.assign(this,t)}return t}();bi([Si({type:Ne.IA5String})],xu.prototype,"mediaType",void 0);bi([Si({type:Bu,repeated:"sequence"})],xu.prototype,"logotypeHash",void 0);bi([Si({type:Ne.IA5String,repeated:"sequence"})],xu.prototype,"logotypeURI",void 0);var Tu;(function(t){t[t["mono"]=1]="mono";t[t["stereo"]=2]="stereo";t[t["quad"]=4]="quad"})(Tu||(Tu={}));var Ou=function(){function t(t){if(t===void 0){t={}}this.fileSize=0;this.playTime=0;this.channels=Tu.mono;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Ou.prototype,"fileSize",void 0);bi([Si({type:Ne.Integer})],Ou.prototype,"playTime",void 0);bi([Si({type:Ne.Integer})],Ou.prototype,"channels",void 0);bi([Si({type:Ne.Integer,implicit:true,context:3,optional:true})],Ou.prototype,"sampleRate",void 0);bi([Si({type:Ne.IA5String,implicit:true,context:4,optional:true})],Ou.prototype,"language",void 0);var Mu=function(){function t(t){if(t===void 0){t={}}this.audioDetails=new xu;Object.assign(this,t)}return t}();bi([Si({type:xu})],Mu.prototype,"audioDetails",void 0);bi([Si({type:Ou,optional:true})],Mu.prototype,"audioInfo",void 0);var Ru=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,context:1,implicit:true})],Ru.prototype,"numBits",void 0);bi([Si({type:Ne.Integer,context:2,implicit:true})],Ru.prototype,"tableSize",void 0);Ru=bi([yi({type:ke.Choice})],Ru);var ku;(function(t){t[t["grayScale"]=0]="grayScale";t[t["color"]=1]="color"})(ku||(ku={}));var Nu=function(){function t(t){if(t===void 0){t={}}this.type=ku.color;this.fileSize=0;this.xSize=0;this.ySize=0;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,context:0,implicit:true,defaultValue:ku.color})],Nu.prototype,"type",void 0);bi([Si({type:Ne.Integer})],Nu.prototype,"fileSize",void 0);bi([Si({type:Ne.Integer})],Nu.prototype,"xSize",void 0);bi([Si({type:Ne.Integer})],Nu.prototype,"ySize",void 0);bi([Si({type:Ru})],Nu.prototype,"resolution",void 0);bi([Si({type:Ne.IA5String,context:4,implicit:true,optional:true})],Nu.prototype,"language",void 0);var Ku=function(){function t(t){if(t===void 0){t={}}this.imageDetails=new xu;Object.assign(this,t)}return t}();bi([Si({type:xu})],Ku.prototype,"imageDetails",void 0);bi([Si({type:Nu,optional:true})],Ku.prototype,"imageInfo",void 0);var ju=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ku,repeated:"sequence",optional:true})],ju.prototype,"image",void 0);bi([Si({type:Mu,repeated:"sequence",context:1,optional:true})],ju.prototype,"audio",void 0);var Hu=function(){function t(t){if(t===void 0){t={}}this.refStructHash=[];this.refStructURI=[];Object.assign(this,t)}return t}();bi([Si({type:Bu,repeated:"sequence"})],Hu.prototype,"refStructHash",void 0);bi([Si({type:Ne.IA5String,repeated:"sequence"})],Hu.prototype,"refStructURI",void 0);var Uu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:ju,implicit:true,context:0})],Uu.prototype,"direct",void 0);bi([Si({type:Hu,implicit:true,context:1})],Uu.prototype,"indirect",void 0);Uu=bi([yi({type:ke.Choice})],Uu);var Fu=function(){function t(t){if(t===void 0){t={}}this.logotypeType="";this.info=new Uu;Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Fu.prototype,"logotypeType",void 0);bi([Si({type:Uu})],Fu.prototype,"info",void 0);var Lu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aa",Lu);bi([Si({type:Uu,context:0,repeated:"sequence",optional:true})],Lu.prototype,"communityLogos",void 0);bi([Si({type:Uu,context:1,optional:true})],Lu.prototype,"issuerLogo",void 0);bi([Si({type:Uu,context:2,optional:true})],Lu.prototype,"subjectLogo",void 0);bi([Si({type:Fu,context:3,repeated:"sequence",optional:true})],Lu.prototype,"otherLogos",void 0);var Vu,Gu,Wu;var Qu="1.3.6.1.5.5.7";var qu="".concat(Qu,".1");var zu=Vu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Vu.prototype);return i}return e}(gi);zu=Vu=bi([yi({type:ke.Sequence,itemType:Ne.IA5String})],zu);var Zu=function(){function t(t){if(t===void 0){t={}}this.claim="";this.permitted=[];Object.assign(this,t)}return t}();bi([Si({type:Ne.IA5String})],Zu.prototype,"claim",void 0);bi([Si({type:Ne.Utf8String,repeated:"sequence"})],Zu.prototype,"permitted",void 0);var $u=Gu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Gu.prototype);return i}return e}(gi);$u=Gu=bi([yi({type:ke.Sequence,itemType:Zu})],$u);var Xu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:zu,optional:true,context:0})],Xu.prototype,"mustInclude",void 0);bi([Si({type:$u,optional:true,context:1})],Xu.prototype,"permittedValues",void 0);var Yu=t("aM","".concat(qu,".26"));var Ju=function(){function t(){this.start="";this.count=2}return t}();bi([Si({type:Ne.IA5String})],Ju.prototype,"start",void 0);bi([Si({type:Ne.Integer})],Ju.prototype,"count",void 0);var tc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.IA5String,context:0})],tc.prototype,"spc",void 0);bi([Si({type:Ju,context:1})],tc.prototype,"range",void 0);bi([Si({type:Ne.IA5String,context:2})],tc.prototype,"one",void 0);tc=bi([yi({type:ke.Choice})],tc);var ec=t("a9",Wu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Wu.prototype);return i}return e}(gi));t("a9",ec=Wu=bi([yi({type:ke.Sequence,itemType:tc})],ec));var ic;var rc=t("aI","1.3.6.1.4.1.11129.2.1.17");var nc;(function(t){t[t["verified"]=0]="verified";t[t["selfSigned"]=1]="selfSigned";t[t["unverified"]=2]="unverified";t[t["failed"]=3]="failed"})(nc||(nc={}));var oc=function(){function t(t){if(t===void 0){t={}}this.verifiedBootKey=new je;this.deviceLocked=false;this.verifiedBootState=nc.verified;Object.assign(this,t)}return t}();t("bB",oc);bi([Si({type:je})],oc.prototype,"verifiedBootKey",void 0);bi([Si({type:Ne.Boolean})],oc.prototype,"deviceLocked",void 0);bi([Si({type:Ne.Enumerated})],oc.prototype,"verifiedBootState",void 0);bi([Si({type:je,optional:true})],oc.prototype,"verifiedBootHash",void 0);var ac=t("bC",ic=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ic.prototype);return i}return e}(gi));t("bC",ac=ic=bi([yi({type:ke.Set,itemType:Ne.Integer})],ac));var sc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({context:1,type:ac,optional:true})],sc.prototype,"purpose",void 0);bi([Si({context:2,type:Ne.Integer,optional:true})],sc.prototype,"algorithm",void 0);bi([Si({context:3,type:Ne.Integer,optional:true})],sc.prototype,"keySize",void 0);bi([Si({context:5,type:ac,optional:true})],sc.prototype,"digest",void 0);bi([Si({context:6,type:ac,optional:true})],sc.prototype,"padding",void 0);bi([Si({context:10,type:Ne.Integer,optional:true})],sc.prototype,"ecCurve",void 0);bi([Si({context:200,type:Ne.Integer,optional:true})],sc.prototype,"rsaPublicExponent",void 0);bi([Si({context:203,type:ac,optional:true})],sc.prototype,"mgfDigest",void 0);bi([Si({context:303,type:Ne.Null,optional:true})],sc.prototype,"rollbackResistance",void 0);bi([Si({context:305,type:Ne.Null,optional:true})],sc.prototype,"earlyBootOnly",void 0);bi([Si({context:400,type:Ne.Integer,optional:true})],sc.prototype,"activeDateTime",void 0);bi([Si({context:401,type:Ne.Integer,optional:true})],sc.prototype,"originationExpireDateTime",void 0);bi([Si({context:402,type:Ne.Integer,optional:true})],sc.prototype,"usageExpireDateTime",void 0);bi([Si({context:405,type:Ne.Integer,optional:true})],sc.prototype,"usageCountLimit",void 0);bi([Si({context:503,type:Ne.Null,optional:true})],sc.prototype,"noAuthRequired",void 0);bi([Si({context:504,type:Ne.Integer,optional:true})],sc.prototype,"userAuthType",void 0);bi([Si({context:505,type:Ne.Integer,optional:true})],sc.prototype,"authTimeout",void 0);bi([Si({context:506,type:Ne.Null,optional:true})],sc.prototype,"allowWhileOnBody",void 0);bi([Si({context:507,type:Ne.Null,optional:true})],sc.prototype,"trustedUserPresenceRequired",void 0);bi([Si({context:508,type:Ne.Null,optional:true})],sc.prototype,"trustedConfirmationRequired",void 0);bi([Si({context:509,type:Ne.Null,optional:true})],sc.prototype,"unlockedDeviceRequired",void 0);bi([Si({context:600,type:Ne.Null,optional:true})],sc.prototype,"allApplications",void 0);bi([Si({context:601,type:je,optional:true})],sc.prototype,"applicationId",void 0);bi([Si({context:701,type:Ne.Integer,optional:true})],sc.prototype,"creationDateTime",void 0);bi([Si({context:702,type:Ne.Integer,optional:true})],sc.prototype,"origin",void 0);bi([Si({context:703,type:Ne.Null,optional:true})],sc.prototype,"rollbackResistant",void 0);bi([Si({context:704,type:oc,optional:true})],sc.prototype,"rootOfTrust",void 0);bi([Si({context:705,type:Ne.Integer,optional:true})],sc.prototype,"osVersion",void 0);bi([Si({context:706,type:Ne.Integer,optional:true})],sc.prototype,"osPatchLevel",void 0);bi([Si({context:709,type:je,optional:true})],sc.prototype,"attestationApplicationId",void 0);bi([Si({context:710,type:je,optional:true})],sc.prototype,"attestationIdBrand",void 0);bi([Si({context:711,type:je,optional:true})],sc.prototype,"attestationIdDevice",void 0);bi([Si({context:712,type:je,optional:true})],sc.prototype,"attestationIdProduct",void 0);bi([Si({context:713,type:je,optional:true})],sc.prototype,"attestationIdSerial",void 0);bi([Si({context:714,type:je,optional:true})],sc.prototype,"attestationIdImei",void 0);bi([Si({context:715,type:je,optional:true})],sc.prototype,"attestationIdMeid",void 0);bi([Si({context:716,type:je,optional:true})],sc.prototype,"attestationIdManufacturer",void 0);bi([Si({context:717,type:je,optional:true})],sc.prototype,"attestationIdModel",void 0);bi([Si({context:718,type:Ne.Integer,optional:true})],sc.prototype,"vendorPatchLevel",void 0);bi([Si({context:719,type:Ne.Integer,optional:true})],sc.prototype,"bootPatchLevel",void 0);bi([Si({context:720,type:Ne.Null,optional:true})],sc.prototype,"deviceUniqueAttestation",void 0);bi([Si({context:723,type:je,optional:true})],sc.prototype,"attestationIdSecondImei",void 0);bi([Si({context:724,type:je,optional:true})],sc.prototype,"moduleHash",void 0);var uc;(function(t){t[t["software"]=0]="software";t[t["trustedEnvironment"]=1]="trustedEnvironment";t[t["strongBox"]=2]="strongBox"})(uc||(uc={}));var cc;(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";t[t["keyMint3"]=300]="keyMint3";t[t["keyMint4"]=400]="keyMint4"})(cc||(cc={}));var fc=function(){function t(t){if(t===void 0){t={}}this.attestationVersion=cc.KM4;this.attestationSecurityLevel=uc.software;this.keymasterVersion=0;this.keymasterSecurityLevel=uc.software;this.attestationChallenge=new je;this.uniqueId=new je;this.softwareEnforced=new sc;this.teeEnforced=new sc;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],fc.prototype,"attestationVersion",void 0);bi([Si({type:Ne.Enumerated})],fc.prototype,"attestationSecurityLevel",void 0);bi([Si({type:Ne.Integer})],fc.prototype,"keymasterVersion",void 0);bi([Si({type:Ne.Enumerated})],fc.prototype,"keymasterSecurityLevel",void 0);bi([Si({type:je})],fc.prototype,"attestationChallenge",void 0);bi([Si({type:je})],fc.prototype,"uniqueId",void 0);bi([Si({type:sc})],fc.prototype,"softwareEnforced",void 0);bi([Si({type:sc})],fc.prototype,"teeEnforced",void 0);var vc=function(){function t(t){if(t===void 0){t={}}this.attestationVersion=cc.keyMint4;this.attestationSecurityLevel=uc.software;this.keyMintVersion=0;this.keyMintSecurityLevel=uc.software;this.attestationChallenge=new je;this.uniqueId=new je;this.softwareEnforced=new sc;this.hardwareEnforced=new sc;Object.assign(this,t)}t.prototype.toLegacyKeyDescription=function(){return new fc({attestationVersion:this.attestationVersion,attestationSecurityLevel:this.attestationSecurityLevel,keymasterVersion:this.keyMintVersion,keymasterSecurityLevel:this.keyMintSecurityLevel,attestationChallenge:this.attestationChallenge,uniqueId:this.uniqueId,softwareEnforced:this.softwareEnforced,teeEnforced:this.hardwareEnforced})};t.fromLegacyKeyDescription=function(e){return new t({attestationVersion:e.attestationVersion,attestationSecurityLevel:e.attestationSecurityLevel,keyMintVersion:e.keymasterVersion,keyMintSecurityLevel:e.keymasterSecurityLevel,attestationChallenge:e.attestationChallenge,uniqueId:e.uniqueId,softwareEnforced:e.softwareEnforced,hardwareEnforced:e.teeEnforced})};return t}();bi([Si({type:Ne.Integer})],vc.prototype,"attestationVersion",void 0);bi([Si({type:Ne.Enumerated})],vc.prototype,"attestationSecurityLevel",void 0);bi([Si({type:Ne.Integer})],vc.prototype,"keyMintVersion",void 0);bi([Si({type:Ne.Enumerated})],vc.prototype,"keyMintSecurityLevel",void 0);bi([Si({type:je})],vc.prototype,"attestationChallenge",void 0);bi([Si({type:je})],vc.prototype,"uniqueId",void 0);bi([Si({type:sc})],vc.prototype,"softwareEnforced",void 0);bi([Si({type:sc})],vc.prototype,"hardwareEnforced",void 0);var hc;var dc=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(sc);dc=bi([yi({type:ke.Choice})],dc);var lc=hc=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,hc.prototype);return i}e.prototype.findProperty=function(t){var e=this.find((function(e){return t in e}));if(e){return e[t]}return undefined};return e}(gi);lc=hc=bi([yi({type:ke.Sequence,itemType:dc})],lc);var pc=function(){function t(t){if(t===void 0){t={}}this.attestationVersion=cc.KM4;this.attestationSecurityLevel=uc.software;this.keymasterVersion=0;this.keymasterSecurityLevel=uc.software;this.attestationChallenge=new je;this.uniqueId=new je;this.softwareEnforced=new lc;this.teeEnforced=new lc;Object.assign(this,t)}Object.defineProperty(t.prototype,"keyMintVersion",{get:function(){return this.keymasterVersion},set:function(t){this.keymasterVersion=t},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"keyMintSecurityLevel",{get:function(){return this.keymasterSecurityLevel},set:function(t){this.keymasterSecurityLevel=t},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"hardwareEnforced",{get:function(){return this.teeEnforced},set:function(t){this.teeEnforced=t},enumerable:false,configurable:true});return t}();t("a5",pc);bi([Si({type:Ne.Integer})],pc.prototype,"attestationVersion",void 0);bi([Si({type:Ne.Enumerated})],pc.prototype,"attestationSecurityLevel",void 0);bi([Si({type:Ne.Integer})],pc.prototype,"keymasterVersion",void 0);bi([Si({type:Ne.Enumerated})],pc.prototype,"keymasterSecurityLevel",void 0);bi([Si({type:je})],pc.prototype,"attestationChallenge",void 0);bi([Si({type:je})],pc.prototype,"uniqueId",void 0);bi([Si({type:lc})],pc.prototype,"softwareEnforced",void 0);bi([Si({type:lc})],pc.prototype,"teeEnforced",void 0);var yc=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}if("keymasterVersion"in e&&!("keyMintVersion"in e)){e.keyMintVersion=e.keymasterVersion}if("keymasterSecurityLevel"in e&&!("keyMintSecurityLevel"in e)){e.keyMintSecurityLevel=e.keymasterSecurityLevel}if("teeEnforced"in e&&!("hardwareEnforced"in e)){e.hardwareEnforced=e.teeEnforced}return t.call(this,e)||this}return e}(pc);yc=bi([yi({type:ke.Sequence})],yc);var Sc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ne.OctetString})],Sc.prototype,"packageName",void 0);bi([Si({type:Ne.Integer})],Sc.prototype,"version",void 0);var Cc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("bA",Cc);bi([Si({type:Sc,repeated:"set"})],Cc.prototype,"packageInfos",void 0);bi([Si({type:Ne.OctetString,repeated:"set"})],Cc.prototype,"signatureDigests",void 0);var Ac=undefined&&undefined.__decorate||function(t,e,i,r){var n=arguments.length,o=n<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,i):r,a;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")o=Reflect.decorate(t,e,i,r);else for(var s=t.length-1;s>=0;s--)if(a=t[s])o=(n<3?a(o):n>3?a(e,i,o):a(e,i))||o;return n>3&&o&&Object.defineProperty(e,i,o),o};var mc=t("aH","2.23.140.3.1");var gc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("a4",gc);Ac([Si({type:Ne.PrintableString})],gc.prototype,"registrationSchemeIdentifier",void 0);Ac([Si({type:Ne.PrintableString})],gc.prototype,"registrationCountry",void 0);Ac([Si({type:Ne.PrintableString,optional:true,context:0,implicit:true})],gc.prototype,"registrationStateOrProvince",void 0);Ac([Si({type:Ne.Utf8String})],gc.prototype,"registrationReference",void 0);
107
- /**
108
- * @license
109
- * Copyright (c) Peculiar Ventures, LLC.
110
- *
111
- * This source code is licensed under the MIT license found in the
112
- * LICENSE file in the root directory of this source tree.
113
- */var wc=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,n){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?n.call(t,i):n?n.value=i:e.set(t,i),i};var bc=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 Ec,Pc;var Dc=function(){function t(){var t=[];for(var e=0;e<arguments.length;e++){t[e]=arguments[e]}Ec.set(this,void 0);Pc.set(this,void 0);if(t.length===1){wc(this,Ec,t[0],"f");wc(this,Pc,wi.serialize(bc(this,Ec,"f")),"f")}else{wc(this,Ec,wi.parse(t[0],t[1]),"f");wc(this,Pc,s.BufferSourceConverter.toArrayBuffer(t[0]),"f")}}Object.defineProperty(t.prototype,"asn",{get:function(){return bc(this,Ec,"f")},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"raw",{get:function(){return bc(this,Pc,"f")},enumerable:false,configurable:true});return t}();t("A",Dc);Ec=new WeakMap,Pc=new WeakMap;
114
- /**
115
- * @license
116
- * Copyright (c) Peculiar Ventures, LLC.
117
- *
118
- * This source code is licensed under the MIT license found in the
119
- * LICENSE file in the root directory of this source tree.
120
- */var _c="-{5}";var Ic="\\n";var Bc="[^".concat(Ic,"]+");var xc="".concat(_c,"BEGIN (").concat(Bc,"(?=").concat(_c,"))").concat(_c);var Tc="".concat(_c,"END \\1").concat(_c);var Oc="\\n";var Mc="[^:".concat(Ic,"]+");var Rc="(?:[^".concat(Ic,"]+").concat(Oc,"(?: +[^").concat(Ic,"]+").concat(Oc,")*)");var kc="[a-zA-Z0-9=+/]+";var Nc="(?:".concat(kc).concat(Oc,")+");var Kc="".concat(xc).concat(Oc,"(?:((?:").concat(Mc,": ").concat(Rc,")+))?").concat(Oc,"?(").concat(Nc,")").concat(Tc);var jc=function(){function t(){}t.isPem=function(t){return typeof t==="string"&&new RegExp(Kc,"g").test(t.replace(/\r/g,""))};t.decodeWithHeaders=function(t){t=t.replace(/\r/g,"");var e=new RegExp(Kc,"g");var i=[];var r=null;while(r=e.exec(t)){var n=r[3].replace(new RegExp("[".concat(Ic,"]+"),"g"),"");var o={type:r[1],headers:[],rawData:s.Convert.FromBase64(n)};var a=r[2];if(a){var u=a.split(new RegExp(Oc,"g"));var c=null;for(var f=0,v=u;f<v.length;f++){var h=v[f];var d=h.split(/:(.*)/),l=d[0],p=d[1];if(p===undefined){if(!c){throw new Error("Cannot parse PEM string. Incorrect header value")}c.value+=l.trim()}else{if(c){o.headers.push(c)}c={key:l,value:p.trim()}}}if(c){o.headers.push(c)}}i.push(o)}return i};t.decode=function(t){var e=this.decodeWithHeaders(t);return e.map((function(t){return t.rawData}))};t.encode=function(t,e){var i=this;if(Array.isArray(t)){var r=new Array;if(e){t.forEach((function(t){if(!s.BufferSourceConverter.isBufferSource(t)){throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource")}r.push(i.encodeStruct({type:e,rawData:s.BufferSourceConverter.toArrayBuffer(t)}))}))}else{t.forEach((function(t){if(!("type"in t)){throw new TypeError("Cannot encode array of IPemStruct in PEM format. Not all items of the array are PemStrut")}r.push(i.encodeStruct(t))}))}return r.join("\n")}if(!e){throw new Error("Required argument 'tag' is missed")}return this.encodeStruct({type:e,rawData:s.BufferSourceConverter.toArrayBuffer(t)})};t.encodeStruct=function(t){var e;var i=t.type.toLocaleUpperCase();var r=[];r.push("-----BEGIN ".concat(i,"-----"));if((e=t.headers)===null||e===void 0?void 0:e.length){for(var n=0,o=t.headers;n<o.length;n++){var a=o[n];r.push("".concat(a.key,": ").concat(a.value))}r.push("")}var u=s.Convert.ToBase64(t.rawData);var c;var f=0;var v=Array();while(f<u.length){if(u.length-f<64){c=u.substring(f)}else{c=u.substring(f,f+64);f+=64}if(c.length!==0){v.push(c);if(c.length<64){break}}else{break}}r.push.apply(r,v);r.push("-----END ".concat(i,"-----"));return r.join("\n")};return t}();t("P",jc);jc.CertificateTag="CERTIFICATE";jc.CrlTag="CRL";jc.CertificateRequestTag="CERTIFICATE REQUEST";jc.AttributeCertificateTag="ATTRIBUTE CERTIFICATE";
121
- /**
122
- * @license
123
- * Copyright (c) Peculiar Ventures, LLC.
124
- *
125
- * This source code is licensed under the MIT license found in the
126
- * LICENSE file in the root directory of this source tree.
127
- */var Hc=function(){function t(){this.providers=new Map;var e=window.crypto||window.msCrypto;if(typeof e!=="undefined"){this.set(t.DEFAULT,e)}}t.isCryptoKeyPair=function(t){return t&&typeof t==="object"&&"privateKey"in t&&"publicKey"in t};t.prototype.get=function(e){if(e===void 0){e=t.DEFAULT}var i=this.providers.get(e.toLowerCase());if(!i){throw new Error("Cannot get Crypto by name '".concat(e,"'"))}return i};t.prototype.set=function(e,i){if(typeof e==="string"){if(!i){throw new TypeError("Argument 'value' is required")}this.providers.set(e.toLowerCase(),i)}else{this.providers.set(t.DEFAULT,e)}return this};return t}();Hc.DEFAULT="default";var Uc=new Hc;
128
- /**
129
- * @license
130
- * Copyright (c) Peculiar Ventures, LLC.
131
- *
132
- * This source code is licensed under the MIT license found in the
133
- * LICENSE file in the root directory of this source tree.
134
- */var Fc=t("c",(function(t){if(jc.isPem(t)){return jc.decode(t)[0]}if(s.Convert.isHex(t)){return s.Convert.FromHex(t)}if(s.Convert.isBase64(t)){return s.Convert.FromBase64(t)}if(s.Convert.isBase64Url(t)){return s.Convert.FromBase64Url(t)}return s.Convert.FromBinary(t)}));var Lc=t("m",(function(t,i){return __awaiter(e,void 0,void 0,(function(){var e;return __generator(this,(function(r){e=Uc.get();if(e.subtle){return[2,e.subtle.digest(t,i)]}return[2,undefined]}))}))}));var Vc=function(){function t(t){if(t===void 0){t={}}this.acIssuer=new Ki;this.acSerial=0;this.attrs=[];Object.assign(this,t)}return t}();bi([Si({type:Ki})],Vc.prototype,"acIssuer",void 0);bi([Si({type:Ne.Integer})],Vc.prototype,"acSerial",void 0);bi([Si({type:en,repeated:"sequence"})],Vc.prototype,"attrs",void 0);var Gc;var Wc=Gc=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Gc.prototype);return i}return e}(gi);Wc=Gc=bi([yi({type:ke.Sequence,itemType:Ne.ObjectIdentifier})],Wc);var Qc=function(){function t(t){if(t===void 0){t={}}this.permitUnSpecified=true;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer,optional:true})],Qc.prototype,"pathLenConstraint",void 0);bi([Si({type:Wc,implicit:true,context:0,optional:true})],Qc.prototype,"permittedAttrs",void 0);bi([Si({type:Wc,implicit:true,context:1,optional:true})],Qc.prototype,"excludedAttrs",void 0);bi([Si({type:Ne.Boolean,defaultValue:true})],Qc.prototype,"permitUnSpecified",void 0);var qc=function(){function t(t){if(t===void 0){t={}}this.issuer=new Xi;this.serial=new ArrayBuffer(0);this.issuerUID=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Xi})],qc.prototype,"issuer",void 0);bi([Si({type:Ne.Integer,converter:Le})],qc.prototype,"serial",void 0);bi([Si({type:Ne.BitString,optional:true})],qc.prototype,"issuerUID",void 0);var zc;(function(t){t[t["publicKey"]=0]="publicKey";t[t["publicKeyCert"]=1]="publicKeyCert";t[t["otherObjectTypes"]=2]="otherObjectTypes"})(zc||(zc={}));var Zc=function(){function t(t){if(t===void 0){t={}}this.digestedObjectType=zc.publicKey;this.digestAlgorithm=new Sn;this.objectDigest=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.Enumerated})],Zc.prototype,"digestedObjectType",void 0);bi([Si({type:Ne.ObjectIdentifier,optional:true})],Zc.prototype,"otherObjectTypeID",void 0);bi([Si({type:Sn})],Zc.prototype,"digestAlgorithm",void 0);bi([Si({type:Ne.BitString})],Zc.prototype,"objectDigest",void 0);var $c=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Xi,optional:true})],$c.prototype,"issuerName",void 0);bi([Si({type:qc,context:0,implicit:true,optional:true})],$c.prototype,"baseCertificateID",void 0);bi([Si({type:Zc,context:1,implicit:true,optional:true})],$c.prototype,"objectDigestInfo",void 0);var Xc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ki,repeated:"sequence"})],Xc.prototype,"v1Form",void 0);bi([Si({type:$c,context:0,implicit:true})],Xc.prototype,"v2Form",void 0);Xc=bi([yi({type:ke.Choice})],Xc);var Yc=function(){function t(t){if(t===void 0){t={}}this.notBeforeTime=new Date;this.notAfterTime=new Date;Object.assign(this,t)}return t}();bi([Si({type:Ne.GeneralizedTime})],Yc.prototype,"notBeforeTime",void 0);bi([Si({type:Ne.GeneralizedTime})],Yc.prototype,"notAfterTime",void 0);var Jc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:qc,implicit:true,context:0,optional:true})],Jc.prototype,"baseCertificateID",void 0);bi([Si({type:Xi,implicit:true,context:1,optional:true})],Jc.prototype,"entityName",void 0);bi([Si({type:Zc,implicit:true,context:2,optional:true})],Jc.prototype,"objectDigestInfo",void 0);var tf;(function(t){t[t["v2"]=1]="v2"})(tf||(tf={}));var ef=function(){function t(t){if(t===void 0){t={}}this.version=tf.v2;this.holder=new Jc;this.issuer=new Xc;this.signature=new Sn;this.serialNumber=new ArrayBuffer(0);this.attrCertValidityPeriod=new Yc;this.attributes=[];Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],ef.prototype,"version",void 0);bi([Si({type:Jc})],ef.prototype,"holder",void 0);bi([Si({type:Xc})],ef.prototype,"issuer",void 0);bi([Si({type:Sn})],ef.prototype,"signature",void 0);bi([Si({type:Ne.Integer,converter:Le})],ef.prototype,"serialNumber",void 0);bi([Si({type:Yc})],ef.prototype,"attrCertValidityPeriod",void 0);bi([Si({type:en,repeated:"sequence"})],ef.prototype,"attributes",void 0);bi([Si({type:Ne.BitString,optional:true})],ef.prototype,"issuerUniqueID",void 0);bi([Si({type:bn,optional:true})],ef.prototype,"extensions",void 0);var rf=function(){function t(t){if(t===void 0){t={}}this.acinfo=new ef;this.signatureAlgorithm=new Sn;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("n",rf);bi([Si({type:ef})],rf.prototype,"acinfo",void 0);bi([Si({type:Sn})],rf.prototype,"signatureAlgorithm",void 0);bi([Si({type:Ne.BitString})],rf.prototype,"signatureValue",void 0);var nf;(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"})(nf||(nf={}));var of=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ke);var af=function(){function t(t){if(t===void 0){t={}}this.type="";this.value=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier,implicit:true,context:0})],af.prototype,"type",void 0);bi([Si({type:Ne.Any,implicit:true,context:1})],af.prototype,"value",void 0);var sf=function(){function t(t){if(t===void 0){t={}}this.policyId="";this.classList=new of(nf.unclassified);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],sf.prototype,"policyId",void 0);bi([Si({type:of,defaultValue:new of(nf.unclassified)})],sf.prototype,"classList",void 0);bi([Si({type:af,repeated:"set"})],sf.prototype,"securityCategories",void 0);var uf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:je})],uf.prototype,"cotets",void 0);bi([Si({type:Ne.ObjectIdentifier})],uf.prototype,"oid",void 0);bi([Si({type:Ne.Utf8String})],uf.prototype,"string",void 0);var cf=function(){function t(t){if(t===void 0){t={}}this.values=[];Object.assign(this,t)}return t}();bi([Si({type:Xi,implicit:true,context:0,optional:true})],cf.prototype,"policyAuthority",void 0);bi([Si({type:uf,repeated:"sequence"})],cf.prototype,"values",void 0);var ff;var vf=function(){function t(t){if(t===void 0){t={}}this.targetCertificate=new qc;Object.assign(this,t)}return t}();bi([Si({type:qc})],vf.prototype,"targetCertificate",void 0);bi([Si({type:Ki,optional:true})],vf.prototype,"targetName",void 0);bi([Si({type:Zc,optional:true})],vf.prototype,"certDigestInfo",void 0);var hf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Ki,context:0,implicit:true})],hf.prototype,"targetName",void 0);bi([Si({type:Ki,context:1,implicit:true})],hf.prototype,"targetGroup",void 0);bi([Si({type:vf,context:2,implicit:true})],hf.prototype,"targetCert",void 0);hf=bi([yi({type:ke.Choice})],hf);var df=ff=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ff.prototype);return i}return e}(gi);df=ff=bi([yi({type:ke.Sequence,itemType:hf})],df);var lf;var pf=lf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,lf.prototype);return i}return e}(gi);pf=lf=bi([yi({type:ke.Sequence,itemType:df})],pf);var yf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Xi,implicit:true,context:0,optional:true})],yf.prototype,"roleAuthority",void 0);bi([Si({type:Ki,implicit:true,context:1})],yf.prototype,"roleName",void 0);var Sf=function(){function t(t){if(t===void 0){t={}}this.service=new Ki;this.ident=new Ki;Object.assign(this,t)}return t}();bi([Si({type:Ki})],Sf.prototype,"service",void 0);bi([Si({type:Ki})],Sf.prototype,"ident",void 0);bi([Si({type:je,optional:true})],Sf.prototype,"authInfo",void 0);var Cf="0.4.0.9496";var Af=t("L","".concat(Cf,".6"));var mf=t("u",function(){function t(t){if(t===void 0){t={}}this.codeAuthority=new Ki;this.codeId=new Ki;this.shortName="";this.shortDescription="";Object.assign(this,t)}return t}());bi([Si({type:Ki,context:0})],mf.prototype,"codeAuthority",void 0);bi([Si({type:Ki,context:1})],mf.prototype,"codeId",void 0);bi([Si({type:Ne.Utf8String,context:2})],mf.prototype,"shortName",void 0);bi([Si({type:Ne.Utf8String,context:3})],mf.prototype,"shortDescription",void 0);t("u",mf=bi([yi({type:ke.Sequence})],mf));var gf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mi.prototype);return i}return e}(Mi);gf=bi([yi({type:ke.Sequence})],gf);var wf=t("X","".concat(Cf,".1"));var bf=t("y",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mi.prototype);return i}return e}(gf));t("y",bf=bi([yi({type:ke.Sequence})],bf));var Ef=t("S","".concat(Cf,".2"));var Pf=t("x",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mi.prototype);return i}return e}(gf));t("x",Pf=bi([yi({type:ke.Sequence})],Pf));var Df=t("Q","".concat(Cf,".3"));var _f=t("w",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mi.prototype);return i}return e}(gf));t("w",_f=bi([yi({type:ke.Sequence})],_f));var If=t("O","".concat(Cf,".4"));var Bf=t("v",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Mi.prototype);return i}return e}(gf));t("v",Bf=bi([yi({type:ke.Sequence})],Bf));var xf=t("J","".concat(Cf,".8"));var Tf=t("I",function(){function t(t){if(t===void 0){t={}}this.location="";this.base=0;this.degree=0;Object.assign(this,t)}t.prototype.toString=function(){return"".concat(this.base," x 10^").concat(this.degree," ").concat(this.location)};return t}());bi([Si({type:Ne.PrintableString})],Tf.prototype,"location",void 0);bi([Si({type:Ne.Integer})],Tf.prototype,"base",void 0);bi([Si({type:Ne.Integer})],Tf.prototype,"degree",void 0);t("I",Tf=bi([yi({type:ke.Sequence})],Tf));var Of=t("H","".concat(Cf,".9"));var Mf=t("V",function(){function t(t){if(t===void 0){t={}}this.stars5=0;this.stars4=0;this.stars3=0;this.stars2=0;this.stars1=0;Object.assign(this,t)}return t}());bi([Si({type:Ne.Integer})],Mf.prototype,"stars5",void 0);bi([Si({type:Ne.Integer})],Mf.prototype,"stars4",void 0);bi([Si({type:Ne.Integer})],Mf.prototype,"stars3",void 0);bi([Si({type:Ne.Integer})],Mf.prototype,"stars2",void 0);bi([Si({type:Ne.Integer})],Mf.prototype,"stars1",void 0);t("V",Mf=bi([yi({type:ke.Sequence})],Mf));var Rf=t("M","".concat(Cf,".5"));var kf=t("T",function(){function t(t){if(t===void 0){t={}}this.DNBvsDNO=new Ke(0);this.DNBvsDNT=new Ke(0);this.DNOvsDNT=new Ke(0);Object.assign(this,t)}return t}());bi([Si({type:Ke,context:0})],kf.prototype,"DNBvsDNO",void 0);bi([Si({type:Ke,context:1})],kf.prototype,"DNBvsDNT",void 0);bi([Si({type:Ke,context:2})],kf.prototype,"DNOvsDNT",void 0);t("T",kf=bi([yi({type:ke.Sequence})],kf));var Nf=t("K","".concat(Cf,".7"));var Kf=t("W",function(){function t(t){if(t===void 0){t={}}this.assessmentAuthority=new Ki;this.assessmentRef=new Ki;this.assessmentLocation=new Ki;this.dataStorageTerritory="";this.description="";Object.assign(this,t)}return t}());bi([Si({type:Ki,context:0})],Kf.prototype,"assessmentAuthority",void 0);bi([Si({type:Ki,context:1})],Kf.prototype,"assessmentRef",void 0);bi([Si({type:Ki,context:2})],Kf.prototype,"assessmentLocation",void 0);bi([Si({type:Ne.PrintableString,context:3})],Kf.prototype,"dataStorageTerritory",void 0);bi([Si({type:Ne.Utf8String,context:4})],Kf.prototype,"description",void 0);t("W",Kf=bi([yi({type:ke.Sequence})],Kf));var jf=function(){function t(t){if(t===void 0){t={}}this.issuer=new Mi;this.serialNumber=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Mi})],jf.prototype,"issuer",void 0);bi([Si({type:Ne.Integer,converter:Le})],jf.prototype,"serialNumber",void 0);var Hf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:sn,context:0,implicit:true})],Hf.prototype,"subjectKeyIdentifier",void 0);bi([Si({type:jf})],Hf.prototype,"issuerAndSerialNumber",void 0);Hf=bi([yi({type:ke.Choice})],Hf);var Uf;(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"})(Uf||(Uf={}));var Ff=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Ff=bi([yi({type:ke.Sequence})],Ff);var Lf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Lf=bi([yi({type:ke.Sequence})],Lf);var Vf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Vf=bi([yi({type:ke.Sequence})],Vf);var Gf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Gf=bi([yi({type:ke.Sequence})],Gf);var Wf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Wf=bi([yi({type:ke.Sequence})],Wf);var Qf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Qf=bi([yi({type:ke.Sequence})],Qf);var qf=function(){function t(t){if(t===void 0){t={}}this.attrType="";this.attrValues=[];Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],qf.prototype,"attrType",void 0);bi([Si({type:Ne.Any,repeated:"set"})],qf.prototype,"attrValues",void 0);var zf;var Zf=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v0;this.sid=new Hf;this.digestAlgorithm=new Ff;this.signatureAlgorithm=new Lf;this.signature=new je;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Zf.prototype,"version",void 0);bi([Si({type:Hf})],Zf.prototype,"sid",void 0);bi([Si({type:Ff})],Zf.prototype,"digestAlgorithm",void 0);bi([Si({type:qf,repeated:"set",context:0,implicit:true,optional:true})],Zf.prototype,"signedAttrs",void 0);bi([Si({type:Lf})],Zf.prototype,"signatureAlgorithm",void 0);bi([Si({type:je})],Zf.prototype,"signature",void 0);bi([Si({type:qf,repeated:"set",context:1,implicit:true,optional:true})],Zf.prototype,"unsignedAttrs",void 0);var $f=zf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,zf.prototype);return i}return e}(gi);$f=zf=bi([yi({type:ke.Set,itemType:Zf})],$f);var Xf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(An);Xf=bi([yi({type:ke.Choice})],Xf);var Yf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Zf);Yf=bi([yi({type:ke.Sequence})],Yf);var Jf;var tv=function(){function t(t){if(t===void 0){t={}}this.otherCertFormat="";this.otherCert=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],tv.prototype,"otherCertFormat",void 0);bi([Si({type:Ne.Any})],tv.prototype,"otherCert",void 0);var ev=t("bk",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}());bi([Si({type:Dn})],ev.prototype,"certificate",void 0);bi([Si({type:rf,context:2,implicit:true})],ev.prototype,"v2AttrCert",void 0);bi([Si({type:tv,context:3,implicit:true})],ev.prototype,"other",void 0);t("bk",ev=bi([yi({type:ke.Choice})],ev));var iv=t("bj",Jf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Jf.prototype);return i}return e}(gi));t("bj",iv=Jf=bi([yi({type:ke.Set,itemType:ev})],iv));var rv=function(){function t(t){if(t===void 0){t={}}this.contentType="";this.content=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("bl",rv);bi([Si({type:Ne.ObjectIdentifier})],rv.prototype,"contentType",void 0);bi([Si({type:Ne.Any,context:0})],rv.prototype,"content",void 0);var nv=t("bi",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}());bi([Si({type:je})],nv.prototype,"single",void 0);bi([Si({type:Ne.Any})],nv.prototype,"any",void 0);t("bi",nv=bi([yi({type:ke.Choice})],nv));var ov=function(){function t(t){if(t===void 0){t={}}this.eContentType="";Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],ov.prototype,"eContentType",void 0);bi([Si({type:nv,context:0,optional:true})],ov.prototype,"eContent",void 0);var av=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:je,context:0,implicit:true,optional:true})],av.prototype,"value",void 0);bi([Si({type:je,converter:qe,context:0,implicit:true,optional:true,repeated:"sequence"})],av.prototype,"constructedValue",void 0);av=bi([yi({type:ke.Choice})],av);var sv=function(){function t(t){if(t===void 0){t={}}this.contentType="";this.contentEncryptionAlgorithm=new Gf;Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],sv.prototype,"contentType",void 0);bi([Si({type:Gf})],sv.prototype,"contentEncryptionAlgorithm",void 0);bi([Si({type:av,optional:true})],sv.prototype,"encryptedContent",void 0);var uv=function(){function t(t){if(t===void 0){t={}}this.keyAttrId="";Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],uv.prototype,"keyAttrId",void 0);bi([Si({type:Ne.Any,optional:true})],uv.prototype,"keyAttr",void 0);var cv;var fv=function(){function t(t){if(t===void 0){t={}}this.subjectKeyIdentifier=new sn;Object.assign(this,t)}return t}();bi([Si({type:sn})],fv.prototype,"subjectKeyIdentifier",void 0);bi([Si({type:Ne.GeneralizedTime,optional:true})],fv.prototype,"date",void 0);bi([Si({type:uv,optional:true})],fv.prototype,"other",void 0);var vv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:fv,context:0,implicit:true,optional:true})],vv.prototype,"rKeyId",void 0);bi([Si({type:jf,optional:true})],vv.prototype,"issuerAndSerialNumber",void 0);vv=bi([yi({type:ke.Choice})],vv);var hv=function(){function t(t){if(t===void 0){t={}}this.rid=new vv;this.encryptedKey=new je;Object.assign(this,t)}return t}();bi([Si({type:vv})],hv.prototype,"rid",void 0);bi([Si({type:je})],hv.prototype,"encryptedKey",void 0);var dv=cv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,cv.prototype);return i}return e}(gi);dv=cv=bi([yi({type:ke.Sequence,itemType:hv})],dv);var lv=function(){function t(t){if(t===void 0){t={}}this.algorithm=new Sn;this.publicKey=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Sn})],lv.prototype,"algorithm",void 0);bi([Si({type:Ne.BitString})],lv.prototype,"publicKey",void 0);var pv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:sn,context:0,implicit:true,optional:true})],pv.prototype,"subjectKeyIdentifier",void 0);bi([Si({type:lv,context:1,implicit:true,optional:true})],pv.prototype,"originatorKey",void 0);bi([Si({type:jf,optional:true})],pv.prototype,"issuerAndSerialNumber",void 0);pv=bi([yi({type:ke.Choice})],pv);var yv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v3;this.originator=new pv;this.keyEncryptionAlgorithm=new Vf;this.recipientEncryptedKeys=new dv;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],yv.prototype,"version",void 0);bi([Si({type:pv,context:0})],yv.prototype,"originator",void 0);bi([Si({type:je,context:1,optional:true})],yv.prototype,"ukm",void 0);bi([Si({type:Vf})],yv.prototype,"keyEncryptionAlgorithm",void 0);bi([Si({type:dv})],yv.prototype,"recipientEncryptedKeys",void 0);var Sv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:sn,context:0,implicit:true})],Sv.prototype,"subjectKeyIdentifier",void 0);bi([Si({type:jf})],Sv.prototype,"issuerAndSerialNumber",void 0);Sv=bi([yi({type:ke.Choice})],Sv);var Cv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v0;this.rid=new Sv;this.keyEncryptionAlgorithm=new Vf;this.encryptedKey=new je;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Cv.prototype,"version",void 0);bi([Si({type:Sv})],Cv.prototype,"rid",void 0);bi([Si({type:Vf})],Cv.prototype,"keyEncryptionAlgorithm",void 0);bi([Si({type:je})],Cv.prototype,"encryptedKey",void 0);var Av=function(){function t(t){if(t===void 0){t={}}this.keyIdentifier=new je;Object.assign(this,t)}return t}();bi([Si({type:je})],Av.prototype,"keyIdentifier",void 0);bi([Si({type:Ne.GeneralizedTime,optional:true})],Av.prototype,"date",void 0);bi([Si({type:uv,optional:true})],Av.prototype,"other",void 0);var mv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v4;this.kekid=new Av;this.keyEncryptionAlgorithm=new Vf;this.encryptedKey=new je;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],mv.prototype,"version",void 0);bi([Si({type:Av})],mv.prototype,"kekid",void 0);bi([Si({type:Vf})],mv.prototype,"keyEncryptionAlgorithm",void 0);bi([Si({type:je})],mv.prototype,"encryptedKey",void 0);var gv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v0;this.keyEncryptionAlgorithm=new Vf;this.encryptedKey=new je;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],gv.prototype,"version",void 0);bi([Si({type:Qf,context:0,optional:true})],gv.prototype,"keyDerivationAlgorithm",void 0);bi([Si({type:Vf})],gv.prototype,"keyEncryptionAlgorithm",void 0);bi([Si({type:je})],gv.prototype,"encryptedKey",void 0);var wv=function(){function t(t){if(t===void 0){t={}}this.oriType="";this.oriValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],wv.prototype,"oriType",void 0);bi([Si({type:Ne.Any})],wv.prototype,"oriValue",void 0);var bv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:Cv,optional:true})],bv.prototype,"ktri",void 0);bi([Si({type:yv,context:1,implicit:true,optional:true})],bv.prototype,"kari",void 0);bi([Si({type:mv,context:2,implicit:true,optional:true})],bv.prototype,"kekri",void 0);bi([Si({type:gv,context:3,implicit:true,optional:true})],bv.prototype,"pwri",void 0);bi([Si({type:wv,context:4,implicit:true,optional:true})],bv.prototype,"ori",void 0);bv=bi([yi({type:ke.Choice})],bv);var Ev;var Pv=Ev=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ev.prototype);return i}return e}(gi);Pv=Ev=bi([yi({type:ke.Set,itemType:bv})],Pv);var Dv;var _v=function(){function t(t){if(t===void 0){t={}}this.otherRevInfoFormat="";this.otherRevInfo=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],_v.prototype,"otherRevInfoFormat",void 0);bi([Si({type:Ne.Any})],_v.prototype,"otherRevInfo",void 0);var Iv=function(){function t(t){if(t===void 0){t={}}this.other=new _v;Object.assign(this,t)}return t}();bi([Si({type:_v,context:1,implicit:true})],Iv.prototype,"other",void 0);Iv=bi([yi({type:ke.Choice})],Iv);var Bv=Dv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Dv.prototype);return i}return e}(gi);Bv=Dv=bi([yi({type:ke.Set,itemType:Iv})],Bv);var xv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();bi([Si({type:iv,context:0,implicit:true,optional:true})],xv.prototype,"certs",void 0);bi([Si({type:Bv,context:1,implicit:true,optional:true})],xv.prototype,"crls",void 0);var Tv;var Ov=Tv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Tv.prototype);return i}return e}(gi);Ov=Tv=bi([yi({type:ke.Set,itemType:qf})],Ov);var Mv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v0;this.recipientInfos=new Pv;this.encryptedContentInfo=new sv;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Mv.prototype,"version",void 0);bi([Si({type:xv,context:0,implicit:true,optional:true})],Mv.prototype,"originatorInfo",void 0);bi([Si({type:Pv})],Mv.prototype,"recipientInfos",void 0);bi([Si({type:sv})],Mv.prototype,"encryptedContentInfo",void 0);bi([Si({type:Ov,context:1,implicit:true,optional:true})],Mv.prototype,"unprotectedAttrs",void 0);var Rv;var kv=Rv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Rv.prototype);return i}return e}(gi);kv=Rv=bi([yi({type:ke.Set,itemType:Ff})],kv);var Nv=function(){function t(t){if(t===void 0){t={}}this.version=Uf.v0;this.digestAlgorithms=new kv;this.encapContentInfo=new ov;this.signerInfos=new $f;Object.assign(this,t)}return t}();t("bh",Nv);bi([Si({type:Ne.Integer})],Nv.prototype,"version",void 0);bi([Si({type:kv})],Nv.prototype,"digestAlgorithms",void 0);bi([Si({type:ov})],Nv.prototype,"encapContentInfo",void 0);bi([Si({type:iv,context:0,implicit:true,optional:true})],Nv.prototype,"certificates",void 0);bi([Si({type:Bv,context:1,implicit:true,optional:true})],Nv.prototype,"crls",void 0);bi([Si({type:$f})],Nv.prototype,"signerInfos",void 0);var Kv;var jv=function(){function t(t){if(t===void 0){t={}}this.attrId="";this.attrValues=[];Object.assign(t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],jv.prototype,"attrId",void 0);bi([Si({type:Ne.Any,repeated:"set"})],jv.prototype,"attrValues",void 0);var Hv=Kv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Kv.prototype);return i}return e}(gi);Hv=Kv=bi([yi({type:ke.Sequence,itemType:jv})],Hv);var Uv;var Fv=Uv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Uv.prototype);return i}return e}(gi);Fv=Uv=bi([yi({type:ke.Sequence,itemType:rv})],Fv);var Lv=function(){function t(t){if(t===void 0){t={}}this.certId="";this.certValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Lv.prototype,"certId",void 0);bi([Si({type:Ne.Any,context:0})],Lv.prototype,"certValue",void 0);var Vv=function(){function t(t){if(t===void 0){t={}}this.crlId="";this.crltValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Vv.prototype,"crlId",void 0);bi([Si({type:Ne.Any,context:0})],Vv.prototype,"crltValue",void 0);var Gv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ko);Gv=bi([yi({type:ke.Sequence})],Gv);var Wv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Oo);Wv=bi([yi({type:ke.Sequence})],Wv);var Qv=function(){function t(t){if(t===void 0){t={}}this.secretTypeId="";this.secretValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],Qv.prototype,"secretTypeId",void 0);bi([Si({type:Ne.Any,context:0})],Qv.prototype,"secretValue",void 0);var qv=function(){function t(t){if(t===void 0){t={}}this.mac=new mo;this.macSalt=new je;this.iterations=1;Object.assign(this,t)}return t}();bi([Si({type:mo})],qv.prototype,"mac",void 0);bi([Si({type:je})],qv.prototype,"macSalt",void 0);bi([Si({type:Ne.Integer,defaultValue:1})],qv.prototype,"iterations",void 0);var zv=function(){function t(t){if(t===void 0){t={}}this.version=3;this.authSafe=new rv;this.macData=new qv;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],zv.prototype,"version",void 0);bi([Si({type:rv})],zv.prototype,"authSafe",void 0);bi([Si({type:qv,optional:true})],zv.prototype,"macData",void 0);var Zv;var $v=function(){function t(t){if(t===void 0){t={}}this.bagId="";this.bagValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();bi([Si({type:Ne.ObjectIdentifier})],$v.prototype,"bagId",void 0);bi([Si({type:Ne.Any,context:0})],$v.prototype,"bagValue",void 0);bi([Si({type:jv,repeated:"set",optional:true})],$v.prototype,"bagAttributes",void 0);var Xv=Zv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Zv.prototype);return i}return e}(gi);Xv=Zv=bi([yi({type:ke.Sequence,itemType:$v})],Xv);var Yv,Jv,th;var eh="1.2.840.113549.1.9";var ih=t("F","".concat(eh,".2"));var rh=t("G","".concat(eh,".7"));var nh=t("B","".concat(eh,".14"));var oh=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}return t.call(this,e)||this}e.prototype.toString=function(){return this.ia5String||t.prototype.toString.call(this)};return e}(Ii);bi([Si({type:Ne.IA5String})],oh.prototype,"ia5String",void 0);oh=bi([yi({type:ke.Choice})],oh);var ah=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rv);ah=bi([yi({type:ke.Sequence})],ah);var sh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(zv);sh=bi([yi({type:ke.Sequence})],sh);var uh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Oo);uh=bi([yi({type:ke.Sequence})],uh);var ch=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();bi([Si({type:Ne.IA5String})],ch.prototype,"value",void 0);ch=bi([yi({type:ke.Choice})],ch);var fh=t("U",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(oh));t("U",fh=bi([yi({type:ke.Choice})],fh));var vh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ii);vh=bi([yi({type:ke.Choice})],vh);var hh=function(){function t(t){if(t===void 0){t=new Date}this.value=t}return t}();bi([Si({type:Ne.GeneralizedTime})],hh.prototype,"value",void 0);hh=bi([yi({type:ke.Choice})],hh);var dh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ii);dh=bi([yi({type:ke.Choice})],dh);var lh=function(){function t(t){if(t===void 0){t="M"}this.value=t}t.prototype.toString=function(){return this.value};return t}();bi([Si({type:Ne.PrintableString})],lh.prototype,"value",void 0);lh=bi([yi({type:ke.Choice})],lh);var ph=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();bi([Si({type:Ne.PrintableString})],ph.prototype,"value",void 0);ph=bi([yi({type:ke.Choice})],ph);var yh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ph);yh=bi([yi({type:ke.Choice})],yh);var Sh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ii);Sh=bi([yi({type:ke.Choice})],Sh);var Ch=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();bi([Si({type:Ne.ObjectIdentifier})],Ch.prototype,"value",void 0);Ch=bi([yi({type:ke.Choice})],Ch);var Ah=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(An);Ah=bi([yi({type:ke.Choice})],Ah);var mh=function(){function t(t){if(t===void 0){t=0}this.value=t}t.prototype.toString=function(){return this.value.toString()};return t}();bi([Si({type:Ne.Integer})],mh.prototype,"value",void 0);mh=bi([yi({type:ke.Choice})],mh);var gh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Zf);gh=bi([yi({type:ke.Sequence})],gh);var wh=t("t",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ii));t("t",wh=bi([yi({type:ke.Choice})],wh));var bh=t("s",Yv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Yv.prototype);return i}return e}(bn));t("s",bh=Yv=bi([yi({type:ke.Sequence})],bh));var Eh=Jv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Jv.prototype);return i}return e}(gi);Eh=Jv=bi([yi({type:ke.Set,itemType:qf})],Eh);var Ph=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();bi([Si({type:Ne.BmpString})],Ph.prototype,"value",void 0);Ph=bi([yi({type:ke.Choice})],Ph);var Dh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Sn);Dh=bi([yi({type:ke.Sequence})],Dh);var _h=th=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,th.prototype);return i}return e}(gi);_h=th=bi([yi({type:ke.Sequence,itemType:Dh})],_h);var Ih=t("z","1.3.6.1.4.1.22112.2.1");var Bh=t("r",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}());bi([Si({type:jf})],Bh.prototype,"signer",void 0);bi([Si({type:Dn,optional:true})],Bh.prototype,"cert",void 0);t("r",Bh=bi([yi({type:ke.Sequence})],Bh));var xh;var Th=xh=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,xh.prototype);return i}return e}(gi);Th=xh=bi([yi({type:ke.Sequence,itemType:en})],Th);var Oh=function(){function t(t){if(t===void 0){t={}}this.version=0;this.subject=new Mi;this.subjectPKInfo=new Cn;this.attributes=new Th;Object.assign(this,t)}return t}();bi([Si({type:Ne.Integer})],Oh.prototype,"version",void 0);bi([Si({type:Mi})],Oh.prototype,"subject",void 0);bi([Si({type:Cn})],Oh.prototype,"subjectPKInfo",void 0);bi([Si({type:Th,implicit:true,context:0})],Oh.prototype,"attributes",void 0);var Mh=function(){function t(t){if(t===void 0){t={}}this.certificationRequestInfo=new Oh;this.signatureAlgorithm=new Sn;this.signature=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("Y",Mh);bi([Si({type:Oh})],Mh.prototype,"certificationRequestInfo",void 0);bi([Si({type:Sn})],Mh.prototype,"signatureAlgorithm",void 0);bi([Si({type:Ne.BitString})],Mh.prototype,"signature",void 0)}}}));
135
- //# sourceMappingURL=p-D_WeukQa.system.js.map