@peculiar/certificates-viewer 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/components/attribute-certificate-viewer.js +17 -14
  2. package/components/attribute-certificate-viewer.js.map +1 -1
  3. package/components/attribute.js +53 -0
  4. package/components/attribute.js.map +1 -0
  5. package/components/certificate-viewer.js +15 -13
  6. package/components/certificate-viewer.js.map +1 -1
  7. package/components/crl-viewer.js +20 -18
  8. package/components/crl-viewer.js.map +1 -1
  9. package/components/csr-viewer.js +9 -99
  10. package/components/csr-viewer.js.map +1 -1
  11. package/components/download.js +12515 -1
  12. package/components/download.js.map +1 -1
  13. package/components/index.js +2 -0
  14. package/components/index.js.map +1 -1
  15. package/components/index2.js +3 -48
  16. package/components/index2.js.map +1 -1
  17. package/components/issuer_name.js +2 -2
  18. package/components/miscellaneous.js +41 -12555
  19. package/components/miscellaneous.js.map +1 -1
  20. package/components/peculiar-certificate-decoder.js +12 -43
  21. package/components/peculiar-certificate-decoder.js.map +1 -1
  22. package/components/peculiar-certificates-viewer.js +1 -2
  23. package/components/peculiar-certificates-viewer.js.map +1 -1
  24. package/components/peculiar-crl-viewer.js +1 -1
  25. package/components/peculiar-csr-viewer.js +1 -1
  26. package/components/pkcs10_certificate_request.js +102 -0
  27. package/components/pkcs10_certificate_request.js.map +1 -0
  28. package/components/read_file.js +110 -0
  29. package/components/read_file.js.map +1 -0
  30. package/components/subject_name.js +2 -2
  31. package/dist/cjs/{certification_request-b0d72620.js → certification_request-815ec558.js} +3271 -2805
  32. package/dist/cjs/certification_request-815ec558.js.map +1 -0
  33. package/dist/cjs/index.cjs.js +12 -5
  34. package/dist/cjs/index.cjs.js.map +1 -1
  35. package/dist/cjs/{miscellaneous-dcb93a5b.js → miscellaneous-9a573276.js} +22 -23
  36. package/dist/cjs/miscellaneous-9a573276.js.map +1 -0
  37. package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +20 -20
  38. package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -1
  39. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +16 -47
  40. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -1
  41. package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +3 -4
  42. package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -1
  43. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +2 -3
  44. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -1
  45. package/dist/cjs/pkcs10_certificate_request-0ebc0023.js +149 -0
  46. package/dist/cjs/pkcs10_certificate_request-0ebc0023.js.map +1 -0
  47. package/dist/cjs/read_file-2e22a97e.js +115 -0
  48. package/dist/cjs/read_file-2e22a97e.js.map +1 -0
  49. package/dist/cjs/{x509_certificate-ebf4cbd4.js → x509_certificate-9914b149.js} +17 -16
  50. package/dist/cjs/x509_certificate-9914b149.js.map +1 -0
  51. package/dist/cjs/x509_crl-86b6e71d.js +179 -0
  52. package/dist/cjs/x509_crl-86b6e71d.js.map +1 -0
  53. package/dist/collection/components/certificate-decoder/certificate-decoder.js +8 -8
  54. package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -1
  55. package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -1
  56. package/dist/collection/components/crl-viewer/crl-viewer.js +6 -6
  57. package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -1
  58. package/dist/collection/components/csr-viewer/csr-viewer.js +6 -6
  59. package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -1
  60. package/dist/collection/crypto/index.js +2 -2
  61. package/dist/collection/crypto/index.js.map +1 -1
  62. package/dist/collection/crypto/{csr.js → pkcs10_certificate_request.js} +14 -12
  63. package/dist/collection/crypto/pkcs10_certificate_request.js.map +1 -0
  64. package/dist/collection/crypto/x509_attribute_certificate.js +13 -11
  65. package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -1
  66. package/dist/collection/crypto/x509_certificate.js +13 -11
  67. package/dist/collection/crypto/x509_certificate.js.map +1 -1
  68. package/dist/collection/crypto/{crl.js → x509_crl.js} +14 -12
  69. package/dist/collection/crypto/x509_crl.js.map +1 -0
  70. package/dist/collection/index.js +2 -0
  71. package/dist/collection/index.js.map +1 -1
  72. package/dist/esm/{certification_request-2c054ece.js → certification_request-08b4deb8.js} +3207 -2745
  73. package/dist/esm/certification_request-08b4deb8.js.map +1 -0
  74. package/dist/esm/index.js +3 -1
  75. package/dist/esm/index.js.map +1 -1
  76. package/dist/esm/{miscellaneous-0e98b5bc.js → miscellaneous-d4bbc6f2.js} +2 -3
  77. package/dist/esm/miscellaneous-d4bbc6f2.js.map +1 -0
  78. package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +12 -12
  79. package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -1
  80. package/dist/esm/peculiar-certificate-decoder.entry.js +12 -43
  81. package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -1
  82. package/dist/esm/peculiar-certificate-viewer.entry.js +3 -4
  83. package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -1
  84. package/dist/esm/peculiar-certificates-viewer.entry.js +2 -3
  85. package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -1
  86. package/dist/esm/pkcs10_certificate_request-3763c2af.js +146 -0
  87. package/dist/esm/pkcs10_certificate_request-3763c2af.js.map +1 -0
  88. package/dist/esm/read_file-bb0b1450.js +110 -0
  89. package/dist/esm/read_file-bb0b1450.js.map +1 -0
  90. package/dist/esm/{x509_certificate-ad568d3a.js → x509_certificate-47b4c5ee.js} +15 -14
  91. package/dist/esm/x509_certificate-47b4c5ee.js.map +1 -0
  92. package/dist/esm/x509_crl-ba76d3ed.js +176 -0
  93. package/dist/esm/x509_crl-ba76d3ed.js.map +1 -0
  94. package/dist/esm-es5/{certification_request-2c054ece.js → certification_request-08b4deb8.js} +61 -23
  95. package/dist/esm-es5/certification_request-08b4deb8.js.map +1 -0
  96. package/dist/esm-es5/index.js +1 -1
  97. package/dist/esm-es5/{miscellaneous-0e98b5bc.js → miscellaneous-d4bbc6f2.js} +2 -2
  98. package/dist/esm-es5/{miscellaneous-0e98b5bc.js.map → miscellaneous-d4bbc6f2.js.map} +1 -1
  99. package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +2 -2
  100. package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -1
  101. package/dist/esm-es5/peculiar-certificate-decoder.entry.js +2 -9
  102. package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -1
  103. package/dist/esm-es5/peculiar-certificate-viewer.entry.js +2 -2
  104. package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -1
  105. package/dist/esm-es5/peculiar-certificates-viewer.entry.js +1 -1
  106. package/dist/esm-es5/pkcs10_certificate_request-3763c2af.js +19 -0
  107. package/dist/esm-es5/pkcs10_certificate_request-3763c2af.js.map +1 -0
  108. package/dist/esm-es5/read_file-bb0b1450.js +12 -0
  109. package/dist/esm-es5/read_file-bb0b1450.js.map +1 -0
  110. package/dist/esm-es5/x509_certificate-47b4c5ee.js +12 -0
  111. package/dist/esm-es5/x509_certificate-47b4c5ee.js.map +1 -0
  112. package/dist/esm-es5/x509_crl-ba76d3ed.js +19 -0
  113. package/dist/esm-es5/x509_crl-ba76d3ed.js.map +1 -0
  114. package/dist/peculiar/index.esm.js +1 -1
  115. package/dist/peculiar/{p-496449cf.system.entry.js → p-0f3787cf.system.entry.js} +2 -2
  116. package/dist/peculiar/p-1818204e.system.js +13 -0
  117. package/dist/peculiar/p-1818204e.system.js.map +1 -0
  118. package/dist/peculiar/p-25a532a3.js +12 -0
  119. package/dist/peculiar/p-25a532a3.js.map +1 -0
  120. package/dist/peculiar/p-28b4d316.system.js +5 -0
  121. package/dist/peculiar/p-30e18f2d.system.js +20 -0
  122. package/dist/peculiar/p-30e18f2d.system.js.map +1 -0
  123. package/dist/peculiar/p-31d5da39.js +12 -0
  124. package/dist/peculiar/p-31d5da39.js.map +1 -0
  125. package/dist/peculiar/{p-5cf4562f.system.entry.js → p-364df80d.system.entry.js} +16 -16
  126. package/dist/peculiar/p-364df80d.system.entry.js.map +1 -0
  127. package/dist/peculiar/p-4ee5140c.system.js +19 -0
  128. package/dist/peculiar/p-4ee5140c.system.js.map +1 -0
  129. package/dist/peculiar/p-55303453.system.js +12 -0
  130. package/dist/peculiar/p-55303453.system.js.map +1 -0
  131. package/dist/peculiar/p-6acca6ea.js +135 -0
  132. package/dist/peculiar/p-6acca6ea.js.map +1 -0
  133. package/dist/peculiar/p-78a6b479.js +19 -0
  134. package/dist/peculiar/p-78a6b479.js.map +1 -0
  135. package/dist/peculiar/p-82005297.system.entry.js +5 -0
  136. package/dist/peculiar/p-82005297.system.entry.js.map +1 -0
  137. package/dist/peculiar/p-82e4faf0.js +19 -0
  138. package/dist/peculiar/p-82e4faf0.js.map +1 -0
  139. package/dist/peculiar/p-8393399a.system.js +1 -1
  140. package/dist/peculiar/{p-c23fd001.entry.js → p-84e3e94a.entry.js} +16 -16
  141. package/dist/peculiar/p-84e3e94a.entry.js.map +1 -0
  142. package/dist/peculiar/p-8db3e1fd.system.entry.js +5 -0
  143. package/dist/peculiar/{p-00302a20.system.entry.js.map → p-8db3e1fd.system.entry.js.map} +1 -1
  144. package/dist/peculiar/p-9c8dc738.entry.js +5 -0
  145. package/dist/peculiar/{p-54b37ef9.entry.js.map → p-9c8dc738.entry.js.map} +1 -1
  146. package/dist/peculiar/{p-75166532.js → p-b0c963b1.js} +23 -23
  147. package/dist/peculiar/{p-75166532.js.map → p-b0c963b1.js.map} +1 -1
  148. package/dist/peculiar/{p-ff3ced3c.system.js → p-c10bfa6a.system.js} +45 -45
  149. package/dist/peculiar/{p-ff3ced3c.system.js.map → p-c10bfa6a.system.js.map} +1 -1
  150. package/dist/peculiar/p-c3fce3f5.entry.js +5 -0
  151. package/dist/peculiar/p-c3fce3f5.entry.js.map +1 -0
  152. package/dist/peculiar/p-df2c8826.system.js +135 -0
  153. package/dist/peculiar/p-df2c8826.system.js.map +1 -0
  154. package/dist/peculiar/{p-5f3b0fc7.entry.js → p-f8efbe93.entry.js} +3 -3
  155. package/dist/peculiar/peculiar.esm.js +1 -1
  156. package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +3 -3
  157. package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +2 -2
  158. package/dist/types/components/crl-viewer/crl-viewer.d.ts +2 -2
  159. package/dist/types/components/csr-viewer/csr-viewer.d.ts +2 -2
  160. package/dist/types/crypto/index.d.ts +2 -2
  161. package/dist/types/crypto/{csr.d.ts → pkcs10_certificate_request.d.ts} +4 -5
  162. package/dist/types/crypto/x509_attribute_certificate.d.ts +3 -4
  163. package/dist/types/crypto/x509_certificate.d.ts +3 -4
  164. package/dist/types/crypto/{crl.d.ts → x509_crl.d.ts} +4 -5
  165. package/dist/types/index.d.ts +2 -0
  166. package/hydrate/index.js +67 -59
  167. package/package.json +3 -3
  168. package/dist/cjs/certification_request-b0d72620.js.map +0 -1
  169. package/dist/cjs/crl-812dd7a1.js +0 -312
  170. package/dist/cjs/crl-812dd7a1.js.map +0 -1
  171. package/dist/cjs/download-6f550549.js +0 -476
  172. package/dist/cjs/download-6f550549.js.map +0 -1
  173. package/dist/cjs/miscellaneous-dcb93a5b.js.map +0 -1
  174. package/dist/cjs/x509_certificate-ebf4cbd4.js.map +0 -1
  175. package/dist/collection/crypto/crl.js.map +0 -1
  176. package/dist/collection/crypto/csr.js.map +0 -1
  177. package/dist/esm/certification_request-2c054ece.js.map +0 -1
  178. package/dist/esm/crl-a7318483.js +0 -308
  179. package/dist/esm/crl-a7318483.js.map +0 -1
  180. package/dist/esm/download-8c128e2e.js +0 -470
  181. package/dist/esm/download-8c128e2e.js.map +0 -1
  182. package/dist/esm/miscellaneous-0e98b5bc.js.map +0 -1
  183. package/dist/esm/x509_certificate-ad568d3a.js.map +0 -1
  184. package/dist/esm-es5/certification_request-2c054ece.js.map +0 -1
  185. package/dist/esm-es5/crl-a7318483.js +0 -33
  186. package/dist/esm-es5/crl-a7318483.js.map +0 -1
  187. package/dist/esm-es5/download-8c128e2e.js +0 -43
  188. package/dist/esm-es5/download-8c128e2e.js.map +0 -1
  189. package/dist/esm-es5/x509_certificate-ad568d3a.js +0 -12
  190. package/dist/esm-es5/x509_certificate-ad568d3a.js.map +0 -1
  191. package/dist/peculiar/p-00302a20.system.entry.js +0 -5
  192. package/dist/peculiar/p-0dbc8238.system.js +0 -13
  193. package/dist/peculiar/p-0dbc8238.system.js.map +0 -1
  194. package/dist/peculiar/p-1302bd67.js +0 -97
  195. package/dist/peculiar/p-1302bd67.js.map +0 -1
  196. package/dist/peculiar/p-1f766dd5.js +0 -43
  197. package/dist/peculiar/p-1f766dd5.js.map +0 -1
  198. package/dist/peculiar/p-3d44cbd2.js +0 -12
  199. package/dist/peculiar/p-3d44cbd2.js.map +0 -1
  200. package/dist/peculiar/p-3f9af5f5.system.js +0 -97
  201. package/dist/peculiar/p-3f9af5f5.system.js.map +0 -1
  202. package/dist/peculiar/p-54b37ef9.entry.js +0 -5
  203. package/dist/peculiar/p-5c6f9a14.entry.js +0 -12
  204. package/dist/peculiar/p-5c6f9a14.entry.js.map +0 -1
  205. package/dist/peculiar/p-5cf4562f.system.entry.js.map +0 -1
  206. package/dist/peculiar/p-6680f277.system.entry.js +0 -13
  207. package/dist/peculiar/p-6680f277.system.entry.js.map +0 -1
  208. package/dist/peculiar/p-924790f5.js +0 -33
  209. package/dist/peculiar/p-924790f5.js.map +0 -1
  210. package/dist/peculiar/p-b2890eb8.system.js +0 -5
  211. package/dist/peculiar/p-c156b495.system.js +0 -33
  212. package/dist/peculiar/p-c156b495.system.js.map +0 -1
  213. package/dist/peculiar/p-c23fd001.entry.js.map +0 -1
  214. package/dist/peculiar/p-dde511c8.system.js +0 -43
  215. package/dist/peculiar/p-dde511c8.system.js.map +0 -1
  216. /package/dist/peculiar/{p-496449cf.system.entry.js.map → p-0f3787cf.system.entry.js.map} +0 -0
  217. /package/dist/peculiar/{p-b2890eb8.system.js.map → p-28b4d316.system.js.map} +0 -0
  218. /package/dist/peculiar/{p-5f3b0fc7.entry.js.map → p-f8efbe93.entry.js.map} +0 -0
@@ -1,97 +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};
2
- /*!
3
- * © Peculiar Ventures https://peculiarventures.com/ - MIT License
4
- */System.register(["./p-dde511c8.system.js"],(function(t){"use strict";var e,i,r;return{setters:[function(t){e=t.B;i=t.C;r=t.i}],execute:function(){var n;var o=this;t("aa",Tr);var a=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};
5
- /**
6
- * @license
7
- * Copyright (c) Peculiar Ventures, LLC.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */var s=function(t){return/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)};var u=t("i",(function(t){return/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/.test(t)}));var c=t("a",(function(t){return/-----BEGIN CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE-----/.test(t)}));var f=t("d",(function(t){return/-----BEGIN X509 CRL-----([A-Za-z0-9+\/=\s]+)-----END X509 CRL-----/.test(t)}));var v=t("b",(function(t){return/-----BEGIN CERTIFICATE REQUEST-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE REQUEST-----/.test(t)}));var h=t("c",(function(t){return/-----BEGIN ATTRIBUTE CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END ATTRIBUTE CERTIFICATE-----/.test(t)}));var d=function(t){try{window.atob(t);return true}catch(t){return false}};var l={exports:{}};(function(t,e){!function(e,i){t.exports=i()}(a,(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])},E=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},b=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=E,P.i=w,P.w=function(t,e){return b(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var D=function(){function y(t){this.$L=E(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[g]=!0}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=b(t);return this.startOf(e)<=i&&i<=this.endOf(e)},S.isAfter=function(t,e){return b(t)<this.startOf(e)},S.isBefore=function(t,e){return this.endOf(e)<b(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,!1)},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=b(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,!0);case"A":return l(o,a,!1);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=b(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=E(t,e,!0);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}(),I=D.prototype;return b.prototype=I,[["$ms",r],["$s",n],["$m",o],["$H",a],["$W",s],["$M",c],["$y",v],["$D",h]].forEach((function(t){I[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),b.extend=function(t,e){return t.$i||(t(e,D,b),t.$i=!0),b},b.locale=E,b.isDayjs=w,b.unix=function(t){return b(1e3*t)},b.en=m[A],b.Ls=m,b.p={},b}))})(l);var p=l.exports;var y={exports:{}};(function(t,e){!function(e,i){t.exports=i()}(a,(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,!0):o.diff(e,p.d,!0));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,!0)},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)}}}))})(y);var S=y.exports;
12
- /**
13
- * @license
14
- * Copyright (c) Peculiar Ventures, LLC.
15
- *
16
- * This source code is licensed under the MIT license found in the
17
- * LICENSE file in the root directory of this source tree.
18
- */p.extend(S);var C=t("a0",(function(t){return new Date(t).toUTCString()}));var A=t("f",(function(t,e){if(!t||!e){return""}var i=p(t);var r=p(e);return i.to(r,true)}));var m="Basic Information";var g="Subject Name";var w="Issuer Name";var E="Public Key Info";var b="Signature";var P="Extensions";var D="Miscellaneous";var I="Download";var _="Serial Number";var B="Version";var x="Validity";var T="Issued";var O="Expired";var M="Last Update";var R="Next Update";var N="Algorithm";var k="Named Curve";var K="Exponent";var j="Modulus";var H="Value";var F="Valid";var U="Revoked";var L="Issuer";var V="Name";var G="Public Key";var W="Fingerprint";var Q="Fingerprints";var q="Test URLs";var z="Certificate Details";var $="Holder";var Z="Digest Info";var X="Type";var Y="Revoked Certificates";var J="Revocation Date";var tt="Yes";var et="No";var it="Only User Certificates";var rt="Only Attribute Certificates";var nt="Only CA Certificates";var ot="Indirect CRL";var at="Only Reasons";var st="CRL Entry Extensions";var ut="Preview certificate";var ct="View details";var ft="Download options";var vt={basicInformation:m,subjectName:g,issuerName:w,publicKeyInfo:E,signature:b,extensions:P,miscellaneous:D,download:I,"download.pem":"Download PEM","download.der":"Download DER",serialNumber:_,version:B,validity:x,issued:T,expired:O,lastUpdate:M,nextUpdate:R,algorithm:N,namedCurve:k,exponent:K,modulus:j,value:H,valid:F,revoked:U,issuer:L,name:V,publicKey:G,fingerprint:W,fingerprints:Q,testURLs:q,certificateDetails:z,holder:$,digestInfo:Z,type:X,revokedCertificates:Y,revocationDate:J,yes:tt,no:et,onlyUserCertificates:it,onlyAttributeCertificates:rt,onlyCACertificates:nt,indirectCRL:ot,onlyReasons:at,crlEntryExtensions:st,previewCertificate:ut,viewDetails:ct,downloadOptions:ft};
19
- /**
20
- * @license
21
- * Copyright (c) Peculiar Ventures, LLC.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */var ht={en:vt};var dt=function(){function t(){var t=this;this.setLocale=function(e){t.locale=e&&ht[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=ht[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 lt=t("$",new dt);
26
- /**
27
- * @license
28
- * Copyright (c) Peculiar Ventures, LLC.
29
- *
30
- * This source code is licensed under the MIT license found in the
31
- * LICENSE file in the root directory of this source tree.
32
- */var pt={"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 yt=t("a1",{"0.2.262.1.10":"Telesec","0.2.262.1.10.0":"Extension","0.2.262.1.10.1":"Mechanism","0.2.262.1.10.1.0":"Authentication","0.2.262.1.10.1.0.1":"Password Authentication","0.2.262.1.10.1.0.2":"Protected Password Authentication","0.2.262.1.10.1.0.3":"One Way x509 Authentication","0.2.262.1.10.1.0.4":"Two Way x509 Authentication","0.2.262.1.10.1.0.5":"Three Way x509 Authentication","0.2.262.1.10.1.0.6":"One Way IS O9798 Authentication","0.2.262.1.10.1.0.7":"Two Way IS O9798 Authentication","0.2.262.1.10.1.0.8":"Telekom Authentication","0.2.262.1.10.1.1":"Signature","0.2.262.1.10.1.1.1":"MD4 with RSA And IS O9697","0.2.262.1.10.1.1.2":"MD4 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.3":"MD5 with RSA And IS O9697","0.2.262.1.10.1.1.4":"MD5 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.5":"Ripemd160 with RSA And Telekom Signature Standard","0.2.262.1.10.1.1.9":"HBCI RSA Signature","0.2.262.1.10.1.2":"Encryption","0.2.262.1.10.1.2.0":"None","0.2.262.1.10.1.2.1":"RSA Telesec","0.2.262.1.10.1.2.2":"DES","0.2.262.1.10.1.2.2.1":"DES ECB","0.2.262.1.10.1.2.2.2":"DES CBC","0.2.262.1.10.1.2.2.3":"DES OFB","0.2.262.1.10.1.2.2.4":"DES CFB8","0.2.262.1.10.1.2.2.5":"DES CFB64","0.2.262.1.10.1.2.3":"DES3","0.2.262.1.10.1.2.3.1":"DES3 ECB","0.2.262.1.10.1.2.3.2":"DES3 CBC","0.2.262.1.10.1.2.3.3":"DES3 OFB","0.2.262.1.10.1.2.3.4":"DES3 CFB8","0.2.262.1.10.1.2.3.5":"DES3 CFB64","0.2.262.1.10.1.2.4":"Magenta","0.2.262.1.10.1.2.5":"Idea","0.2.262.1.10.1.2.5.1":"Idea ECB","0.2.262.1.10.1.2.5.2":"Idea CBC","0.2.262.1.10.1.2.5.3":"Idea OFB","0.2.262.1.10.1.2.5.4":"Idea CFB8","0.2.262.1.10.1.2.5.5":"Idea CFB64","0.2.262.1.10.1.3":"One Way Function","0.2.262.1.10.1.3.1":"MD4","0.2.262.1.10.1.3.2":"MD5","0.2.262.1.10.1.3.3":"SQ ModNx509","0.2.262.1.10.1.3.4":"SQ ModNISO","0.2.262.1.10.1.3.5":"Ripemd128","0.2.262.1.10.1.3.6":"Hash Using Block Cipher","0.2.262.1.10.1.3.7":"Mac","0.2.262.1.10.1.3.8":"Ripemd160","0.2.262.1.10.1.4":"Fec Function","0.2.262.1.10.1.4.1":"Reed Solomon","0.2.262.1.10.2":"Module","0.2.262.1.10.2.0":"Algorithms","0.2.262.1.10.2.1":"Attribute Types","0.2.262.1.10.2.2":"Certificate Types","0.2.262.1.10.2.3":"Message Types","0.2.262.1.10.2.4":"Pl Protocol","0.2.262.1.10.2.5":"Sme And Components Of Sme","0.2.262.1.10.2.6":"Fec","0.2.262.1.10.2.7":"Useful Definitions","0.2.262.1.10.2.8":"Stefiles","0.2.262.1.10.2.9":"Sadmib","0.2.262.1.10.2.10":"Electronic Order","0.2.262.1.10.2.11":"Telesec Ttp Asymmetric Application","0.2.262.1.10.2.12":"Telesec Ttp Basis Application","0.2.262.1.10.2.13":"Telesec Ttp Messages","0.2.262.1.10.2.14":"Telesec Ttp Time Stamp Application","0.2.262.1.10.3":"Object Class","0.2.262.1.10.3.0":"Telesec Other Name","0.2.262.1.10.3.1":"Directory","0.2.262.1.10.3.2":"Directory Type","0.2.262.1.10.3.3":"Directory Group","0.2.262.1.10.3.4":"Directory User","0.2.262.1.10.3.5":"Symmetric Key Entry","0.2.262.1.10.4":"Package","0.2.262.1.10.5":"Parameter","0.2.262.1.10.6":"Name Binding","0.2.262.1.10.7":"Attribute","0.2.262.1.10.7.0":"Application Group Identifier","0.2.262.1.10.7.1":"Certificate Type","0.2.262.1.10.7.2":"Telesec Certificate","0.2.262.1.10.7.3":"Certificate Number","0.2.262.1.10.7.4":"Certificate Revocation List","0.2.262.1.10.7.5":"Creation Date","0.2.262.1.10.7.6":"Issuer","0.2.262.1.10.7.7":"Naming Authority","0.2.262.1.10.7.8":"Public Key Directory","0.2.262.1.10.7.9":"Security Domain","0.2.262.1.10.7.10":"Subject","0.2.262.1.10.7.11":"Time Of Revocation","0.2.262.1.10.7.12":"User Group Reference","0.2.262.1.10.7.13":"alidity","0.2.262.1.10.7.14":"Zert93","0.2.262.1.10.7.15":"Security Mess Env","0.2.262.1.10.7.16":"Anonymized Public Key Directory","0.2.262.1.10.7.17":"Telesec Given Name","0.2.262.1.10.7.18":"Name Additions","0.2.262.1.10.7.19":"Telesec Postal Code","0.2.262.1.10.7.20":"Name Distinguisher","0.2.262.1.10.7.21":"Telesec Certificate List","0.2.262.1.10.7.22":"Teletrust Certificate List","0.2.262.1.10.7.23":"x509 Certificate List","0.2.262.1.10.7.24":"Time Of Issue","0.2.262.1.10.7.25":"Physical Card Number","0.2.262.1.10.7.26":"File Type","0.2.262.1.10.7.27":"Ctl File Is Archive","0.2.262.1.10.7.28":"Email Address","0.2.262.1.10.7.29":"Certificate Template List","0.2.262.1.10.7.30":"Directory Name","0.2.262.1.10.7.31":"Directory Type Name","0.2.262.1.10.7.32":"Directory Group Name","0.2.262.1.10.7.33":"Directory User Name","0.2.262.1.10.7.34":"Revocation Flag","0.2.262.1.10.7.35":"Symmetric Key Entry Name","0.2.262.1.10.7.36":"Gl Number","0.2.262.1.10.7.37":"Go Number","0.2.262.1.10.7.38":"G Key Data","0.2.262.1.10.7.39":"Z Key Data","0.2.262.1.10.7.40":"Kt Key Data","0.2.262.1.10.7.41":"Kt Key Number","0.2.262.1.10.7.51":"Time Of Revocation Gen","0.2.262.1.10.7.52":"Liability Text","0.2.262.1.10.8":"Attribute Group","0.2.262.1.10.9":"Action","0.2.262.1.10.10":"Notification","0.2.262.1.10.11":"Snmp-mibs","0.2.262.1.10.11.1":"Security Application","0.2.262.1.10.12":"Cert And Crl Extension Definitions","0.2.262.1.10.12.0":"Liability Limitation Flag","0.2.262.1.10.12.1":"Telesec Cert Id Ext","0.2.262.1.10.12.2":"Telesec policy Identifier","0.2.262.1.10.12.3":"Telesec Policy Qualifier I D","0.2.262.1.10.12.4":"Telesec CRL Filtered Ext","0.2.262.1.10.12.5":"Telesec CRL Filter Ext","0.2.262.1.10.12.6":"Telesec Naming Authority Ext","0.4.0.127.0.7":"Bsi","0.4.0.127.0.7.1":"Bsi Ecc","0.4.0.127.0.7.1.1":"Bsifield Type","0.4.0.127.0.7.1.1.1":"Bsi Prime Field","0.4.0.127.0.7.1.1.2":"Bsi Characteristic Two Field","0.4.0.127.0.7.1.1.2.2":"Bsi ECTLV Key Format","0.4.0.127.0.7.1.1.2.2.1":"Bsi ECTLV Public Key","0.4.0.127.0.7.1.1.2.3":"Bsi Characteristic Two Basis","0.4.0.127.0.7.1.1.2.3.1":"Bsi Gn Basis","0.4.0.127.0.7.1.1.2.3.2":"Bsi Tp Basis","0.4.0.127.0.7.1.1.2.3.3":"Bsi Pp Basis","0.4.0.127.0.7.1.1.4.1":"Bsi Ecdsa Signatures","0.4.0.127.0.7.1.1.4.1.1":"Bsi Ecdsa with SHA1","0.4.0.127.0.7.1.1.4.1.2":"Bsi Ecdsa with SHA224","0.4.0.127.0.7.1.1.4.1.3":"Bsi Ecdsa with SHA256","0.4.0.127.0.7.1.1.4.1.4":"Bsi Ecdsa with SHA384","0.4.0.127.0.7.1.1.4.1.5":"Bsi Ecdsa with SHA512","0.4.0.127.0.7.1.1.4.1.6":"Bsi Ecdsa with RIPEMD160","0.4.0.127.0.7.1.1.5.1.1":"Bsi Ecka Eg x963KDF","0.4.0.127.0.7.1.1.5.1.1.1":"Bsi Ecka Eg x963KDF with SHA1","0.4.0.127.0.7.1.1.5.1.1.2":"Bsi Ecka Eg x963KDF with SHA224","0.4.0.127.0.7.1.1.5.1.1.3":"Bsi Ecka Eg x963KDF with SHA256","0.4.0.127.0.7.1.1.5.1.1.4":"Bsi Ecka Eg x963KDF with SHA384","0.4.0.127.0.7.1.1.5.1.1.5":"Bsi Ecka Eg x963KDF with SHA512","0.4.0.127.0.7.1.1.5.1.1.6":"Bsi Ecka Eg x963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.1.2":"Bsi Ecka Eg Session KDF","0.4.0.127.0.7.1.1.5.1.2.1":"Bsi Ecka Eg Session KDF With3DES","0.4.0.127.0.7.1.1.5.1.2.2":"Bsi Ecka Eg Session KDF with AES128","0.4.0.127.0.7.1.1.5.1.2.3":"Bsi Ecka Eg Session KDF with AES192","0.4.0.127.0.7.1.1.5.1.2.4":"Bsi Ecka Eg Session KDF with AES256","0.4.0.127.0.7.1.1.5.2":"Bsi Ecka DH","0.4.0.127.0.7.1.1.5.2.1":"Bsi Ecka DH x963KDF","0.4.0.127.0.7.1.1.5.2.1.1":"Bsi Ecka DHx963KDF with SHA1","0.4.0.127.0.7.1.1.5.2.1.2":"Bsi Ecka DHx963KDF with SHA224","0.4.0.127.0.7.1.1.5.2.1.3":"Bsi Ecka DHx963KDF with SHA256","0.4.0.127.0.7.1.1.5.2.1.4":"Bsi Ecka DHx963KDF with SHA384","0.4.0.127.0.7.1.1.5.2.1.5":"Bsi Ecka DHx963KDF with SHA512","0.4.0.127.0.7.1.1.5.2.1.6":"Bsi Ecka DHx963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.2.2":"Bsi Ecka DHSessionKDF","0.4.0.127.0.7.1.1.5.2.2.1":"Bsi Ecka DH Session KDF With3 DES","0.4.0.127.0.7.1.1.5.2.2.2":"Bsi Ecka DH Session KDF with AES128","0.4.0.127.0.7.1.1.5.2.2.3":"Bsi Ecka DH Session KDF with AES192","0.4.0.127.0.7.1.1.5.2.2.4":"Bsi Ecka DH Session KDF with AES256","0.4.0.127.0.7.1.2":"Bsi Ec Key Type","0.4.0.127.0.7.1.2.1":"Bsi Ec Public Key","0.4.0.127.0.7.1.5.1":"Bsi Kaeg","0.4.0.127.0.7.1.5.1.1":"Bsi Kaeg with x963KDF","0.4.0.127.0.7.1.5.1.2":"Bsi Kaeg with 3DESKDF","0.4.0.127.0.7.2.2.1":"Bsi PK","0.4.0.127.0.7.2.2.1.1":"Bsi PK_DH","0.4.0.127.0.7.2.2.1.2":"Bsi PK_ECDH","0.4.0.127.0.7.2.2.2":"Bsi TA","0.4.0.127.0.7.2.2.2.1":"Bsi TA_RSA","0.4.0.127.0.7.2.2.2.1.1":"Bsi TA_RSAv1_5_SHA1","0.4.0.127.0.7.2.2.2.1.2":"Bsi TA_RSAv1_5_SHA256","0.4.0.127.0.7.2.2.2.1.3":"Bsi TA_RSAPSS_SHA1","0.4.0.127.0.7.2.2.2.1.4":"Bsi TA_RSAPSS_SHA256","0.4.0.127.0.7.2.2.2.1.5":"Bsi TA_RSAv1_5_SHA512","0.4.0.127.0.7.2.2.2.1.6":"Bsi TA_RSAPSS_SHA512","0.4.0.127.0.7.2.2.2.2":"Bsi TA_ECDSA","0.4.0.127.0.7.2.2.2.2.1":"Bsi TA_ECDSA_SHA1","0.4.0.127.0.7.2.2.2.2.2":"Bsi TA_ECDSA_SHA224","0.4.0.127.0.7.2.2.2.2.3":"Bsi TA_ECDSA_SHA256","0.4.0.127.0.7.2.2.2.2.4":"Bsi TA_ECDSA_SHA384","0.4.0.127.0.7.2.2.2.2.5":"Bsi TA_ECDSA_SHA512","0.4.0.127.0.7.2.2.3":"Bsi CA","0.4.0.127.0.7.2.2.3.1":"Bsi CA_DH","0.4.0.127.0.7.2.2.3.1.1":"Bsi CA_DH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.1.2":"Bsi CA_DH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.1.3":"Bsi CA_DH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.1.4":"Bsi CA_DH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.3.2":"Bsi CA_ECDH","0.4.0.127.0.7.2.2.3.2.1":"Bsi CA_ECDH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.2.2":"Bsi CA_ECDH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.2.3":"Bsi CA_ECDH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.2.4":"Bsi CA_ECDH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4":"Bsi PACE","0.4.0.127.0.7.2.2.4.1":"Bsi PACE_DH_GM","0.4.0.127.0.7.2.2.4.1.1":"Bsi PACE_DH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.1.2":"Bsi PACE_DH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.1.3":"Bsi PACE_DH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.1.4":"Bsi PACE_DH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.2":"Bsi PACE_ECDH_GM","0.4.0.127.0.7.2.2.4.2.1":"Bsi PACE_ECDH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.2.2":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.2.3":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.2.4":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.3":"Bsi PACE_DH_IM","0.4.0.127.0.7.2.2.4.3.1":"Bsi PACE_DH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.3.2":"Bsi PACE_DH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.3.3":"Bsi PACE_DH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.3.4":"Bsi PACE_DH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.4":"Bsi PACE_ECDH_IM","0.4.0.127.0.7.2.2.4.4.1":"Bsi PACE_ECDH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.4.2":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.4.3":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.4.4":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.5":"Bsi RI","0.4.0.127.0.7.2.2.5.1":"Bsi RI_DH","0.4.0.127.0.7.2.2.5.1.1":"Bsi RI_DH_SHA1","0.4.0.127.0.7.2.2.5.1.2":"Bsi RI_DH_SHA224","0.4.0.127.0.7.2.2.5.1.3":"Bsi RI_DH_SHA256","0.4.0.127.0.7.2.2.5.1.4":"Bsi RI_DH_SHA384","0.4.0.127.0.7.2.2.5.1.5":"Bsi RI_DH_SHA512","0.4.0.127.0.7.2.2.5.2":"Bsi RI_ECDH","0.4.0.127.0.7.2.2.5.2.1":"Bsi RI_ECDH_SHA1","0.4.0.127.0.7.2.2.5.2.2":"Bsi RI_ECDH_SHA224","0.4.0.127.0.7.2.2.5.2.3":"Bsi RI_ECDH_SHA256","0.4.0.127.0.7.2.2.5.2.4":"Bsi RI_ECDH_SHA384","0.4.0.127.0.7.2.2.5.2.5":"Bsi RI_ECDH_SHA512","0.4.0.127.0.7.2.2.6":"Bsi Card Info","0.4.0.127.0.7.2.2.7":"Bsi Eid Security","0.4.0.127.0.7.2.2.8":"Bsi PT","0.4.0.127.0.7.3.1.2":"Bsi EAC Roles","0.4.0.127.0.7.3.1.2.1":"Bsi EAC Roles IS","0.4.0.127.0.7.3.1.2.2":"Bsi EAC Roles AT","0.4.0.127.0.7.3.1.2.3":"Bsi EAC Roles ST","0.4.0.127.0.7.3.1.3":"Bsi TAv2ce","0.4.0.127.0.7.3.1.3.1":"Bsi TAv2ce Description","0.4.0.127.0.7.3.1.3.1.1":"Bsi TAv2ce Description Plain Text","0.4.0.127.0.7.3.1.3.1.2":"Bsi TAv2ce Description IA5 String","0.4.0.127.0.7.3.1.3.1.3":"Bsi TAv2ce Description Octet String","0.4.0.127.0.7.3.1.3.2":"Bsi TAv2ce Terminal Sector","0.4.0.127.0.7.3.1.4":"Bsi Aux Data","0.4.0.127.0.7.3.1.4.1":"Bsi Aux Data Birthday","0.4.0.127.0.7.3.1.4.2":"Bsi Aux Data Expire Date","0.4.0.127.0.7.3.1.4.3":"Bsi Aux Data Community ID","0.4.0.127.0.7.3.1.5":"Bsi Defect List","0.4.0.127.0.7.3.1.5.1":"Bsi Defect Auth Defect","0.4.0.127.0.7.3.1.5.1.1":"Bsi Defect Cert Revoked","0.4.0.127.0.7.3.1.5.1.2":"Bsi Defect Cert Replaced","0.4.0.127.0.7.3.1.5.1.3":"Bsi Defect Chip Auth Key Revoked","0.4.0.127.0.7.3.1.5.1.4":"Bsi Defect Active Auth Key Revoked","0.4.0.127.0.7.3.1.5.2":"Bsi Defect EPassport Defect","0.4.0.127.0.7.3.1.5.2.1":"Bsi Defect EPassport DG Malformed","0.4.0.127.0.7.3.1.5.2.2":"Bsi Defect SOD Invalid","0.4.0.127.0.7.3.1.5.3":"Bsi Defect EID Defect","0.4.0.127.0.7.3.1.5.3.1":"Bsi Defect EIDDG Malformed","0.4.0.127.0.7.3.1.5.3.2":"Bsi Defect EID Integrity","0.4.0.127.0.7.3.1.5.4":"Bsi Defect Document Defect","0.4.0.127.0.7.3.1.5.4.1":"Bsi Defect Card Security Malformed","0.4.0.127.0.7.3.1.5.4.2":"Bsi Defect Chip Security Malformed","0.4.0.127.0.7.3.1.5.4.3":"Bsi Defect Power Down Req","0.4.0.127.0.7.3.1.6":"Bsi List Content Description","0.4.0.127.0.7.3.2.1":"Bsi Security Object","0.4.0.127.0.7.3.2.2":"Bsi Black List","0.4.0.1862":"ETSI QCS Profile","0.4.0.1862.1":"ETSI QCS","0.4.0.1862.1.1":"ETSI QCS Compliance","0.4.0.1862.1.2":"ETSI QCS Limit Value","0.4.0.1862.1.3":"ETSI QCS Retention Period","0.4.0.1862.1.4":"ETSI QCS SSCD","0.4.0.1862.1.5":"ETSI QCS PDS","0.4.0.1862.1.6":"ETSI QC Type","0.4.0.1862.1.6.1":"ETSI QC Type eSign","0.4.0.1862.1.6.2":"ETSI QC Type eSeal","0.4.0.1862.1.6.3":"ETSI QC Type Web","0.4.0.194121.1.2":"ETSI QCS Semantics ID Legal","0.4.0.194112.1.0":"QCP Natural Person","0.4.0.194112.1.1":"QCP Legal Person","0.4.0.194112.1.2":"QCP Natural QSCD","0.4.0.194112.1.3":"QCP Legal QSCD","0.4.0.194112.1.4":"QCP Web","0.9.2342.19200300.100.1.1":"User ID","0.9.2342.19200300.100.1.3":"Rfc822 Mailbox","0.9.2342.19200300.100.1.25":"Domain Component","1.0.10118.3.0.49":"Ripemd160","1.0.10118.3.0.50":"Ripemd128","1.0.10118.3.0.55":"Whirlpool","1.2.36.1.3.1.1.1":"Qgpki","1.2.36.1.3.1.1.1.1":"Qgpki Policies","1.2.36.1.3.1.1.1.1.1":"Qgpki Med Intermed CA","1.2.36.1.3.1.1.1.1.1.1":"Qgpki Med Intermed Individual","1.2.36.1.3.1.1.1.1.1.2":"Qgpki Med Intermed Device Control","1.2.36.1.3.1.1.1.1.1.3":"Qgpki Med Intermed Device","1.2.36.1.3.1.1.1.1.1.4":"Qgpki Med Intermed Authorised Party","1.2.36.1.3.1.1.1.1.1.5":"Qgpki Med Intermed Device System","1.2.36.1.3.1.1.1.1.2":"Qgpki Med Issuing CA","1.2.36.1.3.1.1.1.1.2.1":"Qgpki Med Issuing Individual","1.2.36.1.3.1.1.1.1.2.2":"Qgpki Med Issuing Device Control","1.2.36.1.3.1.1.1.1.2.3":"Qgpki Med Issuing Device","1.2.36.1.3.1.1.1.1.2.4":"Qgpki Med Issuing Authorised Party","1.2.36.1.3.1.1.1.1.2.5":"Qgpki Med Issuing Client Auth","1.2.36.1.3.1.1.1.1.2.6":"Qgpki Med Issuing Server Auth","1.2.36.1.3.1.1.1.1.2.7":"Qgpki Med Issuing Data Prot","1.2.36.1.3.1.1.1.1.2.8":"Qgpki Med Issuing Token Auth","1.2.36.1.3.1.1.1.1.3":"Qgpki Basic Intermed CA","1.2.36.1.3.1.1.1.1.3.1":"Qgpki Basic Intermed Device System","1.2.36.1.3.1.1.1.1.4":"Qgpki Basic Issuing CA","1.2.36.1.3.1.1.1.1.4.1":"Qgpki Basic Issuing Client Auth","1.2.36.1.3.1.1.1.1.4.2":"Qgpki Basic Issuing Server Auth","1.2.36.1.3.1.1.1.1.4.3":"Qgpki Basic Issuing Data Signing","1.2.36.1.3.1.1.1.2":"Qgpki Assurance Level","1.2.36.1.3.1.1.1.2.1":"Qgpki Assurance Rudimentary","1.2.36.1.3.1.1.1.2.2":"Qgpki Assurance Basic","1.2.36.1.3.1.1.1.2.3":"Qgpki Assurance Medium","1.2.36.1.3.1.1.1.2.4":"Qgpki Assurance High","1.2.36.1.3.1.1.1.3":"Qgpki Cert Function","1.2.36.1.3.1.1.1.3.1":"Qgpki Function Individual","1.2.36.1.3.1.1.1.3.2":"Qgpki Function Device","1.2.36.1.3.1.1.1.3.3":"Qgpki Function Authorised Party","1.2.36.1.3.1.1.1.3.4":"Qgpki Function Device Control","1.2.36.1.3.1.2":"Qpspki","1.2.36.1.3.1.2.1":"Qpspki Policies","1.2.36.1.3.1.2.1.2":"Qpspki Policy Basic","1.2.36.1.3.1.2.1.3":"Qpspki Policy Medium","1.2.36.1.3.1.2.1.4":"Qpspki Policy High","1.2.36.1.3.1.3.2":"Qtmrpki","1.2.36.1.3.1.3.2.1":"Qtmrpki Policies","1.2.36.1.3.1.3.2.2":"Qtmrpki Purpose","1.2.36.1.3.1.3.2.2.1":"Qtmrpki Individual","1.2.36.1.3.1.3.2.2.2":"Qtmrpki Device Control","1.2.36.1.3.1.3.2.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.2.5":"Qtmrpki Device System","1.2.36.1.3.1.3.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.3.1":"Qtmrpki Driver License","1.2.36.1.3.1.3.2.3.2":"Qtmrpki Industry Authority","1.2.36.1.3.1.3.2.3.3":"Qtmrpki Marine License","1.2.36.1.3.1.3.2.3.4":"Qtmrpki Adult Proof Of Age","1.2.36.1.3.1.3.2.3.5":"Qtmrpki Sam","1.2.36.1.3.1.3.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.4.1":"Qtmrpki Transport Inspector","1.2.36.1.3.1.3.2.4.2":"Qtmrpki Police Officer","1.2.36.1.3.1.3.2.4.3":"Qtmrpki System","1.2.36.1.3.1.3.2.4.4":"Qtmrpki Liquor Licensing Inspector","1.2.36.1.3.1.3.2.4.5":"Qtmrpki Marine Enforcement Officer","1.2.36.1.333.1":"Australian Business Number","1.2.36.68980861.1.1.2":"Signet Personal","1.2.36.68980861.1.1.3":"Signet Business","1.2.36.68980861.1.1.4":"Signet Legal","1.2.36.68980861.1.1.10":"Signet Pilot","1.2.36.68980861.1.1.11":"Signet Intra Net","1.2.36.68980861.1.1.20":"Signet Policy","1.2.36.75878867.1.100.1.1":"Certificates Australia Policy","1.2.40.0.17.1.22":"A-Trust EV policy","1.2.392.200011.61.1.1.1":"Mitsubishi Security Algorithm","1.2.392.200011.61.1.1.1.1":"Misty1-cbc","1.2.392.200091.100.721.1":"Security Communication (SECOM) EV policy","1.2.410.200004.1":"Kisa Algorithm","1.2.410.200004.1.1":"Kcdsa","1.2.410.200004.1.2":"Has160","1.2.410.200004.1.3":"Seed ECB","1.2.410.200004.1.4":"Seed CBC","1.2.410.200004.1.5":"Seed OFB","1.2.410.200004.1.6":"Seed CFB","1.2.410.200004.1.7":"Seed MAC","1.2.410.200004.1.8":"Kcdsa with HAS160","1.2.410.200004.1.9":"Kcdsa with SHA1","1.2.410.200004.1.10":"PBE with HAS160 And SEED-ECB","1.2.410.200004.1.11":"PBE with HAS160 And SEED-CBC","1.2.410.200004.1.12":"PBE with HAS160 And SEED-CFB","1.2.410.200004.1.13":"PBE with HAS160 And SEED-OFB","1.2.410.200004.1.14":"PBE with SHA1 And SEED-ECB","1.2.410.200004.1.15":"PBE with SHA1 And SEED-CBC","1.2.410.200004.1.16":"PBE with SHA1 And SEED-CFB","1.2.410.200004.1.17":"PBE with SHA1 And SEED-OFB","1.2.410.200004.1.20":"RSA with HAS160","1.2.410.200004.1.21":"Kcdsa1","1.2.410.200004.2":"Npki CP","1.2.410.200004.2.1":"Npki Signature Policy","1.2.410.200004.3":"Npki KP","1.2.410.200004.4":"Npki AT","1.2.410.200004.5":"Npki LCA","1.2.410.200004.5.1":"Npki Sign Korea","1.2.410.200004.5.2":"Npki Sign Gate","1.2.410.200004.5.3":"Npki Nca Sign","1.2.410.200004.6":"Npki ON","1.2.410.200004.7":"Npki APP","1.2.410.200004.7.1":"Npki SMIME","1.2.410.200004.7.1.1":"Npki SMIME Algo","1.2.410.200004.7.1.1.1":"Npki Cms SEED Wrap","1.2.410.200004.10":"Npki","1.2.410.200004.10.1":"Npki Attribute","1.2.410.200004.10.1.1":"Npki Identify Data","1.2.410.200004.10.1.1.1":"Npki VID","1.2.410.200004.10.1.1.2":"Npki Encrypted VID","1.2.410.200004.10.1.1.3":"Npki Random Num","1.2.410.200004.10.1.1.4":"Npki VID","1.2.410.200046.1.1":"Aria1 Algorithm Modes","1.2.410.200046.1.1.1":"Aria128-ecb","1.2.410.200046.1.1.2":"Aria128-cbc","1.2.410.200046.1.1.3":"Aria128-cfb","1.2.410.200046.1.1.4":"Aria128-ofb","1.2.410.200046.1.1.5":"Aria128-ctr","1.2.410.200046.1.1.6":"Aria192-ecb","1.2.410.200046.1.1.7":"Aria192-cbc","1.2.410.200046.1.1.8":"Aria192-cfb","1.2.410.200046.1.1.9":"Aria192-ofb","1.2.410.200046.1.1.10":"Aria192-ctr","1.2.410.200046.1.1.11":"Aria256-ecb","1.2.410.200046.1.1.12":"Aria256-cbc","1.2.410.200046.1.1.13":"Aria256-cfb","1.2.410.200046.1.1.14":"Aria256-ofb","1.2.410.200046.1.1.15":"Aria256-ctr","1.2.410.200046.1.1.21":"Aria128-cmac","1.2.410.200046.1.1.22":"Aria192-cmac","1.2.410.200046.1.1.23":"Aria256-cmac","1.2.410.200046.1.1.31":"Aria128-ocb2","1.2.410.200046.1.1.32":"Aria192-ocb2","1.2.410.200046.1.1.33":"Aria256-ocb2","1.2.410.200046.1.1.34":"Aria128-gcm","1.2.410.200046.1.1.35":"Aria192-gcm","1.2.410.200046.1.1.36":"Aria256-gcm","1.2.410.200046.1.1.37":"Aria128-ccm","1.2.410.200046.1.1.38":"Aria192-ccm","1.2.410.200046.1.1.39":"Aria256-ccm","1.2.410.200046.1.1.40":"Aria128-keywrap","1.2.410.200046.1.1.41":"Aria192-keywrap","1.2.410.200046.1.1.42":"Aria256-keywrap","1.2.410.200046.1.1.43":"Aria128-keywrap with Pad","1.2.410.200046.1.1.44":"Aria192-keywrap with Pad","1.2.410.200046.1.1.45":"Aria256-keywrap with Pad","1.2.643.2.2.3":"Gost Signature","1.2.643.2.2.4":"Gost94 Signature","1.2.643.2.2.9":"Gost Digest","1.2.643.2.2.10":"Hmac Gost","1.2.643.2.2.13.0":"Gost Wrap","1.2.643.2.2.13.1":"Crypto Pro Wrap","1.2.643.2.2.14.0":"Null Meshing","1.2.643.2.2.14.1":"Crypto Pro Meshing","1.2.643.2.2.19":"Gost Public Key","1.2.643.2.2.20":"Gost94 Public Key","1.2.643.2.2.21":"Gost Cipher","1.2.643.2.2.30.0":"Test Digest Params","1.2.643.2.2.30.1":"Crypto Pro Digest A","1.2.643.2.2.31.0":"Test Cipher Params","1.2.643.2.2.31.1":"Crypto Pro Cipher A","1.2.643.2.2.31.2":"Crypto Pro Cipher B","1.2.643.2.2.31.3":"Crypto Pro Cipher C","1.2.643.2.2.31.4":"Crypto Pro Cipher D","1.2.643.2.2.31.5":"Oscar11 Cipher","1.2.643.2.2.31.6":"Oscar10 Cipher","1.2.643.2.2.31.7":"Ric1 Cipher","1.2.643.2.2.35.0":"Test Sign Params","1.2.643.2.2.35.1":"Crypto Pro Sign A","1.2.643.2.2.35.2":"Crypto Pro Sign B","1.2.643.2.2.35.3":"Crypto Pro Sign C","1.2.643.2.2.36.0":"Crypto Pro Sign XA","1.2.643.2.2.36.1":"Crypto Pro Sign XB","1.2.643.2.2.96":"Crypto Pro ECDH Wrap","1.2.752.34.1":"Seis-cp","1.2.752.34.1.1":"SEIS high-assurance policy Identifier","1.2.752.34.1.2":"SEIS GAK policy Identifier","1.2.752.34.2":"SEI Spe","1.2.752.34.3":"SEI Sat","1.2.752.34.3.1":"SEI Sat-personal Identifier","1.2.840.10040.1":"Module","1.2.840.10040.1.1":"x9f1-cert-mgmt","1.2.840.10040.2":"Holdinstruction","1.2.840.10040.2.1":"Holdinstruction-none","1.2.840.10040.2.2":"Callissuer","1.2.840.10040.2.3":"Reject","1.2.840.10040.2.4":"Pickup Token","1.2.840.10040.3":"Attribute","1.2.840.10040.3.1":"Countersignature","1.2.840.10040.3.2":"Attribute-cert","1.2.840.10040.4":"Algorithm","1.2.840.10040.4.1":"DSA","1.2.840.10040.4.2":"DSA-match","1.2.840.10040.4.3":"DSA with SHA1","1.2.840.10045.1":"Field Type","1.2.840.10045.1.1":"Prime-field","1.2.840.10045.1.2":"Characteristic-two-field","1.2.840.10045.1.2.3":"Characteristic-two-basis","1.2.840.10045.1.2.3.1":"ON Basis","1.2.840.10045.1.2.3.2":"TP Basis","1.2.840.10045.1.2.3.3":"PP Basis","1.2.840.10045.2":"Public Key Type","1.2.840.10045.2.1":"EC Public Key","1.2.840.10045.3.0.1":"C2pnb163v1","1.2.840.10045.3.0.2":"C2pnb163v2","1.2.840.10045.3.0.3":"C2pnb163v3","1.2.840.10045.3.0.5":"C2tnb191v1","1.2.840.10045.3.0.6":"C2tnb191v2","1.2.840.10045.3.0.7":"C2tnb191v3","1.2.840.10045.3.0.10":"C2pnb208w1","1.2.840.10045.3.0.11":"C2tnb239v1","1.2.840.10045.3.0.12":"C2tnb239v2","1.2.840.10045.3.0.13":"C2tnb239v3","1.2.840.10045.3.0.16":"C2pnb272w1","1.2.840.10045.3.0.18":"C2tnb359v1","1.2.840.10045.3.0.19":"C2pnb368w1","1.2.840.10045.3.0.20":"C2tnb431r1","1.2.840.10045.3.1.1":"Prime192v1","1.2.840.10045.3.1.2":"Prime192v2","1.2.840.10045.3.1.3":"Prime192v3","1.2.840.10045.3.1.4":"Prime239v1","1.2.840.10045.3.1.5":"Prime239v2","1.2.840.10045.3.1.6":"Prime239v3","1.2.840.10045.3.1.7":"Prime256v1","1.2.840.10045.4.1":"ECDSA with SHA1","1.2.840.10045.4.2":"ECDSA with Recommended","1.2.840.10045.4.3":"ECDSA with Specified","1.2.840.10045.4.3.1":"ECDSA with SHA224","1.2.840.10045.4.3.2":"ECDSA with SHA256","1.2.840.10045.4.3.3":"ECDSA with SHA384","1.2.840.10045.4.3.4":"ECDSA with SHA512","1.2.840.10046.1":"Field Type","1.2.840.10046.1.1":"Gf-prime","1.2.840.10046.2":"Number Type","1.2.840.10046.2.1":"DH Public Key","1.2.840.10046.3":"Scheme","1.2.840.10046.3.1":"DH Static","1.2.840.10046.3.2":"DH Ephem","1.2.840.10046.3.3":"DH Hybrid1","1.2.840.10046.3.4":"DH Hybrid2","1.2.840.10046.3.5":"Mqv2","1.2.840.10046.3.6":"Mqv1","1.2.840.10065.2.2":"?","1.2.840.10065.2.3":"Healthcare License","1.2.840.10065.2.3.1.1":"License?","1.2.840.10070.":"Iec62351","1.2.840.10070.8":"Iec62351_8","1.2.840.10070.8.1":"Iec User Roles","1.2.840.113533.7":"NSN","1.2.840.113533.7.65":"NSN-ce","1.2.840.113533.7.65.0":"Entrust Version Info","1.2.840.113533.7.66":"NSN-alg","1.2.840.113533.7.66.3":"Cast3 CBC","1.2.840.113533.7.66.10":"Cast5 CBC","1.2.840.113533.7.66.11":"Cast5 MAC","1.2.840.113533.7.66.12":"PBE with MD5 And CAST5-CBC","1.2.840.113533.7.66.13":"Password Based Mac","1.2.840.113533.7.67":"NSN-oc","1.2.840.113533.7.67.0":"Entrust User","1.2.840.113533.7.68":"NSN-at","1.2.840.113533.7.68.0":"Entrust CA Info","1.2.840.113533.7.68.10":"Attribute Certificate","1.2.840.113549.1.1":"PKCS-1","1.2.840.113549.1.1.1":"RSA Encryption","1.2.840.113549.1.1.2":"MD2 with RSA Encryption","1.2.840.113549.1.1.3":"MD4 with RSA Encryption","1.2.840.113549.1.1.4":"MD5 with RSA Encryption","1.2.840.113549.1.1.5":"SHA1 with RSA Encryption","1.2.840.113549.1.1.6":"RSA OAEP Encryption SET","1.2.840.113549.1.1.7":"RSA OAEP","1.2.840.113549.1.1.8":"PKCS1-MGF","1.2.840.113549.1.1.9":"RSA OAEP-p Specified","1.2.840.113549.1.1.10":"RSA PSS","1.2.840.113549.1.1.11":"SHA256 with RSA Encryption","1.2.840.113549.1.1.12":"SHA384 with RSA Encryption","1.2.840.113549.1.1.13":"SHA512 with RSA Encryption","1.2.840.113549.1.1.14":"SHA224 with RSA Encryption","1.2.840.113549.1.2":"Bsafe Rsa Encr","1.2.840.113549.1.3":"PKCS-3","1.2.840.113549.1.3.1":"Dh Key Agreement","1.2.840.113549.1.5":"PKCS-5","1.2.840.113549.1.5.1":"PBE with MD2 And DES-CBC","1.2.840.113549.1.5.3":"PBE with MD5 And DES-CBC","1.2.840.113549.1.5.4":"PBE with MD2 And RC2-CBC","1.2.840.113549.1.5.6":"PBE with MD5 And RC2-CBC","1.2.840.113549.1.5.9":"PBE with MD5 And XOR","1.2.840.113549.1.5.10":"PBE with SHA And DES-CBC","1.2.840.113549.1.5.12":"PKCS5 PBKDF2","1.2.840.113549.1.5.13":"PKCS5 PBES2","1.2.840.113549.1.5.14":"PKCS5 PBMAC1","1.2.840.113549.1.7":"PKCS-7","1.2.840.113549.1.7.1":"Data","1.2.840.113549.1.7.2":"Signed Data","1.2.840.113549.1.7.3":"Enveloped Data","1.2.840.113549.1.7.4":"Signed And Enveloped Data","1.2.840.113549.1.7.5":"Digested Data","1.2.840.113549.1.7.6":"Encrypted Data","1.2.840.113549.1.7.7":"Data with Attributes","1.2.840.113549.1.7.8":"Encrypted Private Key Info","1.2.840.113549.1.9":"PKCS-9","1.2.840.113549.1.9.1":"Email","1.2.840.113549.1.9.2":"Unstructured Name","1.2.840.113549.1.9.3":"Content Type","1.2.840.113549.1.9.4":"Message Digest","1.2.840.113549.1.9.5":"Signing Time","1.2.840.113549.1.9.6":"Countersignature","1.2.840.113549.1.9.7":"Challenge Password","1.2.840.113549.1.9.8":"Unstructured Address","1.2.840.113549.1.9.9":"Extended Certificate Attributes","1.2.840.113549.1.9.10":"Issuer And Serial Number","1.2.840.113549.1.9.11":"Password Check","1.2.840.113549.1.9.12":"Public Key","1.2.840.113549.1.9.13":"Signing Description","1.2.840.113549.1.9.14":"Extension Request","1.2.840.113549.1.9.15":"S/MIME Capabilities","1.2.840.113549.1.9.15.1":"Prefer Signed Data","1.2.840.113549.1.9.15.2":"Can Not Decrypt Any","1.2.840.113549.1.9.15.3":"Receipt Request","1.2.840.113549.1.9.15.4":"Receipt","1.2.840.113549.1.9.15.5":"Content Hints","1.2.840.113549.1.9.15.6":"Ml Expansion History","1.2.840.113549.1.9.16":"Id-sMIME","1.2.840.113549.1.9.16.0":"Id-mod","1.2.840.113549.1.9.16.0.1":"Id-mod-cms","1.2.840.113549.1.9.16.0.2":"Id-mod-ess","1.2.840.113549.1.9.16.0.3":"Id-mod-oid","1.2.840.113549.1.9.16.0.4":"Id-mod-msg-v3","1.2.840.113549.1.9.16.0.5":"Id-mod-ets-e Signature-88","1.2.840.113549.1.9.16.0.6":"Id-mod-ets-e Signature-97","1.2.840.113549.1.9.16.0.7":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.0.8":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.1":"Content Type","1.2.840.113549.1.9.16.1.1":"Receipt","1.2.840.113549.1.9.16.1.2":"Auth Data","1.2.840.113549.1.9.16.1.3":"Publish Cert","1.2.840.113549.1.9.16.1.4":"TST Info","1.2.840.113549.1.9.16.1.5":"TDT Info","1.2.840.113549.1.9.16.1.6":"Content Info","1.2.840.113549.1.9.16.1.7":"DVCS Request Data","1.2.840.113549.1.9.16.1.8":"DVCS Response Data","1.2.840.113549.1.9.16.1.9":"Compressed Data","1.2.840.113549.1.9.16.1.10":"SCVP Cert Val Request","1.2.840.113549.1.9.16.1.11":"SCVP Cert Val Response","1.2.840.113549.1.9.16.1.12":"SCVP Val Pol Request","1.2.840.113549.1.9.16.1.13":"SCVP Val Pol Response","1.2.840.113549.1.9.16.1.14":"Attr Cert Enc Attrs","1.2.840.113549.1.9.16.1.15":"TS Req","1.2.840.113549.1.9.16.1.16":"Firmware Package","1.2.840.113549.1.9.16.1.17":"Firmware Load Receipt","1.2.840.113549.1.9.16.1.18":"Firmware Load Error","1.2.840.113549.1.9.16.1.19":"Content Collection","1.2.840.113549.1.9.16.1.20":"Content with Attrs","1.2.840.113549.1.9.16.1.21":"Enc Key with I D","1.2.840.113549.1.9.16.1.22":"Enc PEPSI","1.2.840.113549.1.9.16.1.23":"Auth Enveloped Data","1.2.840.113549.1.9.16.1.24":"Route Origin Attest","1.2.840.113549.1.9.16.1.25":"Symmetric Key Package","1.2.840.113549.1.9.16.1.26":"Rpki Manifest","1.2.840.113549.1.9.16.1.27":"Ascii Text with CRLF","1.2.840.113549.1.9.16.1.28":"XML","1.2.840.113549.1.9.16.1.29":"PDF","1.2.840.113549.1.9.16.1.30":"Postscript","1.2.840.113549.1.9.16.1.31":"Timestamped Data","1.2.840.113549.1.9.16.1.32":"As Adjacency Attest","1.2.840.113549.1.9.16.1.33":"Rpki Trust Anchor","1.2.840.113549.1.9.16.1.34":"Trust Anchor List","1.2.840.113549.1.9.16.2":"Authenticated Attributes","1.2.840.113549.1.9.16.2.1":"Receipt Request","1.2.840.113549.1.9.16.2.2":"Security Label","1.2.840.113549.1.9.16.2.3":"Ml Expand History","1.2.840.113549.1.9.16.2.4":"Content Hint","1.2.840.113549.1.9.16.2.5":"Msg Sig Digest","1.2.840.113549.1.9.16.2.6":"Encap Content Type","1.2.840.113549.1.9.16.2.7":"Content Identifier","1.2.840.113549.1.9.16.2.8":"Mac Value","1.2.840.113549.1.9.16.2.9":"Equivalent Labels","1.2.840.113549.1.9.16.2.10":"Content Reference","1.2.840.113549.1.9.16.2.11":"Encryp Key Pref","1.2.840.113549.1.9.16.2.12":"Signing Certificate","1.2.840.113549.1.9.16.2.13":"Smime Encrypt Certs","1.2.840.113549.1.9.16.2.14":"Time Stamp Token","1.2.840.113549.1.9.16.2.15":"Sig Policy Id","1.2.840.113549.1.9.16.2.16":"Commitment Type","1.2.840.113549.1.9.16.2.17":"Signer Location","1.2.840.113549.1.9.16.2.18":"Signer Attr","1.2.840.113549.1.9.16.2.19":"Other Sig Cert","1.2.840.113549.1.9.16.2.20":"Content Timestamp","1.2.840.113549.1.9.16.2.21":"Certificate Refs","1.2.840.113549.1.9.16.2.22":"Revocation Refs","1.2.840.113549.1.9.16.2.23":"Cert Values","1.2.840.113549.1.9.16.2.24":"Revocation Values","1.2.840.113549.1.9.16.2.25":"Esc Time Stamp","1.2.840.113549.1.9.16.2.26":"Cert CRL Timestamp","1.2.840.113549.1.9.16.2.27":"Archive Time Stamp","1.2.840.113549.1.9.16.2.28":"Signature Type","1.2.840.113549.1.9.16.2.29":"Dvcs Dvc","1.2.840.113549.1.9.16.2.30":"Cek Reference","1.2.840.113549.1.9.16.2.31":"Max CEK Decrypts","1.2.840.113549.1.9.16.2.32":"Kek Derivation Alg","1.2.840.113549.1.9.16.2.33":"Intended Recipients","1.2.840.113549.1.9.16.2.34":"Cmc Unsigned Data","1.2.840.113549.1.9.16.2.35":"Fw Package ID","1.2.840.113549.1.9.16.2.36":"Fw Target Hardware IDs","1.2.840.113549.1.9.16.2.37":"Fw Decrypt Key ID","1.2.840.113549.1.9.16.2.38":"Fw Impl Crypt Algs","1.2.840.113549.1.9.16.2.39":"Fw Wrapped Firmware Key","1.2.840.113549.1.9.16.2.40":"Fw Community Identifiers","1.2.840.113549.1.9.16.2.41":"Fw Pkg Message Digest","1.2.840.113549.1.9.16.2.42":"Fw Package Info","1.2.840.113549.1.9.16.2.43":"Fw Impl Compress Algs","1.2.840.113549.1.9.16.2.44":"Ets Attr Certificate Refs","1.2.840.113549.1.9.16.2.45":"Ets Attr Revocation Refs","1.2.840.113549.1.9.16.2.46":"Binary Signing Time","1.2.840.113549.1.9.16.2.47":"Signing Certificate V2","1.2.840.113549.1.9.16.2.48":"Ets Archive Time Stamp V2","1.2.840.113549.1.9.16.2.49":"Er Internal","1.2.840.113549.1.9.16.2.50":"Er External","1.2.840.113549.1.9.16.2.51":"Multiple Signatures","1.2.840.113549.1.9.16.3.1":"Es DHwith3 DES","1.2.840.113549.1.9.16.3.2":"Es DHwith RC2","1.2.840.113549.1.9.16.3.3":"3des Wrap","1.2.840.113549.1.9.16.3.4":"Rc2 Wrap","1.2.840.113549.1.9.16.3.5":"Es DH","1.2.840.113549.1.9.16.3.6":"Cms3 DESwrap","1.2.840.113549.1.9.16.3.7":"Cms RC2wrap","1.2.840.113549.1.9.16.3.8":"Zlib","1.2.840.113549.1.9.16.3.9":"Pwri KEK","1.2.840.113549.1.9.16.3.10":"Ss DH","1.2.840.113549.1.9.16.3.11":"Hmac With3 DE Swrap","1.2.840.113549.1.9.16.3.12":"Hmac with AE Swrap","1.2.840.113549.1.9.16.3.13":"MD5 Xor Experiment","1.2.840.113549.1.9.16.3.14":"RSA KEM","1.2.840.113549.1.9.16.3.15":"Auth Enc128","1.2.840.113549.1.9.16.3.16":"Auth Enc256","1.2.840.113549.1.9.16.4.1":"Cert Dist-ldap","1.2.840.113549.1.9.16.5.1":"Sig Policy Qualifier-spuri x","1.2.840.113549.1.9.16.5.2":"Sig Policy Qualifier-sp User Notice","1.2.840.113549.1.9.16.6.1":"Proof Of Origin","1.2.840.113549.1.9.16.6.2":"Proof Of Receipt","1.2.840.113549.1.9.16.6.3":"Proof Of Delivery","1.2.840.113549.1.9.16.6.4":"Proof Of Sender","1.2.840.113549.1.9.16.6.5":"Proof Of Approval","1.2.840.113549.1.9.16.6.6":"Proof Of Creation","1.2.840.113549.1.9.16.8.1":"Gl Use KEK","1.2.840.113549.1.9.16.8.2":"Gl Delete","1.2.840.113549.1.9.16.8.3":"Gl Add Member","1.2.840.113549.1.9.16.8.4":"Gl Delete Member","1.2.840.113549.1.9.16.8.5":"Gl Rekey","1.2.840.113549.1.9.16.8.6":"Gl Add Owner","1.2.840.113549.1.9.16.8.7":"Gl Remove Owner","1.2.840.113549.1.9.16.8.8":"Glk Compromise","1.2.840.113549.1.9.16.8.9":"Glk Refresh","1.2.840.113549.1.9.16.8.10":"Gl Fail Info","1.2.840.113549.1.9.16.8.11":"Gla Query Request","1.2.840.113549.1.9.16.8.12":"Gla Query Response","1.2.840.113549.1.9.16.8.13":"Gl Provide Cert","1.2.840.113549.1.9.16.8.14":"Gl Update Cert","1.2.840.113549.1.9.16.8.15":"Gl Key","1.2.840.113549.1.9.16.9":"Signature Type Identifier","1.2.840.113549.1.9.16.9.1":"Originator Sig","1.2.840.113549.1.9.16.9.2":"Domain Sig","1.2.840.113549.1.9.16.9.3":"Additional Attributes Sig","1.2.840.113549.1.9.16.9.4":"Review Sig","1.2.840.113549.1.9.16.11":"Capabilities","1.2.840.113549.1.9.16.11.1":"Prefer Binary Inside","1.2.840.113549.1.9.20":"Friendly Name (for PKCS #12)","1.2.840.113549.1.9.21":"Local Key I D (for PKCS #12)","1.2.840.113549.1.9.22":"Cert Types (for PKCS #12)","1.2.840.113549.1.9.22.1":"x509 Certificate (for PKCS #12)","1.2.840.113549.1.9.22.2":"SDSI Certificate (for PKCS #12)","1.2.840.113549.1.9.23":"CRL Types (for PKCS #12)","1.2.840.113549.1.9.23.1":"x509 Crl (for PKCS #12)","1.2.840.113549.1.9.24":"PKCS9object Class","1.2.840.113549.1.9.25":"PKCS9attributes","1.2.840.113549.1.9.25.1":"PKCS15 Token","1.2.840.113549.1.9.25.2":"Encrypted Private Key Info","1.2.840.113549.1.9.25.3":"Random Nonce","1.2.840.113549.1.9.25.4":"Sequence Number","1.2.840.113549.1.9.25.5":"PKCS7 PDU","1.2.840.113549.1.9.26":"PKCS9syntax","1.2.840.113549.1.9.27":"PKCS9matching Rules","1.2.840.113549.1.12":"PKCS-12","1.2.840.113549.1.12.1":"PKCS-12- Pbe Ids#12 mode ID","1.2.840.113549.1.12.1.1":"PBE with SHA And128 Bit RC4","1.2.840.113549.1.12.1.2":"PBE with SHA And40 Bit RC4","1.2.840.113549.1.12.1.3":"PBE with SHA And3-Key Triple DES-CBC","1.2.840.113549.1.12.1.4":"PBE with SHA And2-Key Triple DES-CBC","1.2.840.113549.1.12.1.5":"PBE with SHA And128 Bit RC2-CBC","1.2.840.113549.1.12.1.6":"PBE with SHA And40 Bit RC2-CBC","1.2.840.113549.1.12.2":"PKCS-12-ESPVKID","1.2.840.113549.1.12.2.1":"PKCS-12-PKCS8 Key Shrouding(1284011354911235) instead","1.2.840.113549.1.12.3":"PKCS-12-Bag Ids","1.2.840.113549.1.12.3.1":"PKCS-12-key Bag Id","1.2.840.113549.1.12.3.2":"PKCS-12-cert And CRL Bag Id","1.2.840.113549.1.12.3.3":"PKCS-12-secret Bag Id","1.2.840.113549.1.12.3.4":"PKCS-12-safe Contents Id","1.2.840.113549.1.12.3.5":"PKCS-12-pkcs","1.2.840.113549.1.12.4":"PKCS-12-Cert Bag ID","1.2.840.113549.1.12.4.1":"PKCS-12-x509 Cert CRL Bag I Dformerly assigned as pkcs-12-x509 Cert CRL Bag","1.2.840.113549.1.12.4.2":"PKCS-12-SDSI Cert Bag I Dformerly assigned as pkcs-12-SDSI Cert Bag","1.2.840.113549.1.12.5":"PKCS-12-OID","1.2.840.113549.1.12.5.1":"PKCS-12-PBEI Dthe partially compatible (128401135491121) OIDs instead","1.2.840.113549.1.12.5.1.1":"PKCS-12-PBE with SHA1 And128 Bit RC4use (1284011354911211) instead","1.2.840.113549.1.12.5.1.2":"PKCS-12-PBE with SHA1 And40 Bit RC4use (1284011354911212) instead","1.2.840.113549.1.12.5.1.3":"PKCS-12-PBE with SHA1 And Triple DESCB Cuse the incompatible but similar (1284011354911213) or (1284011354911214) instead","1.2.840.113549.1.12.5.1.4":"PKCS-12-PBE with SHA1 And128 Bit RC2CB Cuse (1284011354911215) instead","1.2.840.113549.1.12.5.1.5":"PKCS-12-PBE with SHA1 And40 Bit RC2CB Cuse (1284011354911216) instead","1.2.840.113549.1.12.5.1.6":"PKCS-12-PBE with SHA1 And RC4use the incompatible but similar (1284011354911211) or (1284011354911212) instead","1.2.840.113549.1.12.5.1.7":"PKCS-12-PBE with SHA1 And RC2CB Cuse the incompatible but similar (1284011354911215) or (1284011354911216) instead","1.2.840.113549.1.12.5.2":"PKCS-12-Enveloping I Dthe conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.1":"PKCS-12-RSA Encryption With128 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.2":"PKCS-12-RSA Encryption With40 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.3":"PKCS-12-RSA Encryption with Triple DESuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3":"PKCS-12-Signature IDuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3.1":"PKCS-12-RSA Signature with SHA1 Digestuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.10":"PKCS-12 Version1","1.2.840.113549.1.12.10.1":"PKCS-12 Bad Ids","1.2.840.113549.1.12.10.1.1":"PKCS-12-key Bag","1.2.840.113549.1.12.10.1.2":"PKCS-12-pkcs","1.2.840.113549.1.12.10.1.3":"PKCS-12-cert Bag","1.2.840.113549.1.12.10.1.4":"PKCS-12-crl Bag","1.2.840.113549.1.12.10.1.5":"PKCS-12-secret Bag","1.2.840.113549.1.12.10.1.6":"PKCS-12-safe Contents Bag","1.2.840.113549.1.15.1":"PKCS15modules","1.2.840.113549.1.15.2":"PKCS15attributes","1.2.840.113549.1.15.3":"PKCS15content Type","1.2.840.113549.1.15.3.1":"PKCS15content","1.2.840.113549.2":"Digest Algorithm","1.2.840.113549.2.2":"MD2","1.2.840.113549.2.4":"MD4","1.2.840.113549.2.5":"MD5","1.2.840.113549.2.7":"HMAC with SHA1","1.2.840.113549.2.8":"HMAC with SHA224","1.2.840.113549.2.9":"HMAC with SHA256","1.2.840.113549.2.10":"HMAC with SHA384","1.2.840.113549.2.11":"HMAC with SHA512","1.2.840.113549.3":"Encryption Algorithm","1.2.840.113549.3.2":"Rc2CBC","1.2.840.113549.3.3":"Rc2ECB","1.2.840.113549.3.4":"Rc4","1.2.840.113549.3.5":"Rc4 with MAC","1.2.840.113549.3.6":"Desx-CBC","1.2.840.113549.3.7":"Des-EDE3-CBC","1.2.840.113549.3.8":"Rc5CBC","1.2.840.113549.3.9":"Rc5-CBCPad","1.2.840.113549.3.10":"DesCDMF","1.2.840.113556.1.2.241":"Delivery Mechanism","1.2.840.113556.1.2.281":"Nt Security Descriptor","1.2.840.113556.1.3.0":"Site-Addressing","1.2.840.113556.1.3.13":"Class Schema","1.2.840.113556.1.3.14":"Attribute Schema","1.2.840.113556.1.3.17":"Mailbox- Agent","1.2.840.113556.1.3.22":"Mailbox","1.2.840.113556.1.3.23":"Container","1.2.840.113556.1.3.46":"Mail Recipient","1.2.840.113556.1.4.145":"Revision","1.2.840.113556.1.4.1327":"PKI Default Key Spec","1.2.840.113556.1.4.1328":"PKI Key Usage","1.2.840.113556.1.4.1329":"PKI Max Issuing Depth","1.2.840.113556.1.4.1330":"PKI Critical Extensions","1.2.840.113556.1.4.1331":"PKI Expiration Period","1.2.840.113556.1.4.1332":"PKI Overlap Period","1.2.840.113556.1.4.1333":"PKI Extended Key Usage","1.2.840.113556.1.4.1334":"PKI Default CSPs","1.2.840.113556.1.4.1335":"PKI Enrollment Access","1.2.840.113556.1.4.1429":"MsPKI-RA-Signature","1.2.840.113556.1.4.1430":"MsPKI-Enrollment-Flag","1.2.840.113556.1.4.1431":"MsPKI-Private-Key","1.2.840.113556.1.4.1432":"MsPKI-Certificate-Name","1.2.840.113556.1.4.1433":"MsPKI-Minimal-Key","1.2.840.113556.1.4.1434":"MsPKI-Template-Schema","1.2.840.113556.1.4.1435":"MsPKI-Template-Minor","1.2.840.113556.1.4.1436":"MsPKI-Cert-Template","1.2.840.113556.1.4.1437":"MsPKI-Supersede-Templates","1.2.840.113556.1.4.1438":"MsPKI-RA-Policies","1.2.840.113556.1.4.1439":"MsPKI-Certificate-Policy","1.2.840.113556.1.4.1674":"MsPKI-Certificate-Application","1.2.840.113556.1.4.1675":"MsPKI-R A- Application","1.2.840.113556.4.3":"Microsoft Excel","1.2.840.113556.4.4":"Titled with OID","1.2.840.113556.4.5":"Microsoft Power Point","1.2.840.113583.1":"Adobe Acrobat","1.2.840.113583.1.1":"Acrobat Security","1.2.840.113583.1.1.1":"PDF Password","1.2.840.113583.1.1.2":"PDF Default Signing Credential","1.2.840.113583.1.1.3":"PDF Default Encryption Credential","1.2.840.113583.1.1.4":"PDF Password Timeout","1.2.840.113583.1.1.5":"PDF Authentic Documents Trust","1.2.840.113583.1.1.6":"PDF Dynamic Content Trust","1.2.840.113583.1.1.7":"PDF Ubiquity Trust","1.2.840.113583.1.1.8":"PDF Revocation Info Archival","1.2.840.113583.1.1.9":"PDF x509 Extension","1.2.840.113583.1.1.9.1":"Adobe Time-stamp","1.2.840.113583.1.1.9.2":"Adobe Archive Rev Info","1.2.840.113583.1.1.10":"PDF PPLK Lite Credential","1.2.840.113583.1.2.":"Acrobat CPS","1.2.840.113583.1.2.1":"PDF Authentic Documents CPS","1.2.840.113583.1.2.2":"PDF Test CPS","1.2.840.113583.1.2.3":"PDF Ubiquity CPS","1.2.840.113583.1.2.4":"PDF Adhoc CPS","1.2.840.113583.1.7":"Acrobat Ubiquity","1.2.840.113583.1.7.1":"PDF Ubiquity Sub Rights","1.2.840.113583.1.9":"Acrobat Extension","1.2.840.113628.114.1.7":"Adobe PKCS7","1.2.840.113635.100":"Apple Data Security","1.2.840.113635.100.1":"Apple Trust Policy","1.2.840.113635.100.1.1":"Apple I Sign TP","1.2.840.113635.100.1.2":"Apple x509 Basic","1.2.840.113635.100.1.3":"Apple SSL Policy","1.2.840.113635.100.1.4":"Apple Local Cert Gen Policy","1.2.840.113635.100.1.5":"Apple CSR Gen Policy","1.2.840.113635.100.1.6":"Apple CRL Policy","1.2.840.113635.100.1.7":"Apple OCSP Policy","1.2.840.113635.100.1.8":"Apple SMIME Policy","1.2.840.113635.100.1.9":"Apple EAP Policy","1.2.840.113635.100.1.10":"Apple SW Update Signing Policy","1.2.840.113635.100.1.11":"Apple IPSec Policy","1.2.840.113635.100.1.12":"Apple IChat Policy","1.2.840.113635.100.1.13":"Apple Resource Sign Policy","1.2.840.113635.100.1.14":"Apple PKINIT Client Policy","1.2.840.113635.100.1.15":"Apple PKINIT Server Policy","1.2.840.113635.100.1.16":"Apple Code Signing Policy","1.2.840.113635.100.1.17":"Apple Package Signing Policy","1.2.840.113635.100.2":"Apple Security Algorithm","1.2.840.113635.100.2.1":"Apple FEE","1.2.840.113635.100.2.2":"Apple ASC","1.2.840.113635.100.2.3":"Apple FEE_MD5","1.2.840.113635.100.2.4":"Apple FEE_SHA1","1.2.840.113635.100.2.5":"Apple FEED","1.2.840.113635.100.2.6":"Apple FEEDEXP","1.2.840.113635.100.2.7":"Apple ECDSA","1.2.840.113635.100.3":"Apple Dot Mac Certificate","1.2.840.113635.100.3.1":"Apple Dot Mac Certificate Request","1.2.840.113635.100.3.2":"Apple Dot Mac Certificate Extension","1.2.840.113635.100.3.3":"Apple Dot Mac Certificate Request Values","1.2.840.113635.100.4":"Apple Extended Key Usage","1.2.840.113635.100.4.1":"Apple Code Signing","1.2.840.113635.100.4.1.1":"Apple Code Signing Development","1.2.840.113635.100.4.1.2":"Apple Software Update Signing","1.2.840.113635.100.4.1.3":"Apple Code Signing Third Party","1.2.840.113635.100.4.1.4":"Apple Resource Signing","1.2.840.113635.100.4.2":"Apple I Chat Signing","1.2.840.113635.100.4.3":"Apple I Chat Encryption","1.2.840.113635.100.4.4":"Apple System Identity","1.2.840.113635.100.4.5":"Apple Crypto Env","1.2.840.113635.100.4.5.1":"Apple Crypto Production Env","1.2.840.113635.100.4.5.2":"Apple Crypto Maintenance Env","1.2.840.113635.100.4.5.3":"Apple Crypto Test Env","1.2.840.113635.100.4.5.4":"Apple Crypto Development Env","1.2.840.113635.100.4.6":"Apple Crypto Qo S","1.2.840.113635.100.4.6.1":"Apple Crypto Tier0 QoS","1.2.840.113635.100.4.6.2":"Apple Crypto Tier1 QoS","1.2.840.113635.100.4.6.3":"Apple Crypto Tier2 QoS","1.2.840.113635.100.4.6.4":"Apple Crypto Tier3 QoS","1.2.840.113635.100.4.7":"Apple ID Sharing Certificate","1.2.840.113635.100.5":"Apple Certificate Policies","1.2.840.113635.100.5.1":"Apple Certificate Policy ID","1.2.840.113635.100.5.2":"Apple Dot Mac Certificate Policy ID","1.2.840.113635.100.5.3":"Apple ADC Certificate Policy ID","1.2.840.113635.100.5.7.1":"Apple ID Sharing Certificate Policy","1.2.840.113635.100.6":"Apple Certificate Extensions","1.2.840.113635.100.6.1":"Apple Certificate Extension Code Signing","1.2.840.113635.100.6.1.1":"Apple Certificate Extension Apple Signing","1.2.840.113635.100.6.1.2":"Apple Certificate Extension ADC Developer Signing","1.2.840.113635.100.6.1.3":"Apple Certificate Extension ADC Apple Signing","1.2.840.113635.100.6.2.3":"Apple Application Integration","1.2.840.114021.1.6.1":"Identrus unknown policy Identifier","1.2.840.114021.4.1":"Identrus OCSP","1.3.6.1.4.1.188.7.1.1":"Ascom","1.3.6.1.4.1.188.7.1.1.1":"Idea ECB","1.3.6.1.4.1.188.7.1.1.2":"Idea CBC","1.3.6.1.4.1.188.7.1.1.3":"Idea CFB","1.3.6.1.4.1.188.7.1.1.4":"Idea OFB","1.3.6.1.4.1.311.2.1.4":"Spc Indirect Data Context","1.3.6.1.4.1.311.2.1.10":"Spc Agency Info","1.3.6.1.4.1.311.2.1.11":"Spc Statement Type","1.3.6.1.4.1.311.2.1.12":"Spc Sp Opus Info","1.3.6.1.4.1.311.2.1.14":"Cert Req Extensions","1.3.6.1.4.1.311.2.1.15":"Spc P E Image Data","1.3.6.1.4.1.311.2.1.18":"Spc Raw File Data","1.3.6.1.4.1.311.2.1.19":"Spc Structured Storage Data","1.3.6.1.4.1.311.2.1.20":"Spc Java ClassData (type 1extension',aka 'Glue extension)","1.3.6.1.4.1.311.2.1.21":"Individual Code Signing","1.3.6.1.4.1.311.2.1.22":"Commercial Code Signing","1.3.6.1.4.1.311.2.1.25":"Spc Link (type 2as 'Glue extension)","1.3.6.1.4.1.311.2.1.26":"Spc Minimal Criteria Info","1.3.6.1.4.1.311.2.1.27":"Spc Financial Criteria Info","1.3.6.1.4.1.311.2.1.28":"SpcLink (type 3as 'Glue extension)","1.3.6.1.4.1.311.2.1.29":"Spc Hash Info Obj ID","1.3.6.1.4.1.311.2.1.30":"Spc Sip Info Obj ID","1.3.6.1.4.1.311.2.2":"Ctl","1.3.6.1.4.1.311.2.2.1":"Ctl Trusted Codesigning CAList","1.3.6.1.4.1.311.2.2.2":"Ctl Trusted Client Auth CAList","1.3.6.1.4.1.311.2.2.3":"Ctl Trusted Server Auth CAList","1.3.6.1.4.1.311.3.2.1":"Timestamp Request","1.3.6.1.4.1.311.10.1":"Cert Trust List","1.3.6.1.4.1.311.10.1.1":"Sorted Ctl","1.3.6.1.4.1.311.10.2":"Next Update Location","1.3.6.1.4.1.311.10.3.1":"Cert Trust List Signing","1.3.6.1.4.1.311.10.3.2":"Time Stamp Signing","1.3.6.1.4.1.311.10.3.3":"Server Gated Crypto","1.3.6.1.4.1.311.10.3.3.1":"Serialized","1.3.6.1.4.1.311.10.3.4":"Encrypted File System","1.3.6.1.4.1.311.10.3.4.1":"Efs Recovery","1.3.6.1.4.1.311.10.3.5":"Whql Crypto","1.3.6.1.4.1.311.10.3.6":"Nt5 Crypto","1.3.6.1.4.1.311.10.3.7":"Oem WHQL Crypto","1.3.6.1.4.1.311.10.3.8":"Embedded NT Crypto","1.3.6.1.4.1.311.10.3.9":"Root List Signer","1.3.6.1.4.1.311.10.3.10":"Qualified Subordination","1.3.6.1.4.1.311.10.3.11":"Key Recovery","1.3.6.1.4.1.311.10.3.12":"Document Signing","1.3.6.1.4.1.311.10.3.13":"Lifetime Signing","1.3.6.1.4.1.311.10.3.14":"Mobile Device Software","1.3.6.1.4.1.311.10.3.15":"Smart Display","1.3.6.1.4.1.311.10.3.16":"Csp Signature","1.3.6.1.4.1.311.10.4.1":"yesno Trust Attr","1.3.6.1.4.1.311.10.5.1":"Drm","1.3.6.1.4.1.311.10.5.2":"Drm Individualization","1.3.6.1.4.1.311.10.6.1":"Licenses","1.3.6.1.4.1.311.10.6.2":"License Server","1.3.6.1.4.1.311.10.7.1":"Keyid Rdn","1.3.6.1.4.1.311.10.8.1":"Remove Certificate","1.3.6.1.4.1.311.10.9.1":"Cross Cert Dist Points","1.3.6.1.4.1.311.10.10.1":"Cmc Add Attributes","1.3.6.1.4.1.311.10.11":"Cert Prop Id Prefix","1.3.6.1.4.1.311.10.11.4":"Cert Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.20":"Cert Key Identifier Prop Id","1.3.6.1.4.1.311.10.11.28":"Cert Issuer Serial Number Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.29":"Cert Subject Name MD5 Hash Prop Id","1.3.6.1.4.1.311.10.12.1":"Any Application Policy","1.3.6.1.4.1.311.12":"Catalog","1.3.6.1.4.1.311.12.1.1":"Catalog List","1.3.6.1.4.1.311.12.1.2":"Catalog List Member","1.3.6.1.4.1.311.12.2.1":"Catalog Name Value Obj ID","1.3.6.1.4.1.311.12.2.2":"Catalog Member Info Obj ID","1.3.6.1.4.1.311.13.1":"Renewal Certificate","1.3.6.1.4.1.311.13.2.1":"Enrolment Name Value Pair","1.3.6.1.4.1.311.13.2.2":"Enrolment CSP","1.3.6.1.4.1.311.13.2.3":"Os Version","1.3.6.1.4.1.311.16.4":"Microsoft Recipient Info","1.3.6.1.4.1.311.17.1":"PKCS12 Key Provider Name Attr","1.3.6.1.4.1.311.17.2":"Local Machine Keyset","1.3.6.1.4.1.311.17.3":"PKCS12 Extended Attributes","1.3.6.1.4.1.311.20.1":"Auto Enroll Ctl Usage","1.3.6.1.4.1.311.20.2":"Microsoft Certificate Type","1.3.6.1.4.1.311.20.2.1":"Enrollment Agent","1.3.6.1.4.1.311.20.2.2":"Smartcard Logon","1.3.6.1.4.1.311.20.2.3":"NP Principal Name","1.3.6.1.4.1.311.20.3":"Cert Manifold","1.3.6.1.4.1.311.21.1":"Microsoft Certification Authority Renewal","1.3.6.1.4.1.311.21.2":"Microsoft Certificate Previous Hash","1.3.6.1.4.1.311.21.3":"CRL Virtual Base","1.3.6.1.4.1.311.21.4":"CRL Next Publish","1.3.6.1.4.1.311.21.5":"Ca Exchange","1.3.6.1.4.1.311.21.6":"Key Recovery","1.3.6.1.4.1.311.21.7":"Microsoft Certificate Template","1.3.6.1.4.1.311.21.8":"Enterprize OID Root","1.3.6.1.4.1.311.21.9":"Rdn Dummy Signer","1.3.6.1.4.1.311.21.10":"Microsoft Certificate Policies","1.3.6.1.4.1.311.21.11":"Application Policy Mappings","1.3.6.1.4.1.311.21.12":"Application Policy Constraints","1.3.6.1.4.1.311.21.13":"Archived Key","1.3.6.1.4.1.311.21.14":"CRL Self CDP","1.3.6.1.4.1.311.21.15":"Require Cert Chain Policy","1.3.6.1.4.1.311.21.16":"Archived Key Cert Hash","1.3.6.1.4.1.311.21.17":"Issued Cert Hash","1.3.6.1.4.1.311.21.19":"DS Email Replication","1.3.6.1.4.1.311.21.20":"Request Client Info","1.3.6.1.4.1.311.21.21":"Encrypted Key Hash","1.3.6.1.4.1.311.21.22":"Certsrv Cross CA Version","1.3.6.1.4.1.311.25.1":"Ntds Replication","1.3.6.1.4.1.311.31.1":"Product Update","1.3.6.1.4.1.311.47.1.1":"System Health","1.3.6.1.4.1.311.47.1.3":"System Health Loophole","1.3.6.1.4.1.311.60.1.1":"Root Program Flags","1.3.6.1.4.1.311.60.2.1.1":"Jurisdiction Of Incorporation L","1.3.6.1.4.1.311.60.2.1.2":"Jurisdiction Of Incorporation SP","1.3.6.1.4.1.311.60.2.1.3":"Jurisdiction Of Incorporation C","1.3.6.1.4.1.311.61.1.1":"Kernel Mode Code Signing","1.3.6.1.4.1.311.84.1.1":"ASP.NET HTTPS Development certificate","1.3.6.1.4.1.311.88":"CAPICOM","1.3.6.1.4.1.311.88.1":"CAPICOM version","1.3.6.1.4.1.311.88.2":"CAPICOM attribute","1.3.6.1.4.1.311.88.2.1":"Document type attribute","1.3.6.1.4.1.311.88.2.2":"Document description attribute","1.3.6.1.4.1.311.88.3":"CAPICOM encrypted data message","1.3.6.1.4.1.311.88.3.1":"CAPICOM content of encrypted data","1.3.6.1.4.1.782.1.2.1.8.1":"Network Solutions EV policy","1.3.6.1.4.1.2428.10.1.1":"UNINETT policy Identifier","1.3.6.1.4.1.2712.10":"ICE-TEL policy Identifier","1.3.6.1.4.1.2786.1.1.1":"ICE-TEL Italian","1.3.6.1.4.1.3029.1.1.1":"Blowfish ECB","1.3.6.1.4.1.3029.1.1.2":"Blowfish CBC","1.3.6.1.4.1.3029.1.1.3":"Blowfish CFB","1.3.6.1.4.1.3029.1.1.4":"Blowfish OFB","1.3.6.1.4.1.3029.1.2.1":"Elgamal","1.3.6.1.4.1.3029.1.2.1.1":"Elgamal with SHA-1","1.3.6.1.4.1.3029.1.2.1.2":"Elgamal with RIPEMD-160","1.3.6.1.4.1.3029.3.1.1":"Cryptlib Presence Check","1.3.6.1.4.1.3029.3.1.2":"Pki Boot","1.3.6.1.4.1.3029.3.1.4":"CRL Ext Reason","1.3.6.1.4.1.3029.3.1.5":"Key Features","1.3.6.1.4.1.3029.4.1":"Cryptlib Content","1.3.6.1.4.1.3029.4.1.1":"Cryptlib Config Data","1.3.6.1.4.1.3029.4.1.2":"Cryptlib User Index","1.3.6.1.4.1.3029.4.1.3":"Cryptlib User Info","1.3.6.1.4.1.3029.4.1.4":"Rtcs Request","1.3.6.1.4.1.3029.4.1.5":"Rtcs Response","1.3.6.1.4.1.3029.4.1.6":"Rtcs Response Ext","1.3.6.1.4.1.3029.42.11172.1":"Mpeg-1","1.3.6.1.4.1.3029.54.11940.54":"TSA policy 'Anythingpolicy","1.3.6.1.4.1.3029.88.89.90.90.89":"XYZZY policy Identifier","1.3.6.1.4.1.3401.8.1.1":"Pgp Extension","1.3.6.1.4.1.3576.7":"Ecia Asc X12 Edi","1.3.6.1.4.1.3576.7.1":"Plain ED Imessage","1.3.6.1.4.1.3576.7.2":"Signed ED Imessage","1.3.6.1.4.1.3576.7.5":"Integrity ED Imessage","1.3.6.1.4.1.3576.7.65":"Ia Receipt Message","1.3.6.1.4.1.3576.7.97":"Ia Status Message","1.3.6.1.4.1.3576.8":"Ecia Edifact","1.3.6.1.4.1.3576.9":"Ecia Non Edi","1.3.6.1.4.1.4146":"GlobalSign","1.3.6.1.4.1.4146.1":"GlobalSign Policy","1.3.6.1.4.1.4146.1.1":"GlobalSign EV policy","1.3.6.1.4.1.4146.1.10":"GlobalSign DV Policy","1.3.6.1.4.1.4146.1.20":"GlobalSign OV Policy","1.3.6.1.4.1.4146.1.30":"GlobalSign TSA Policy","1.3.6.1.4.1.4146.1.40":"GlobalSign Client Certificates Policy","1.3.6.1.4.1.4146.1.40.10":"GlobalSign Client Certificates Enterprise PKI Policy","1.3.6.1.4.1.4146.1.50":"GlobalSign Code Signing Certificates Policy","1.3.6.1.4.1.4146.1.60":"GlobalSign Root Sign Policy","1.3.6.1.4.1.4146.1.70":"GlobalSign Trusted Root Policy","1.3.6.1.4.1.4146.1.80":"GlobalSign EDI Client Policy","1.3.6.1.4.1.4146.1.81":"GlobalSign EDI Server Policy","1.3.6.1.4.1.4146.1.90":"GlobalSign TPM Root Policy","1.3.6.1.4.1.4146.1.95":"GlobalSign OCSP Policy","1.3.6.1.4.1.41482.3.3":"YubiKey Firmware Version","1.3.6.1.4.1.41482.3.7":"YubiKey Serial Number","1.3.6.1.4.1.41482.3.8":"YubiKey PIN Touch Policy","1.3.6.1.4.1.41482.3.9":"YubiKey Formfactor","1.3.6.1.4.1.4788.2.202.1":"D-TRUSTEV policy","1.3.6.1.4.1.5309.1":"Edel Web Policy","1.3.6.1.4.1.5309.1.2":"Edel Web Customer Policy","1.3.6.1.4.1.5309.1.2.1":"Edel Web Clepsydre Policy","1.3.6.1.4.1.5309.1.2.2":"Edel Web Experimental TSA Policy","1.3.6.1.4.1.5309.1.2.3":"Edel Web Open Evidence TSA Policy","1.3.6.1.4.1.53087.1.3":"Trademark Country Or Region Name","1.3.6.1.4.1.53087.1.4":"Trademark Registration Number","1.3.6.1.4.1.53087.1.6":"Word Mark","1.3.6.1.4.1.5472":"Timeproof","1.3.6.1.4.1.5472.1":"TSS","1.3.6.1.4.1.5472.1.1":"TSS80","1.3.6.1.4.1.5472.1.2":"TSS380","1.3.6.1.4.1.5472.1.3":"TSS400","1.3.6.1.4.1.5770.0.3":"Secondary Practices","1.3.6.1.4.1.5770.0.4":"Physician Identifiers","1.3.6.1.4.1.6334.1.100.1":"Cybertrust EV policy","1.3.6.1.4.1.6449.1.2.1.3.1":"Comodo Policy","1.3.6.1.4.1.6449.1.2.1.5.1":"Comodo EV policy","1.3.6.1.4.1.6449.1.2.2.7":"Comodo TLS DV","1.3.6.1.4.1.6449.1.2.2.15":"Wotrust Policy","1.3.6.1.4.1.6449.1.3.5.2":"Comodo Certified Delivery Service","1.3.6.1.4.1.6449.2.1.1":"Comodo Timestamping Policy","1.3.6.1.4.1.7879.13.24.1":"T-Tele Sec EV policy","1.3.6.1.4.1.8024.0.2.100.1.2":"QuoVadis EV policy","1.3.6.1.4.1.8231.1":"Rol Unico Nacional","1.3.6.1.4.1.8301.3.5.1":"alidity Model Chain","1.3.6.1.4.1.8301.3.5.2":"alidity Model Shell","1.3.6.1.4.1.11129.2.4.2":"Certificate Transparency","1.3.6.1.4.1.11591":"Gnu","1.3.6.1.4.1.11591.1":"Gnu Radius","1.3.6.1.4.1.11591.3":"Gnu Radar","1.3.6.1.4.1.11591.12":"Gnu Digest Algorithm","1.3.6.1.4.1.11591.12.2":"Tiger","1.3.6.1.4.1.11591.13":"Gnu Encryption Algorithm","1.3.6.1.4.1.11591.13.2":"Serpent","1.3.6.1.4.1.11591.13.2.1":"Serpent128_ECB","1.3.6.1.4.1.11591.13.2.2":"Serpent128_CBC","1.3.6.1.4.1.11591.13.2.3":"Serpent128_OFB","1.3.6.1.4.1.11591.13.2.4":"Serpent128_CFB","1.3.6.1.4.1.11591.13.2.21":"Serpent192_ECB","1.3.6.1.4.1.11591.13.2.22":"Serpent192_CBC","1.3.6.1.4.1.11591.13.2.23":"Serpent192_OFB","1.3.6.1.4.1.11591.13.2.24":"Serpent192_CFB","1.3.6.1.4.1.11591.13.2.41":"Serpent256_ECB","1.3.6.1.4.1.11591.13.2.42":"Serpent256_CBC","1.3.6.1.4.1.11591.13.2.43":"Serpent256_OFB","1.3.6.1.4.1.11591.13.2.44":"Serpent256_CFB","1.3.6.1.4.1.14370.1.6":"Geo Trust EV policy","1.3.6.1.4.1.14777.6.1.1":"Izenpe EV policy","1.3.6.1.4.1.14777.6.1.2":"Izenpe EV policy","1.3.6.1.4.1.16334.509.1.1":"Northrop Grumman ext Key Usage?","1.3.6.1.4.1.16334.509.2.1":"Ngc Class1","1.3.6.1.4.1.16334.509.2.2":"Ngc Class2","1.3.6.1.4.1.16334.509.2.3":"Ngc Class3","1.3.6.1.4.1.17326.10.8.12.1.2":"Camerfirma EV policy","1.3.6.1.4.1.17326.10.14.2.1.2":"Camerfirma EV policy","1.3.6.1.4.1.22234.2.5.2.3.1":"Cert Plus EV policy","1.3.6.1.4.1.23223.1.1.1":"Start Com EV policy","1.3.6.1.4.1.23629.1.4.2.1.1":"Safenet Usage Limit","1.3.6.1.4.1.23629.1.4.2.1.2":"Safenet End Date","1.3.6.1.4.1.23629.1.4.2.1.3":"Safenet Start Date","1.3.6.1.4.1.23629.1.4.2.1.4":"Safenet Admin Cert","1.3.6.1.4.1.23629.1.4.2.2.1":"Safenet Key Digest","1.3.6.1.4.1.34697.2.1":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.2":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.3":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.4":"Affirm Trust EV policy","1.3.6.1.4.1.40869.1.1.22.3":"TWCAEV policy","1.3.6.1.4.1.13177.10.1.2.2":"Corporate certificates for Natural Person","1.3.6.1.4.1.37476.9000.64.1":"Smallstep CA Provisioner ID","1.3.6.1.5.2.3.5":"KCD Authentication","1.3.6.1.5.5.7":"PKIX","1.3.6.1.5.5.7.0.12":"Attribute Cert","1.3.6.1.5.5.7.1":"Private Extension","1.3.6.1.5.5.7.1.1":"Certificate Authority Information Access","1.3.6.1.5.5.7.1.2":"Biometric Info","1.3.6.1.5.5.7.1.3":"Qualified Certificate Statements","1.3.6.1.5.5.7.1.4":"Ac Audit Identity","1.3.6.1.5.5.7.1.5":"Ac Targeting","1.3.6.1.5.5.7.1.6":"Ac Aa Controls","1.3.6.1.5.5.7.1.7":"Ip Addr Blocks","1.3.6.1.5.5.7.1.8":"Autonomous Sys Ids","1.3.6.1.5.5.7.1.9":"Router Identifier","1.3.6.1.5.5.7.1.10":"Ac Proxying","1.3.6.1.5.5.7.1.11":"Subject Info Access","1.3.6.1.5.5.7.1.12":"Logo Type","1.3.6.1.5.5.7.1.13":"Wlan SSID","1.3.6.1.5.5.7.1.26":"Telephone Number Authorization List","1.3.6.1.5.5.7.2":"Policy Qualifier Ids","1.3.6.1.5.5.7.2.1":"Certificate Policy Statement","1.3.6.1.5.5.7.2.2":"User Notice","1.3.6.1.5.5.7.2.3":"Text Notice","1.3.6.1.5.5.7.3":"Key Purpose","1.3.6.1.5.5.7.3.1":"Server Authentication","1.3.6.1.5.5.7.3.2":"Client Authentication","1.3.6.1.5.5.7.3.3":"Code Signing","1.3.6.1.5.5.7.3.4":"Email Protection","1.3.6.1.5.5.7.3.5":"Ipsec End System","1.3.6.1.5.5.7.3.6":"Ipsec Tunnel","1.3.6.1.5.5.7.3.7":"Ipsec User","1.3.6.1.5.5.7.3.8":"Time Stamping","1.3.6.1.5.5.7.3.9":"OCSP Signing","1.3.6.1.5.5.7.3.10":"DVCS","1.3.6.1.5.5.7.3.11":"Sbgp Cert AA Server Auth","1.3.6.1.5.5.7.3.13":"Eap Over PPP","1.3.6.1.5.5.7.3.14":"Eap Over LAN","1.3.6.1.5.5.7.3.31":"Brand Indicator for Message Identification","1.3.6.1.5.5.7.3.46":"Document Signing","1.3.6.1.5.5.7.4":"Cmp Information Types","1.3.6.1.5.5.7.4.1":"Ca Prot Enc Cert","1.3.6.1.5.5.7.4.2":"Sign Key Pair Types","1.3.6.1.5.5.7.4.3":"Enc Key Pair Types","1.3.6.1.5.5.7.4.4":"Preferred Symm Alg","1.3.6.1.5.5.7.4.5":"CA Key Update Info","1.3.6.1.5.5.7.4.6":"Current CRL","1.3.6.1.5.5.7.4.7":"Unsupported OIDs","1.3.6.1.5.5.7.4.10":"Key Pair Param Req","1.3.6.1.5.5.7.4.11":"Key Pair Param Rep","1.3.6.1.5.5.7.4.12":"Rev Passphrase","1.3.6.1.5.5.7.4.13":"Implicit Confirm","1.3.6.1.5.5.7.4.14":"Confirm Wait Time","1.3.6.1.5.5.7.4.15":"Orig PKI Message","1.3.6.1.5.5.7.4.16":"Supp Lang Tags","1.3.6.1.5.5.7.5":"Crmf Registration","1.3.6.1.5.5.7.5.1":"Reg Ctrl","1.3.6.1.5.5.7.5.1.1":"Reg Token","1.3.6.1.5.5.7.5.1.2":"Authenticator","1.3.6.1.5.5.7.5.1.3":"Pki Publication Info","1.3.6.1.5.5.7.5.1.4":"Pki Archive Options","1.3.6.1.5.5.7.5.1.5":"Old Cert ID","1.3.6.1.5.5.7.5.1.6":"Protocol Encr Key","1.3.6.1.5.5.7.5.1.7":"Alt Cert Template","1.3.6.1.5.5.7.5.1.8":"Wtls Template","1.3.6.1.5.5.7.5.2":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.1":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.2":"Cert Req","1.3.6.1.5.5.7.6":"Algorithms","1.3.6.1.5.5.7.6.1":"Des40","1.3.6.1.5.5.7.6.2":"No Signature","1.3.6.1.5.5.7.6.3":"Dh-sig-hmac","1.3.6.1.5.5.7.6.4":"Dh-pop","1.3.6.1.5.5.7.7":"CMC Controls","1.3.6.1.5.5.7.8":"Other Names","1.3.6.1.5.5.7.8.1":"Personal Data","1.3.6.1.5.5.7.8.2":"User Group","1.3.6.1.5.5.7.8.3":"Permanent Identifier","1.3.6.1.5.5.7.8.5":"Xmpp Addr","1.3.6.1.5.5.7.8.9":"SMTP UTF8 Mailbox","1.3.6.1.5.5.7.9":"Personal Data","1.3.6.1.5.5.7.9.1":"Date Of Birth","1.3.6.1.5.5.7.9.2":"Place Of Birth","1.3.6.1.5.5.7.9.3":"Gender","1.3.6.1.5.5.7.9.4":"Country Of Citizenship","1.3.6.1.5.5.7.9.5":"Country Of Residence","1.3.6.1.5.5.7.10":"Attribute Certificate","1.3.6.1.5.5.7.10.1":"Authentication Info","1.3.6.1.5.5.7.10.2":"Access Identity","1.3.6.1.5.5.7.10.3":"Charging Identity","1.3.6.1.5.5.7.10.4":"Group","1.3.6.1.5.5.7.10.5":"Role","1.3.6.1.5.5.7.10.6":"Wlan SSID","1.3.6.1.5.5.7.11":"Personal Data","1.3.6.1.5.5.7.11.1":"PKIX QC Syntax V1","1.3.6.1.5.5.7.11.2":"PKIX QC Syntax V2","1.3.6.1.5.5.7.14.2":"Resource Certificate Policy","1.3.6.1.5.5.7.20":"Logo","1.3.6.1.5.5.7.20.1":"Logo Loyalty","1.3.6.1.5.5.7.20.2":"Logo Background","1.3.6.1.5.5.7.48.1":"OCSP","1.3.6.1.5.5.7.48.1.1":"OCSP Basic","1.3.6.1.5.5.7.48.1.2":"OCSP Nonce","1.3.6.1.5.5.7.48.1.3":"OCSP CRL","1.3.6.1.5.5.7.48.1.4":"OCSP Response","1.3.6.1.5.5.7.48.1.5":"OCSP No Check","1.3.6.1.5.5.7.48.1.6":"OCSP Archive Cutoff","1.3.6.1.5.5.7.48.1.7":"OCSP Service Locator","1.3.6.1.5.5.7.48.2":"CA Issuers","1.3.6.1.5.5.7.48.3":"Time Stamping","1.3.6.1.5.5.7.48.4":"DVCS","1.3.6.1.5.5.7.48.5":"CA Repository","1.3.6.1.5.5.7.48.7":"Signed Object Repository","1.3.6.1.5.5.7.48.10":"Rpki Manifest","1.3.6.1.5.5.7.48.11":"Signed Object","1.3.6.1.5.5.8.1.1":"HMAC MD5","1.3.6.1.5.5.8.1.2":"HMAC SHA","1.3.6.1.5.5.8.1.3":"HMAC Tiger","1.3.6.1.5.5.8.2.2":"IKE Intermediate","1.3.12.2.1011.7.1":"DEC Encryption Algorithm","1.3.12.2.1011.7.1.2":"DEC DEA","1.3.12.2.1011.7.2":"DEC Hash Algorithm","1.3.12.2.1011.7.2.1":"DECMD2","1.3.12.2.1011.7.2.2":"DECMD4","1.3.12.2.1011.7.3":"DEC Signature Algorithm","1.3.12.2.1011.7.3.1":"DEC MD2 with RSA","1.3.12.2.1011.7.3.2":"DEC MD4 with RSA","1.3.12.2.1011.7.3.3":"DEC DEAMAC","1.3.14.2.26.5":"SHA","1.3.14.3.2.1.1":"RSA","1.3.14.3.2.2":"MD4 with RSA","1.3.14.3.2.2.1":"Sqmod-N","1.3.14.3.2.3":"MD5 with RSA","1.3.14.3.2.3.1":"Sqmod-Nwith RSA","1.3.14.3.2.4":"MD4 with RSA Encryption","1.3.14.3.2.6":"DES ECB","1.3.14.3.2.7":"DES CBC","1.3.14.3.2.8":"DES OFB","1.3.14.3.2.9":"DES CFB","1.3.14.3.2.10":"DES MAC","1.3.14.3.2.11":"RSA Signature","1.3.14.3.2.12":"DSA","1.3.14.3.2.13":"DSA with SHA","1.3.14.3.2.14":"MDC2 with RSA Signature","1.3.14.3.2.15":"SHA with RSA Signature","1.3.14.3.2.16":"DH with Common Modulus","1.3.14.3.2.17":"Des EDE","1.3.14.3.2.18":"SHA","1.3.14.3.2.19":"MDC-2","1.3.14.3.2.20":"DSA Common","1.3.14.3.2.21":"DSA Common with SHA","1.3.14.3.2.22":"RSA Key Transport","1.3.14.3.2.23":"Keyed-hash-seal","1.3.14.3.2.24":"MD2 with RSA Signature","1.3.14.3.2.25":"MD5 with RSA Signature","1.3.14.3.2.26":"SHA1","1.3.14.3.2.27":"DSA with SHA1","1.3.14.3.2.28":"DSA with Common SHA1","1.3.14.3.2.29":"SHA-1 with RSA Encryption","1.3.14.3.3.1":"Simple-strong-auth","1.3.14.7.2.1.1":"El Gamal","1.3.14.7.2.3.1":"MD2 with RSA","1.3.14.7.2.3.2":"MD2 with El Gamal","1.3.36.1":"Document","1.3.36.1.1":"Final Version","1.3.36.1.2":"Draft","1.3.36.2":"Sio","1.3.36.2.1":"Sedu","1.3.36.3":"Algorithm","1.3.36.3.1":"Encryption Algorithm","1.3.36.3.1.1":"DES","1.3.36.3.1.1.1":"DES ECB_pad","1.3.36.3.1.1.1.1":"DES ECB_ISOpad","1.3.36.3.1.1.2.1":"DES CBC_pad","1.3.36.3.1.1.2.1.1":"DES CBC_ISOpad","1.3.36.3.1.2":"IDEA","1.3.36.3.1.2.1":"IDEA ECB","1.3.36.3.1.2.1.1":"IDEA ECB_pad","1.3.36.3.1.2.1.1.1":"IDEA ECB_ISOpad","1.3.36.3.1.2.2":"IDEA CBC","1.3.36.3.1.2.2.1":"IDEA CBC_pad","1.3.36.3.1.2.2.1.1":"IDEA CBC_ISOpad","1.3.36.3.1.2.3":"IDEA OFB","1.3.36.3.1.2.4":"IDEA CFB","1.3.36.3.1.3":"DES_3","1.3.36.3.1.3.1.1":"DES_3 ECB_pad","1.3.36.3.1.3.1.1.1":"DES_3 ECB_ISOpad","1.3.36.3.1.3.2.1":"DES_3 CBC_pad","1.3.36.3.1.3.2.1.1":"DES_3 CBC_ISOpad","1.3.36.3.1.4":"RSA Encryption","1.3.36.3.1.4.512.17":"RSA Encryption Withlmod512expe17","1.3.36.3.1.5":"BSI-1","1.3.36.3.1.5.1":"BSI_1 ECB_pad","1.3.36.3.1.5.2":"BSI_1 CBC_pad","1.3.36.3.1.5.2.1":"BSI_1 CBC_PEMpad","1.3.36.3.2":"Hash Algorithm","1.3.36.3.2.1":"Ripemd160","1.3.36.3.2.2":"Ripemd128","1.3.36.3.2.3":"Ripemd256","1.3.36.3.2.4":"Mdc2single Length","1.3.36.3.2.5":"Mdc2double Length","1.3.36.3.3":"Signature Algorithm","1.3.36.3.3.1":"RSA Signature","1.3.36.3.3.1.1":"RSA Signature WithSHA1","1.3.36.3.3.1.1.1024.11":"RSA Signature WithSHA1_l1024_l11","1.3.36.3.3.1.2":"RSA Signature Withripemd160","1.3.36.3.3.1.2.1024.11":"RSA Signature Withripemd160_l1024_l11","1.3.36.3.3.1.3":"RSA Signature Withrimpemd128","1.3.36.3.3.1.4":"RSA Signature Withrimpemd256","1.3.36.3.3.2":"Ecsie Sign","1.3.36.3.3.2.1":"Ecsie Sign WithSHA1","1.3.36.3.3.2.2":"Ecsie Sign Withripemd160","1.3.36.3.3.2.3":"Ecsie Sign Withmd2","1.3.36.3.3.2.4":"Ecsie Sign Withmd5","1.3.36.3.3.2.8.1.1.1":"Brainpool P160r1","1.3.36.3.3.2.8.1.1.2":"Brainpool P160t1","1.3.36.3.3.2.8.1.1.3":"Brainpool P192r1","1.3.36.3.3.2.8.1.1.4":"Brainpool P192t1","1.3.36.3.3.2.8.1.1.5":"Brainpool P224r1","1.3.36.3.3.2.8.1.1.6":"Brainpool P224t1","1.3.36.3.3.2.8.1.1.7":"Brainpool P256r1","1.3.36.3.3.2.8.1.1.8":"Brainpool P256t1","1.3.36.3.3.2.8.1.1.9":"Brainpool P320r1","1.3.36.3.3.2.8.1.1.10":"Brainpool P320t1","1.3.36.3.3.2.8.1.1.11":"Brainpool P384r1","1.3.36.3.3.2.8.1.1.12":"Brainpool P384t1","1.3.36.3.3.2.8.1.1.13":"Brainpool P512r1","1.3.36.3.3.2.8.1.1.14":"Brainpool P512t1","1.3.36.3.4":"Signature Scheme","1.3.36.3.4.1":"Sig S_ISO9796-1","1.3.36.3.4.2":"Sig S_ISO9796-2","1.3.36.3.4.2.1":"Sig S_ISO9796-2 with RED","1.3.36.3.4.2.2":"Sig S_ISO9796-2 with RSA","1.3.36.3.4.2.3":"Sig S_ISO9796-2 with RDN","1.3.36.4":"Attribute","1.3.36.5":"Policy","1.3.36.6":"Api","1.3.36.6.1":"Manufacturer-specific_api","1.3.36.6.1.1":"Utimaco-api","1.3.36.6.2":"Functionality-specific_api","1.3.36.7":"Keymgmnt","1.3.36.7.1":"Keyagree","1.3.36.7.1.1":"Bsi PKE","1.3.36.7.2":"Keytrans","1.3.36.7.2.1":"Enc ISO9796-2 Withrsa","1.3.36.8.1.1":"Teletrust Sig G Conform policy Identifier","1.3.36.8.2.1":"Directory Service","1.3.36.8.3.1":"Date Of Cert Gen","1.3.36.8.3.2":"Procuration","1.3.36.8.3.3":"Admission","1.3.36.8.3.4":"Monetary Limit","1.3.36.8.3.5":"Declaration Of Majority","1.3.36.8.3.6":"Integrated Circuit Card Serial Number","1.3.36.8.3.7":"PK Reference","1.3.36.8.3.8":"Restriction","1.3.36.8.3.9":"Retrieve If Allowed","1.3.36.8.3.10":"Requested Certificate","1.3.36.8.3.11":"Naming Authorities","1.3.36.8.3.11.1":"Recht Wirtschaft Steuern","1.3.36.8.3.11.1.1":"Rechtsanwaeltin","1.3.36.8.3.11.1.2":"Rechtsanwalt","1.3.36.8.3.11.1.3":"Rechts Beistand","1.3.36.8.3.11.1.4":"Steuer Beraterin","1.3.36.8.3.11.1.5":"Steuer Berater","1.3.36.8.3.11.1.6":"Steuer Bevollmaechtigte","1.3.36.8.3.11.1.7":"Steuer Bevollmaechtigter","1.3.36.8.3.11.1.8":"Notarin","1.3.36.8.3.11.1.9":"Notar","1.3.36.8.3.11.1.10":"Notar Vertreterin","1.3.36.8.3.11.1.11":"Notar Vertreter","1.3.36.8.3.11.1.12":"Notariats Verwalterin","1.3.36.8.3.11.1.13":"Notariats Verwalter","1.3.36.8.3.11.1.14":"Wirtschafts Prueferin","1.3.36.8.3.11.1.15":"Wirtschafts Pruefer","1.3.36.8.3.11.1.16":"ereidigte Buchprueferin","1.3.36.8.3.11.1.17":"ereidigter Buchpruefer","1.3.36.8.3.11.1.18":"Patent Anwaeltin","1.3.36.8.3.11.1.19":"Patent Anwalt","1.3.36.8.3.12":"Cert In Dir Since","1.3.36.8.3.13":"Cert Hash","1.3.36.8.3.14":"Name At Birth","1.3.36.8.3.15":"Additional Information","1.3.36.8.4.1":"Personal Data","1.3.36.8.4.8":"Restriction","1.3.36.8.5.1.1.1":"RSA Indicate SHA1","1.3.36.8.5.1.1.2":"RSA Indicate RIPEMD160","1.3.36.8.5.1.1.3":"RSA with SHA1","1.3.36.8.5.1.1.4":"RSA with RIPEMD160","1.3.36.8.5.1.2.1":"Dsa Extended","1.3.36.8.5.1.2.2":"Dsa with RIPEMD160","1.3.36.8.6.1":"Cert","1.3.36.8.6.2":"Cert Ref","1.3.36.8.6.3":"Attr Cert","1.3.36.8.6.4":"Attr Ref","1.3.36.8.6.5":"File Name","1.3.36.8.6.6":"Storage Time","1.3.36.8.6.7":"File Size","1.3.36.8.6.8":"Location","1.3.36.8.6.9":"Sig Number","1.3.36.8.6.10":"Auto Gen","1.3.36.8.7.1.1":"Pt Adobe ILL","1.3.36.8.7.1.2":"Pt Ami Pro","1.3.36.8.7.1.3":"Pt Auto CAD","1.3.36.8.7.1.4":"Pt Binary","1.3.36.8.7.1.5":"Pt BMP","1.3.36.8.7.1.6":"Pt CGM","1.3.36.8.7.1.7":"Pt Corel CRT","1.3.36.8.7.1.8":"Pt Corel DRW","1.3.36.8.7.1.9":"Pt Corel EXC","1.3.36.8.7.1.10":"Pt Corel PHT","1.3.36.8.7.1.11":"Pt Draw","1.3.36.8.7.1.12":"Pt DVI","1.3.36.8.7.1.13":"Pt EPS","1.3.36.8.7.1.14":"Pt Excel","1.3.36.8.7.1.15":"Pt GEM","1.3.36.8.7.1.16":"Pt GIF","1.3.36.8.7.1.17":"Pt HPGL","1.3.36.8.7.1.18":"Pt JPEG","1.3.36.8.7.1.19":"Pt Kodak","1.3.36.8.7.1.20":"Pt LaTeX","1.3.36.8.7.1.21":"Pt Lotus","1.3.36.8.7.1.22":"Pt Lotus PIC","1.3.36.8.7.1.23":"Pt Mac PICT","1.3.36.8.7.1.24":"Pt Mac Word","1.3.36.8.7.1.25":"Pt MSWfD","1.3.36.8.7.1.26":"Pt MSWord","1.3.36.8.7.1.27":"Pt MSWord2","1.3.36.8.7.1.28":"Pt MSWord6","1.3.36.8.7.1.29":"Pt MSWord8","1.3.36.8.7.1.30":"Pt PDF","1.3.36.8.7.1.31":"Pt PIF","1.3.36.8.7.1.32":"Pt Postscript","1.3.36.8.7.1.33":"Pt RTF","1.3.36.8.7.1.34":"Pt SCITEX","1.3.36.8.7.1.35":"Pt TAR","1.3.36.8.7.1.36":"Pt Targa","1.3.36.8.7.1.37":"Pt TeX","1.3.36.8.7.1.38":"Pt Text","1.3.36.8.7.1.39":"Pt TIFF","1.3.36.8.7.1.40":"Pt TIFF-FC","1.3.36.8.7.1.41":"Pt UID","1.3.36.8.7.1.42":"Pt UU Encode","1.3.36.8.7.1.43":"Pt WMF","1.3.36.8.7.1.44":"Pt Word Perfect","1.3.36.8.7.1.45":"Pt WP Grph","1.3.101.1.4":"Thawte-ce","1.3.101.1.4.1":"Strong Extranet","1.3.101.112":"Edwards-curve Digital Signature Algorithm (EdDSA) Ed25519","1.3.132.0.1":"Sect163k1","1.3.132.0.2":"Sect163r1","1.3.132.0.3":"Sect239k1","1.3.132.0.4":"Sect113r1","1.3.132.0.5":"Sect113r2","1.3.132.0.6":"Secp112r1","1.3.132.0.7":"Secp112r2","1.3.132.0.8":"Secp160r1","1.3.132.0.9":"Secp160k1","1.3.132.0.10":"Secp256k1","1.3.132.0.15":"Sect163r2","1.3.132.0.16":"Sect283k1","1.3.132.0.17":"Sect283r1","1.3.132.0.22":"Sect131r1","1.3.132.0.23":"Sect131r2","1.3.132.0.24":"Sect193r1","1.3.132.0.25":"Sect193r2","1.3.132.0.26":"Sect233k1","1.3.132.0.27":"Sect233r1","1.3.132.0.28":"Secp128r1","1.3.132.0.29":"Secp128r2","1.3.132.0.30":"Secp160r2","1.3.132.0.31":"Secp192k1","1.3.132.0.32":"Secp224k1","1.3.132.0.33":"Secp224r1","1.3.132.0.34":"Secp384r1","1.3.132.0.35":"Secp521r1","1.3.132.0.36":"Sect409k1","1.3.132.0.37":"Sect409r1","1.3.132.0.38":"Sect571k1","1.3.132.0.39":"Sect571r1","1.3.133.16.840.9.84":"x984","1.3.133.16.840.9.84.0":"x984 Module","1.3.133.16.840.9.84.0.1":"x984 Biometrics","1.3.133.16.840.9.84.0.2":"x984 CMS","1.3.133.16.840.9.84.0.3":"x984 Identifiers","1.3.133.16.840.9.84.1":"x984 Biometric","1.3.133.16.840.9.84.1.0":"Biometric Unknown Type","1.3.133.16.840.9.84.1.1":"Biometric Body Odor","1.3.133.16.840.9.84.1.2":"Biometric DNA","1.3.133.16.840.9.84.1.3":"Biometric Ear Shape","1.3.133.16.840.9.84.1.4":"Biometric Facial Features","1.3.133.16.840.9.84.1.5":"Biometric Finger Image","1.3.133.16.840.9.84.1.6":"Biometric Finger Geometry","1.3.133.16.840.9.84.1.7":"Biometric Hand Geometry","1.3.133.16.840.9.84.1.8":"Biometric Iris Features","1.3.133.16.840.9.84.1.9":"Biometric Keystroke Dynamics","1.3.133.16.840.9.84.1.10":"Biometric Palm","1.3.133.16.840.9.84.1.11":"Biometric Retina","1.3.133.16.840.9.84.1.12":"Biometric Signature","1.3.133.16.840.9.84.1.13":"Biometric Speech Pattern","1.3.133.16.840.9.84.1.14":"Biometric Thermal Image","1.3.133.16.840.9.84.1.15":"Biometric Vein Pattern","1.3.133.16.840.9.84.1.16":"Biometric Thermal Face Image","1.3.133.16.840.9.84.1.17":"Biometric Thermal Hand Image","1.3.133.16.840.9.84.1.18":"Biometric Lip Movement","1.3.133.16.840.9.84.1.19":"Biometric Gait","1.3.133.16.840.9.84.3":"x984 Matching Method","1.3.133.16.840.9.84.4":"x984 Format Owner","1.3.133.16.840.9.84.4.0":"x984 Cbeff Owner","1.3.133.16.840.9.84.4.1":"x984 Ibia Owner","1.3.133.16.840.9.84.4.1.1":"Ibia Owner SAFLINK","1.3.133.16.840.9.84.4.1.2":"Ibia Owner Bioscrypt","1.3.133.16.840.9.84.4.1.3":"Ibia Owner Visionics","1.3.133.16.840.9.84.4.1.4":"Ibia Owner Infineon Technologies AG","1.3.133.16.840.9.84.4.1.5":"Ibia Owner Iridian Technologies","1.3.133.16.840.9.84.4.1.6":"Ibia Owner Veridicom","1.3.133.16.840.9.84.4.1.7":"Ibia Owner Cyber SIGN","1.3.133.16.840.9.84.4.1.8":"Ibia Ownere Cryp","1.3.133.16.840.9.84.4.1.9":"Ibia Owner Fingerprint Cards AB","1.3.133.16.840.9.84.4.1.10":"Ibia Owner Secu Gen","1.3.133.16.840.9.84.4.1.11":"Ibia Owner Precise Biometric","1.3.133.16.840.9.84.4.1.12":"Ibia Owner Identix","1.3.133.16.840.9.84.4.1.13":"Ibia Owner DERMALOG","1.3.133.16.840.9.84.4.1.14":"Ibia Owner LOGICO","1.3.133.16.840.9.84.4.1.15":"Ibia Owner NIST","1.3.133.16.840.9.84.4.1.16":"Ibia Owner A3 Vision","1.3.133.16.840.9.84.4.1.17":"Ibia Owner NEC","1.3.133.16.840.9.84.4.1.18":"Ibia Owner ST Microelectronics","2.5.4.0":"Object Class","2.5.4.1":"Aliased Entry Name","2.5.4.2":"Knowledge Information","2.5.4.3":"Common Name","2.5.4.4":"Surname","2.5.4.5":"Serial Number","2.5.4.6":"Country Name","2.5.4.7":"Locality","2.5.4.7.1":"Collective Locality Name","2.5.4.8":"State","2.5.4.8.1":"Collective State Or Province Name","2.5.4.9":"Street Address","2.5.4.9.1":"Collective Street Address","2.5.4.97":"Organization Identifier","2.5.4.10":"Organization","2.5.4.10.1":"Collective Organization Name","2.5.4.11":"Organization Unit","2.5.4.11.1":"Collective Organization Unit Name","2.5.4.12":"Title","2.5.4.13":"Description","2.5.4.14":"Search Guide","2.5.4.15":"Business Category","2.5.4.16":"Postal Address","2.5.4.16.1":"Collective Postal Address","2.5.4.17":"Postal Code","2.5.4.17.1":"Collective Postal Code","2.5.4.18":"Post Office Box","2.5.4.18.1":"Collective Post Office Box","2.5.4.19":"Physical Delivery Office Name","2.5.4.19.1":"Collective Physical Delivery Office Name","2.5.4.20":"Telephone Number","2.5.4.20.1":"Collective Telephone Number","2.5.4.21":"Telex Number","2.5.4.21.1":"Collective Telex Number","2.5.4.22":"Teletex Terminal Identifier","2.5.4.22.1":"Collective Teletex Terminal Identifier","2.5.4.23":"Facsimile Telephone Number","2.5.4.23.1":"Collective Facsimile Telephone Number","2.5.4.24":"x121 Address","2.5.4.25":"International ISDN Number","2.5.4.25.1":"Collective International ISDN Number","2.5.4.26":"Registered Address","2.5.4.27":"Destination Indicator","2.5.4.28":"Preferred Delivery Mehtod","2.5.4.29":"Presentation Address","2.5.4.30":"Supported Application Context","2.5.4.31":"Member","2.5.4.32":"Owner","2.5.4.33":"Role Occupant","2.5.4.34":"See Also","2.5.4.35":"User Password","2.5.4.36":"User Certificate","2.5.4.37":"Ca Certificate","2.5.4.38":"Authority Revocation List","2.5.4.39":"Certificate Revocation List","2.5.4.40":"Cross Certificate Pair","2.5.4.41":"Name","2.5.4.42":"Given Name","2.5.4.43":"Initials","2.5.4.44":"Generation Qualifier","2.5.4.45":"Unique Identifier","2.5.4.46":"Dn Qualifier","2.5.4.47":"Enhanced Search Guide","2.5.4.48":"Protocol Information","2.5.4.49":"Distinguished Name","2.5.4.50":"Unique Member","2.5.4.51":"House Identifier","2.5.4.52":"Supported Algorithms","2.5.4.53":"Delta Revocation List","2.5.4.54":"DMD Name","2.5.4.55":"Clearance","2.5.4.56":"Default Dir Qop","2.5.4.57":"Attribute Integrity Info","2.5.4.58":"Attribute Certificate","2.5.4.59":"Attribute Certificate Revocation List","2.5.4.60":"Conf Key Info","2.5.4.61":"AA Certificate","2.5.4.62":"Attribute Descriptor Certificate","2.5.4.63":"Attribute Authority Revocation List","2.5.4.64":"Family Information","2.5.4.65":"Pseudonym","2.5.4.66":"Communications Service","2.5.4.67":"Communications Network","2.5.4.68":"Certification Practice Stmt","2.5.4.69":"Certificate Policy","2.5.4.70":"Pki Path","2.5.4.71":"Priv Policy","2.5.4.72":"Role","2.5.4.73":"Delegation Path","2.5.4.74":"Prot Priv Policy","2.5.4.75":"XML Privilege Info","2.5.4.76":"XML Priv Policy","2.5.4.82":"Permission","2.5.6.0":"Top","2.5.6.1":"Alias","2.5.6.2":"Country","2.5.6.3":"Locality","2.5.6.4":"Organization","2.5.6.5":"Organization Unit","2.5.6.6":"Person","2.5.6.7":"Organization Person","2.5.6.8":"Organization Role","2.5.6.9":"Group Of Names","2.5.6.10":"Residential Person","2.5.6.11":"Application Process","2.5.6.12":"Application Entity","2.5.6.13":"DSA","2.5.6.14":"Device","2.5.6.15":"Strong Authentication User","2.5.6.16":"Certificate Authority","2.5.6.17":"Group Of Unique Names","2.5.6.21":"Pki User","2.5.6.22":"Pki CA","2.5.8.1.1":"RSA","2.5.29.1":"Authority Key Identifier","2.5.29.2":"Key Attributes","2.5.29.3":"Certificate Policies","2.5.29.4":"Key Usage Restriction","2.5.29.5":"Policy Mapping","2.5.29.6":"Subtrees Constraint","2.5.29.7":"Subject Alt Name","2.5.29.8":"Issuer Alt Name","2.5.29.9":"Subject Directory Attributes","2.5.29.10":"Basic Constraints","2.5.29.11":"Name Constraints","2.5.29.12":"Policy Constraints","2.5.29.13":"Basic Constraints","2.5.29.14":"Subject Key Identifier","2.5.29.15":"Key Usage","2.5.29.16":"Private Key Usage Period","2.5.29.17":"Subject Alternative Name","2.5.29.18":"Issuer Alternative Name","2.5.29.19":"Basic Constraints","2.5.29.20":"CRL Number","2.5.29.21":"CRL Reason","2.5.29.22":"Expiration Date","2.5.29.23":"Instruction Code","2.5.29.24":"Invalidity Date","2.5.29.25":"CRL Distribution Points","2.5.29.26":"Issuing Distribution Point","2.5.29.27":"Delta CRL Indicator","2.5.29.28":"Issuing Distribution Point","2.5.29.29":"Certificate Issuer","2.5.29.30":"Name Constraints","2.5.29.31":"CRL Distribution Points","2.5.29.32":"Certificate Policies","2.5.29.32.0":"Any Policy","2.5.29.33":"Policy Mappings","2.5.29.34":"Policy Constraints","2.5.29.35":"Authority Key Identifier","2.5.29.36":"Policy Constraints","2.5.29.37":"Extended Key Usage","2.5.29.37.0":"Any Extended Key Usage","2.5.29.38":"Authority Attribute Identifier","2.5.29.39":"Role Spec Cert Identifier","2.5.29.40":"CRL Stream Identifier","2.5.29.41":"Basic Att Constraints","2.5.29.42":"Delegated Name Constraints","2.5.29.43":"Time Specification","2.5.29.44":"CRL Scope","2.5.29.45":"Status Referrals","2.5.29.46":"Freshest CRL","2.5.29.47":"Ordered List","2.5.29.48":"Attribute Descriptor","2.5.29.49":"User Notice","2.5.29.50":"SOA Identifier","2.5.29.51":"Base Update Time","2.5.29.52":"Acceptable Cert Policies","2.5.29.53":"Delta Info","2.5.29.54":"Inhibit Any Policy","2.5.29.55":"Target Information","2.5.29.56":"No Rev Avail","2.5.29.57":"Acceptable Privilege Policies","2.5.29.58":"To Be Revoked","2.5.29.59":"Revoked Groups","2.5.29.60":"Expired Certs On CRL","2.5.29.61":"Indirect Issuer","2.5.29.62":"No Assertion","2.5.29.63":"A Aissuing Distribution Point","2.5.29.64":"Issued On Behalf Of","2.5.29.65":"Single Use","2.5.29.66":"Group AC","2.5.29.67":"Allowed Att Ass","2.5.29.68":"Attribute Mappings","2.5.29.69":"Holder Name Constraints","2.16.528.1.1001.1.1.1.12.6.1.1.1":"Digi Notar EV policy","2.16.578.1.26.1.3.3":"Buy Pass EV policy","2.16.724.1.2.2.4.1":"Personal Data Info","2.16.756.1.89.1.2.1.1":"Swiss Sign EV policy","2.16.840.1.101.2.1.1.1":"Sdns Signature Algorithm","2.16.840.1.101.2.1.1.2":"Fortezza Signature Algorithm","2.16.840.1.101.2.1.1.3":"Sdns Confidentiality Algorithm","2.16.840.1.101.2.1.1.4":"Fortezza Confidentiality Algorithm","2.16.840.1.101.2.1.1.5":"Sdns Integrity Algorithm","2.16.840.1.101.2.1.1.6":"Fortezza Integrity Algorithm","2.16.840.1.101.2.1.1.7":"Sdns Token Protection Algorithm","2.16.840.1.101.2.1.1.8":"Fortezza Token Protection Algorithm","2.16.840.1.101.2.1.1.9":"Sdns Key Management Algorithm","2.16.840.1.101.2.1.1.10":"Fortezza Key Management Algorithm","2.16.840.1.101.2.1.1.11":"Sdns K Mand Sig Algorithm","2.16.840.1.101.2.1.1.12":"Fortezza K Mand Sig Algorithm","2.16.840.1.101.2.1.1.13":"Suite A Signature Algorithm","2.16.840.1.101.2.1.1.14":"Suite A Confidentiality Algorithm","2.16.840.1.101.2.1.1.15":"Suite A Integrity Algorithm","2.16.840.1.101.2.1.1.16":"Suite A Token Protection Algorithm","2.16.840.1.101.2.1.1.17":"Suite A Key Management Algorithm","2.16.840.1.101.2.1.1.18":"Suite AK Mand Sig Algorithm","2.16.840.1.101.2.1.1.19":"Fortezza Updated Sig Algorithm","2.16.840.1.101.2.1.1.20":"Fortezza K Mand Upd Sig Algorithms","2.16.840.1.101.2.1.1.21":"Fortezza Updated Integ Algorithm","2.16.840.1.101.2.1.1.22":"Key Exchange Algorithm","2.16.840.1.101.2.1.1.23":"Fortezza Wrap80 Algorithm","2.16.840.1.101.2.1.1.24":"KEA Key Encryption Algorithm","2.16.840.1.101.2.1.2.1":"Rfc822 Message Format","2.16.840.1.101.2.1.2.2":"Empty Content","2.16.840.1.101.2.1.2.3":"Csp Content Type","2.16.840.1.101.2.1.2.42":"MSP Rev3 Content Type","2.16.840.1.101.2.1.2.48":"MSP Content Type","2.16.840.1.101.2.1.2.49":"MSP Rekey Agent Protocol","2.16.840.1.101.2.1.2.50":"MSP MMP","2.16.840.1.101.2.1.2.66":"MSP Rev3-1 Content Type","2.16.840.1.101.2.1.2.72":"Forwarded MSP Message Body Part","2.16.840.1.101.2.1.2.73":"MSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.74":"Forwarded CSP Msg Body Part","2.16.840.1.101.2.1.2.75":"CSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.76":"MSP MMP2","2.16.840.1.101.2.1.3.1":"SDNS Security Policy","2.16.840.1.101.2.1.3.2":"SDNS PRBAC","2.16.840.1.101.2.1.3.3":"Mosaic PRBAC","2.16.840.1.101.2.1.3.10":"SI Security Policy","2.16.840.1.101.2.1.3.10.0":"SI NASP","2.16.840.1.101.2.1.3.10.1":"SI ELCO","2.16.840.1.101.2.1.3.10.2":"SI TK","2.16.840.1.101.2.1.3.10.3":"SI DSAP","2.16.840.1.101.2.1.3.10.4":"SI SSSS","2.16.840.1.101.2.1.3.10.5":"SI DNASP","2.16.840.1.101.2.1.3.10.6":"SI BYEMAN","2.16.840.1.101.2.1.3.10.7":"SI REL-US","2.16.840.1.101.2.1.3.10.8":"SI REL-AUS","2.16.840.1.101.2.1.3.10.9":"SI REL-CAN","2.16.840.1.101.2.1.3.10.10":"SI REL_UK","2.16.840.1.101.2.1.3.10.11":"SI REL-NZ","2.16.840.1.101.2.1.3.10.12":"SI Generic","2.16.840.1.101.2.1.3.11":"Genser","2.16.840.1.101.2.1.3.11.0":"Genser Nations","2.16.840.1.101.2.1.3.11.1":"Genser Comsec","2.16.840.1.101.2.1.3.11.2":"Genser Acquisition","2.16.840.1.101.2.1.3.11.3":"Genser Security Categories","2.16.840.1.101.2.1.3.11.3.0":"Genser Tag Set Name","2.16.840.1.101.2.1.3.12":"Default Security Policy","2.16.840.1.101.2.1.3.13":"Capco Markings","2.16.840.1.101.2.1.3.13.0":"Capco Security Categories","2.16.840.1.101.2.1.3.13.0.1":"Capco Tag Set Name1","2.16.840.1.101.2.1.3.13.0.2":"Capco Tag Set Name2","2.16.840.1.101.2.1.3.13.0.3":"Capco Tag Set Name3","2.16.840.1.101.2.1.3.13.0.4":"Capco Tag Set Name4","2.16.840.1.101.2.1.5.1":"SDNS Key Management Certificate","2.16.840.1.101.2.1.5.2":"SDNS User Signature Certificate","2.16.840.1.101.2.1.5.3":"SDNS K Mand Sig Certificate","2.16.840.1.101.2.1.5.4":"Fortezza Key Management Certificate","2.16.840.1.101.2.1.5.5":"Fortezza K Mand Sig Certificate","2.16.840.1.101.2.1.5.6":"Fortezza User Signature Certificate","2.16.840.1.101.2.1.5.7":"Fortezza CA Signature Certificate","2.16.840.1.101.2.1.5.8":"SDNS CA Signature Certificate","2.16.840.1.101.2.1.5.10":"Auxiliary Vector","2.16.840.1.101.2.1.5.11":"Ml Receipt Policy","2.16.840.1.101.2.1.5.12":"Ml Membership","2.16.840.1.101.2.1.5.13":"Ml Administrators","2.16.840.1.101.2.1.5.14":"Alid","2.16.840.1.101.2.1.5.20":"Jan UKMs","2.16.840.1.101.2.1.5.21":"Feb UKMs","2.16.840.1.101.2.1.5.22":"Mar UKMs","2.16.840.1.101.2.1.5.23":"Apr UKMs","2.16.840.1.101.2.1.5.24":"May UKMs","2.16.840.1.101.2.1.5.25":"Jun UKMs","2.16.840.1.101.2.1.5.26":"Jul UKMs","2.16.840.1.101.2.1.5.27":"Aug UKMs","2.16.840.1.101.2.1.5.28":"Sep UKMs","2.16.840.1.101.2.1.5.29":"Oct UKMs","2.16.840.1.101.2.1.5.30":"Nov UKMs","2.16.840.1.101.2.1.5.31":"Dec UKMs","2.16.840.1.101.2.1.5.40":"Meta SDN Sckl","2.16.840.1.101.2.1.5.41":"Sdns CKL","2.16.840.1.101.2.1.5.42":"Meta SDN Ssignature CKL","2.16.840.1.101.2.1.5.43":"Sdns Signature CKL","2.16.840.1.101.2.1.5.44":"Sdns Certificate Revocation List","2.16.840.1.101.2.1.5.45":"Fortezza Certificate Revocation List","2.16.840.1.101.2.1.5.46":"Fortezza CKL","2.16.840.1.101.2.1.5.47":"Al Exempted Address Processor","2.16.840.1.101.2.1.5.48":"Guard","2.16.840.1.101.2.1.5.49":"Algorithms Supported","2.16.840.1.101.2.1.5.50":"Suite A Key Management Certificate","2.16.840.1.101.2.1.5.51":"Suite AK Mand Sig Certificate","2.16.840.1.101.2.1.5.52":"Suite A User Signature Certificate","2.16.840.1.101.2.1.5.53":"Prbac Info","2.16.840.1.101.2.1.5.54":"Prbac CA Constraints","2.16.840.1.101.2.1.5.55":"Sig Or KM Privileges","2.16.840.1.101.2.1.5.56":"Comm Privileges","2.16.840.1.101.2.1.5.57":"Labeled Attribute","2.16.840.1.101.2.1.5.58":"Policy Information File","2.16.840.1.101.2.1.5.59":"Sec Policy Information File","2.16.840.1.101.2.1.5.60":"CA Clearance Constraint","2.16.840.1.101.2.1.7.1":"CSP Extns","2.16.840.1.101.2.1.7.1.0":"CSP Cs Extn","2.16.840.1.101.2.1.8.1":"MISSI Security Categories","2.16.840.1.101.2.1.8.2":"Standard Security Label Privileges","2.16.840.1.101.2.1.10.1":"SIG Privileges","2.16.840.1.101.2.1.10.2":"KM Privileges","2.16.840.1.101.2.1.10.3":"Named Tag Set Privilege","2.16.840.1.101.2.1.11.1":"UK Demo","2.16.840.1.101.2.1.11.2":"US DOD Class2","2.16.840.1.101.2.1.11.3":"US Medium Pilot","2.16.840.1.101.2.1.11.4":"US DOD Class4","2.16.840.1.101.2.1.11.5":"US DOD Class3","2.16.840.1.101.2.1.11.6":"US DOD Class5","2.16.840.1.101.2.1.12.0":"Test Security Policy","2.16.840.1.101.2.1.12.0.1":"TSP1","2.16.840.1.101.2.1.12.0.1.0":"TSP1 Security Categories","2.16.840.1.101.2.1.12.0.1.0.0":"TSP1 Tag Set Zero","2.16.840.1.101.2.1.12.0.1.0.1":"TSP1 Tag Set One","2.16.840.1.101.2.1.12.0.1.0.2":"TSP1 Tag Set Two","2.16.840.1.101.2.1.12.0.2":"TSP2","2.16.840.1.101.2.1.12.0.2.0":"TSP2 Security Categories","2.16.840.1.101.2.1.12.0.2.0.0":"TSP2 Tag Set Zero","2.16.840.1.101.2.1.12.0.2.0.1":"TSP2 Tag Set One","2.16.840.1.101.2.1.12.0.2.0.2":"TSP2 Tag Set Two","2.16.840.1.101.2.1.12.0.3":"Kafka","2.16.840.1.101.2.1.12.0.3.0":"Kafka Security Categories","2.16.840.1.101.2.1.12.0.3.0.1":"Kafka Tag Set Name1","2.16.840.1.101.2.1.12.0.3.0.2":"Kafka Tag Set Name2","2.16.840.1.101.2.1.12.0.3.0.3":"Kafka Tag Set Name3","2.16.840.1.101.2.1.12.1.1":"TCp1","2.16.840.1.101.3.1":"Slabel","2.16.840.1.101.3.2":"PKI","2.16.840.1.101.3.2.1":"NIST policy Identifier","2.16.840.1.101.3.2.1.2.7":"USPTO Basic 2003","2.16.840.1.101.3.2.1.2.8":"USPTO Medium 2003","2.16.840.1.101.3.2.1.2.9":"USPTO Medium Hardware","2.16.840.1.101.3.2.1.3.1":"FBCA Rudimentary Policy","2.16.840.1.101.3.2.1.3.2":"FBCA Basic Policy","2.16.840.1.101.3.2.1.3.3":"FBCA Medium Policy","2.16.840.1.101.3.2.1.3.4":"FBCA High Policy","2.16.840.1.101.3.2.1.3.12":"FBCA Medium Hardware Policy","2.16.840.1.101.3.2.1.48.1":"Nist Test Policy1","2.16.840.1.101.3.2.1.48.2":"Nist Test Policy2","2.16.840.1.101.3.2.1.48.3":"Nist Test Policy3","2.16.840.1.101.3.2.1.48.4":"Nist Test Policy4","2.16.840.1.101.3.2.1.48.5":"Nist Test Policy5","2.16.840.1.101.3.2.1.48.6":"Nist Test Policy6","2.16.840.1.101.3.2.2":"GAK","2.16.840.1.101.3.2.2.1":"KRA Key","2.16.840.1.101.3.2.3":"Extensions","2.16.840.1.101.3.2.3.1":"KR Technique","2.16.840.1.101.3.2.3.2":"K Recovery Capable","2.16.840.1.101.3.2.3.3":"KR","2.16.840.1.101.3.2.4":"Key Recovery Schemes","2.16.840.1.101.3.2.5":"Krapola","2.16.840.1.101.3.3":"ARPA","2.16.840.1.101.3.4":"Nist Algorithm","2.16.840.1.101.3.4.1":"AES","2.16.840.1.101.3.4.1.1":"AES128-ECB","2.16.840.1.101.3.4.1.2":"AES128-CBC","2.16.840.1.101.3.4.1.3":"AES128-OFB","2.16.840.1.101.3.4.1.4":"AES128-CFB","2.16.840.1.101.3.4.1.5":"AES128-wrap","2.16.840.1.101.3.4.1.6":"AES128-GCM","2.16.840.1.101.3.4.1.7":"AES128-CCM","2.16.840.1.101.3.4.1.8":"AES128-wrap-pad","2.16.840.1.101.3.4.1.21":"AES192-ECB","2.16.840.1.101.3.4.1.22":"AES192-CBC","2.16.840.1.101.3.4.1.23":"AES192-OFB","2.16.840.1.101.3.4.1.24":"AES192-CFB","2.16.840.1.101.3.4.1.25":"AES192-wrap","2.16.840.1.101.3.4.1.26":"AES192-GCM","2.16.840.1.101.3.4.1.27":"AES192-CCM","2.16.840.1.101.3.4.1.28":"AES192-wrap-pad","2.16.840.1.101.3.4.1.41":"AES256-ECB","2.16.840.1.101.3.4.1.42":"AES256-CBC","2.16.840.1.101.3.4.1.43":"AES256-OFB","2.16.840.1.101.3.4.1.44":"AES256-CFB","2.16.840.1.101.3.4.1.45":"AES256-wrap","2.16.840.1.101.3.4.1.46":"AES256-GCM","2.16.840.1.101.3.4.1.47":"AES256-CCM","2.16.840.1.101.3.4.1.48":"AES256-wrap-pad","2.16.840.1.101.3.4.2":"Hash Algos","2.16.840.1.101.3.4.2.1":"SHA-256","2.16.840.1.101.3.4.2.2":"SHA-384","2.16.840.1.101.3.4.2.3":"SHA-512","2.16.840.1.101.3.4.2.4":"SHA-224","2.16.840.1.101.3.4.3.1":"DSA with Sha224","2.16.840.1.101.3.4.3.2":"DSA with Sha256","2.16.840.1.113719.1.2.8":"Novell Algorithm","2.16.840.1.113719.1.2.8.22":"DES Cbc IV8","2.16.840.1.113719.1.2.8.23":"DES Cbc Pad IV8","2.16.840.1.113719.1.2.8.24":"DES EDE2 Cbc IV8","2.16.840.1.113719.1.2.8.25":"DES EDE2 Cbc Pad IV8","2.16.840.1.113719.1.2.8.26":"DES EDE3 Cbc IV8","2.16.840.1.113719.1.2.8.27":"DES EDE3 Cbc Pad IV8","2.16.840.1.113719.1.2.8.28":"Rc5 Cbc Pad","2.16.840.1.113719.1.2.8.29":"MD2 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.30":"MD5 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.31":"SHA1 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.32":"Lm Digest","2.16.840.1.113719.1.2.8.40":"MD2","2.16.840.1.113719.1.2.8.50":"MD5","2.16.840.1.113719.1.2.8.51":"Ike Hmac with SHA1-RSA","2.16.840.1.113719.1.2.8.52":"Ike Hmac with MD5-RSA","2.16.840.1.113719.1.2.8.69":"RC2 Cbc Pad","2.16.840.1.113719.1.2.8.82":"SHA-1","2.16.840.1.113719.1.2.8.92":"RC2 B Safe1 Cbc","2.16.840.1.113719.1.2.8.95":"MD4","2.16.840.1.113719.1.2.8.130":"MD4 Packet","2.16.840.1.113719.1.2.8.131":"RSA Encryption Bsafe1","2.16.840.1.113719.1.2.8.132":"Nw Password","2.16.840.1.113719.1.2.8.133":"Novell Obfuscate-1","2.16.840.1.113719.1.9":"PKI","2.16.840.1.113719.1.9.4":"PKI Attribute Type","2.16.840.1.113719.1.9.4.1":"Security Attributes","2.16.840.1.113719.1.9.4.2":"Reliance Limit","2.16.840.1.113730.1":"Certificate Extension","2.16.840.1.113730.1.1":"Netscape Certificate Type","2.16.840.1.113730.1.2":"Netscape Base Url","2.16.840.1.113730.1.3":"Netscape Revocation Url","2.16.840.1.113730.1.4":"Netscape CA Revocation","2.16.840.1.113730.1.7":"Netscape Certificate Renewal","2.16.840.1.113730.1.8":"Netscape CA Policy","2.16.840.1.113730.1.9":"Home Page Url","2.16.840.1.113730.1.10":"Entity Logo","2.16.840.1.113730.1.11":"User Picture","2.16.840.1.113730.1.12":"Netscape Ssl Server","2.16.840.1.113730.1.13":"Netscape Comment","2.16.840.1.113730.2":"Data-type","2.16.840.1.113730.2.1":"Data GIF","2.16.840.1.113730.2.2":"Data JPEG","2.16.840.1.113730.2.3":"Data URL","2.16.840.1.113730.2.4":"Data HTML","2.16.840.1.113730.2.5":"Cert Sequence","2.16.840.1.113730.2.6":"Cert URL","2.16.840.1.113730.3":"Directory","2.16.840.1.113730.3.1":"Ldap Definitions","2.16.840.1.113730.3.1.1":"Car License","2.16.840.1.113730.3.1.2":"Department Number","2.16.840.1.113730.3.1.3":"Employee Number","2.16.840.1.113730.3.1.4":"Employee Type","2.16.840.1.113730.3.2.2":"Inet Org Person","2.16.840.1.113730.4.1":"Server Gated Crypto","2.16.840.1.113733.1":"PKI","2.16.840.1.113733.1.6.3":"Verisign CZAG","2.16.840.1.113733.1.6.6":"Verisign In Box","2.16.840.1.113733.1.6.11":"Verisign Onsite Jurisdiction Hash","2.16.840.1.113733.1.6.13":"Unknown Verisign VPN extension","2.16.840.1.113733.1.6.15":"Verisign Server ID","2.16.840.1.113733.1.7.1.1":"Verisign Cert Policies95 Qualifier1","2.16.840.1.113733.1.7.1.1.1":"Verisign CP Sv1notice","2.16.840.1.113733.1.7.1.1.2":"Verisign CP Sv1nsi","2.16.840.1.113733.1.7.54":"Symantec","2.16.840.1.113733.1.7.23.6":"Veri Sign EV policy","2.16.840.1.113733.1.7.48.1":"Thawte EV policy","2.16.840.1.113733.1.8.1":"erisign ISS Strong Crypto","2.16.840.1.113733.1.9":"PKCS7 Attribute","2.16.840.1.113733.1.9.2":"Message Type","2.16.840.1.113733.1.9.3":"PKI Status","2.16.840.1.113733.1.9.4":"Fail Info","2.16.840.1.113733.1.9.5":"Sender Nonce","2.16.840.1.113733.1.9.6":"Recipient Nonce","2.16.840.1.113733.1.9.7":"Trans ID","2.16.840.1.113733.1.9.8":"Extension Req","2.16.840.1.113741.2":"Intel CDSA","2.16.840.1.114028.10.1.2":"Entrust EV policy","2.16.840.1.114171.500.9":"Wells Fargo EV policy","2.16.840.1.114404.1.1.2.4.1":"Trust Wave EV policy","2.16.840.1.114412.1":"Digi Cert Non EV Certs","2.16.840.1.114412.1.1":"Digi Cert OV Cert","2.16.840.1.114412.1.2":"Digi Cert DV Cert","2.16.840.1.114412.1.3.0.1":"Digi Cert Global CA Policy","2.16.840.1.114412.1.3.0.2":"Digi Cert High Assurance EVCA Policy","2.16.840.1.114412.1.3.0.3":"Digi Cert Global Root CA Policy","2.16.840.1.114412.1.3.0.4":"Digi Cert Assured ID Root CA Policy","2.16.840.1.114412.1.11":"Digi Cert Federated Device Cert","2.16.840.1.114412.2.1":"Digi Cert EV policy","2.16.840.1.114412.2.2":"Digi Cert EV Cert","2.16.840.1.114412.2.3":"Digi Cert Object Signing Cert","2.16.840.1.114412.2.3.1":"Digi Cert Code Signing Cert","2.16.840.1.114412.2.3.2":"Digi Cert EV Code Signing Cert","2.16.840.1.114412.2.3.11":"Digi Cert Kernel Code Signing Cert","2.16.840.1.114412.2.3.21":"Digi Cert Document Signing Cert","2.16.840.1.114412.2.4":"Digi Cert Client Cert","2.16.840.1.114412.2.4.1.1":"Digi Cert Level1 Personal Client Cert","2.16.840.1.114412.2.4.1.2":"Digi Cert Level1 Enterprise Client Cert","2.16.840.1.114412.2.4.2":"Digi Cert Level2 Client Cert","2.16.840.1.114412.2.4.3.1":"Digi Cert Level3 US Client Cert","2.16.840.1.114412.2.4.3.2":"Digi Cert Level3 CBP Client Cert","2.16.840.1.114412.2.4.4.1":"Digi Cert Level4 US Client Cert","2.16.840.1.114412.2.4.4.2":"Digi Cert Level4 CBP Client Cert","2.16.840.1.114412.2.4.5.1":"Digi Cert PIV Hardware Cert","2.16.840.1.114412.2.4.5.2":"Digi Cert PIV Card Auth Cert","2.16.840.1.114412.2.4.5.3":"Digi Cert PIV Content Signing Cert","2.16.840.1.114412.4.31":"Digi Cert Grid Classic Cert","2.16.840.1.114412.4.31.5":"Digi Cert Grid Integrated Cert","2.16.840.1.114412.31.4.31.1":"Digi Cert Grid Host Cert","2.16.840.1.114413.1.7.23.3":"Go Daddy EV policy","2.16.840.1.114414.1.7.23.3":"Starfield EV policy","2.16.840.1.114569.1.1.3":"SHAKEN/STIR Certificate Policy v1.3","2.23.42.0":"Content Type","2.23.42.0.0":"Pan Data","2.23.42.0.1":"Pan Token","2.23.42.0.2":"Pan Only","2.23.42.1":"Msg Ext","2.23.42.2":"Field","2.23.42.2.0":"Full Name","2.23.42.2.1":"Given Name","2.23.42.2.2":"Family Name","2.23.42.2.3":"Birth Family Name","2.23.42.2.4":"Place Name","2.23.42.2.5":"Identification Number","2.23.42.2.6":"Month","2.23.42.2.7":"Date","2.23.42.2.8":"Address","2.23.42.2.9":"Telephone","2.23.42.2.10":"Amount","2.23.42.2.11":"Account Number","2.23.42.2.12":"Pass Phrase","2.23.42.3":"Attribute","2.23.42.3.0":"Cert","2.23.42.3.0.0":"Root Key Thumb","2.23.42.3.0.1":"Additional Policy","2.23.42.4":"Algorithm","2.23.42.5":"Policy","2.23.42.5.0":"Root","2.23.42.6":"Module","2.23.42.7":"Cert Ext","2.23.42.7.0":"Hashed Root Key","2.23.42.7.1":"Certificate Type","2.23.42.7.2":"Merchant Data","2.23.42.7.3":"Card Cert Required","2.23.42.7.4":"Tunneling","2.23.42.7.5":"Set Extensions","2.23.42.7.6":"Set Qualifier","2.23.42.8":"Brand","2.23.42.8.1":"IATA-ATA","2.23.42.8.4":" ISA","2.23.42.8.5":"Master Card","2.23.42.8.30":"Diners","2.23.42.8.34":"American Express","2.23.42.8.6011":"Novus","2.23.42.9":"Vendor","2.23.42.9.0":"Globe Set","2.23.42.9.1":"IBM","2.23.42.9.2":"Cyber Cash","2.23.42.9.3":"Terisa","2.23.42.9.4":"RSADSI","2.23.42.9.5":"Veri Fone","2.23.42.9.6":"Trin Tech","2.23.42.9.7":"Bank Gate","2.23.42.9.8":"GTE","2.23.42.9.9":"Compu Source","2.23.42.9.10":"Griffin","2.23.42.9.11":"Certicom","2.23.42.9.12":"OSS","2.23.42.9.13":"Tenth Mountain","2.23.42.9.14":"Antares","2.23.42.9.15":"ECC","2.23.42.9.16":"Maithean","2.23.42.9.17":"Netscape","2.23.42.9.18":"erisign","2.23.42.9.19":"Blue Money","2.23.42.9.20":"Lacerte","2.23.42.9.21":"Fujitsu","2.23.42.9.22":"E Lab","2.23.42.9.23":"Entrust","2.23.42.9.24":"VI Anet","2.23.42.9.25":"III","2.23.42.9.26":"Open Market","2.23.42.9.27":"Lexem","2.23.42.9.28":"Intertrader","2.23.42.9.29":"Persimmon","2.23.42.9.30":"NABLE","2.23.42.9.31":"Espace-net","2.23.42.9.32":"Hitachi","2.23.42.9.33":"Microsoft","2.23.42.9.34":"NEC","2.23.42.9.35":"Mitsubishi","2.23.42.9.36":"NCR","2.23.42.9.37":"E-COMM","2.23.42.9.38":"Gemplus","2.23.42.10":"National","2.23.42.10.392":"Japan","2.23.43.1.4":"WTLS-ECC","2.23.43.1.4.1":"WTLS-ECC-curve1","2.23.43.1.4.6":"WTLS-ECC-curve6","2.23.43.1.4.8":"WTLS-ECC-curve8","2.23.43.1.4.9":"WTLS-ECC-curve9","2.23.133":"TCPA","2.23.133.1":"TCPA Spec Version","2.23.133.2":"TCPA Attribute","2.23.133.2.1":"TCPA Tpm Manufacturer","2.23.133.2.2":"TCPA Tpm Model","2.23.133.2.3":"TCPA Tpm Version","2.23.133.2.4":"TCPA Platform Manufacturer","2.23.133.2.5":"TCPA Platform Model","2.23.133.2.6":"TCPA Platform Version","2.23.133.2.7":"TCPA Component Manufacturer","2.23.133.2.8":"TCPA Component Model","2.23.133.2.9":"TCPA Component Version","2.23.133.2.10":"TCPA Security Qualities","2.23.133.2.11":"TCPA Tpm Protection Profile","2.23.133.2.12":"TCPA Tpm Security Target","2.23.133.2.13":"TCPA Foundation Protection Profile","2.23.133.2.14":"TCPA Foundation Security Target","2.23.133.2.15":"TCPA Tpm Id Label","2.23.133.3":"TCPA Protocol","2.23.133.3.1":"TCPA Prtt Tpm Id Protocol","2.23.134.1.2.1.8.210":"Post Signum Commercial Server Policy","2.23.134.1.2.2.3":"Post Signum Public CA","2.23.134.1.4.2.1":"Post Signum Root QCA","2.23.136.1.1.1":"MRTD Signature Data","2.54.1775.2":"Hashed Root Key","2.54.1775.3":"Certificate Type","2.54.1775.4":"Merchant Data","2.54.1775.5":"Card Cert Required","2.54.1775.6":"Tunneling","2.54.1775.7":"Set Qualifier","2.54.1775.99":"Set Data","1.3.6.1.4.1.11129.2.4.3":"CT Pre-Certificate Poison","1.3.6.1.4.1.44947.1.1.1":"Let's Encrypt","1.3.6.1.4.1.4329.7.2.4":"SSL TLS Certs","1.3.6.1.4.1.4329.7":"Siemens Public Key Infrastructure","1.3.6.1.4.1.52266.1":"Legal Entity Identifier","1.3.6.1.4.1.52266.2":"Role","1.3.6.1.4.1.11129.2.1.17":"Android Key Attestation","0.4.0.9496.1":"Domain Name Beneficiary","0.4.0.9496.2":"DNB Legal representative","0.4.0.9496.3":"Domain Name Owner","0.4.0.9496.4":"Domain Name Technical Operator","0.4.0.9496.5":"Type of relationship between DNB/DNO/DNT","0.4.0.9496.6":"DNB Main Activity Description","0.4.0.9496.7":"GDPR compliance attestation reference","0.4.0.9496.8":"Insurance coverage attestation","0.4.0.9496.9":"Valuation ranking","1.3.6.1.4.1.37244.2.1":"Matter Vendor ID","1.3.6.1.4.1.37244.2.2":"Matter Product ID","1.3.6.1.4.1.18227.2.1":"Composite With No Hash","2.16.840.1.114027.80.4.1":"Composite Key","1.3.6.1.4.1.2.267.7.6.5":"Dilithium3","1.3.6.1.4.1.18227.999.1.2.1":"Dilithium3 With SHA256","1.3.6.1.4.1.18227.999.1.2.2":"Dilithium3 With SHA384","1.3.6.1.4.1.18227.999.1.2.3":"Dilithium3 With SHA512","2.23.140.1.1":"CA/B Forum Extended Validation","2.23.140.1.2":"CA/B Forum Baseline Requirements","2.23.140.1.2.1":"CA/B Forum Domain Validated","2.23.140.1.2.2":"CA/B Forum Organization Validated","2.23.140.1.2.3":"CA/B Forum Individual Validated","2.23.140.1.3":"CA/B Forum Extended Validation Codesigning","2.23.140.1.4.1":"CA/B Forum Codesigning Requirements Codesigning","2.23.140.1.5":"CA/B Forum S/MIME Baseline Requirements","2.23.140.1.5.1.1":"CA/B Forum Mailbox Validated Legacy","2.23.140.1.5.1.2":"CA/B Forum Mailbox Validated Multipurpose","2.23.140.1.5.1.3":"CA/B Forum Mailbox Validated Strict","2.23.140.1.5.2.1":"CA/B Forum Organization Validated Legacy","2.23.140.1.5.2.2":"CA/B Forum Organization Validated Multipurpose","2.23.140.1.5.2.3":"CA/B Forum Organization Validated Strict","2.23.140.1.5.3.1":"CA/B Forum Sponsor Validated Legacy","2.23.140.1.5.3.2":"CA/B Forum Sponsor Validated Multipurpose","2.23.140.1.5.3.3":"CA/B Forum Sponsor Validated Strict","2.23.140.1.5.4.1":"CA/B Forum Individual Validated Legacy","2.23.140.1.5.4.2":"CA/B Forum Individual Validated Multipurpose","2.23.140.1.5.4.3":"CA/B Forum Individual Validated Strict","2.23.140.1.31":"CA/B Forum Onion EV","2.23.140.2.1":"CA/B Forum Test Certificate","2.23.140.3.1":"CA/B Forum Organization Identifier"});
33
- /*!
34
- Copyright (c) Peculiar Ventures, LLC
35
- */function St(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 Ct(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 At(){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 mt(){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=St(n,8);var s=new ArrayBuffer(this.valueHex.byteLength);var u=new Uint8Array(s);for(var c=0;c<this.valueHex.byteLength;c++){u[c]=t[c]}u[0]&=127;var f=St(u,8);return f-a}function gt(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=Ct(n,8,r);var a=new Uint8Array(o);a[0]|=128;return o}var s=Ct(e,8,r);var u=new Uint8Array(s);if(u[0]&128){var c=s.slice(0);var f=new Uint8Array(c);s=new ArrayBuffer(s.byteLength+1);u=new Uint8Array(s);for(var v=0;v<c.byteLength;v++){u[v+1]=f[v]}u[0]=0}return s}i*=Math.pow(2,8)}return new ArrayBuffer(0)}function wt(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 Et(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)}
36
- /*!
37
- * Copyright (c) 2014, GMO GlobalSign
38
- * Copyright (c) 2015-2022, Peculiar Ventures
39
- * All rights reserved.
40
- *
41
- * Author 2014-2019, Yury Strozhevsky
42
- *
43
- * Redistribution and use in source and binary forms, with or without modification,
44
- * are permitted provided that the following conditions are met:
45
- *
46
- * * Redistributions of source code must retain the above copyright notice, this
47
- * list of conditions and the following disclaimer.
48
- *
49
- * * Redistributions in binary form must reproduce the above copyright notice, this
50
- * list of conditions and the following disclaimer in the documentation and/or
51
- * other materials provided with the distribution.
52
- *
53
- * * Neither the name of the copyright holder nor the names of its
54
- * contributors may be used to endorse or promote products derived from
55
- * this software without specific prior written permission.
56
- *
57
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
58
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
59
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
60
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
61
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
62
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
63
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
64
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
65
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
66
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67
- *
68
- */function bt(){if(typeof BigInt==="undefined"){throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}}function Pt(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 Dt(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 It=function(){function t(){this.items=[]}t.prototype.write=function(t){this.items.push(t)};t.prototype.final=function(){return Pt(this.items)};return t}();var _t=[new Uint8Array([1])];var Bt="0123456789";var xt="name";var Tt="valueHexView";var Ot="isHexOnly";var Mt="idBlock";var Rt="tagClass";var Nt="tagNumber";var kt="isConstructed";var Kt="fromBER";var jt="toBER";var Ht="local";var Ft="";var Ut=new ArrayBuffer(0);var Lt=new Uint8Array(0);var Vt="EndOfContent";var Gt="OCTET STRING";var Wt="BIT STRING";function Qt(t){var r;return r=function(t){__extends(r,t);function r(){var i=[];for(var r=0;r<arguments.length;r++){i[r]=arguments[r]}var n;var o=t.apply(this,i)||this;var a=i[0]||{};o.isHexOnly=(n=a.isHexOnly)!==null&&n!==void 0?n:false;o.valueHexView=a.valueHex?e.toUint8Array(a.valueHex):Lt;return o}Object.defineProperty(r.prototype,"valueHex",{get:function(){return this.valueHexView.slice().buffer},set:function(t){this.valueHexView=new Uint8Array(t)},enumerable:false,configurable:true});r.prototype.fromBER=function(t,e,i){var r=t instanceof ArrayBuffer?new Uint8Array(t):t;if(!Dt(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};r.prototype.toBER=function(t){if(t===void 0){t=false}if(!this.isHexOnly){this.error="Flag 'isHexOnly' is not set, abort";return Ut}if(t){return new ArrayBuffer(this.valueHexView.byteLength)}return this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer};r.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{isHexOnly:this.isHexOnly,valueHex:i.ToHex(this.valueHexView)})};return r}(t),r.NAME="hexBlock",r}var qt=function(){function t(t){var i=t===void 0?{}:t,r=i.blockLength,n=r===void 0?0:r,o=i.error,a=o===void 0?Ft:o,s=i.warnings,u=s===void 0?[]:s,c=i.valueBeforeDecode,f=c===void 0?Lt:c;this.blockLength=n;this.error=a;this.warnings=u;this.valueBeforeDecodeView=e.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:i.ToHex(this.valueBeforeDecodeView)}};return t}();qt.NAME="baseBlock";var zt=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}(qt);zt.NAME="valueBlock";var $t=function(t){__extends(i,t);function i(i){var r=i===void 0?{}:i,n=r.idBlock,o=n===void 0?{}:n;var a,s,u,c;var f=t.call(this)||this;if(o){f.isHexOnly=(a=o.isHexOnly)!==null&&a!==void 0?a:false;f.valueHexView=o.valueHex?e.toUint8Array(o.valueHex):Lt;f.tagClass=(s=o.tagClass)!==null&&s!==void 0?s:-1;f.tagNumber=(u=o.tagNumber)!==null&&u!==void 0?u:-1;f.isConstructed=(c=o.isConstructed)!==null&&c!==void 0?c:false}else{f.tagClass=-1;f.tagNumber=-1;f.isConstructed=false}return f}i.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 Ut}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=Ct(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 f=this.valueHexView;for(var u=0;u<f.length-1;u++)c[u+1]=f[u]|128;c[this.valueHexView.byteLength]=f[f.length-1]}return c.buffer};i.prototype.fromBER=function(t,i,r){var n=e.toUint8Array(t);if(!Dt(this,n,i,r)){return-1}var o=n.subarray(i,i+r);if(o.length===0){this.error="Zero buffer length";return-1}var a=o[0]&192;switch(a){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=(o[0]&32)===32;this.isHexOnly=false;var s=o[0]&31;if(s!==31){this.tagNumber=s;this.blockLength=1}else{var u=1;var c=this.valueHexView=new Uint8Array(255);var f=255;while(o[u]&128){c[u-1]=o[u]&127;u++;if(u>=o.length){this.error="End of input reached before message was fully decoded";return-1}if(u===f){f+=255;var v=new Uint8Array(f);for(var h=0;h<c.length;h++)v[h]=c[h];c=this.valueHexView=new Uint8Array(f)}}this.blockLength=u+1;c[u-1]=o[u]&127;var d=new Uint8Array(u);for(var h=0;h<u;h++)d[h]=c[h];c=this.valueHexView=new Uint8Array(u);c.set(d);if(this.blockLength<=9)this.tagNumber=St(c,7);else{this.isHexOnly=true;this.warnings.push("Tag too long, represented as hex-coded")}}if(this.tagClass===1&&this.isConstructed){switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:this.error="Constructed encoding used for primitive type";return-1}}return i+this.blockLength};i.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed})};return i}(Qt(qt));$t.NAME="identificationBlock";var Zt=function(t){__extends(i,t);function i(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}i.prototype.fromBER=function(t,i,r){var n=e.toUint8Array(t);if(!Dt(this,n,i,r)){return-1}var o=n.subarray(i,i+r);if(o.length===0){this.error="Zero buffer length";return-1}if(o[0]===255){this.error="Length block 0xFF is reserved by standard";return-1}this.isIndefiniteForm=o[0]===128;if(this.isIndefiniteForm){this.blockLength=1;return i+this.blockLength}this.longFormUsed=!!(o[0]&128);if(this.longFormUsed===false){this.length=o[0];this.blockLength=1;return i+this.blockLength}var a=o[0]&127;if(a>8){this.error="Too big integer";return-1}if(a+1>o.length){this.error="End of input reached before message was fully decoded";return-1}var s=i+1;var u=n.subarray(s,s+a);if(u[a-1]===0)this.warnings.push("Needlessly long encoded length");this.length=St(u,8);if(this.longFormUsed&&this.length<=127)this.warnings.push("Unnecessary usage of long length form");this.blockLength=a+1;return i+this.blockLength};i.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=Ct(this.length,8);if(r.byteLength>127){this.error="Too big length";return Ut}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};i.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length})};return i}(qt);Zt.NAME="lengthBlock";var Xt={};var Yt=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?Ft: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 $t(c);r.lenBlock=new Zt(c);r.valueBlock=i?new i(c):new zt(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 It;if(!e){Jt(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 Ut};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 i.ToHex(this.toBER())};e.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(i.ToHex(this.valueBlock.valueBeforeDecodeView))};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 wt(e,i)};return e}(qt);Yt.NAME="BaseBlock";function Jt(t){if(t instanceof Xt.Constructed){for(var e=0,i=t.valueBlock.value;e<i.length;e++){var r=i[e];if(Jt(r)){t.lenBlock.isIndefiniteForm=true}}}return!!t.lenBlock.isIndefiniteForm}var te=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?Ft: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}(Yt);te.NAME="BaseStringBlock";var ee=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}(Qt(zt));ee.NAME="PrimitiveValueBlock";var ie;var re=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,ee)||this;i.idBlock.isConstructed=false;return i}return e}(Yt);ie=re;(function(){Xt.Primitive=ie})();re.NAME="PRIMITIVE";function ne(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 oe(t,e,i){if(e===void 0){e=0}if(i===void 0){i=t.length}var r=e;var n=new Yt({},zt);var o=new qt;if(!Dt(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=Yt;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=Xt.EndOfContent;break;case 1:u=Xt.Boolean;break;case 2:u=Xt.Integer;break;case 3:u=Xt.BitString;break;case 4:u=Xt.OctetString;break;case 5:u=Xt.Null;break;case 6:u=Xt.ObjectIdentifier;break;case 10:u=Xt.Enumerated;break;case 12:u=Xt.Utf8String;break;case 13:u=Xt.RelativeObjectIdentifier;break;case 14:u=Xt.TIME;break;case 15:n.error="[UNIVERSAL 15] is reserved by ASN.1 standard";return{offset:-1,result:n};case 16:u=Xt.Sequence;break;case 17:u=Xt.Set;break;case 18:u=Xt.NumericString;break;case 19:u=Xt.PrintableString;break;case 20:u=Xt.TeletexString;break;case 21:u=Xt.VideotexString;break;case 22:u=Xt.IA5String;break;case 23:u=Xt.UTCTime;break;case 24:u=Xt.GeneralizedTime;break;case 25:u=Xt.GraphicString;break;case 26:u=Xt.VisibleString;break;case 27:u=Xt.GeneralString;break;case 28:u=Xt.UniversalString;break;case 29:u=Xt.CharacterString;break;case 30:u=Xt.BmpString;break;case 31:u=Xt.DATE;break;case 32:u=Xt.TimeOfDay;break;case 33:u=Xt.DateTime;break;case 34:u=Xt.Duration;break;default:{var c=n.idBlock.isConstructed?new Xt.Constructed:new Xt.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?Xt.Constructed:Xt.Primitive}}n=ne(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 ae(t){if(!t.byteLength){var i=new Yt({},zt);i.error="Input buffer has zero length";return{offset:-1,result:i}}return oe(e.toUint8Array(t).slice(),0,t.byteLength)}function se(t,e){if(t){return 1}return e}var ue=function(t){__extends(i,t);function i(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}i.prototype.fromBER=function(t,i,r){var n=e.toUint8Array(t);if(!Dt(this,n,i,r)){return-1}this.valueBeforeDecodeView=n.subarray(i,i+r);if(this.valueBeforeDecodeView.length===0){this.warnings.push("Zero buffer length");return i}var o=i;while(se(this.isIndefiniteForm,r)>0){var a=oe(n,o,r);if(a.offset===-1){this.error=a.result.error;this.warnings.concat(a.result.warnings);return-1}o=a.offset;this.blockLength+=a.result.blockLength;r-=a.result.blockLength;this.value.push(a.result);if(this.isIndefiniteForm&&a.result.constructor.NAME===Vt){break}}if(this.isIndefiniteForm){if(this.value[this.value.length-1].constructor.NAME===Vt){this.value.pop()}else{this.warnings.push("No EndOfContent block encoded")}}return o};i.prototype.toBER=function(t,e){var i=e||new It;for(var r=0;r<this.value.length;r++){this.value[r].toBER(t,i)}if(!e){return i.final()}return Ut};i.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 i}(zt);ue.NAME="ConstructedValueBlock";var ce;var fe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,ue)||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}(Yt);ce=fe;(function(){Xt.Constructed=ce})();fe.NAME="CONSTRUCTED";var ve=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 Ut};return e}(zt);ve.override="EndOfContentValueBlock";var he;var de=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,ve)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=0;return i}return e}(Yt);he=de;(function(){Xt.EndOfContent=he})();de.NAME=Vt;var le;var pe=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,zt)||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}(Yt);le=pe;(function(){Xt.Null=le})();pe.NAME="NULL";var ye=function(t){__extends(i,t);function i(i){if(i===void 0){i={}}var r=this;var n=i.value,o=__rest(i,["value"]);r=t.call(this,o)||this;if(o.valueHex){r.valueHexView=e.toUint8Array(o.valueHex)}else{r.valueHexView=new Uint8Array(1)}if(n){r.value=n}return r}Object.defineProperty(i.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});i.prototype.fromBER=function(t,i,r){var n=e.toUint8Array(t);if(!Dt(this,n,i,r)){return-1}this.valueHexView=n.subarray(i,i+r);if(r>1)this.warnings.push("Boolean value encoded in more then 1 octet");this.isHexOnly=true;mt.call(this);this.blockLength=r;return i+r};i.prototype.toBER=function(){return this.valueHexView.slice()};i.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.value})};return i}(Qt(zt));ye.NAME="BooleanValueBlock";var Se;var Ce=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,ye)||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}(Yt);Se=Ce;(function(){Xt.Boolean=Se})();Ce.NAME="BOOLEAN";var Ae=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=ue.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===Vt){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only";return-1}}if(a!==Gt){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 ue.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}(Qt(ue));Ae.NAME="OctetStringValueBlock";var me;var ge=function(t){__extends(r,t);function r(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),Ae)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=4;return i}r.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=oe(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)};r.prototype.onAsciiEncoding=function(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return fe.prototype.onAsciiEncoding.call(this)}return"".concat(this.constructor.NAME," : ").concat(i.ToHex(this.valueBlock.valueHexView))};r.prototype.getValue=function(){if(!this.idBlock.isConstructed){return this.valueBlock.valueHexView.slice().buffer}var t=[];for(var i=0,n=this.valueBlock.value;i<n.length;i++){var o=n[i];if(o instanceof r){t.push(o.valueBlock.valueHexView)}}return e.concat(t)};return r}(Yt);me=ge;(function(){Xt.OctetString=me})();ge.NAME=Gt;var we=function(t){__extends(i,t);function i(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}i.prototype.fromBER=function(t,i,r){if(!r){return i}var n=-1;if(this.isConstructed){n=ue.prototype.fromBER.call(this,t,i,r);if(n===-1)return n;for(var o=0,a=this.value;o<a.length;o++){var s=a[o];var u=s.constructor.NAME;if(u===Vt){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only";return-1}}if(u!==Wt){this.error="BIT STRING may consists of BIT STRINGs only";return-1}var c=s.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 n}var f=e.toUint8Array(t);if(!Dt(this,f,i,r)){return-1}var v=f.subarray(i,i+r);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=oe(h,0,h.byteLength);if(d.offset!==-1&&d.offset===r-1){this.value=[d.result]}}}catch(t){}}this.valueHexView=v.subarray(1);this.blockLength=v.length;return i+r};i.prototype.toBER=function(t,e){if(this.isConstructed){return ue.prototype.toBER.call(this,t,e)}if(t){return new ArrayBuffer(this.valueHexView.byteLength+1)}if(!this.valueHexView.byteLength){return Ut}var i=new Uint8Array(this.valueHexView.length+1);i[0]=this.unusedBits;i.set(this.valueHexView,1);return i.buffer};i.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{unusedBits:this.unusedBits,isConstructed:this.isConstructed})};return i}(Qt(ue));we.NAME="BitStringValueBlock";var Ee;var be=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),we)||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 fe.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("");return"".concat(this.constructor.NAME," : ").concat(o.substring(0,o.length-this.valueBlock.unusedBits))}};return e}(Yt);Ee=be;(function(){Xt.BitString=Ee})();be.NAME=Wt;var Pe;function De(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 v=0;for(var h=f;h>=0;h--,v++){switch(true){case v<s.length:c=o[a-v]+s[u-v]+i[0];break;default:c=o[a-v]+i[0]}i[0]=c/10;switch(true){case v>=o.length:o=At(new Uint8Array([c%10]),o);break;default:o[a-v]=c%10}}if(i[0]>0)o=At(i,o);return o}function Ie(t){if(t>=_t.length){for(var e=_t.length;e<=t;e++){var i=new Uint8Array([0]);var r=_t[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=At(i,r);_t.push(r)}}return _t[t]}function _e(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 Be=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=mt.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(gt(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=_e(Ie(i),e);o="-";break;default:e=De(e,Ie(i))}}i++;r>>=1}}for(var u=0;u<e.length;u++){if(e[u])a=true;if(a)o+=Bt.charAt(e[u])}if(a===false)o+=Bt.charAt(0);return o};return e}(Qt(zt));Pe=Be;Be.NAME="IntegerValueBlock";(function(){Object.defineProperty(Pe.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t);this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}})})();var xe;var Te=function(t){__extends(r,t);function r(e){if(e===void 0){e={}}var i=t.call(this,e,Be)||this;i.idBlock.tagClass=1;i.idBlock.tagNumber=2;return i}r.prototype.toBigInt=function(){bt();return BigInt(this.valueBlock.toString())};r.fromBigInt=function(t){bt();var n=BigInt(t);var o=new It;var a=n.toString(16).replace(/^-/,"");var s=new Uint8Array(i.FromHex(a));if(n<0){var u=new Uint8Array(s.length+(s[0]&128?1:0));u[0]|=128;var c=BigInt("0x".concat(i.ToHex(u)));var f=c+n;var v=e.toUint8Array(i.FromHex(f.toString(16)));v[0]|=128;o.write(v)}else{if(s[0]&128){o.write(new Uint8Array([0]))}o.write(s)}var h=new r({valueHex:o.final()});return h};r.prototype.convertToDER=function(){var t=new r({valueHex:this.valueBlock.valueHexView});t.valueBlock.toDER();return t};r.prototype.convertFromDER=function(){return new r({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})};r.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString())};return r}(Yt);xe=Te;(function(){Xt.Integer=xe})();Te.NAME="INTEGER";var Oe;var Me=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}(Te);Oe=Me;(function(){Xt.Enumerated=Oe})();Me.NAME="ENUMERATED";var Re=function(t){__extends(r,t);function r(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}r.prototype.fromBER=function(t,i,r){if(!r){return i}var n=e.toUint8Array(t);if(!Dt(this,n,i,r)){return-1}var o=n.subarray(i,i+r);this.valueHexView=new Uint8Array(r);for(var a=0;a<r;a++){this.valueHexView[a]=o[a]&127;this.blockLength++;if((o[a]&128)===0)break}var s=new Uint8Array(this.blockLength);for(var a=0;a<this.blockLength;a++){s[a]=this.valueHexView[a]}this.valueHexView=s;if((o[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=St(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return i+this.blockLength};Object.defineProperty(r.prototype,"valueBigInt",{set:function(t){bt();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});r.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=Ct(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return Ut}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};r.prototype.toString=function(){var t="";if(this.isHexOnly)t=i.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};r.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{valueDec:this.valueDec,isFirstSid:this.isFirstSid})};return r}(Qt(zt));Re.NAME="sidBlock";var Ne=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?Ft: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 Re;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 Ut}e.push(r)}return Pt(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 Re;if(r>Number.MAX_SAFE_INTEGER){bt();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}(zt);Ne.NAME="ObjectIdentifierValueBlock";var ke;var Ke=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,Ne)||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}(Yt);ke=Ke;(function(){Xt.ObjectIdentifier=ke})();Ke.NAME="OBJECT IDENTIFIER";var je=function(t){__extends(r,t);function r(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}r.prototype.fromBER=function(t,i,r){if(r===0)return i;var n=e.toUint8Array(t);if(!Dt(this,n,i,r))return-1;var o=n.subarray(i,i+r);this.valueHexView=new Uint8Array(r);for(var a=0;a<r;a++){this.valueHexView[a]=o[a]&127;this.blockLength++;if((o[a]&128)===0)break}var s=new Uint8Array(this.blockLength);for(var a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];this.valueHexView=s;if((o[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=St(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return i+this.blockLength};r.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=Ct(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return Ut}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};r.prototype.toString=function(){var t="";if(this.isHexOnly)t=i.ToHex(this.valueHexView);else{t=this.valueDec.toString()}return t};r.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{valueDec:this.valueDec})};return r}(Qt(qt));je.NAME="relativeSidBlock";var He=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=this;var r=e.value,n=r===void 0?Ft: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 je;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 Ut}i.push(n)}return Pt(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 je;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}(zt);He.NAME="RelativeObjectIdentifierValueBlock";var Fe;var Ue=function(t){__extends(e,t);function e(e){if(e===void 0){e={}}var i=t.call(this,e,He)||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}(Yt);Fe=Ue;(function(){Xt.RelativeObjectIdentifier=Fe})();Ue.NAME="RelativeObjectIdentifier";var Le;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=16;return i}return e}(fe);Le=Ve;(function(){Xt.Sequence=Le})();Ve.NAME="SEQUENCE";var Ge;var We=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}(fe);Ge=We;(function(){Xt.Set=Ge})();We.NAME="SET";var Qe=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=Ft;return i}e.prototype.toJSON=function(){return __assign(__assign({},t.prototype.toJSON.call(this)),{value:this.value})};return e}(Qt(zt));Qe.NAME="StringValueBlock";var qe=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Qe);qe.NAME="SimpleStringValueBlock";var ze=function(t){__extends(i,t);function i(e){if(e===void 0){e={}}var i=__rest(e,[]);return t.call(this,i,qe)||this}i.prototype.fromBuffer=function(t){this.valueBlock.value=String.fromCharCode.apply(null,e.toUint8Array(t))};i.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 i}(te);ze.NAME="SIMPLE STRING";var $e=function(t){__extends(r,t);function r(){return t!==null&&t.apply(this,arguments)||this}r.prototype.fromBuffer=function(t){this.valueBlock.valueHexView=e.toUint8Array(t);try{this.valueBlock.value=i.ToUtf8String(t)}catch(e){this.warnings.push('Error during "decodeURIComponent": '.concat(e,", using raw string"));this.valueBlock.value=i.ToBinary(t)}};r.prototype.fromString=function(t){this.valueBlock.valueHexView=new Uint8Array(i.FromUtf8String(t));this.valueBlock.value=t};return r}(ze);$e.NAME="Utf8StringValueBlock";var Ze;var Xe=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}($e);Ze=Xe;(function(){Xt.Utf8String=Ze})();Xe.NAME="UTF8String";var Ye=function(t){__extends(r,t);function r(){return t!==null&&t.apply(this,arguments)||this}r.prototype.fromBuffer=function(t){this.valueBlock.value=i.ToUtf16String(t);this.valueBlock.valueHexView=e.toUint8Array(t)};r.prototype.fromString=function(t){this.valueBlock.value=t;this.valueBlock.valueHexView=new Uint8Array(i.FromUtf16String(t))};return r}(ze);Ye.NAME="BmpStringValueBlock";var Je;var ti=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}(Ye);Je=ti;(function(){Xt.BmpString=Je})();ti.NAME="BMPString";var ei=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=Ct(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}(ze);ei.NAME="UniversalStringValueBlock";var ii;var ri=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}(ei);ii=ri;(function(){Xt.UniversalString=ii})();ri.NAME="UniversalString";var ni;var oi=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}(ze);ni=oi;(function(){Xt.NumericString=ni})();oi.NAME="NumericString";var ai;var si=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}(ze);ai=si;(function(){Xt.PrintableString=ai})();si.NAME="PrintableString";var ui;var ci=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}(ze);ui=ci;(function(){Xt.TeletexString=ui})();ci.NAME="TeletexString";var fi;var vi=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}(ze);fi=vi;(function(){Xt.VideotexString=fi})();vi.NAME="VideotexString";var hi;var di=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}(ze);hi=di;(function(){Xt.IA5String=hi})();di.NAME="IA5String";var li;var pi=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}(ze);li=pi;(function(){Xt.GraphicString=li})();pi.NAME="GraphicString";var yi;var Si=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}(ze);yi=Si;(function(){Xt.VisibleString=yi})();Si.NAME="VisibleString";var Ci;var Ai=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}(ze);Ci=Ai;(function(){Xt.GeneralString=Ci})();Ai.NAME="GeneralString";var mi;var gi=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}(ze);mi=gi;(function(){Xt.CharacterString=mi})();gi.NAME="CharacterString";var wi;var Ei=function(t){__extends(i,t);function i(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}i.prototype.fromBuffer=function(t){this.fromString(String.fromCharCode.apply(null,e.toUint8Array(t)))};i.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};i.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()};i.prototype.toDate=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))};i.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)};i.prototype.toString=function(e){if(e===void 0){e="iso"}if(e==="iso"){var i=new Array(7);i[0]=Et(this.year<2e3?this.year-1900:this.year-2e3,2);i[1]=Et(this.month,2);i[2]=Et(this.day,2);i[3]=Et(this.hour,2);i[4]=Et(this.minute,2);i[5]=Et(this.second,2);i[6]="Z";return i.join("")}return t.prototype.toString.call(this,e)};i.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.toDate().toISOString())};i.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 i}(Si);wi=Ei;(function(){Xt.UTCTime=wi})();Ei.NAME="UTCTime";var bi;var Pi=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(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))};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(Et(this.year,4));i.push(Et(this.month,2));i.push(Et(this.day,2));i.push(Et(this.hour,2));i.push(Et(this.minute,2));i.push(Et(this.second,2));if(this.millisecond!==0){i.push(".");i.push(Et(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}(Ei);bi=Pi;(function(){Xt.GeneralizedTime=bi})();Pi.NAME="GeneralizedTime";var Di;var Ii=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}(Xe);Di=Ii;(function(){Xt.DATE=Di})();Ii.NAME="DATE";var _i;var Bi=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}(Xe);_i=Bi;(function(){Xt.TimeOfDay=_i})();Bi.NAME="TimeOfDay";var xi;var Ti=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}(Xe);xi=Ti;(function(){Xt.DateTime=xi})();Ti.NAME="DateTime";var Oi;var Mi=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}(Xe);Oi=Mi;(function(){Xt.Duration=Oi})();Mi.NAME="Duration";var Ri;var Ni=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}(Xe);Ri=Ni;(function(){Xt.TIME=Ri})();Ni.NAME="TIME";var ki=function(){function t(t){var e=t===void 0?{}:t,i=e.name,r=i===void 0?Ft:i,n=e.optional,o=n===void 0?false:n;this.name=r;this.optional=o}return t}();var Ki=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}(ki);var ji=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 ki: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}(ki);var Hi=function(){function t(t){var i=t===void 0?{}:t,r=i.data,n=r===void 0?Lt:r;this.dataView=e.toUint8Array(n)}Object.defineProperty(t.prototype,"data",{get:function(){return this.dataView.slice().buffer},set:function(t){this.dataView=e.toUint8Array(t)},enumerable:false,configurable:true});t.prototype.fromBER=function(t,i,r){var n=i+r;this.dataView=e.toUint8Array(t).subarray(i,n);return n};t.prototype.toBER=function(t){return this.dataView.slice().buffer};return t}();function Fi(t,e,i){if(i instanceof Ki){for(var r=0;r<i.value.length;r++){var n=Fi(t,e,i.value[r]);if(n.verified){return{verified:true,result:t}}}{var o={verified:false,result:{error:"Wrong values for Choice type"}};if(i.hasOwnProperty(xt))o.name=i.name;return o}}if(i instanceof ki){if(i.hasOwnProperty(xt))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(Mt in i===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Kt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(jt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var a=i.idBlock.toBER(false);if(a.byteLength===0){return{verified:false,result:{error:"Error encoding idBlock for ASN.1 schema"}}}var s=i.idBlock.fromBER(a,0,a.byteLength);if(s===-1){return{verified:false,result:{error:"Error decoding idBlock for ASN.1 schema"}}}if(i.idBlock.hasOwnProperty(Rt)===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(Nt)===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(kt)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.isConstructed!==e.idBlock.isConstructed){return{verified:false,result:t}}if(!(Ot 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(Tt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var u=i.idBlock.valueHexView;var c=e.idBlock.valueHexView;if(u.length!==c.length){return{verified:false,result:t}}for(var f=0;f<u.length;f++){if(u[f]!==c[1]){return{verified:false,result:t}}}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name)t[i.name]=e}if(i instanceof Xt.Constructed){var v=0;var n={verified:false,result:{error:"Unknown error"}};var h=i.valueBlock.value.length;if(h>0){if(i.valueBlock.value[0]instanceof ji){h=e.valueBlock.value.length}}if(h===0){return{verified:true,result:t}}if(e.valueBlock.value.length===0&&i.valueBlock.value.length!==0){var d=true;for(var f=0;f<i.valueBlock.value.length;f++)d=d&&(i.valueBlock.value[f].optional||false);if(d){return{verified:true,result:t}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name)delete t[i.name]}t.error="Inconsistent object length";return{verified:false,result:t}}for(var f=0;f<h;f++){if(f-v>=e.valueBlock.value.length){if(i.valueBlock.value[f].optional===false){var o={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,Ft);if(i.name){delete t[i.name];o.name=i.name}}return o}}else{if(i.valueBlock.value[0]instanceof ji){n=Fi(t,e.valueBlock.value[f],i.valueBlock.value[0].value);if(n.verified===false){if(i.valueBlock.value[0].optional)v++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name)delete t[i.name]}return n}}if(xt in i.valueBlock.value[0]&&i.valueBlock.value[0].name.length>0){var l={};if(Ht in i.valueBlock.value[0]&&i.valueBlock.value[0].local)l=e;else l=t;if(typeof l[i.valueBlock.value[0].name]==="undefined")l[i.valueBlock.value[0].name]=[];l[i.valueBlock.value[0].name].push(e.valueBlock.value[f])}}else{n=Fi(t,e.valueBlock.value[f-v],i.valueBlock.value[f]);if(n.verified===false){if(i.valueBlock.value[f].optional)v++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name)delete t[i.name]}return n}}}}}if(n.verified===false){var o={verified:false,result:t};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name){delete t[i.name];o.name=i.name}}return o}return{verified:true,result:t}}if(i.primitiveSchema&&Tt in e.valueBlock){var p=oe(e.valueBlock.valueHexView);if(p.offset===-1){var o={verified:false,result:p.result};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Ft);if(i.name){delete t[i.name];o.name=i.name}}return o}return Fi(t,p.result,i.primitiveSchema)}return{verified:true,result:t}}function Ui(t,i){if(i instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema type"}}}var r=oe(e.toUint8Array(t));if(r.offset===-1){return{verified:false,result:r.result}}return Fi(r.result,r.result,i)}var Li=Object.freeze({__proto__:null,Any:ki,BaseBlock:Yt,BaseStringBlock:te,BitString:be,BmpString:ti,Boolean:Ce,CharacterString:gi,Choice:Ki,Constructed:fe,DATE:Ii,DateTime:Ti,Duration:Mi,EndOfContent:de,Enumerated:Me,GeneralString:Ai,GeneralizedTime:Pi,GraphicString:pi,HexBlock:Qt,IA5String:di,Integer:Te,Null:pe,NumericString:oi,ObjectIdentifier:Ke,OctetString:ge,Primitive:re,PrintableString:si,RawData:Hi,RelativeObjectIdentifier:Ue,Repeated:ji,Sequence:Ve,Set:We,TIME:Ni,TeletexString:ci,TimeOfDay:Bi,UTCTime:Ei,UniversalString:ri,Utf8String:Xe,ValueBlock:zt,VideotexString:vi,ViewWriter:It,VisibleString:Si,compareSchema:Fi,fromBER:ae,verifySchema:Ui});var Vi;t("ae",Vi);(function(t){t[t["Sequence"]=0]="Sequence";t[t["Set"]=1]="Set";t[t["Choice"]=2]="Choice"})(Vi||t("ae",Vi={}));var Gi;t("ac",Gi);(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"})(Gi||t("ac",Gi={}));var Wi=function(){function t(t,i){if(i===void 0){i=0}this.unusedBits=0;this.value=new ArrayBuffer(0);if(t){if(typeof t==="number"){this.fromNumber(t)}else if(e.isBufferSource(t)){this.unusedBits=i;this.value=e.toArrayBuffer(t)}else{throw TypeError("Unsupported type of 'params' argument for BitString")}}}t.prototype.fromASN=function(t){if(!(t instanceof be)){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 be({unusedBits:this.unusedBits,valueHex:this.value})};t.prototype.toSchema=function(t){return new be({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 Qi=function(){function t(t){if(typeof t==="number"){this.buffer=new ArrayBuffer(t)}else{if(e.isBufferSource(t)){this.buffer=e.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 ge)){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 ge({valueHex:this.buffer})};t.prototype.toSchema=function(t){return new ge({name:t})};return t}();var qi={fromASN:function(t){return t instanceof pe?null:t.valueBeforeDecodeView},toASN:function(t){if(t===null){return new pe}var e=ae(t);if(e.result.error){throw new Error(e.result.error)}return e.result}};var zi={fromASN:function(t){return t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec},toASN:function(t){return new Te({value:+t})}};var $i={fromASN:function(t){return t.valueBlock.valueDec},toASN:function(t){return new Me({value:t})}};var Zi=t("ai",{fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new Te({valueHex:t})}});var Xi={fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new be({valueHex:t})}};var Yi={fromASN:function(t){return t.valueBlock.toString()},toASN:function(t){return new Ke({value:t})}};var Ji={fromASN:function(t){return t.valueBlock.value},toASN:function(t){return new Ce({value:t})}};var tr={fromASN:function(t){return t.valueBlock.valueHexView},toASN:function(t){return new ge({valueHex:t})}};var er={fromASN:function(t){return new Qi(t.getValue())},toASN:function(t){return t.toASN()}};function ir(t){return{fromASN:function(t){return t.valueBlock.value},toASN:function(e){return new t({value:e})}}}var rr=ir(Xe);var nr=ir(ti);var or=ir(ri);var ar=ir(oi);var sr=ir(si);var ur=ir(ci);var cr=ir(vi);var fr=ir(di);var vr=ir(pi);var hr=ir(Si);var dr=ir(Ai);var lr=ir(gi);var pr={fromASN:function(t){return t.toDate()},toASN:function(t){return new Ei({valueDate:t})}};var yr={fromASN:function(t){return t.toDate()},toASN:function(t){return new Pi({valueDate:t})}};var Sr={fromASN:function(){return null},toASN:function(){return new pe}};function Cr(t){switch(t){case Gi.Any:return qi;case Gi.BitString:return Xi;case Gi.BmpString:return nr;case Gi.Boolean:return Ji;case Gi.CharacterString:return lr;case Gi.Enumerated:return $i;case Gi.GeneralString:return dr;case Gi.GeneralizedTime:return yr;case Gi.GraphicString:return vr;case Gi.IA5String:return fr;case Gi.Integer:return zi;case Gi.Null:return Sr;case Gi.NumericString:return ar;case Gi.ObjectIdentifier:return Yi;case Gi.OctetString:return tr;case Gi.PrintableString:return sr;case Gi.TeletexString:return ur;case Gi.UTCTime:return pr;case Gi.UniversalString:return or;case Gi.Utf8String:return rr;case Gi.VideotexString:return cr;case Gi.VisibleString:return hr;default:return null}}function Ar(t){if(typeof t==="function"&&t.prototype){if(t.prototype.toASN&&t.prototype.fromASN){return true}else{return Ar(t.prototype)}}else{return!!(t&&typeof t==="object"&&"toASN"in t&&"fromASN"in t)}}function mr(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 mr(i)}return false}function gr(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 wr=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:Vi.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=Gi[o.type];var c=Li[u];if(!c){throw new Error("Cannot get ASN1 class by name '".concat(u,"'"))}s=new c({name:a})}else if(Ar(o.type)){var f=new o.type;s=f.toSchema(a)}else if(o.optional){var v=this.get(o.type);if(v.type===Vi.Choice){s=new ki({name:a})}else{s=this.create(o.type,false);s.name=a}}else{s=new ki({name:a})}var h=!!o.optional||o.defaultValue!==undefined;if(o.repeated){s.name="";var d=o.repeated==="set"?We:Ve;s=new d({name:"",value:[new ji({name:a,value:s})]})}if(o.context!==null&&o.context!==undefined){if(o.implicit){if(typeof o.type==="number"||Ar(o.type)){var d=o.repeated?fe:re;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 fe({name:!l?a:"",optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:p}))}}else{r.push(new fe({optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:[s]}))}}else{s.optional=h;r.push(s)}}switch(i.type){case Vi.Sequence:return new Ve({value:r,name:""});case Vi.Set:return new We({value:r,name:""});case Vi.Choice:return new Ki({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 Er=new wr;var br=t("ad",(function(t){return function(e){var i;if(!Er.has(e)){i=Er.createDefault(e);Er.set(e,i)}else{i=Er.get(e)}Object.assign(i,t)}}));var Pr=t("ab",(function(t){return function(e,i){var r;if(!Er.has(e.constructor)){r=Er.createDefault(e.constructor);Er.set(e.constructor,r)}else{r=Er.get(e.constructor)}var n=Object.assign({},t);if(typeof n.type==="number"&&!n.converter){var o=Cr(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 Dr=function(t){__extends(e,t);function e(){var e=t.apply(this,arguments)||this;e.schemas=[];return e}return e}(Error);var Ir=function(){function t(){}t.parse=function(t,e){var i=ae(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){var i=this;var r;try{if(Ar(e)){var n=new e;return n.fromASN(t)}var o=Er.get(e);Er.cache(e);var a=o.schema;if(t.constructor===fe&&o.type!==Vi.Choice){a=new fe({idBlock:{tagClass:3,tagNumber:t.idBlock.tagNumber},value:o.schema.valueBlock.value});for(var s in o.items){delete t[s]}}var u=Fi({},t,a);if(!u.verified){throw new Dr("Data does not match to ".concat(e.name," ASN1 schema. ").concat(u.result.error))}var c=new e;if(mr(e)){if(!("value"in t.valueBlock&&Array.isArray(t.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}var f=o.itemType;if(typeof f==="number"){var v=Cr(f);if(!v){throw new Error("Cannot get default converter for array item of ".concat(e.name," ASN1 schema"))}return e.from(t.valueBlock.value,(function(t){return v.fromASN(t)}))}else{return e.from(t.valueBlock.value,(function(t){return i.fromASN(t,f)}))}}var h=function(t){var e=u.result[t];if(!e){return"continue"}var n=o.items[t];var a=n.type;if(typeof a==="number"||Ar(a)){var s=(r=n.converter)!==null&&r!==void 0?r:Ar(a)?new a:null;if(!s){throw new Error("Converter is empty")}if(n.repeated){if(n.implicit){var f=n.repeated==="sequence"?Ve:We;var v=new f;v.valueBlock=e.valueBlock;var h=ae(v.toBER(false));if(h.offset===-1){throw new Error("Cannot parse the child item. ".concat(h.result.error))}if(!("value"in h.result.valueBlock&&Array.isArray(h.result.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}var l=h.result.valueBlock.value;c[t]=Array.from(l,(function(t){return s.fromASN(t)}))}else{c[t]=Array.from(e,(function(t){return s.fromASN(t)}))}}else{var p=e;if(n.implicit){var v=void 0;if(Ar(a)){v=(new a).toSchema("")}else{var y=Gi[a];var S=Li[y];if(!S){throw new Error("Cannot get '".concat(y,"' class from asn1js module"))}v=new S}v.valueBlock=p.valueBlock;p=ae(v.toBER(false)).result}c[t]=s.fromASN(p)}}else{if(n.repeated){if(!Array.isArray(e)){throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.")}c[t]=Array.from(e,(function(t){return i.fromASN(t,a)}))}else{c[t]=d.fromASN(e,a)}}};var d=this;for(var s in o.items){h(s)}return c}catch(t){if(t instanceof Dr){t.schemas.push(e.name)}throw t}};return t}();t("u",Ir);var _r=function(){function t(){}t.serialize=function(t){if(t instanceof Yt){return t.toBER(false)}return this.toASN(t).toBER(false)};t.toASN=function(e){var i=this;if(e&&typeof e==="object"&&Ar(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=Er.get(r);Er.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=Cr(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"&&gr(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"||Ar(u.type))){var v={};v.valueHex=f instanceof pe?f.valueBeforeDecodeView:f.valueBlock.toBER();o.push(new re(__assign({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context}},v)))}else{o.push(new fe({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context},value:f.valueBlock.value}))}}else{o.push(new fe({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 Vi.Sequence:h=new Ve({value:o});break;case Vi.Set:h=new We({value:o});break;case Vi.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(Gi[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"?Ve:We;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"?Ve:We;o=new u({value:s})}else{o=this.toASN(r)}}return o};return t}();var Br=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("af",Br);var xr=function(){function t(){}t.serialize=function(t){return _r.serialize(t)};t.parse=function(t,e){return Ir.parse(t,e)};t.toString=function(i){var r=e.isBufferSource(i)?e.toArrayBuffer(i):t.serialize(i);var n=ae(r);if(n.offset===-1){throw new Error("Cannot decode ASN.1 data. ".concat(n.result.error))}return n.result.toString()};return t}();t("g",xr);function Tr(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 Or={exports:{}};(function(t){(function(e){var i="(0?\\d+|0x[a-f0-9]+)";var r={fourOctet:new RegExp("^".concat(i,"\\.").concat(i,"\\.").concat(i,"\\.").concat(i,"$"),"i"),threeOctet:new RegExp("^".concat(i,"\\.").concat(i,"\\.").concat(i,"$"),"i"),twoOctet:new RegExp("^".concat(i,"\\.").concat(i,"$"),"i"),longValue:new RegExp("^".concat(i,"$"),"i")};var n=new RegExp("^0[0-7]+$","i");var o=new RegExp("^0x[a-f0-9]+$","i");var a="%[0-9a-z]{1,}";var s="(?:[0-9a-f]+::?)+";var u={zoneIndex:new RegExp(a,"i"),native:new RegExp("^(::)?(".concat(s,")?([0-9a-f]+)?(::)?(").concat(a,")?$"),"i"),deprecatedTransitional:new RegExp("^(?:::)(".concat(i,"\\.").concat(i,"\\.").concat(i,"\\.").concat(i,"(").concat(a,")?)$"),"i"),transitional:new RegExp("^((?:".concat(s,")|(?:::)(?:").concat(s,")?)").concat(i,"\\.").concat(i,"\\.").concat(i,"\\.").concat(i,"(").concat(a,")?$"),"i")};function c(t,e){if(t.indexOf("::")!==t.lastIndexOf("::")){return null}var i=0;var r=-1;var n=(t.match(u.zoneIndex)||[])[0];var o,a;if(n){n=n.substring(1);t=t.replace(/%.+$/,"")}while((r=t.indexOf(":",r+1))>=0){i++}if(t.substr(0,2)==="::"){i--}if(t.substr(-2,2)==="::"){i--}if(i>e){return null}a=e-i;o=":";while(a--){o+="0:"}t=t.replace("::",o);if(t[0]===":"){t=t.slice(1)}if(t[t.length-1]===":"){t=t.slice(0,-1)}e=function(){var e=t.split(":");var i=[];for(var r=0;r<e.length;r++){i.push(parseInt(e[r],16))}return i}();return{parts:e,zoneId:n}}function f(t,e,i,r){if(t.length!==e.length){throw new Error("ipaddr: cannot match CIDR for objects with different lengths")}var n=0;var o;while(r>0){o=i-r;if(o<0){o=0}if(t[n]>>o!==e[n]>>o){return false}r-=i;n+=1}return true}function v(t){if(o.test(t)){return parseInt(t,16)}if(t[0]==="0"&&!isNaN(parseInt(t[1],10))){if(n.test(t)){return parseInt(t,8)}throw new Error("ipaddr: cannot parse ".concat(t," as octal"))}return parseInt(t,10)}function h(t,e){while(t.length<e){t="0".concat(t)}return t}var d={};d.IPv4=function(){function t(t){if(t.length!==4){throw new Error("ipaddr: ipv4 octet count should be 4")}var e,i;for(e=0;e<t.length;e++){i=t[e];if(!(0<=i&&i<=255)){throw new Error("ipaddr: ipv4 octet should fit in 8 bits")}}this.octets=t}t.prototype.SpecialRanges={unspecified:[[new t([0,0,0,0]),8]],broadcast:[[new t([255,255,255,255]),32]],multicast:[[new t([224,0,0,0]),4]],linkLocal:[[new t([169,254,0,0]),16]],loopback:[[new t([127,0,0,0]),8]],carrierGradeNat:[[new t([100,64,0,0]),10]],private:[[new t([10,0,0,0]),8],[new t([172,16,0,0]),12],[new t([192,168,0,0]),16]],reserved:[[new t([192,0,0,0]),24],[new t([192,0,2,0]),24],[new t([192,88,99,0]),24],[new t([198,18,0,0]),15],[new t([198,51,100,0]),24],[new t([203,0,113,0]),24],[new t([240,0,0,0]),4]]};t.prototype.kind=function(){return"ipv4"};t.prototype.match=function(t,e){var i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv4"){throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one")}return f(this.octets,t.octets,8,e)};t.prototype.prefixLengthFromSubnetMask=function(){var t=0;var e=false;var i={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};var r,n,o;for(r=3;r>=0;r-=1){n=this.octets[r];if(n in i){o=i[n];if(e&&o!==0){return null}if(o!==8){e=true}t+=o}else{return null}}return 32-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){return this.octets.slice(0)};t.prototype.toIPv4MappedAddress=function(){return d.IPv6.parse("::ffff:".concat(this.toString()))};t.prototype.toNormalizedString=function(){return this.toString()};t.prototype.toString=function(){return this.octets.join(".")};return t}();d.IPv4.broadcastAddressFromCIDR=function(t){try{var e=this.parseCIDR(t);var i=e[0].toByteArray();var r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();var n=[];var o=0;while(o<4){n.push(parseInt(i[o],10)|parseInt(r[o],10)^255);o++}return new this(n)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.isIPv4=function(t){return this.parser(t)!==null};d.IPv4.isValid=function(t){try{new this(this.parser(t));return true}catch(t){return false}};d.IPv4.isValidFourPartDecimal=function(t){if(d.IPv4.isValid(t)&&t.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/)){return true}else{return false}};d.IPv4.networkAddressFromCIDR=function(t){var e,i,r,n,o;try{e=this.parseCIDR(t);r=e[0].toByteArray();o=this.subnetMaskFromPrefixLength(e[1]).toByteArray();n=[];i=0;while(i<4){n.push(parseInt(r[i],10)&parseInt(o[i],10));i++}return new this(n)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.parse=function(t){var e=this.parser(t);if(e===null){throw new Error("ipaddr: string is not formatted like an IPv4 Address")}return new this(e)};d.IPv4.parseCIDR=function(t){var e;if(e=t.match(/^(.+)\/(\d+)$/)){var i=parseInt(e[2]);if(i>=0&&i<=32){var r=[this.parse(e[1]),i];Object.defineProperty(r,"toString",{value:function(){return this.join("/")}});return r}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")};d.IPv4.parser=function(t){var e,i,n;if(e=t.match(r.fourOctet)){return function(){var t=e.slice(1,6);var r=[];for(var n=0;n<t.length;n++){i=t[n];r.push(v(i))}return r}()}else if(e=t.match(r.longValue)){n=v(e[1]);if(n>4294967295||n<0){throw new Error("ipaddr: address outside defined range")}return function(){var t=[];var e;for(e=0;e<=24;e+=8){t.push(n>>e&255)}return t}().reverse()}else if(e=t.match(r.twoOctet)){return function(){var t=e.slice(1,4);var i=[];n=v(t[1]);if(n>16777215||n<0){throw new Error("ipaddr: address outside defined range")}i.push(v(t[0]));i.push(n>>16&255);i.push(n>>8&255);i.push(n&255);return i}()}else if(e=t.match(r.threeOctet)){return function(){var t=e.slice(1,5);var i=[];n=v(t[2]);if(n>65535||n<0){throw new Error("ipaddr: address outside defined range")}i.push(v(t[0]));i.push(v(t[1]));i.push(n>>8&255);i.push(n&255);return i}()}else{return null}};d.IPv4.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>32){throw new Error("ipaddr: invalid IPv4 prefix length")}var e=[0,0,0,0];var i=0;var r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<4){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.IPv6=function(){function t(t,e){var i,r;if(t.length===16){this.parts=[];for(i=0;i<=14;i+=2){this.parts.push(t[i]<<8|t[i+1])}}else if(t.length===8){this.parts=t}else{throw new Error("ipaddr: ipv6 part count should be 8 or 16")}for(i=0;i<this.parts.length;i++){r=this.parts[i];if(!(0<=r&&r<=65535)){throw new Error("ipaddr: ipv6 part should fit in 16 bits")}}if(e){this.zoneId=e}}t.prototype.SpecialRanges={unspecified:[new t([0,0,0,0,0,0,0,0]),128],linkLocal:[new t([65152,0,0,0,0,0,0,0]),10],multicast:[new t([65280,0,0,0,0,0,0,0]),8],loopback:[new t([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new t([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new t([0,0,0,0,0,65535,0,0]),96],rfc6145:[new t([0,0,0,0,65535,0,0,0]),96],rfc6052:[new t([100,65435,0,0,0,0,0,0]),96],"6to4":[new t([8194,0,0,0,0,0,0,0]),16],teredo:[new t([8193,0,0,0,0,0,0,0]),32],reserved:[[new t([8193,3512,0,0,0,0,0,0]),32]],benchmarking:[new t([8193,2,0,0,0,0,0,0]),48],amt:[new t([8193,3,0,0,0,0,0,0]),32],as112v6:[new t([8193,4,274,0,0,0,0,0]),48],deprecated:[new t([8193,16,0,0,0,0,0,0]),28],orchid2:[new t([8193,32,0,0,0,0,0,0]),28]};t.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"};t.prototype.kind=function(){return"ipv6"};t.prototype.match=function(t,e){var i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv6"){throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one")}return f(this.parts,t.parts,16,e)};t.prototype.prefixLengthFromSubnetMask=function(){var t=0;var e=false;var i={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};var r,n;for(var o=7;o>=0;o-=1){r=this.parts[o];if(r in i){n=i[r];if(e&&n!==0){return null}if(n!==16){e=true}t+=n}else{return null}}return 128-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){var t;var e=[];var i=this.parts;for(var r=0;r<i.length;r++){t=i[r];e.push(t>>8);e.push(t&255)}return e};t.prototype.toFixedLengthString=function(){var t=function(){var t=[];for(var e=0;e<this.parts.length;e++){t.push(h(this.parts[e].toString(16),4))}return t}.call(this).join(":");var e="";if(this.zoneId){e="%".concat(this.zoneId)}return t+e};t.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress()){throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4")}var t=this.parts.slice(-2);var e=t[0];var i=t[1];return new d.IPv4([e>>8,e&255,i>>8,i&255])};t.prototype.toNormalizedString=function(){var t=function(){var t=[];for(var e=0;e<this.parts.length;e++){t.push(this.parts[e].toString(16))}return t}.call(this).join(":");var e="";if(this.zoneId){e="%".concat(this.zoneId)}return t+e};t.prototype.toRFC5952String=function(){var t=/((^|:)(0(:|$)){2,})/g;var e=this.toNormalizedString();var i=0;var r=-1;var n;while(n=t.exec(e)){if(n[0].length>r){i=n.index;r=n[0].length}}if(r<0){return e}return"".concat(e.substring(0,i),"::").concat(e.substring(i+r))};t.prototype.toString=function(){return this.toRFC5952String()};return t}();d.IPv6.broadcastAddressFromCIDR=function(t){try{var e=this.parseCIDR(t);var i=e[0].toByteArray();var r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();var n=[];var o=0;while(o<16){n.push(parseInt(i[o],10)|parseInt(r[o],10)^255);o++}return new this(n)}catch(t){throw new Error("ipaddr: the address does not have IPv6 CIDR format (".concat(t,")"))}};d.IPv6.isIPv6=function(t){return this.parser(t)!==null};d.IPv6.isValid=function(t){if(typeof t==="string"&&t.indexOf(":")===-1){return false}try{var e=this.parser(t);new this(e.parts,e.zoneId);return true}catch(t){return false}};d.IPv6.networkAddressFromCIDR=function(t){var e,i,r,n,o;try{e=this.parseCIDR(t);r=e[0].toByteArray();o=this.subnetMaskFromPrefixLength(e[1]).toByteArray();n=[];i=0;while(i<16){n.push(parseInt(r[i],10)&parseInt(o[i],10));i++}return new this(n)}catch(t){throw new Error("ipaddr: the address does not have IPv6 CIDR format (".concat(t,")"))}};d.IPv6.parse=function(t){var e=this.parser(t);if(e.parts===null){throw new Error("ipaddr: string is not formatted like an IPv6 Address")}return new this(e.parts,e.zoneId)};d.IPv6.parseCIDR=function(t){var e,i,r;if(i=t.match(/^(.+)\/(\d+)$/)){e=parseInt(i[2]);if(e>=0&&e<=128){r=[this.parse(i[1]),e];Object.defineProperty(r,"toString",{value:function(){return this.join("/")}});return r}}throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")};d.IPv6.parser=function(t){var e,i,r,n,o,a;if(r=t.match(u.deprecatedTransitional)){return this.parser("::ffff:".concat(r[1]))}if(u.native.test(t)){return c(t,8)}if(r=t.match(u.transitional)){a=r[6]||"";e=c(r[1].slice(0,-1)+a,6);if(e.parts){o=[parseInt(r[2]),parseInt(r[3]),parseInt(r[4]),parseInt(r[5])];for(i=0;i<o.length;i++){n=o[i];if(!(0<=n&&n<=255)){return null}}e.parts.push(o[0]<<8|o[1]);e.parts.push(o[2]<<8|o[3]);return{parts:e.parts,zoneId:e.zoneId}}}return null};d.IPv6.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>128){throw new Error("ipaddr: invalid IPv6 prefix length")}var e=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var i=0;var r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<16){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.fromByteArray=function(t){var e=t.length;if(e===4){return new d.IPv4(t)}else if(e===16){return new d.IPv6(t)}else{throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")}};d.isValid=function(t){return d.IPv6.isValid(t)||d.IPv4.isValid(t)};d.parse=function(t){if(d.IPv6.isValid(t)){return d.IPv6.parse(t)}else if(d.IPv4.isValid(t)){return d.IPv4.parse(t)}else{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")}};d.parseCIDR=function(t){try{return d.IPv6.parseCIDR(t)}catch(e){try{return d.IPv4.parseCIDR(t)}catch(t){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}};d.process=function(t){var e=this.parse(t);if(e.kind()==="ipv6"&&e.isIPv4MappedAddress()){return e.toIPv4Address()}else{return e}};d.subnetMatch=function(t,e,i){var r,n,o,a;if(i===undefined||i===null){i="unicast"}for(n in e){if(Object.prototype.hasOwnProperty.call(e,n)){o=e[n];if(o[0]&&!(o[0]instanceof Array)){o=[o]}for(r=0;r<o.length;r++){a=o[r];if(t.kind()===a[0].kind()&&t.match.apply(t,a)){return n}}}}return i};if(t.exports){t.exports=d}else{e.ipaddr=d}})(a)})(Or);var Mr=function(){function t(){}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){if(t.byteLength===4||t.byteLength===16){var e=new Uint8Array(t);var r=Or.exports.fromByteArray(Array.from(e));return r.toString()}return this.decodeIP(i.ToHex(t))};t.fromString=function(t){var e=Or.exports.parse(t);return new Uint8Array(e.toByteArray()).buffer};return t}();var Rr,Nr,kr;var Kr=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}();Tr([Pr({type:Gi.TeletexString})],Kr.prototype,"teletexString",void 0);Tr([Pr({type:Gi.PrintableString})],Kr.prototype,"printableString",void 0);Tr([Pr({type:Gi.UniversalString})],Kr.prototype,"universalString",void 0);Tr([Pr({type:Gi.Utf8String})],Kr.prototype,"utf8String",void 0);Tr([Pr({type:Gi.BmpString})],Kr.prototype,"bmpString",void 0);Kr=Tr([br({type:Vi.Choice})],Kr);var jr=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?i.ToHex(this.anyValue):t.prototype.toString.call(this))};return e}(Kr);Tr([Pr({type:Gi.IA5String})],jr.prototype,"ia5String",void 0);Tr([Pr({type:Gi.Any})],jr.prototype,"anyValue",void 0);jr=Tr([br({type:Vi.Choice})],jr);var Hr=function(){function t(t){if(t===void 0){t={}}this.type="";this.value=new jr;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Hr.prototype,"type",void 0);Tr([Pr({type:jr})],Hr.prototype,"value",void 0);var Fr=Rr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Rr.prototype);return i}return e}(Br);Fr=Rr=Tr([br({type:Vi.Set,itemType:Hr})],Fr);var Ur=Nr=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Nr.prototype);return i}return e}(Br);Ur=Nr=Tr([br({type:Vi.Sequence,itemType:Fr})],Ur);var Lr=t("a2",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}(Ur));t("a2",Lr=kr=Tr([br({type:Vi.Sequence})],Lr));var Vr={fromASN:function(t){return Mr.toString(tr.fromASN(t))},toASN:function(t){return tr.toASN(Mr.fromString(t))}};var Gr=function(){function t(t){if(t===void 0){t={}}this.typeId="";this.value=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("a6",Gr);Tr([Pr({type:Gi.ObjectIdentifier})],Gr.prototype,"typeId",void 0);Tr([Pr({type:Gi.Any,context:0})],Gr.prototype,"value",void 0);var Wr=function(){function t(t){if(t===void 0){t={}}this.partyName=new Kr;Object.assign(this,t)}return t}();t("a9",Wr);Tr([Pr({type:Kr,optional:true,context:0,implicit:true})],Wr.prototype,"nameAssigner",void 0);Tr([Pr({type:Kr,context:1,implicit:true})],Wr.prototype,"partyName",void 0);var Qr=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gr,context:0,implicit:true})],Qr.prototype,"otherName",void 0);Tr([Pr({type:Gi.IA5String,context:1,implicit:true})],Qr.prototype,"rfc822Name",void 0);Tr([Pr({type:Gi.IA5String,context:2,implicit:true})],Qr.prototype,"dNSName",void 0);Tr([Pr({type:Gi.Any,context:3,implicit:true})],Qr.prototype,"x400Address",void 0);Tr([Pr({type:Lr,context:4,implicit:false})],Qr.prototype,"directoryName",void 0);Tr([Pr({type:Wr,context:5})],Qr.prototype,"ediPartyName",void 0);Tr([Pr({type:Gi.IA5String,context:6,implicit:true})],Qr.prototype,"uniformResourceIdentifier",void 0);Tr([Pr({type:Gi.OctetString,context:7,implicit:true,converter:Vr})],Qr.prototype,"iPAddress",void 0);Tr([Pr({type:Gi.ObjectIdentifier,context:8,implicit:true})],Qr.prototype,"registeredID",void 0);Qr=Tr([br({type:Vi.Choice})],Qr);var qr="1.3.6.1.5.5.7";var zr="".concat(qr,".1");var $r="2.5.29";var Zr;var Xr="".concat(zr,".1");var Yr=function(){function t(t){if(t===void 0){t={}}this.accessMethod="";this.accessLocation=new Qr;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Yr.prototype,"accessMethod",void 0);Tr([Pr({type:Qr})],Yr.prototype,"accessLocation",void 0);var Jr=t("as",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}(Br));t("as",Jr=Zr=Tr([br({type:Vi.Sequence,itemType:Yr})],Jr));var tn="".concat($r,".35");var en=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Qi);var rn=function(){function t(t){if(t===void 0){t={}}if(t){Object.assign(this,t)}}return t}();t("aq",rn);Tr([Pr({type:en,context:0,optional:true,implicit:true})],rn.prototype,"keyIdentifier",void 0);Tr([Pr({type:Qr,context:1,optional:true,implicit:true,repeated:"sequence"})],rn.prototype,"authorityCertIssuer",void 0);Tr([Pr({type:Gi.Integer,context:2,optional:true,implicit:true,converter:Zi})],rn.prototype,"authorityCertSerialNumber",void 0);var nn="".concat($r,".19");var on=function(){function t(t){if(t===void 0){t={}}this.cA=false;Object.assign(this,t)}return t}();t("an",on);Tr([Pr({type:Gi.Boolean,defaultValue:false})],on.prototype,"cA",void 0);Tr([Pr({type:Gi.Integer,optional:true})],on.prototype,"pathLenConstraint",void 0);var an;var sn=an=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,an.prototype);return i}return e}(Br);sn=an=Tr([br({type:Vi.Sequence,itemType:Qr})],sn);var un;var cn="".concat($r,".29");var fn=t("a5",un=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,un.prototype);return i}return e}(sn));t("a5",fn=un=Tr([br({type:Vi.Sequence})],fn));var vn;var hn="".concat($r,".32");var dn=t("a7",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}());Tr([Pr({type:Gi.IA5String})],dn.prototype,"ia5String",void 0);Tr([Pr({type:Gi.VisibleString})],dn.prototype,"visibleString",void 0);Tr([Pr({type:Gi.BmpString})],dn.prototype,"bmpString",void 0);Tr([Pr({type:Gi.Utf8String})],dn.prototype,"utf8String",void 0);t("a7",dn=Tr([br({type:Vi.Choice})],dn));var ln=function(){function t(t){if(t===void 0){t={}}this.organization=new dn;this.noticeNumbers=[];Object.assign(this,t)}return t}();Tr([Pr({type:dn})],ln.prototype,"organization",void 0);Tr([Pr({type:Gi.Integer,repeated:"sequence"})],ln.prototype,"noticeNumbers",void 0);var pn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("a8",pn);Tr([Pr({type:ln,optional:true})],pn.prototype,"noticeRef",void 0);Tr([Pr({type:dn,optional:true})],pn.prototype,"explicitText",void 0);var yn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.IA5String})],yn.prototype,"cPSuri",void 0);Tr([Pr({type:pn})],yn.prototype,"userNotice",void 0);yn=Tr([br({type:Vi.Choice})],yn);var Sn=function(){function t(t){if(t===void 0){t={}}this.policyQualifierId="";this.qualifier=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Sn.prototype,"policyQualifierId",void 0);Tr([Pr({type:Gi.Any})],Sn.prototype,"qualifier",void 0);var Cn=function(){function t(t){if(t===void 0){t={}}this.policyIdentifier="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Cn.prototype,"policyIdentifier",void 0);Tr([Pr({type:Sn,repeated:"sequence",optional:true})],Cn.prototype,"policyQualifiers",void 0);var An=t("av",vn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,vn.prototype);return i}return e}(Br));t("av",An=vn=Tr([br({type:Vi.Sequence,itemType:Cn})],An));var mn="".concat($r,".20");var gn=t("aQ",function(){function t(t){if(t===void 0){t=0}this.value=t}return t}());Tr([Pr({type:Gi.Integer})],gn.prototype,"value",void 0);t("aQ",gn=Tr([br({type:Vi.Choice})],gn));var wn="".concat($r,".27");var En=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(gn);En=Tr([br({type:Vi.Choice})],En);var bn;var Pn="".concat($r,".31");var Dn;(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"})(Dn||(Dn={}));var In=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&Dn.aACompromise){t.push("aACompromise")}if(e&Dn.affiliationChanged){t.push("affiliationChanged")}if(e&Dn.cACompromise){t.push("cACompromise")}if(e&Dn.certificateHold){t.push("certificateHold")}if(e&Dn.cessationOfOperation){t.push("cessationOfOperation")}if(e&Dn.keyCompromise){t.push("keyCompromise")}if(e&Dn.privilegeWithdrawn){t.push("privilegeWithdrawn")}if(e&Dn.superseded){t.push("superseded")}if(e&Dn.unused){t.push("unused")}return t};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Wi);var _n=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qr,context:0,repeated:"sequence",implicit:true})],_n.prototype,"fullName",void 0);Tr([Pr({type:Fr,context:1,implicit:true})],_n.prototype,"nameRelativeToCRLIssuer",void 0);_n=Tr([br({type:Vi.Choice})],_n);var Bn=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:_n,context:0,optional:true})],Bn.prototype,"distributionPoint",void 0);Tr([Pr({type:In,context:1,optional:true,implicit:true})],Bn.prototype,"reasons",void 0);Tr([Pr({type:Qr,context:2,optional:true,repeated:"sequence",implicit:true})],Bn.prototype,"cRLIssuer",void 0);var xn=t("ar",bn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,bn.prototype);return i}return e}(Br));t("ar",xn=bn=Tr([br({type:Vi.Sequence,itemType:Bn})],xn));var Tn;var On=Tn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Tn.prototype);return i}return e}(xn);On=Tn=Tr([br({type:Vi.Sequence,itemType:Bn})],On);var Mn="".concat($r,".28");var Rn=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("aR",Rn);Rn.ONLY=false;Tr([Pr({type:_n,context:0,optional:true})],Rn.prototype,"distributionPoint",void 0);Tr([Pr({type:Gi.Boolean,context:1,defaultValue:Rn.ONLY,implicit:true})],Rn.prototype,"onlyContainsUserCerts",void 0);Tr([Pr({type:Gi.Boolean,context:2,defaultValue:Rn.ONLY,implicit:true})],Rn.prototype,"onlyContainsCACerts",void 0);Tr([Pr({type:In,context:3,optional:true,implicit:true})],Rn.prototype,"onlySomeReasons",void 0);Tr([Pr({type:Gi.Boolean,context:4,defaultValue:Rn.ONLY,implicit:true})],Rn.prototype,"indirectCRL",void 0);Tr([Pr({type:Gi.Boolean,context:5,defaultValue:Rn.ONLY,implicit:true})],Rn.prototype,"onlyContainsAttributeCerts",void 0);var Nn="".concat($r,".21");var kn;(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"})(kn||(kn={}));var Kn=t("a3",function(){function t(t){if(t===void 0){t=kn.unspecified}this.reason=kn.unspecified;this.reason=t}t.prototype.toJSON=function(){return kn[this.reason]};t.prototype.toString=function(){return this.toJSON()};return t}());Tr([Pr({type:Gi.Enumerated})],Kn.prototype,"reason",void 0);t("a3",Kn=Tr([br({type:Vi.Choice})],Kn));var jn;var Hn="".concat($r,".37");var Fn=t("ao",jn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,jn.prototype);return i}return e}(Br));t("ao",Fn=jn=Tr([br({type:Vi.Sequence,itemType:Gi.ObjectIdentifier})],Fn));var Un="".concat($r,".54");var Ln=function(){function t(t){if(t===void 0){t=new ArrayBuffer(0)}this.value=t}return t}();Tr([Pr({type:Gi.Integer,converter:Zi})],Ln.prototype,"value",void 0);Ln=Tr([br({type:Vi.Choice})],Ln);var Vn="".concat($r,".24");var Gn=t("a4",function(){function t(t){this.value=new Date;if(t){this.value=t}}return t}());Tr([Pr({type:Gi.GeneralizedTime})],Gn.prototype,"value",void 0);t("a4",Gn=Tr([br({type:Vi.Choice})],Gn));var Wn;var Qn="".concat($r,".18");var qn=Wn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Wn.prototype);return i}return e}(sn);qn=Wn=Tr([br({type:Vi.Sequence})],qn);var zn="".concat($r,".15");var $n;(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"})($n||($n={}));var Zn=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&$n.cRLSign){e.push("crlSign")}if(t&$n.dataEncipherment){e.push("dataEncipherment")}if(t&$n.decipherOnly){e.push("decipherOnly")}if(t&$n.digitalSignature){e.push("digitalSignature")}if(t&$n.encipherOnly){e.push("encipherOnly")}if(t&$n.keyAgreement){e.push("keyAgreement")}if(t&$n.keyCertSign){e.push("keyCertSign")}if(t&$n.keyEncipherment){e.push("keyEncipherment")}if(t&$n.nonRepudiation){e.push("nonRepudiation")}return e};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Wi);t("am",Zn);var Xn;var Yn="".concat($r,".30");var Jn=function(){function t(t){if(t===void 0){t={}}this.base=new Qr;this.minimum=0;Object.assign(this,t)}return t}();Tr([Pr({type:Qr})],Jn.prototype,"base",void 0);Tr([Pr({type:Gi.Integer,context:0,defaultValue:0,implicit:true})],Jn.prototype,"minimum",void 0);Tr([Pr({type:Gi.Integer,context:1,optional:true,implicit:true})],Jn.prototype,"maximum",void 0);var to=Xn=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Xn.prototype);return i}return e}(Br);to=Xn=Tr([br({type:Vi.Sequence,itemType:Jn})],to);var eo=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("ax",eo);Tr([Pr({type:to,context:0,optional:true,implicit:true})],eo.prototype,"permittedSubtrees",void 0);Tr([Pr({type:to,context:1,optional:true,implicit:true})],eo.prototype,"excludedSubtrees",void 0);var io="".concat($r,".36");var ro=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aO",ro);Tr([Pr({type:Gi.Integer,context:0,implicit:true,optional:true,converter:Zi})],ro.prototype,"requireExplicitPolicy",void 0);Tr([Pr({type:Gi.Integer,context:1,implicit:true,optional:true,converter:Zi})],ro.prototype,"inhibitPolicyMapping",void 0);var no;var oo="".concat($r,".33");var ao=function(){function t(t){if(t===void 0){t={}}this.issuerDomainPolicy="";this.subjectDomainPolicy="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],ao.prototype,"issuerDomainPolicy",void 0);Tr([Pr({type:Gi.ObjectIdentifier})],ao.prototype,"subjectDomainPolicy",void 0);var so=t("aP",no=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,no.prototype);return i}return e}(Br));t("aP",so=no=Tr([br({type:Vi.Sequence,itemType:ao})],so));var uo;var co="".concat($r,".17");var fo=t("au",uo=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,uo.prototype);return i}return e}(sn));t("au",fo=uo=Tr([br({type:Vi.Sequence})],fo));var vo=function(){function t(t){if(t===void 0){t={}}this.type="";this.values=[];Object.assign(this,t)}return t}();t("t",vo);Tr([Pr({type:Gi.ObjectIdentifier})],vo.prototype,"type",void 0);Tr([Pr({type:Gi.Any,repeated:"set"})],vo.prototype,"values",void 0);var ho;var lo="".concat($r,".9");var po=t("aI",ho=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ho.prototype);return i}return e}(Br));t("aI",po=ho=Tr([br({type:Vi.Sequence,itemType:vo})],po));var yo="".concat($r,".14");var So=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(en);t("ap",So);var Co="".concat($r,".16");var Ao=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aJ",Ao);Tr([Pr({type:Gi.GeneralizedTime,context:0,implicit:true,optional:true})],Ao.prototype,"notBefore",void 0);Tr([Pr({type:Gi.GeneralizedTime,context:1,implicit:true,optional:true})],Ao.prototype,"notAfter",void 0);var mo="1.2.840.113533.7.65.0";var go;(function(t){t[t["keyUpdateAllowed"]=1]="keyUpdateAllowed";t[t["newExtensions"]=2]="newExtensions";t[t["pKIXCertificate"]=4]="pKIXCertificate"})(go||(go={}));var wo=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&go.pKIXCertificate){t.push("pKIXCertificate")}if(e&go.newExtensions){t.push("newExtensions")}if(e&go.keyUpdateAllowed){t.push("keyUpdateAllowed")}return t};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Wi);var Eo=function(){function t(t){if(t===void 0){t={}}this.entrustVers="";this.entrustInfoFlags=new wo;Object.assign(this,t)}return t}();t("aK",Eo);Tr([Pr({type:Gi.GeneralString})],Eo.prototype,"entrustVers",void 0);Tr([Pr({type:wo})],Eo.prototype,"entrustInfoFlags",void 0);var bo;var Po="".concat(zr,".11");var Do=t("at",bo=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,bo.prototype);return i}return e}(Br));t("at",Do=bo=Tr([br({type:Vi.Sequence,itemType:Yr})],Do));var Io=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&&r(e.parameters,this.parameters)||e.parameters===this.parameters)};return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Io.prototype,"algorithm",void 0);Tr([Pr({type:Gi.Any,optional:true})],Io.prototype,"parameters",void 0);var _o=function(){function t(t){if(t===void 0){t={}}this.algorithm=new Io;this.subjectPublicKey=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Io})],_o.prototype,"algorithm",void 0);Tr([Pr({type:Gi.BitString})],_o.prototype,"subjectPublicKey",void 0);var Bo=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}();Tr([Pr({type:Gi.UTCTime})],Bo.prototype,"utcTime",void 0);Tr([Pr({type:Gi.GeneralizedTime})],Bo.prototype,"generalTime",void 0);Bo=Tr([br({type:Vi.Choice})],Bo);var xo=function(){function t(t){this.notBefore=new Bo(new Date);this.notAfter=new Bo(new Date);if(t){this.notBefore=new Bo(t.notBefore);this.notAfter=new Bo(t.notAfter)}}return t}();Tr([Pr({type:Bo})],xo.prototype,"notBefore",void 0);Tr([Pr({type:Bo})],xo.prototype,"notAfter",void 0);var To;var Oo=function(){function t(e){if(e===void 0){e={}}this.extnID="";this.critical=t.CRITICAL;this.extnValue=new Qi;Object.assign(this,e)}return t}();Oo.CRITICAL=false;Tr([Pr({type:Gi.ObjectIdentifier})],Oo.prototype,"extnID",void 0);Tr([Pr({type:Gi.Boolean,defaultValue:Oo.CRITICAL})],Oo.prototype,"critical",void 0);Tr([Pr({type:Qi})],Oo.prototype,"extnValue",void 0);var Mo=To=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,To.prototype);return i}return e}(Br);Mo=To=Tr([br({type:Vi.Sequence,itemType:Oo})],Mo);var Ro;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2";t[t["v3"]=2]="v3"})(Ro||(Ro={}));var No=function(){function t(t){if(t===void 0){t={}}this.version=Ro.v1;this.serialNumber=new ArrayBuffer(0);this.signature=new Io;this.issuer=new Lr;this.validity=new xo;this.subject=new Lr;this.subjectPublicKeyInfo=new _o;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,context:0,defaultValue:Ro.v1})],No.prototype,"version",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],No.prototype,"serialNumber",void 0);Tr([Pr({type:Io})],No.prototype,"signature",void 0);Tr([Pr({type:Lr})],No.prototype,"issuer",void 0);Tr([Pr({type:xo})],No.prototype,"validity",void 0);Tr([Pr({type:Lr})],No.prototype,"subject",void 0);Tr([Pr({type:_o})],No.prototype,"subjectPublicKeyInfo",void 0);Tr([Pr({type:Gi.BitString,context:1,implicit:true,optional:true})],No.prototype,"issuerUniqueID",void 0);Tr([Pr({type:Gi.BitString,context:2,implicit:true,optional:true})],No.prototype,"subjectUniqueID",void 0);Tr([Pr({type:Mo,context:3,optional:true})],No.prototype,"extensions",void 0);var ko=function(){function t(t){if(t===void 0){t={}}this.tbsCertificate=new No;this.signatureAlgorithm=new Io;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("C",ko);Tr([Pr({type:No})],ko.prototype,"tbsCertificate",void 0);Tr([Pr({type:Io})],ko.prototype,"signatureAlgorithm",void 0);Tr([Pr({type:Gi.BitString})],ko.prototype,"signatureValue",void 0);var Ko=function(){function t(t){if(t===void 0){t={}}this.userCertificate=new ArrayBuffer(0);this.revocationDate=new Bo;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,converter:Zi})],Ko.prototype,"userCertificate",void 0);Tr([Pr({type:Bo})],Ko.prototype,"revocationDate",void 0);Tr([Pr({type:Oo,optional:true,repeated:"sequence"})],Ko.prototype,"crlEntryExtensions",void 0);var jo=function(){function t(t){if(t===void 0){t={}}this.signature=new Io;this.issuer=new Lr;this.thisUpdate=new Bo;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,optional:true})],jo.prototype,"version",void 0);Tr([Pr({type:Io})],jo.prototype,"signature",void 0);Tr([Pr({type:Lr})],jo.prototype,"issuer",void 0);Tr([Pr({type:Bo})],jo.prototype,"thisUpdate",void 0);Tr([Pr({type:Bo,optional:true})],jo.prototype,"nextUpdate",void 0);Tr([Pr({type:Ko,repeated:"sequence",optional:true})],jo.prototype,"revokedCertificates",void 0);Tr([Pr({type:Oo,optional:true,context:0,repeated:"sequence"})],jo.prototype,"crlExtensions",void 0);var Ho=function(){function t(t){if(t===void 0){t={}}this.tbsCertList=new jo;this.signatureAlgorithm=new Io;this.signature=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("_",Ho);Tr([Pr({type:jo})],Ho.prototype,"tbsCertList",void 0);Tr([Pr({type:Io})],Ho.prototype,"signatureAlgorithm",void 0);Tr([Pr({type:Gi.BitString})],Ho.prototype,"signature",void 0);var Fo=t("h","1.2.840.10045.2.1");var Uo="1.2.840.10045.4.1";var Lo="1.2.840.10045.4.3.1";var Vo="1.2.840.10045.4.3.2";var Go="1.2.840.10045.4.3.3";var Wo="1.2.840.10045.4.3.4";function Qo(t){return new Io({algorithm:t})}Qo(Uo);Qo(Lo);Qo(Vo);Qo(Go);Qo(Wo);var qo=t("j",function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}());Tr([Pr({type:Gi.ObjectIdentifier})],qo.prototype,"namedCurve",void 0);t("j",qo=Tr([br({type:Vi.Choice})],qo));var zo=function(){function t(t){if(t===void 0){t={}}this.version=1;this.privateKey=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],zo.prototype,"version",void 0);Tr([Pr({type:Qi})],zo.prototype,"privateKey",void 0);Tr([Pr({type:qo,context:0,optional:true})],zo.prototype,"parameters",void 0);Tr([Pr({type:Gi.BitString,context:1,optional:true})],zo.prototype,"publicKey",void 0);var $o=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}();Tr([Pr({type:Gi.Integer,converter:Zi})],$o.prototype,"r",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],$o.prototype,"s",void 0);var Zo="1.2.840.113549.1.1";var Xo=t("k","".concat(Zo,".1"));var Yo="".concat(Zo,".7");var Jo="".concat(Zo,".9");var ta="".concat(Zo,".10");var ea="".concat(Zo,".2");var ia="".concat(Zo,".4");var ra="".concat(Zo,".5");var na="".concat(Zo,".12");var oa="".concat(Zo,".13");var aa="".concat(Zo,".15");var sa="".concat(Zo,".16");var ua="1.3.14.3.2.26";var ca="2.16.840.1.101.3.4.2.4";var fa="2.16.840.1.101.3.4.2.1";var va="2.16.840.1.101.3.4.2.2";var ha="2.16.840.1.101.3.4.2.3";var da="2.16.840.1.101.3.4.2.5";var la="2.16.840.1.101.3.4.2.6";var pa="1.2.840.113549.2.2";var ya="1.2.840.113549.2.5";var Sa="".concat(Zo,".8");function Ca(t){return new Io({algorithm:t,parameters:null})}Ca(pa);Ca(ya);var Aa=Ca(ua);Ca(ca);Ca(fa);Ca(va);Ca(ha);Ca(da);Ca(la);var ma=new Io({algorithm:Sa,parameters:xr.serialize(Aa)});var ga=new Io({algorithm:Jo,parameters:xr.serialize(tr.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Ca(Xo);Ca(ea);Ca(ia);Ca(ra);Ca(aa);Ca(sa);Ca(na);Ca(oa);Ca(aa);Ca(sa);var wa=function(){function t(t){if(t===void 0){t={}}this.hashAlgorithm=new Io(Aa);this.maskGenAlgorithm=new Io({algorithm:Sa,parameters:xr.serialize(Aa)});this.pSourceAlgorithm=new Io(ga);Object.assign(this,t)}return t}();Tr([Pr({type:Io,context:0,defaultValue:Aa})],wa.prototype,"hashAlgorithm",void 0);Tr([Pr({type:Io,context:1,defaultValue:ma})],wa.prototype,"maskGenAlgorithm",void 0);Tr([Pr({type:Io,context:2,defaultValue:ga})],wa.prototype,"pSourceAlgorithm",void 0);new Io({algorithm:Yo,parameters:xr.serialize(new wa)});var Ea=function(){function t(t){if(t===void 0){t={}}this.hashAlgorithm=new Io(Aa);this.maskGenAlgorithm=new Io({algorithm:Sa,parameters:xr.serialize(Aa)});this.saltLength=20;this.trailerField=1;Object.assign(this,t)}return t}();Tr([Pr({type:Io,context:0,defaultValue:Aa})],Ea.prototype,"hashAlgorithm",void 0);Tr([Pr({type:Io,context:1,defaultValue:ma})],Ea.prototype,"maskGenAlgorithm",void 0);Tr([Pr({type:Gi.Integer,context:2,defaultValue:20})],Ea.prototype,"saltLength",void 0);Tr([Pr({type:Gi.Integer,context:3,defaultValue:1})],Ea.prototype,"trailerField",void 0);new Io({algorithm:ta,parameters:xr.serialize(new Ea)});var ba=function(){function t(t){if(t===void 0){t={}}this.digestAlgorithm=new Io;this.digest=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Io})],ba.prototype,"digestAlgorithm",void 0);Tr([Pr({type:Qi})],ba.prototype,"digest",void 0);var Pa;var Da=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}();Tr([Pr({type:Gi.Integer,converter:Zi})],Da.prototype,"prime",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Da.prototype,"exponent",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Da.prototype,"coefficient",void 0);var Ia=Pa=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Pa.prototype);return i}return e}(Br);Ia=Pa=Tr([br({type:Vi.Sequence,itemType:Da})],Ia);var _a=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}();Tr([Pr({type:Gi.Integer})],_a.prototype,"version",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"modulus",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"publicExponent",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"privateExponent",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"prime1",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"prime2",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"exponent1",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"exponent2",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],_a.prototype,"coefficient",void 0);Tr([Pr({type:Ia,optional:true})],_a.prototype,"otherPrimeInfos",void 0);var Ba=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",Ba);Tr([Pr({type:Gi.Integer,converter:Zi})],Ba.prototype,"modulus",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Ba.prototype,"publicExponent",void 0);var xa,Ta;var Oa=t("n","1.3.6.1.4.1.18227.2.1");var Ma=t("p",xa=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,xa.prototype);return i}return e}(Br));t("p",Ma=xa=Tr([br({type:Vi.Sequence,itemType:Io})],Ma));var Ra=t("o",Ta=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ta.prototype);return i}return e}(Br));t("o",Ra=Ta=Tr([br({type:Vi.Sequence,itemType:Gi.BitString})],Ra));var Na=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Qi);var ka=function(){function t(t){if(t===void 0){t={}}this.encryptionAlgorithm=new Io;this.encryptedData=new Na;Object.assign(this,t)}return t}();Tr([Pr({type:Io})],ka.prototype,"encryptionAlgorithm",void 0);Tr([Pr({type:Na})],ka.prototype,"encryptedData",void 0);var Ka;var ja;(function(t){t[t["v1"]=0]="v1"})(ja||(ja={}));var Ha=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Qi);var Fa=Ka=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ka.prototype);return i}return e}(Br);Fa=Ka=Tr([br({type:Vi.Sequence,itemType:vo})],Fa);var Ua=function(){function t(t){if(t===void 0){t={}}this.version=ja.v1;this.privateKeyAlgorithm=new Io;this.privateKey=new Ha;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Ua.prototype,"version",void 0);Tr([Pr({type:Io})],Ua.prototype,"privateKeyAlgorithm",void 0);Tr([Pr({type:Ha})],Ua.prototype,"privateKey",void 0);Tr([Pr({type:Fa,implicit:true,context:0,optional:true})],Ua.prototype,"attributes",void 0);var La;var Va;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2"})(Va||(Va={}));var Ga=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Ga=Tr([br({type:Vi.Sequence})],Ga);var Wa=function(){function t(){this.version=Va.v1;this.privateKeyAlgorithm=new Io;this.privateKey=new ArrayBuffer(0)}return t}();Tr([Pr({type:Gi.Integer})],Wa.prototype,"version",void 0);Tr([Pr({type:Io})],Wa.prototype,"privateKeyAlgorithm",void 0);Tr([Pr({type:Gi.OctetString})],Wa.prototype,"privateKey",void 0);Tr([Pr({type:Fa,context:0,implicit:true,optional:true})],Wa.prototype,"attributes",void 0);Tr([Pr({type:Gi.BitString,context:1,implicit:true,optional:true})],Wa.prototype,"publicKey",void 0);Wa=Tr([br({type:Vi.Sequence})],Wa);var Qa=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Wa);Qa=Tr([br({type:Vi.Sequence})],Qa);var qa=La=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,La.prototype);return i}return e}(Br);qa=La=Tr([br({type:Vi.Sequence,itemType:Wa})],qa);var za,$a;var Za=t("l","2.16.840.1.114027.80.4.1");var Xa=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Xa=Tr([br({type:Vi.Sequence})],Xa);var Ya=t("m",za=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,za.prototype);return i}return e}(Br));t("m",Ya=za=Tr([br({type:Vi.Sequence,itemType:_o})],Ya));var Ja=$a=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,$a.prototype);return i}return e}(Br);Ja=$a=Tr([br({type:Vi.Sequence,itemType:Wa})],Ja);
69
- /**
70
- * @license
71
- * Copyright (c) Peculiar Ventures, LLC.
72
- *
73
- * This source code is licensed under the MIT license found in the
74
- * LICENSE file in the root directory of this source tree.
75
- */var ts=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 es=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 is;var rs=function(){function t(t){is.set(this,new Lr);if(e.isBufferSource(t)){ts(this,is,Ir.parse(t,Lr),"f")}else{ts(this,is,t,"f")}}t.prototype.toJSON=function(){var t=[];es(this,is,"f").forEach((function(e){return e.forEach((function(e){t.push({type:e.type,name:yt[e.type],shortName:pt[e.type],value:e.value.toString()})}))}));return t};return t}();t("N",rs);is=new WeakMap;var ns;var os="".concat(zr,".2");var as;(function(t){t[t["picture"]=0]="picture";t[t["handwrittenSignature"]=1]="handwrittenSignature"})(as||(as={}));var ss=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],ss.prototype,"predefinedBiometricType",void 0);Tr([Pr({type:Gi.ObjectIdentifier})],ss.prototype,"biometricDataOid",void 0);ss=Tr([br({type:Vi.Choice})],ss);var us=function(){function t(t){if(t===void 0){t={}}this.typeOfBiometricData=new ss;this.hashAlgorithm=new Io;this.biometricDataHash=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:ss})],us.prototype,"typeOfBiometricData",void 0);Tr([Pr({type:Io})],us.prototype,"hashAlgorithm",void 0);Tr([Pr({type:Qi})],us.prototype,"biometricDataHash",void 0);Tr([Pr({type:Gi.IA5String,optional:true})],us.prototype,"sourceDataUri",void 0);var cs=t("aL",ns=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ns.prototype);return i}return e}(Br));t("aL",cs=ns=Tr([br({type:Vi.Sequence,itemType:us})],cs));var fs="".concat(qr,".11");var vs,hs;var ds="".concat(zr,".3");var ls=function(){function t(){this.statementId="";this.statementInfo=new ArrayBuffer(0)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],ls.prototype,"statementId",void 0);Tr([Pr({type:Gi.Any,optional:true})],ls.prototype,"statementInfo",void 0);var ps=t("ag","".concat(fs,".2"));var ys=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}(Br);ys=vs=Tr([br({type:Vi.Sequence,itemType:Qr})],ys);var Ss=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("ah",Ss);Tr([Pr({type:Gi.ObjectIdentifier,optional:true})],Ss.prototype,"semanticsIdentifier",void 0);Tr([Pr({type:ys,optional:true})],Ss.prototype,"nameRegistrationAuthorities",void 0);var Cs=t("aB",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}(Br));t("aB",Cs=hs=Tr([br({type:Vi.Sequence,itemType:ls})],Cs));var As=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kr);As=Tr([br({type:Vi.Choice})],As);var ms;(function(t){t["M"]="M";t["F"]="F";t["m"]="m";t["f"]="f"})(ms||(ms={}));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}(An);ws=gs=Tr([br({type:Vi.Sequence})],ws);var Es="1.3.6.1.4.1.311.21.7";var bs=function(){function t(t){if(t===void 0){t={}}this.templateID="";this.templateMajorVersion=0;this.templateMinorVersion=0;Object.assign(this,t)}return t}();t("ay",bs);Tr([Pr({type:Gi.ObjectIdentifier})],bs.prototype,"templateID",void 0);Tr([Pr({type:Gi.Integer})],bs.prototype,"templateMajorVersion",void 0);Tr([Pr({type:Gi.Integer})],bs.prototype,"templateMinorVersion",void 0);var Ps="1.3.6.1.4.1.311.20.2";var Ds=function(){function t(t){if(t===void 0){t={}}this.name="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Utf8String})],Ds.prototype,"name",void 0);var Is=t("az",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}());Tr([Pr({type:Kr})],Is.prototype,"name",void 0);Tr([Pr({type:Ds})],Is.prototype,"spec",void 0);t("az",Is=Tr([br({type:Vi.Choice})],Is));var _s="1.3.6.1.4.1.311.21.1";var Bs=t("aA",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(i.ToHex(t.slice(0,2)),16),certificateIndex:parseInt(i.ToHex(t.slice(2)),16)}};return t}());Tr([Pr({type:Gi.Integer,converter:Zi})],Bs.prototype,"value",void 0);t("aA",Bs=Tr([br({type:Vi.Choice})],Bs));var xs=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.NumericString})],xs.prototype,"numericString",void 0);Tr([Pr({type:Gi.PrintableString})],xs.prototype,"printableString",void 0);Tr([Pr({type:Gi.TeletexString})],xs.prototype,"teletexString",void 0);Tr([Pr({type:Gi.VideotexString})],xs.prototype,"videotexString",void 0);Tr([Pr({type:Gi.IA5String})],xs.prototype,"ia5String",void 0);Tr([Pr({type:Gi.GraphicString})],xs.prototype,"graphicString",void 0);Tr([Pr({type:Gi.VisibleString})],xs.prototype,"visibleString",void 0);Tr([Pr({type:Gi.GeneralString})],xs.prototype,"generalString",void 0);Tr([Pr({type:Gi.UniversalString})],xs.prototype,"universalString",void 0);Tr([Pr({type:Gi.BmpString})],xs.prototype,"bmpString",void 0);xs=Tr([br({type:Vi.Choice})],xs);var Ts=function(){function t(t){if(t===void 0){t=new ArrayBuffer(0)}this.value=t}return t}();Tr([Pr({type:Gi.Any})],Ts.prototype,"value",void 0);Ts=Tr([br({type:Vi.Choice})],Ts);var Os;var Ms=Os=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Os.prototype);return i}return e}(Mo);Ms=Os=Tr([br({type:Vi.Sequence})],Ms);var Rs=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}();Tr([Pr({type:Gi.Integer})],Rs.prototype,"keySpec",void 0);Tr([Pr({type:Gi.BmpString})],Rs.prototype,"cspName",void 0);Tr([Pr({type:Gi.BitString})],Rs.prototype,"signature",void 0);var Ns;var ks=Ns=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ns.prototype);return i}return e}(Br);ks=Ns=Tr([br({type:Vi.Sequence,itemType:Gi.Any})],ks);var Ks;var js=Ks=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Ks.prototype);return i}return e}(Br);js=Ks=Tr([br({type:Vi.Sequence,itemType:Gi.Any})],js);var Hs;var Fs=function(){function t(t){if(t===void 0){t={}}this.name="";this.value="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.BmpString})],Fs.prototype,"name",void 0);Tr([Pr({type:Gi.BmpString})],Fs.prototype,"value",void 0);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}(Br);Us=Hs=Tr([br({type:Vi.Sequence,itemType:Fs})],Us);var Ls=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Gr);Ls=Tr([br({type:Vi.Sequence})],Ls);var Vs=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Gr);Vs=Tr([br({type:Vi.Sequence})],Vs);var Gs=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ko);Gs=Tr([br({type:Vi.Sequence})],Gs);var Ws=function(){function t(t){if(t===void 0){t={}}this.clientId=0;this.machineName="";this.userName="";this.processName="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Ws.prototype,"clientId",void 0);Tr([Pr({type:Gi.Utf8String})],Ws.prototype,"machineName",void 0);Tr([Pr({type:Gi.Utf8String})],Ws.prototype,"userName",void 0);Tr([Pr({type:Gi.Utf8String})],Ws.prototype,"processName",void 0);var Qs="2.16.840.1.113730";var qs="".concat(Qs,".1");var zs=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],zs.prototype,"value",void 0);zs=Tr([br({type:Vi.Choice})],zs);var $s=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],$s.prototype,"value",void 0);$s=Tr([br({type:Vi.Choice})],$s);var Zs=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],Zs.prototype,"value",void 0);Zs=Tr([br({type:Vi.Choice})],Zs);var Xs=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],Xs.prototype,"value",void 0);Xs=Tr([br({type:Vi.Choice})],Xs);var Ys="".concat(qs,".1");var Js;(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"})(Js||(Js={}));var tu=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&Js.objectSigning){e.push("objectSigning")}if(t&Js.objectSigningCa){e.push("objectSigningCa")}if(t&Js.sMime){e.push("sMime")}if(t&Js.sMimeCa){e.push("sMimeCa")}if(t&Js.sslCa){e.push("sslCa")}if(t&Js.sslClient){e.push("sslClient")}if(t&Js.sslServer){e.push("sslServer")}return e};e.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return e}(Wi);t("aD",tu);var eu="".concat(qs,".13");var iu=t("aC",function(){function t(t){this.value="";if(t){this.value=t}}return t}());Tr([Pr({type:Gi.IA5String})],iu.prototype,"value",void 0);t("aC",iu=Tr([br({type:Vi.Choice})],iu));var ru=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],ru.prototype,"value",void 0);ru=Tr([br({type:Vi.Choice})],ru);var nu=function(){function t(t){this.value="";if(t){this.value=t}}return t}();Tr([Pr({type:Gi.IA5String})],nu.prototype,"value",void 0);nu=Tr([br({type:Vi.Choice})],nu);var ou="1.3.6.1.4.1.52266.1";var au=function(){function t(t){if(t===void 0){t={}}this.leiCode="";Object.assign(this,t)}return t}();Tr([Pr({type:si})],au.prototype,"leiCode",void 0);Tr([Pr({type:si,context:0,optional:true})],au.prototype,"leiRole",void 0);au=Tr([br({type:Vi.Sequence})],au);var su=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}();Tr([Pr({type:Gi.IA5String})],su.prototype,"ia5String",void 0);Tr([Pr({type:Gi.VisibleString})],su.prototype,"visibleString",void 0);Tr([Pr({type:Gi.BmpString})],su.prototype,"bmpString",void 0);Tr([Pr({type:Gi.Utf8String})],su.prototype,"utf8String",void 0);Tr([Pr({type:Gi.PrintableString})],su.prototype,"printableString",void 0);su=Tr([br({type:Vi.Choice})],su);var uu=t("aF",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 au){i.struct=e}return i}return e}(su));Tr([Pr({type:au})],uu.prototype,"struct",void 0);t("aF",uu=Tr([br({type:Vi.Choice})],uu));var cu="1.3.6.1.4.1.52266.2";var fu=t("aE",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(su));t("aE",fu=Tr([br({type:Vi.Choice})],fu));var vu=function(){function t(t){this.offset=0;this.view=e.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 r=i.ToHex(e);return parseInt(r,16)};t.prototype.readEnd=function(){return this.read(this.view.length-this.offset)};t.prototype.reset=function(){this.offset=0};return t}();var hu=function(){function t(){}t.createStream=function(t){var i=e.toUint8Array(t);return new vu(i)};return t}();var du;(function(t){t[t["certificateTimestamp"]=0]="certificateTimestamp";t[t["treeHash"]=1]="treeHash"})(du||(du={}));var lu;(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"})(lu||(lu={}));var pu;(function(t){t[t["anonymous"]=0]="anonymous";t[t["rsa"]=1]="rsa";t[t["dsa"]=2]="dsa";t[t["ecdsa"]=3]="ecdsa"})(pu||(pu={}));var yu=function(t){__extends(r,t);function r(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}r.prototype.parse=function(t){this.version=t.readByte();t.read(2);this.logId=e.toArrayBuffer(t.read(32));this.timestamp=new Date(t.readNumber(8));var i=t.readNumber(2);this.extensions=t.read(i).buffer;this.hashAlgorithm=t.readByte();this.signatureAlgorithm=t.readByte();this.signature=t.read(t.readNumber(2)).buffer};r.prototype.toJSON=function(){return{version:this.version,logId:i.ToHex(this.logId),timestamp:this.timestamp,extensions:i.ToBase64(this.extensions),hashAlgorithm:lu[this.hashAlgorithm]||"undefined",signatureAlgorithm:pu[this.signatureAlgorithm]||"undefined",signature:i.ToBase64(this.signature)}};return r}(hu);var Su="1.3.6.1.4.1.11129.2.4.2";var Cu=function(t){__extends(e,t);function e(){var e=t.apply(this,arguments)||this;e.items=[];return e}e.prototype.fromASN=function(e){t.prototype.fromASN.call(this,e);var i=new vu(this.buffer);var r=i.readNumber(2);this.items=[];while(i.position<r){this.items.push(new yu(i))}return this};e.prototype.toJSON=function(){return this.items.map((function(t){return t.toJSON()}))};return e}(Qi);t("aw",Cu);var Au;(function(t){t[t["v1"]=1]="v1"})(Au||(Au={}));var mu="1.2.840.113583.1.1.9.2";var gu=function(){function t(t){if(t===void 0){t={}}this.version=Au.v1;Object.assign(this,t)}return t}();t("aH",gu);Tr([Pr({type:Gi.Integer})],gu.prototype,"version",void 0);var wu="1.2.840.113583.1.1.9.1";var Eu=function(){function t(t){if(t===void 0){t={}}this.version=Au.v1;this.location=new Qr;this.requiresAuth=false;Object.assign(this,t)}return t}();t("aG",Eu);Tr([Pr({type:Gi.Integer})],Eu.prototype,"version",void 0);Tr([Pr({type:Qr})],Eu.prototype,"location",void 0);Tr([Pr({type:Gi.Boolean,defaultValue:false,optional:true})],Eu.prototype,"requiresAuth",void 0);var bu=function(){function t(t){if(t===void 0){t={}}this.hashAlg=new Io;this.hashValue=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Io})],bu.prototype,"hashAlg",void 0);Tr([Pr({type:Qi})],bu.prototype,"hashValue",void 0);var Pu=function(){function t(t){if(t===void 0){t={}}this.mediaType="";this.logotypeHash=[];this.logotypeURI=[];Object.assign(this,t)}return t}();Tr([Pr({type:Gi.IA5String})],Pu.prototype,"mediaType",void 0);Tr([Pr({type:bu,repeated:"sequence"})],Pu.prototype,"logotypeHash",void 0);Tr([Pr({type:Gi.IA5String,repeated:"sequence"})],Pu.prototype,"logotypeURI",void 0);var Du;(function(t){t[t["mono"]=1]="mono";t[t["stereo"]=2]="stereo";t[t["quad"]=4]="quad"})(Du||(Du={}));var Iu=function(){function t(t){if(t===void 0){t={}}this.fileSize=0;this.playTime=0;this.channels=Du.mono;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Iu.prototype,"fileSize",void 0);Tr([Pr({type:Gi.Integer})],Iu.prototype,"playTime",void 0);Tr([Pr({type:Gi.Integer})],Iu.prototype,"channels",void 0);Tr([Pr({type:Gi.Integer,implicit:true,context:3,optional:true})],Iu.prototype,"sampleRate",void 0);Tr([Pr({type:Gi.IA5String,implicit:true,context:4,optional:true})],Iu.prototype,"language",void 0);var _u=function(){function t(t){if(t===void 0){t={}}this.audioDetails=new Pu;Object.assign(this,t)}return t}();Tr([Pr({type:Pu})],_u.prototype,"audioDetails",void 0);Tr([Pr({type:Iu,optional:true})],_u.prototype,"audioInfo",void 0);var Bu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,context:1,implicit:true})],Bu.prototype,"numBits",void 0);Tr([Pr({type:Gi.Integer,context:2,implicit:true})],Bu.prototype,"tableSize",void 0);Bu=Tr([br({type:Vi.Choice})],Bu);var xu;(function(t){t[t["grayScale"]=0]="grayScale";t[t["color"]=1]="color"})(xu||(xu={}));var Tu=function(){function t(t){if(t===void 0){t={}}this.type=xu.color;this.fileSize=0;this.xSize=0;this.ySize=0;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,context:0,implicit:true,defaultValue:xu.color})],Tu.prototype,"type",void 0);Tr([Pr({type:Gi.Integer})],Tu.prototype,"fileSize",void 0);Tr([Pr({type:Gi.Integer})],Tu.prototype,"xSize",void 0);Tr([Pr({type:Gi.Integer})],Tu.prototype,"ySize",void 0);Tr([Pr({type:Bu})],Tu.prototype,"resolution",void 0);Tr([Pr({type:Gi.IA5String,context:4,implicit:true,optional:true})],Tu.prototype,"language",void 0);var Ou=function(){function t(t){if(t===void 0){t={}}this.imageDetails=new Pu;Object.assign(this,t)}return t}();Tr([Pr({type:Pu})],Ou.prototype,"imageDetails",void 0);Tr([Pr({type:Tu,optional:true})],Ou.prototype,"imageInfo",void 0);var Mu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Ou,repeated:"sequence",optional:true})],Mu.prototype,"image",void 0);Tr([Pr({type:_u,repeated:"sequence",context:1,optional:true})],Mu.prototype,"audio",void 0);var Ru=function(){function t(t){if(t===void 0){t={}}this.refStructHash=[];this.refStructURI=[];Object.assign(this,t)}return t}();Tr([Pr({type:bu,repeated:"sequence"})],Ru.prototype,"refStructHash",void 0);Tr([Pr({type:Gi.IA5String,repeated:"sequence"})],Ru.prototype,"refStructURI",void 0);var Nu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Mu,implicit:true,context:0})],Nu.prototype,"direct",void 0);Tr([Pr({type:Ru,implicit:true,context:1})],Nu.prototype,"indirect",void 0);Nu=Tr([br({type:Vi.Choice})],Nu);var ku=function(){function t(t){if(t===void 0){t={}}this.logotypeType="";this.info=new Nu;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],ku.prototype,"logotypeType",void 0);Tr([Pr({type:Nu})],ku.prototype,"info",void 0);var Ku=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aM",Ku);Tr([Pr({type:Nu,context:0,repeated:"sequence",optional:true})],Ku.prototype,"communityLogos",void 0);Tr([Pr({type:Nu,context:1,optional:true})],Ku.prototype,"issuerLogo",void 0);Tr([Pr({type:Nu,context:2,optional:true})],Ku.prototype,"subjectLogo",void 0);Tr([Pr({type:ku,context:3,repeated:"sequence",optional:true})],Ku.prototype,"otherLogos",void 0);var ju="1.3.6.1.5.5.7.1.12";var Hu,Fu,Uu;var Lu="1.3.6.1.5.5.7";var Vu="".concat(Lu,".1");var Gu=Hu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Hu.prototype);return i}return e}(Br);Gu=Hu=Tr([br({type:Vi.Sequence,itemType:Gi.IA5String})],Gu);var Wu=function(){function t(t){if(t===void 0){t={}}this.claim="";this.permitted=[];Object.assign(this,t)}return t}();Tr([Pr({type:Gi.IA5String})],Wu.prototype,"claim",void 0);Tr([Pr({type:Gi.Utf8String,repeated:"sequence"})],Wu.prototype,"permitted",void 0);var Qu=Fu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Fu.prototype);return i}return e}(Br);Qu=Fu=Tr([br({type:Vi.Sequence,itemType:Wu})],Qu);var qu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gu,optional:true,context:0})],qu.prototype,"mustInclude",void 0);Tr([Pr({type:Qu,optional:true,context:1})],qu.prototype,"permittedValues",void 0);var zu="".concat(Vu,".26");var $u=function(){function t(){this.start="";this.count=2}return t}();Tr([Pr({type:Gi.IA5String})],$u.prototype,"start",void 0);Tr([Pr({type:Gi.Integer})],$u.prototype,"count",void 0);var Zu=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.IA5String,context:0})],Zu.prototype,"spc",void 0);Tr([Pr({type:$u,context:1})],Zu.prototype,"range",void 0);Tr([Pr({type:Gi.IA5String,context:2})],Zu.prototype,"one",void 0);Zu=Tr([br({type:Vi.Choice})],Zu);var Xu=t("aN",Uu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Uu.prototype);return i}return e}(Br));t("aN",Xu=Uu=Tr([br({type:Vi.Sequence,itemType:Zu})],Xu));var Yu;var Ju="1.3.6.1.4.1.11129.2.1.17";var tc;(function(t){t[t["verified"]=0]="verified";t[t["selfSigned"]=1]="selfSigned";t[t["unverified"]=2]="unverified";t[t["failed"]=3]="failed"})(tc||(tc={}));var ec=function(){function t(t){if(t===void 0){t={}}this.verifiedBootKey=new Qi;this.deviceLocked=false;this.verifiedBootState=tc.verified;Object.assign(this,t)}return t}();t("ak",ec);Tr([Pr({type:Qi})],ec.prototype,"verifiedBootKey",void 0);Tr([Pr({type:Gi.Boolean})],ec.prototype,"deviceLocked",void 0);Tr([Pr({type:Gi.Enumerated})],ec.prototype,"verifiedBootState",void 0);Tr([Pr({type:Qi,optional:true})],ec.prototype,"verifiedBootHash",void 0);var ic=t("al",Yu=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Yu.prototype);return i}return e}(Br));t("al",ic=Yu=Tr([br({type:Vi.Set,itemType:Gi.Integer})],ic));var rc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({context:1,type:ic,optional:true})],rc.prototype,"purpose",void 0);Tr([Pr({context:2,type:Gi.Integer,optional:true})],rc.prototype,"algorithm",void 0);Tr([Pr({context:3,type:Gi.Integer,optional:true})],rc.prototype,"keySize",void 0);Tr([Pr({context:5,type:ic,optional:true})],rc.prototype,"digest",void 0);Tr([Pr({context:6,type:ic,optional:true})],rc.prototype,"padding",void 0);Tr([Pr({context:10,type:Gi.Integer,optional:true})],rc.prototype,"ecCurve",void 0);Tr([Pr({context:200,type:Gi.Integer,optional:true})],rc.prototype,"rsaPublicExponent",void 0);Tr([Pr({context:203,type:ic,optional:true})],rc.prototype,"mgfDigest",void 0);Tr([Pr({context:303,type:Gi.Null,optional:true})],rc.prototype,"rollbackResistance",void 0);Tr([Pr({context:305,type:Gi.Null,optional:true})],rc.prototype,"earlyBootOnly",void 0);Tr([Pr({context:400,type:Gi.Integer,optional:true})],rc.prototype,"activeDateTime",void 0);Tr([Pr({context:401,type:Gi.Integer,optional:true})],rc.prototype,"originationExpireDateTime",void 0);Tr([Pr({context:402,type:Gi.Integer,optional:true})],rc.prototype,"usageExpireDateTime",void 0);Tr([Pr({context:405,type:Gi.Integer,optional:true})],rc.prototype,"usageCountLimit",void 0);Tr([Pr({context:503,type:Gi.Null,optional:true})],rc.prototype,"noAuthRequired",void 0);Tr([Pr({context:504,type:Gi.Integer,optional:true})],rc.prototype,"userAuthType",void 0);Tr([Pr({context:505,type:Gi.Integer,optional:true})],rc.prototype,"authTimeout",void 0);Tr([Pr({context:506,type:Gi.Null,optional:true})],rc.prototype,"allowWhileOnBody",void 0);Tr([Pr({context:507,type:Gi.Null,optional:true})],rc.prototype,"trustedUserPresenceRequired",void 0);Tr([Pr({context:508,type:Gi.Null,optional:true})],rc.prototype,"trustedConfirmationRequired",void 0);Tr([Pr({context:509,type:Gi.Null,optional:true})],rc.prototype,"unlockedDeviceRequired",void 0);Tr([Pr({context:600,type:Gi.Null,optional:true})],rc.prototype,"allApplications",void 0);Tr([Pr({context:601,type:Qi,optional:true})],rc.prototype,"applicationId",void 0);Tr([Pr({context:701,type:Gi.Integer,optional:true})],rc.prototype,"creationDateTime",void 0);Tr([Pr({context:702,type:Gi.Integer,optional:true})],rc.prototype,"origin",void 0);Tr([Pr({context:703,type:Gi.Null,optional:true})],rc.prototype,"rollbackResistant",void 0);Tr([Pr({context:704,type:ec,optional:true})],rc.prototype,"rootOfTrust",void 0);Tr([Pr({context:705,type:Gi.Integer,optional:true})],rc.prototype,"osVersion",void 0);Tr([Pr({context:706,type:Gi.Integer,optional:true})],rc.prototype,"osPatchLevel",void 0);Tr([Pr({context:709,type:Qi,optional:true})],rc.prototype,"attestationApplicationId",void 0);Tr([Pr({context:710,type:Qi,optional:true})],rc.prototype,"attestationIdBrand",void 0);Tr([Pr({context:711,type:Qi,optional:true})],rc.prototype,"attestationIdDevice",void 0);Tr([Pr({context:712,type:Qi,optional:true})],rc.prototype,"attestationIdProduct",void 0);Tr([Pr({context:713,type:Qi,optional:true})],rc.prototype,"attestationIdSerial",void 0);Tr([Pr({context:714,type:Qi,optional:true})],rc.prototype,"attestationIdImei",void 0);Tr([Pr({context:715,type:Qi,optional:true})],rc.prototype,"attestationIdMeid",void 0);Tr([Pr({context:716,type:Qi,optional:true})],rc.prototype,"attestationIdManufacturer",void 0);Tr([Pr({context:717,type:Qi,optional:true})],rc.prototype,"attestationIdModel",void 0);Tr([Pr({context:718,type:Gi.Integer,optional:true})],rc.prototype,"vendorPatchLevel",void 0);Tr([Pr({context:719,type:Gi.Integer,optional:true})],rc.prototype,"bootPatchLevel",void 0);Tr([Pr({context:720,type:Gi.Null,optional:true})],rc.prototype,"deviceUniqueAttestation",void 0);var nc;(function(t){t[t["software"]=0]="software";t[t["trustedEnvironment"]=1]="trustedEnvironment";t[t["strongBox"]=2]="strongBox"})(nc||(nc={}));var oc;(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"})(oc||(oc={}));var ac=function(){function t(t){if(t===void 0){t={}}this.attestationVersion=oc.KM4;this.attestationSecurityLevel=nc.software;this.keymasterVersion=0;this.keymasterSecurityLevel=nc.software;this.attestationChallenge=new Qi;this.uniqueId=new Qi;this.softwareEnforced=new rc;this.teeEnforced=new rc;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],ac.prototype,"attestationVersion",void 0);Tr([Pr({type:Gi.Enumerated})],ac.prototype,"attestationSecurityLevel",void 0);Tr([Pr({type:Gi.Integer})],ac.prototype,"keymasterVersion",void 0);Tr([Pr({type:Gi.Enumerated})],ac.prototype,"keymasterSecurityLevel",void 0);Tr([Pr({type:Qi})],ac.prototype,"attestationChallenge",void 0);Tr([Pr({type:Qi})],ac.prototype,"uniqueId",void 0);Tr([Pr({type:rc})],ac.prototype,"softwareEnforced",void 0);Tr([Pr({type:rc})],ac.prototype,"teeEnforced",void 0);var sc;var uc=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rc);uc=Tr([br({type:Vi.Choice})],uc);var cc=sc=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,sc.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}(Br);cc=sc=Tr([br({type:Vi.Sequence,itemType:uc})],cc);var fc=function(){function t(t){if(t===void 0){t={}}this.attestationVersion=oc.KM4;this.attestationSecurityLevel=nc.software;this.keymasterVersion=0;this.keymasterSecurityLevel=nc.software;this.attestationChallenge=new Qi;this.uniqueId=new Qi;this.softwareEnforced=new cc;this.teeEnforced=new cc;Object.assign(this,t)}return t}();t("aS",fc);Tr([Pr({type:Gi.Integer})],fc.prototype,"attestationVersion",void 0);Tr([Pr({type:Gi.Enumerated})],fc.prototype,"attestationSecurityLevel",void 0);Tr([Pr({type:Gi.Integer})],fc.prototype,"keymasterVersion",void 0);Tr([Pr({type:Gi.Enumerated})],fc.prototype,"keymasterSecurityLevel",void 0);Tr([Pr({type:Qi})],fc.prototype,"attestationChallenge",void 0);Tr([Pr({type:Qi})],fc.prototype,"uniqueId",void 0);Tr([Pr({type:cc})],fc.prototype,"softwareEnforced",void 0);Tr([Pr({type:cc})],fc.prototype,"teeEnforced",void 0);var vc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gi.OctetString})],vc.prototype,"packageName",void 0);Tr([Pr({type:Gi.Integer})],vc.prototype,"version",void 0);var hc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aj",hc);Tr([Pr({type:vc,repeated:"set"})],hc.prototype,"packageInfos",void 0);Tr([Pr({type:Gi.OctetString,repeated:"set"})],hc.prototype,"signatureDigests",void 0);var dc=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 lc="2.23.140.3.1";var pc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();t("aT",pc);dc([Pr({type:Gi.PrintableString})],pc.prototype,"registrationSchemeIdentifier",void 0);dc([Pr({type:Gi.PrintableString})],pc.prototype,"registrationCountry",void 0);dc([Pr({type:Gi.PrintableString,optional:true,context:0,implicit:true})],pc.prototype,"registrationStateOrProvince",void 0);dc([Pr({type:Gi.Utf8String})],pc.prototype,"registrationReference",void 0);
76
- /**
77
- * @license
78
- * Copyright (c) Peculiar Ventures, LLC.
79
- *
80
- * This source code is licensed under the MIT license found in the
81
- * LICENSE file in the root directory of this source tree.
82
- */var yc=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 Sc=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 Cc,Ac;var mc=function(){function t(){var t=[];for(var i=0;i<arguments.length;i++){t[i]=arguments[i]}Cc.set(this,void 0);Ac.set(this,void 0);if(t.length===1){yc(this,Cc,t[0],"f");yc(this,Ac,xr.serialize(Sc(this,Cc,"f")),"f")}else{yc(this,Cc,xr.parse(t[0],t[1]),"f");yc(this,Ac,e.toArrayBuffer(t[0]),"f")}}Object.defineProperty(t.prototype,"asn",{get:function(){return Sc(this,Cc,"f")},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"raw",{get:function(){return Sc(this,Ac,"f")},enumerable:false,configurable:true});return t}();t("A",mc);Cc=new WeakMap,Ac=new WeakMap;
83
- /**
84
- * @license
85
- * Copyright (c) Peculiar Ventures, LLC.
86
- *
87
- * This source code is licensed under the MIT license found in the
88
- * LICENSE file in the root directory of this source tree.
89
- */var gc=(n={},n[Xr]=Jr,n[tn]=rn,n[nn]=on,n[cn]=fn,n[hn]=An,n[Pn]=xn,n["2.5.29.46"]=xn,n[Mn]=Rn,n[Nn]=Kn,n[Hn]=Fn,n[Un]=Ln,n[Vn]=Gn,n[Qn]=qn,n[zn]=Zn,n[Yn]=eo,n[io]=ro,n[oo]=so,n[co]=fo,n[lo]=po,n[yo]=So,n[ds]=Cs,n[Es]=bs,n[Ps]=Is,n[eu]=iu,n[Ys]=tu,n[_s]=Bs,n[Su]=Cu,n[ou]=uu,n[cu]=fu,n[wu]=Eu,n[mu]=gu,n[Co]=Ao,n[mo]=Eo,n["2.16.724.1.2.2.4.1"]=cs,n[os]=cs,n[ju]=Ku,n[zu]=Xu,n[Po]=Do,n[mn]=gn,n[wn]=En,n[Ju]=fc,n[lc]=pc,n);var wc=function(t){__extends(e,t);function e(e){var r=t.call(this,e,Oo)||this;var n=r.getAsnExtnValue();try{var o=gc[r.asn.extnID];if(o){r.value=Ir.parse(n,o)}else{console.warn("Didn't detect parser for \"".concat(r.asn.extnID,'" extension.'));r.value=i.ToHex(n)}}catch(t){console.error('Error parse "'.concat(r.asn.extnID,'" extension:'),t.message);r.value=i.ToHex(n)}return r}e.prototype.getAsnExtnValue=function(){return this.asn.extnValue.buffer};return e}(mc);t("E",wc);
90
- /**
91
- * @license
92
- * Copyright (c) Peculiar Ventures, LLC.
93
- *
94
- * This source code is licensed under the MIT license found in the
95
- * LICENSE file in the root directory of this source tree.
96
- */var Ec=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&&t.privateKey&&t.publicKey};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}();Ec.DEFAULT="default";var bc=new Ec;var Pc=/-----BEGIN [^-]+-----([A-Za-z0-9+/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+/=\s]+)====/;var Dc=function(t){var e=Pc.exec(t);return e?e[1]||e[2]:t};var Ic=t("q",(function(t){return t.replace(/(.{32})/g,"$1\n").replace(/(.{4})/g,"$1 ").trim()}));var _c=t("r",(function(t){return t.replace(/(.{64})/g,"$1\n")}));var Bc=t("e",(function(t){var e=Dc(t);var r;if(s(e)){r=i.FromHex(e)}else if(d(e)||u(e)){r=i.FromBase64(e)}else{r=i.FromBinary(t)}return r}));var xc=t("s",(function(t,e){return __awaiter(o,void 0,void 0,(function(){var i;return __generator(this,(function(r){i=bc.get();if(i.subtle){return[2,i.subtle.digest(t,e)]}return[2,undefined]}))}))}));var Tc=function(){function t(t){if(t===void 0){t={}}this.acIssuer=new Qr;this.acSerial=0;this.attrs=[];Object.assign(this,t)}return t}();Tr([Pr({type:Qr})],Tc.prototype,"acIssuer",void 0);Tr([Pr({type:Gi.Integer})],Tc.prototype,"acSerial",void 0);Tr([Pr({type:vo,repeated:"sequence"})],Tc.prototype,"attrs",void 0);var Oc;var Mc=Oc=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Oc.prototype);return i}return e}(Br);Mc=Oc=Tr([br({type:Vi.Sequence,itemType:Gi.ObjectIdentifier})],Mc);var Rc=function(){function t(t){if(t===void 0){t={}}this.permitUnSpecified=true;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer,optional:true})],Rc.prototype,"pathLenConstraint",void 0);Tr([Pr({type:Mc,implicit:true,context:0,optional:true})],Rc.prototype,"permittedAttrs",void 0);Tr([Pr({type:Mc,implicit:true,context:1,optional:true})],Rc.prototype,"excludedAttrs",void 0);Tr([Pr({type:Gi.Boolean,defaultValue:true})],Rc.prototype,"permitUnSpecified",void 0);var Nc=function(){function t(t){if(t===void 0){t={}}this.issuer=new sn;this.serial=new ArrayBuffer(0);this.issuerUID=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:sn})],Nc.prototype,"issuer",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Nc.prototype,"serial",void 0);Tr([Pr({type:Gi.BitString,optional:true})],Nc.prototype,"issuerUID",void 0);var kc;(function(t){t[t["publicKey"]=0]="publicKey";t[t["publicKeyCert"]=1]="publicKeyCert";t[t["otherObjectTypes"]=2]="otherObjectTypes"})(kc||(kc={}));var Kc=function(){function t(t){if(t===void 0){t={}}this.digestedObjectType=kc.publicKey;this.digestAlgorithm=new Io;this.objectDigest=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Enumerated})],Kc.prototype,"digestedObjectType",void 0);Tr([Pr({type:Gi.ObjectIdentifier,optional:true})],Kc.prototype,"otherObjectTypeID",void 0);Tr([Pr({type:Io})],Kc.prototype,"digestAlgorithm",void 0);Tr([Pr({type:Gi.BitString})],Kc.prototype,"objectDigest",void 0);var jc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:sn,optional:true})],jc.prototype,"issuerName",void 0);Tr([Pr({type:Nc,context:0,implicit:true,optional:true})],jc.prototype,"baseCertificateID",void 0);Tr([Pr({type:Kc,context:1,implicit:true,optional:true})],jc.prototype,"objectDigestInfo",void 0);var Hc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qr,repeated:"sequence"})],Hc.prototype,"v1Form",void 0);Tr([Pr({type:jc,context:0,implicit:true})],Hc.prototype,"v2Form",void 0);Hc=Tr([br({type:Vi.Choice})],Hc);var Fc=function(){function t(t){if(t===void 0){t={}}this.notBeforeTime=new Date;this.notAfterTime=new Date;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.GeneralizedTime})],Fc.prototype,"notBeforeTime",void 0);Tr([Pr({type:Gi.GeneralizedTime})],Fc.prototype,"notAfterTime",void 0);var Uc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Nc,implicit:true,context:0,optional:true})],Uc.prototype,"baseCertificateID",void 0);Tr([Pr({type:sn,implicit:true,context:1,optional:true})],Uc.prototype,"entityName",void 0);Tr([Pr({type:Kc,implicit:true,context:2,optional:true})],Uc.prototype,"objectDigestInfo",void 0);var Lc;(function(t){t[t["v2"]=1]="v2"})(Lc||(Lc={}));var Vc=function(){function t(t){if(t===void 0){t={}}this.version=Lc.v2;this.holder=new Uc;this.issuer=new Hc;this.signature=new Io;this.serialNumber=new ArrayBuffer(0);this.attrCertValidityPeriod=new Fc;this.attributes=[];Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Vc.prototype,"version",void 0);Tr([Pr({type:Uc})],Vc.prototype,"holder",void 0);Tr([Pr({type:Hc})],Vc.prototype,"issuer",void 0);Tr([Pr({type:Io})],Vc.prototype,"signature",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Vc.prototype,"serialNumber",void 0);Tr([Pr({type:Fc})],Vc.prototype,"attrCertValidityPeriod",void 0);Tr([Pr({type:vo,repeated:"sequence"})],Vc.prototype,"attributes",void 0);Tr([Pr({type:Gi.BitString,optional:true})],Vc.prototype,"issuerUniqueID",void 0);Tr([Pr({type:Mo,optional:true})],Vc.prototype,"extensions",void 0);var Gc=function(){function t(t){if(t===void 0){t={}}this.acinfo=new Vc;this.signatureAlgorithm=new Io;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("Y",Gc);Tr([Pr({type:Vc})],Gc.prototype,"acinfo",void 0);Tr([Pr({type:Io})],Gc.prototype,"signatureAlgorithm",void 0);Tr([Pr({type:Gi.BitString})],Gc.prototype,"signatureValue",void 0);var Wc;(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"})(Wc||(Wc={}));var Qc=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Wi);var qc=function(){function t(t){if(t===void 0){t={}}this.type="";this.value=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier,implicit:true,context:0})],qc.prototype,"type",void 0);Tr([Pr({type:Gi.Any,implicit:true,context:1})],qc.prototype,"value",void 0);var zc=function(){function t(t){if(t===void 0){t={}}this.policyId="";this.classList=new Qc(Wc.unclassified);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],zc.prototype,"policyId",void 0);Tr([Pr({type:Qc,defaultValue:new Qc(Wc.unclassified)})],zc.prototype,"classList",void 0);Tr([Pr({type:qc,repeated:"set"})],zc.prototype,"securityCategories",void 0);var $c=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qi})],$c.prototype,"cotets",void 0);Tr([Pr({type:Gi.ObjectIdentifier})],$c.prototype,"oid",void 0);Tr([Pr({type:Gi.Utf8String})],$c.prototype,"string",void 0);var Zc=function(){function t(t){if(t===void 0){t={}}this.values=[];Object.assign(this,t)}return t}();Tr([Pr({type:sn,implicit:true,context:0,optional:true})],Zc.prototype,"policyAuthority",void 0);Tr([Pr({type:$c,repeated:"sequence"})],Zc.prototype,"values",void 0);var Xc;var Yc=function(){function t(t){if(t===void 0){t={}}this.targetCertificate=new Nc;Object.assign(this,t)}return t}();Tr([Pr({type:Nc})],Yc.prototype,"targetCertificate",void 0);Tr([Pr({type:Qr,optional:true})],Yc.prototype,"targetName",void 0);Tr([Pr({type:Kc,optional:true})],Yc.prototype,"certDigestInfo",void 0);var Jc=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qr,context:0,implicit:true})],Jc.prototype,"targetName",void 0);Tr([Pr({type:Qr,context:1,implicit:true})],Jc.prototype,"targetGroup",void 0);Tr([Pr({type:Yc,context:2,implicit:true})],Jc.prototype,"targetCert",void 0);Jc=Tr([br({type:Vi.Choice})],Jc);var tf=Xc=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Xc.prototype);return i}return e}(Br);tf=Xc=Tr([br({type:Vi.Sequence,itemType:Jc})],tf);var ef;var rf=ef=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,ef.prototype);return i}return e}(Br);rf=ef=Tr([br({type:Vi.Sequence,itemType:tf})],rf);var nf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:sn,implicit:true,context:0,optional:true})],nf.prototype,"roleAuthority",void 0);Tr([Pr({type:Qr,implicit:true,context:1})],nf.prototype,"roleName",void 0);var of=function(){function t(t){if(t===void 0){t={}}this.service=new Qr;this.ident=new Qr;Object.assign(this,t)}return t}();Tr([Pr({type:Qr})],of.prototype,"service",void 0);Tr([Pr({type:Qr})],of.prototype,"ident",void 0);Tr([Pr({type:Qi,optional:true})],of.prototype,"authInfo",void 0);var af="0.4.0.9496";var sf=t("H","".concat(af,".6"));var uf=t("I",function(){function t(t){if(t===void 0){t={}}this.codeAuthority=new Qr;this.codeId=new Qr;this.shortName="";this.shortDescription="";Object.assign(this,t)}return t}());Tr([Pr({type:Qr,context:0})],uf.prototype,"codeAuthority",void 0);Tr([Pr({type:Qr,context:1})],uf.prototype,"codeId",void 0);Tr([Pr({type:Gi.Utf8String,context:2})],uf.prototype,"shortName",void 0);Tr([Pr({type:Gi.Utf8String,context:3})],uf.prototype,"shortDescription",void 0);t("I",uf=Tr([br({type:Vi.Sequence})],uf));var cf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lr.prototype);return i}return e}(Lr);cf=Tr([br({type:Vi.Sequence})],cf);var ff=t("v","".concat(af,".1"));var vf=t("D",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lr.prototype);return i}return e}(cf));t("D",vf=Tr([br({type:Vi.Sequence})],vf));var hf=t("w","".concat(af,".2"));var df=t("x",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lr.prototype);return i}return e}(cf));t("x",df=Tr([br({type:Vi.Sequence})],df));var lf=t("y","".concat(af,".3"));var pf=t("z",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lr.prototype);return i}return e}(cf));t("z",pf=Tr([br({type:Vi.Sequence})],pf));var yf=t("B","".concat(af,".4"));var Sf=t("F",function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lr.prototype);return i}return e}(cf));t("F",Sf=Tr([br({type:Vi.Sequence})],Sf));var Cf=t("K","".concat(af,".8"));var Af=t("L",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}());Tr([Pr({type:Gi.PrintableString})],Af.prototype,"location",void 0);Tr([Pr({type:Gi.Integer})],Af.prototype,"base",void 0);Tr([Pr({type:Gi.Integer})],Af.prototype,"degree",void 0);t("L",Af=Tr([br({type:Vi.Sequence})],Af));var mf=t("M","".concat(af,".9"));var gf=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}());Tr([Pr({type:Gi.Integer})],gf.prototype,"stars5",void 0);Tr([Pr({type:Gi.Integer})],gf.prototype,"stars4",void 0);Tr([Pr({type:Gi.Integer})],gf.prototype,"stars3",void 0);Tr([Pr({type:Gi.Integer})],gf.prototype,"stars2",void 0);Tr([Pr({type:Gi.Integer})],gf.prototype,"stars1",void 0);t("V",gf=Tr([br({type:Vi.Sequence})],gf));var wf=t("G","".concat(af,".5"));var Ef=t("T",function(){function t(t){if(t===void 0){t={}}this.DNBvsDNO=new Wi(0);this.DNBvsDNT=new Wi(0);this.DNOvsDNT=new Wi(0);Object.assign(this,t)}return t}());Tr([Pr({type:Wi,context:0})],Ef.prototype,"DNBvsDNO",void 0);Tr([Pr({type:Wi,context:1})],Ef.prototype,"DNBvsDNT",void 0);Tr([Pr({type:Wi,context:2})],Ef.prototype,"DNOvsDNT",void 0);t("T",Ef=Tr([br({type:Vi.Sequence})],Ef));var bf=t("J","".concat(af,".7"));var Pf=t("W",function(){function t(t){if(t===void 0){t={}}this.assessmentAuthority=new Qr;this.assessmentRef=new Qr;this.assessmentLocation=new Qr;this.dataStorageTerritory="";this.description="";Object.assign(this,t)}return t}());Tr([Pr({type:Qr,context:0})],Pf.prototype,"assessmentAuthority",void 0);Tr([Pr({type:Qr,context:1})],Pf.prototype,"assessmentRef",void 0);Tr([Pr({type:Qr,context:2})],Pf.prototype,"assessmentLocation",void 0);Tr([Pr({type:Gi.PrintableString,context:3})],Pf.prototype,"dataStorageTerritory",void 0);Tr([Pr({type:Gi.Utf8String,context:4})],Pf.prototype,"description",void 0);t("W",Pf=Tr([br({type:Vi.Sequence})],Pf));var Df=function(){function t(t){if(t===void 0){t={}}this.issuer=new Lr;this.serialNumber=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Lr})],Df.prototype,"issuer",void 0);Tr([Pr({type:Gi.Integer,converter:Zi})],Df.prototype,"serialNumber",void 0);var If=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:So,context:0,implicit:true})],If.prototype,"subjectKeyIdentifier",void 0);Tr([Pr({type:Df})],If.prototype,"issuerAndSerialNumber",void 0);If=Tr([br({type:Vi.Choice})],If);var _f;(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"})(_f||(_f={}));var Bf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Bf=Tr([br({type:Vi.Sequence})],Bf);var xf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);xf=Tr([br({type:Vi.Sequence})],xf);var Tf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Tf=Tr([br({type:Vi.Sequence})],Tf);var Of=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Of=Tr([br({type:Vi.Sequence})],Of);var Mf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Mf=Tr([br({type:Vi.Sequence})],Mf);var Rf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);Rf=Tr([br({type:Vi.Sequence})],Rf);var Nf=function(){function t(t){if(t===void 0){t={}}this.attrType="";this.attrValues=[];Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Nf.prototype,"attrType",void 0);Tr([Pr({type:Gi.Any,repeated:"set"})],Nf.prototype,"attrValues",void 0);var kf;var Kf=function(){function t(t){if(t===void 0){t={}}this.version=_f.v0;this.sid=new If;this.digestAlgorithm=new Bf;this.signatureAlgorithm=new xf;this.signature=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Kf.prototype,"version",void 0);Tr([Pr({type:If})],Kf.prototype,"sid",void 0);Tr([Pr({type:Bf})],Kf.prototype,"digestAlgorithm",void 0);Tr([Pr({type:Nf,repeated:"set",context:0,implicit:true,optional:true})],Kf.prototype,"signedAttrs",void 0);Tr([Pr({type:xf})],Kf.prototype,"signatureAlgorithm",void 0);Tr([Pr({type:Qi})],Kf.prototype,"signature",void 0);Tr([Pr({type:Nf,repeated:"set",context:1,implicit:true,optional:true})],Kf.prototype,"unsignedAttrs",void 0);var jf=kf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,kf.prototype);return i}return e}(Br);jf=kf=Tr([br({type:Vi.Set,itemType:Kf})],jf);var Hf=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Bo);Hf=Tr([br({type:Vi.Choice})],Hf);var Ff=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kf);Ff=Tr([br({type:Vi.Sequence})],Ff);var Uf;var Lf=function(){function t(t){if(t===void 0){t={}}this.otherCertFormat="";this.otherCert=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Lf.prototype,"otherCertFormat",void 0);Tr([Pr({type:Gi.Any})],Lf.prototype,"otherCert",void 0);var Vf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:ko})],Vf.prototype,"certificate",void 0);Tr([Pr({type:Gc,context:2,implicit:true})],Vf.prototype,"v2AttrCert",void 0);Tr([Pr({type:Lf,context:3,implicit:true})],Vf.prototype,"other",void 0);Vf=Tr([br({type:Vi.Choice})],Vf);var Gf=Uf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Uf.prototype);return i}return e}(Br);Gf=Uf=Tr([br({type:Vi.Set,itemType:Vf})],Gf);var Wf=function(){function t(t){if(t===void 0){t={}}this.contentType="";this.content=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Wf.prototype,"contentType",void 0);Tr([Pr({type:Gi.Any,context:0})],Wf.prototype,"content",void 0);var Qf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qi})],Qf.prototype,"single",void 0);Tr([Pr({type:Gi.Any})],Qf.prototype,"any",void 0);Qf=Tr([br({type:Vi.Choice})],Qf);var qf=function(){function t(t){if(t===void 0){t={}}this.eContentType="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],qf.prototype,"eContentType",void 0);Tr([Pr({type:Qf,context:0,optional:true})],qf.prototype,"eContent",void 0);var zf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Qi,context:0,implicit:true,optional:true})],zf.prototype,"value",void 0);Tr([Pr({type:Qi,converter:er,context:0,implicit:true,optional:true,repeated:"sequence"})],zf.prototype,"constructedValue",void 0);zf=Tr([br({type:Vi.Choice})],zf);var $f=function(){function t(t){if(t===void 0){t={}}this.contentType="";this.contentEncryptionAlgorithm=new Of;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],$f.prototype,"contentType",void 0);Tr([Pr({type:Of})],$f.prototype,"contentEncryptionAlgorithm",void 0);Tr([Pr({type:zf,optional:true})],$f.prototype,"encryptedContent",void 0);var Zf=function(){function t(t){if(t===void 0){t={}}this.keyAttrId="";Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Zf.prototype,"keyAttrId",void 0);Tr([Pr({type:Gi.Any,optional:true})],Zf.prototype,"keyAttr",void 0);var Xf;var Yf=function(){function t(t){if(t===void 0){t={}}this.subjectKeyIdentifier=new So;Object.assign(this,t)}return t}();Tr([Pr({type:So})],Yf.prototype,"subjectKeyIdentifier",void 0);Tr([Pr({type:Gi.GeneralizedTime,optional:true})],Yf.prototype,"date",void 0);Tr([Pr({type:Zf,optional:true})],Yf.prototype,"other",void 0);var Jf=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Yf,context:0,implicit:true,optional:true})],Jf.prototype,"rKeyId",void 0);Tr([Pr({type:Df,optional:true})],Jf.prototype,"issuerAndSerialNumber",void 0);Jf=Tr([br({type:Vi.Choice})],Jf);var tv=function(){function t(t){if(t===void 0){t={}}this.rid=new Jf;this.encryptedKey=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Jf})],tv.prototype,"rid",void 0);Tr([Pr({type:Qi})],tv.prototype,"encryptedKey",void 0);var ev=Xf=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Xf.prototype);return i}return e}(Br);ev=Xf=Tr([br({type:Vi.Sequence,itemType:tv})],ev);var iv=function(){function t(t){if(t===void 0){t={}}this.algorithm=new Io;this.publicKey=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Io})],iv.prototype,"algorithm",void 0);Tr([Pr({type:Gi.BitString})],iv.prototype,"publicKey",void 0);var rv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:So,context:0,implicit:true,optional:true})],rv.prototype,"subjectKeyIdentifier",void 0);Tr([Pr({type:iv,context:1,implicit:true,optional:true})],rv.prototype,"originatorKey",void 0);Tr([Pr({type:Df,optional:true})],rv.prototype,"issuerAndSerialNumber",void 0);rv=Tr([br({type:Vi.Choice})],rv);var nv=function(){function t(t){if(t===void 0){t={}}this.version=_f.v3;this.originator=new rv;this.keyEncryptionAlgorithm=new Tf;this.recipientEncryptedKeys=new ev;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],nv.prototype,"version",void 0);Tr([Pr({type:rv,context:0})],nv.prototype,"originator",void 0);Tr([Pr({type:Qi,context:1,optional:true})],nv.prototype,"ukm",void 0);Tr([Pr({type:Tf})],nv.prototype,"keyEncryptionAlgorithm",void 0);Tr([Pr({type:ev})],nv.prototype,"recipientEncryptedKeys",void 0);var ov=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:So,context:0,implicit:true})],ov.prototype,"subjectKeyIdentifier",void 0);Tr([Pr({type:Df})],ov.prototype,"issuerAndSerialNumber",void 0);ov=Tr([br({type:Vi.Choice})],ov);var av=function(){function t(t){if(t===void 0){t={}}this.version=_f.v0;this.rid=new ov;this.keyEncryptionAlgorithm=new Tf;this.encryptedKey=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],av.prototype,"version",void 0);Tr([Pr({type:ov})],av.prototype,"rid",void 0);Tr([Pr({type:Tf})],av.prototype,"keyEncryptionAlgorithm",void 0);Tr([Pr({type:Qi})],av.prototype,"encryptedKey",void 0);var sv=function(){function t(t){if(t===void 0){t={}}this.keyIdentifier=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Qi})],sv.prototype,"keyIdentifier",void 0);Tr([Pr({type:Gi.GeneralizedTime,optional:true})],sv.prototype,"date",void 0);Tr([Pr({type:Zf,optional:true})],sv.prototype,"other",void 0);var uv=function(){function t(t){if(t===void 0){t={}}this.version=_f.v4;this.kekid=new sv;this.keyEncryptionAlgorithm=new Tf;this.encryptedKey=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],uv.prototype,"version",void 0);Tr([Pr({type:sv})],uv.prototype,"kekid",void 0);Tr([Pr({type:Tf})],uv.prototype,"keyEncryptionAlgorithm",void 0);Tr([Pr({type:Qi})],uv.prototype,"encryptedKey",void 0);var cv=function(){function t(t){if(t===void 0){t={}}this.version=_f.v0;this.keyEncryptionAlgorithm=new Tf;this.encryptedKey=new Qi;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],cv.prototype,"version",void 0);Tr([Pr({type:Rf,context:0,optional:true})],cv.prototype,"keyDerivationAlgorithm",void 0);Tr([Pr({type:Tf})],cv.prototype,"keyEncryptionAlgorithm",void 0);Tr([Pr({type:Qi})],cv.prototype,"encryptedKey",void 0);var fv=function(){function t(t){if(t===void 0){t={}}this.oriType="";this.oriValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],fv.prototype,"oriType",void 0);Tr([Pr({type:Gi.Any})],fv.prototype,"oriValue",void 0);var vv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:av,optional:true})],vv.prototype,"ktri",void 0);Tr([Pr({type:nv,context:1,implicit:true,optional:true})],vv.prototype,"kari",void 0);Tr([Pr({type:uv,context:2,implicit:true,optional:true})],vv.prototype,"kekri",void 0);Tr([Pr({type:cv,context:3,implicit:true,optional:true})],vv.prototype,"pwri",void 0);Tr([Pr({type:fv,context:4,implicit:true,optional:true})],vv.prototype,"ori",void 0);vv=Tr([br({type:Vi.Choice})],vv);var hv;var dv=hv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,hv.prototype);return i}return e}(Br);dv=hv=Tr([br({type:Vi.Set,itemType:vv})],dv);var lv;var pv=function(){function t(t){if(t===void 0){t={}}this.otherRevInfoFormat="";this.otherRevInfo=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],pv.prototype,"otherRevInfoFormat",void 0);Tr([Pr({type:Gi.Any})],pv.prototype,"otherRevInfo",void 0);var yv=function(){function t(t){if(t===void 0){t={}}this.other=new pv;Object.assign(this,t)}return t}();Tr([Pr({type:pv,context:1,implicit:true})],yv.prototype,"other",void 0);yv=Tr([br({type:Vi.Choice})],yv);var Sv=lv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,lv.prototype);return i}return e}(Br);Sv=lv=Tr([br({type:Vi.Set,itemType:yv})],Sv);var Cv=function(){function t(t){if(t===void 0){t={}}Object.assign(this,t)}return t}();Tr([Pr({type:Gf,context:0,implicit:true,optional:true})],Cv.prototype,"certs",void 0);Tr([Pr({type:Sv,context:1,implicit:true,optional:true})],Cv.prototype,"crls",void 0);var Av;var mv=Av=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Av.prototype);return i}return e}(Br);mv=Av=Tr([br({type:Vi.Set,itemType:Nf})],mv);var gv=function(){function t(t){if(t===void 0){t={}}this.version=_f.v0;this.recipientInfos=new dv;this.encryptedContentInfo=new $f;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],gv.prototype,"version",void 0);Tr([Pr({type:Cv,context:0,implicit:true,optional:true})],gv.prototype,"originatorInfo",void 0);Tr([Pr({type:dv})],gv.prototype,"recipientInfos",void 0);Tr([Pr({type:$f})],gv.prototype,"encryptedContentInfo",void 0);Tr([Pr({type:mv,context:1,implicit:true,optional:true})],gv.prototype,"unprotectedAttrs",void 0);var wv;var Ev=wv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,wv.prototype);return i}return e}(Br);Ev=wv=Tr([br({type:Vi.Set,itemType:Bf})],Ev);var bv=function(){function t(t){if(t===void 0){t={}}this.version=_f.v0;this.digestAlgorithms=new Ev;this.encapContentInfo=new qf;this.signerInfos=new jf;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],bv.prototype,"version",void 0);Tr([Pr({type:Ev})],bv.prototype,"digestAlgorithms",void 0);Tr([Pr({type:qf})],bv.prototype,"encapContentInfo",void 0);Tr([Pr({type:Gf,context:0,implicit:true,optional:true})],bv.prototype,"certificates",void 0);Tr([Pr({type:yv,context:1,implicit:true,optional:true})],bv.prototype,"crls",void 0);Tr([Pr({type:jf})],bv.prototype,"signerInfos",void 0);var Pv;var Dv=function(){function t(t){if(t===void 0){t={}}this.attrId="";this.attrValues=[];Object.assign(t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Dv.prototype,"attrId",void 0);Tr([Pr({type:Gi.Any,repeated:"set"})],Dv.prototype,"attrValues",void 0);var Iv=Pv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Pv.prototype);return i}return e}(Br);Iv=Pv=Tr([br({type:Vi.Sequence,itemType:Dv})],Iv);var _v;var Bv=_v=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,_v.prototype);return i}return e}(Br);Bv=_v=Tr([br({type:Vi.Sequence,itemType:Wf})],Bv);var xv=function(){function t(t){if(t===void 0){t={}}this.certId="";this.certValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],xv.prototype,"certId",void 0);Tr([Pr({type:Gi.Any,context:0})],xv.prototype,"certValue",void 0);var Tv=function(){function t(t){if(t===void 0){t={}}this.crlId="";this.crltValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Tv.prototype,"crlId",void 0);Tr([Pr({type:Gi.Any,context:0})],Tv.prototype,"crltValue",void 0);var Ov=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Ua);Ov=Tr([br({type:Vi.Sequence})],Ov);var Mv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ka);Mv=Tr([br({type:Vi.Sequence})],Mv);var Rv=function(){function t(t){if(t===void 0){t={}}this.secretTypeId="";this.secretValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],Rv.prototype,"secretTypeId",void 0);Tr([Pr({type:Gi.Any,context:0})],Rv.prototype,"secretValue",void 0);var Nv=function(){function t(t){if(t===void 0){t={}}this.mac=new ba;this.macSalt=new Qi;this.iterations=1;Object.assign(this,t)}return t}();Tr([Pr({type:ba})],Nv.prototype,"mac",void 0);Tr([Pr({type:Qi})],Nv.prototype,"macSalt",void 0);Tr([Pr({type:Gi.Integer,defaultValue:1})],Nv.prototype,"iterations",void 0);var kv=function(){function t(t){if(t===void 0){t={}}this.version=3;this.authSafe=new Wf;this.macData=new Nv;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],kv.prototype,"version",void 0);Tr([Pr({type:Wf})],kv.prototype,"authSafe",void 0);Tr([Pr({type:Nv,optional:true})],kv.prototype,"macData",void 0);var Kv;var jv=function(){function t(t){if(t===void 0){t={}}this.bagId="";this.bagValue=new ArrayBuffer(0);Object.assign(this,t)}return t}();Tr([Pr({type:Gi.ObjectIdentifier})],jv.prototype,"bagId",void 0);Tr([Pr({type:Gi.Any,context:0})],jv.prototype,"bagValue",void 0);Tr([Pr({type:Dv,repeated:"set",optional:true})],jv.prototype,"bagAttributes",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}(Br);Hv=Kv=Tr([br({type:Vi.Sequence,itemType:jv})],Hv);var Fv,Uv,Lv;var Vv="1.2.840.113549.1.9";var Gv=t("Q","".concat(Vv,".2"));var Wv=t("O","".concat(Vv,".7"));var Qv=t("S","".concat(Vv,".14"));var qv=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}(Kr);Tr([Pr({type:Gi.IA5String})],qv.prototype,"ia5String",void 0);qv=Tr([br({type:Vi.Choice})],qv);var zv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Wf);zv=Tr([br({type:Vi.Sequence})],zv);var $v=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(kv);$v=Tr([br({type:Vi.Sequence})],$v);var Zv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(ka);Zv=Tr([br({type:Vi.Sequence})],Zv);var Xv=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();Tr([Pr({type:Gi.IA5String})],Xv.prototype,"value",void 0);Xv=Tr([br({type:Vi.Choice})],Xv);var Yv=t("U",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(qv));t("U",Yv=Tr([br({type:Vi.Choice})],Yv));var Jv=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kr);Jv=Tr([br({type:Vi.Choice})],Jv);var th=function(){function t(t){if(t===void 0){t=new Date}this.value=t}return t}();Tr([Pr({type:Gi.GeneralizedTime})],th.prototype,"value",void 0);th=Tr([br({type:Vi.Choice})],th);var eh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kr);eh=Tr([br({type:Vi.Choice})],eh);var ih=function(){function t(t){if(t===void 0){t="M"}this.value=t}t.prototype.toString=function(){return this.value};return t}();Tr([Pr({type:Gi.PrintableString})],ih.prototype,"value",void 0);ih=Tr([br({type:Vi.Choice})],ih);var rh=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();Tr([Pr({type:Gi.PrintableString})],rh.prototype,"value",void 0);rh=Tr([br({type:Vi.Choice})],rh);var nh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rh);nh=Tr([br({type:Vi.Choice})],nh);var oh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kr);oh=Tr([br({type:Vi.Choice})],oh);var ah=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();Tr([Pr({type:Gi.ObjectIdentifier})],ah.prototype,"value",void 0);ah=Tr([br({type:Vi.Choice})],ah);var sh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Bo);sh=Tr([br({type:Vi.Choice})],sh);var uh=function(){function t(t){if(t===void 0){t=0}this.value=t}t.prototype.toString=function(){return this.value.toString()};return t}();Tr([Pr({type:Gi.Integer})],uh.prototype,"value",void 0);uh=Tr([br({type:Vi.Choice})],uh);var ch=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kf);ch=Tr([br({type:Vi.Sequence})],ch);var fh=t("P",function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Kr));t("P",fh=Tr([br({type:Vi.Choice})],fh));var vh=t("X",Fv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Fv.prototype);return i}return e}(Mo));t("X",vh=Fv=Tr([br({type:Vi.Sequence})],vh));var hh=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}(Br);hh=Uv=Tr([br({type:Vi.Set,itemType:Nf})],hh);var dh=function(){function t(t){if(t===void 0){t=""}this.value=t}t.prototype.toString=function(){return this.value};return t}();Tr([Pr({type:Gi.BmpString})],dh.prototype,"value",void 0);dh=Tr([br({type:Vi.Choice})],dh);var lh=function(t){__extends(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Io);lh=Tr([br({type:Vi.Sequence})],lh);var ph=Lv=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,Lv.prototype);return i}return e}(Br);ph=Lv=Tr([br({type:Vi.Sequence,itemType:lh})],ph);var yh;var Sh=yh=function(t){__extends(e,t);function e(e){var i=t.call(this,e)||this;Object.setPrototypeOf(i,yh.prototype);return i}return e}(Br);Sh=yh=Tr([br({type:Vi.Sequence,itemType:vo})],Sh);var Ch=function(){function t(t){if(t===void 0){t={}}this.version=0;this.subject=new Lr;this.subjectPKInfo=new _o;this.attributes=new Sh;Object.assign(this,t)}return t}();Tr([Pr({type:Gi.Integer})],Ch.prototype,"version",void 0);Tr([Pr({type:Lr})],Ch.prototype,"subject",void 0);Tr([Pr({type:_o})],Ch.prototype,"subjectPKInfo",void 0);Tr([Pr({type:Sh,implicit:true,context:0})],Ch.prototype,"attributes",void 0);var Ah=function(){function t(t){if(t===void 0){t={}}this.certificationRequestInfo=new Ch;this.signatureAlgorithm=new Io;this.signature=new ArrayBuffer(0);Object.assign(this,t)}return t}();t("Z",Ah);Tr([Pr({type:Ch})],Ah.prototype,"certificationRequestInfo",void 0);Tr([Pr({type:Io})],Ah.prototype,"signatureAlgorithm",void 0);Tr([Pr({type:Gi.BitString})],Ah.prototype,"signature",void 0)}}}));
97
- //# sourceMappingURL=p-3f9af5f5.system.js.map