@peculiar/certificates-viewer 3.10.0 → 3.10.1-alpha.12

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 (553) hide show
  1. package/components/arrow_top.js +34 -0
  2. package/components/arrow_top.js.map +1 -0
  3. package/components/attribute-certificate-viewer.js +281 -0
  4. package/components/attribute-certificate-viewer.js.map +1 -0
  5. package/components/button-menu.js +64 -0
  6. package/components/button-menu.js.map +1 -0
  7. package/components/button.js +74 -0
  8. package/components/button.js.map +1 -0
  9. package/components/certificate-viewer.js +300 -0
  10. package/components/certificate-viewer.js.map +1 -0
  11. package/components/circular-progress.js +48 -0
  12. package/components/circular-progress.js.map +1 -0
  13. package/components/crl-viewer.js +263 -0
  14. package/components/crl-viewer.js.map +1 -0
  15. package/components/csr-viewer.js +233 -0
  16. package/components/csr-viewer.js.map +1 -0
  17. package/components/custom-elements.d.ts +2 -0
  18. package/{dist/esm/download-91511aeb.js → components/download.js} +2 -0
  19. package/components/download.js.map +1 -0
  20. package/components/highlight-words.js +60 -0
  21. package/components/highlight-words.js.map +1 -0
  22. package/components/index.d.ts +33 -0
  23. package/components/index.js +7 -0
  24. package/components/index.js.map +1 -0
  25. package/components/index2.js +299 -0
  26. package/components/index2.js.map +1 -0
  27. package/components/issuer_name.js +26 -0
  28. package/components/issuer_name.js.map +1 -0
  29. package/components/miscellaneous.js +13420 -0
  30. package/components/miscellaneous.js.map +1 -0
  31. package/components/package.json +9 -0
  32. package/components/peculiar-attribute-certificate-viewer.d.ts +11 -0
  33. package/components/peculiar-attribute-certificate-viewer.js +11 -0
  34. package/components/peculiar-attribute-certificate-viewer.js.map +1 -0
  35. package/components/peculiar-button-menu.d.ts +11 -0
  36. package/components/peculiar-button-menu.js +11 -0
  37. package/components/peculiar-button-menu.js.map +1 -0
  38. package/components/peculiar-certificate-decoder.d.ts +11 -0
  39. package/components/peculiar-certificate-decoder.js +234 -0
  40. package/components/peculiar-certificate-decoder.js.map +1 -0
  41. package/components/peculiar-certificate-viewer.d.ts +11 -0
  42. package/components/peculiar-certificate-viewer.js +11 -0
  43. package/components/peculiar-certificate-viewer.js.map +1 -0
  44. package/components/peculiar-certificates-viewer.d.ts +11 -0
  45. package/components/peculiar-certificates-viewer.js +382 -0
  46. package/components/peculiar-certificates-viewer.js.map +1 -0
  47. package/components/peculiar-circular-progress.d.ts +11 -0
  48. package/components/peculiar-circular-progress.js +11 -0
  49. package/components/peculiar-circular-progress.js.map +1 -0
  50. package/components/peculiar-crl-viewer.d.ts +11 -0
  51. package/components/peculiar-crl-viewer.js +11 -0
  52. package/components/peculiar-crl-viewer.js.map +1 -0
  53. package/components/peculiar-csr-viewer.d.ts +11 -0
  54. package/components/peculiar-csr-viewer.js +11 -0
  55. package/components/peculiar-csr-viewer.js.map +1 -0
  56. package/components/peculiar-highlight-words.d.ts +11 -0
  57. package/components/peculiar-highlight-words.js +11 -0
  58. package/components/peculiar-highlight-words.js.map +1 -0
  59. package/components/peculiar-text-hider.d.ts +11 -0
  60. package/components/peculiar-text-hider.js +42 -0
  61. package/components/peculiar-text-hider.js.map +1 -0
  62. package/components/subject_name.js +71 -0
  63. package/components/subject_name.js.map +1 -0
  64. package/dist/cjs/arrow_top-834fb7ec.js +37 -0
  65. package/dist/cjs/arrow_top-834fb7ec.js.map +1 -0
  66. package/dist/cjs/button-14e2b73f.js +77 -0
  67. package/dist/cjs/button-14e2b73f.js.map +1 -0
  68. package/dist/cjs/{certification_request-d5c6e32d.js → certification_request-c0cafa72.js} +236 -71
  69. package/dist/cjs/certification_request-c0cafa72.js.map +1 -0
  70. package/dist/cjs/{crl-5bce64c4.js → crl-b4322166.js} +8 -7
  71. package/dist/cjs/crl-b4322166.js.map +1 -0
  72. package/dist/cjs/download-254ddc57.js +23 -0
  73. package/dist/cjs/download-254ddc57.js.map +1 -0
  74. package/dist/cjs/{download-93f7b773.js → download-972dda8a.js} +2 -0
  75. package/dist/cjs/download-972dda8a.js.map +1 -0
  76. package/dist/cjs/index-efd561e9.js +2477 -0
  77. package/dist/cjs/index-efd561e9.js.map +1 -0
  78. package/dist/cjs/index.cjs.js +3 -1
  79. package/dist/cjs/index.cjs.js.map +1 -0
  80. package/dist/cjs/loader.cjs.js +6 -12
  81. package/dist/cjs/loader.cjs.js.map +1 -0
  82. package/dist/cjs/{miscellaneous-cac1cd8b.js → miscellaneous-806a04a5.js} +86 -70
  83. package/dist/cjs/miscellaneous-806a04a5.js.map +1 -0
  84. package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +92 -35
  85. package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -0
  86. package/dist/cjs/peculiar-button-menu_3.cjs.entry.js +110 -0
  87. package/dist/cjs/peculiar-button-menu_3.cjs.entry.js.map +1 -0
  88. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +30 -19
  89. package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -0
  90. package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +34 -11
  91. package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -0
  92. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +183 -85
  93. package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -0
  94. package/dist/cjs/peculiar-text-hider.cjs.entry.js +7 -13
  95. package/dist/cjs/peculiar-text-hider.cjs.entry.js.map +1 -0
  96. package/dist/cjs/peculiar.cjs.js +10 -57
  97. package/dist/cjs/peculiar.cjs.js.map +1 -0
  98. package/dist/cjs/{x509_certificate-3760e0a8.js → x509_certificate-989b1435.js} +5 -4
  99. package/dist/cjs/x509_certificate-989b1435.js.map +1 -0
  100. package/dist/collection/collection-manifest.json +12 -16
  101. package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js +189 -145
  102. package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js.map +1 -0
  103. package/dist/collection/components/button/button.js +14 -126
  104. package/dist/collection/components/button/button.js.map +1 -0
  105. package/dist/collection/components/button/index.js +5 -0
  106. package/dist/collection/components/button/index.js.map +1 -0
  107. package/dist/collection/components/button-menu/button-menu.css +46 -0
  108. package/dist/collection/components/button-menu/button-menu.js +78 -0
  109. package/dist/collection/components/button-menu/button-menu.js.map +1 -0
  110. package/dist/collection/components/certificate-decoder/certificate-decoder.css +456 -44
  111. package/dist/collection/components/certificate-decoder/certificate-decoder.js +109 -101
  112. package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -0
  113. package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js +6 -11
  114. package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js.map +1 -0
  115. package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js +5 -5
  116. package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js.map +1 -0
  117. package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js +5 -6
  118. package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js.map +1 -0
  119. package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js +5 -5
  120. package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js.map +1 -0
  121. package/dist/collection/components/certificate-details-parts/attributes/index.js +16 -15
  122. package/dist/collection/components/certificate-details-parts/attributes/index.js.map +1 -0
  123. package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js +5 -5
  124. package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js.map +1 -0
  125. package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js +5 -5
  126. package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js.map +1 -0
  127. package/dist/collection/components/certificate-details-parts/attributes/name_part.js +4 -3
  128. package/dist/collection/components/certificate-details-parts/attributes/name_part.js.map +1 -0
  129. package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js +5 -4
  130. package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js.map +1 -0
  131. package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js +5 -5
  132. package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js.map +1 -0
  133. package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js +5 -5
  134. package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js.map +1 -0
  135. package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js +6 -13
  136. package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js.map +1 -0
  137. package/dist/collection/components/certificate-details-parts/basic_information.js +4 -3
  138. package/dist/collection/components/certificate-details-parts/basic_information.js.map +1 -0
  139. package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js +5 -5
  140. package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js.map +1 -0
  141. package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js +5 -5
  142. package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js.map +1 -0
  143. package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js +2 -1
  144. package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js.map +1 -0
  145. package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js +10 -15
  146. package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js.map +1 -0
  147. package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js +6 -7
  148. package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js.map +1 -0
  149. package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js +5 -6
  150. package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js.map +1 -0
  151. package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js +8 -12
  152. package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js.map +1 -0
  153. package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js +5 -6
  154. package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js.map +1 -0
  155. package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js +26 -27
  156. package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js.map +1 -0
  157. package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js +5 -7
  158. package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js.map +1 -0
  159. package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js +8 -13
  160. package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js.map +1 -0
  161. package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js +4 -3
  162. package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js.map +1 -0
  163. package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js +6 -6
  164. package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js.map +1 -0
  165. package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js +5 -5
  166. package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js.map +1 -0
  167. package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js +5 -5
  168. package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js.map +1 -0
  169. package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js +5 -6
  170. package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js.map +1 -0
  171. package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js +7 -7
  172. package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js.map +1 -0
  173. package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js +7 -6
  174. package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js.map +1 -0
  175. package/dist/collection/components/certificate-details-parts/extensions/index.js +46 -45
  176. package/dist/collection/components/certificate-details-parts/extensions/index.js.map +1 -0
  177. package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js +8 -9
  178. package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js.map +1 -0
  179. package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js +7 -11
  180. package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js.map +1 -0
  181. package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js +5 -5
  182. package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js.map +1 -0
  183. package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js +5 -5
  184. package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js.map +1 -0
  185. package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js +5 -5
  186. package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js.map +1 -0
  187. package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js +8 -11
  188. package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js.map +1 -0
  189. package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js +4 -3
  190. package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js.map +1 -0
  191. package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js +5 -5
  192. package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js.map +1 -0
  193. package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js +5 -5
  194. package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js.map +1 -0
  195. package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js +6 -7
  196. package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js.map +1 -0
  197. package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js +5 -4
  198. package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js.map +1 -0
  199. package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js +6 -7
  200. package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js.map +1 -0
  201. package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js +13 -16
  202. package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js.map +1 -0
  203. package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js +4 -3
  204. package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js.map +1 -0
  205. package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js +8 -9
  206. package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js.map +1 -0
  207. package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js +10 -15
  208. package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js.map +1 -0
  209. package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js +7 -9
  210. package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js.map +1 -0
  211. package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js +4 -3
  212. package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js.map +1 -0
  213. package/dist/collection/components/certificate-details-parts/holder.js +8 -11
  214. package/dist/collection/components/certificate-details-parts/holder.js.map +1 -0
  215. package/dist/collection/components/certificate-details-parts/index.js +1 -0
  216. package/dist/collection/components/certificate-details-parts/index.js.map +1 -0
  217. package/dist/collection/components/certificate-details-parts/issuer.js +5 -4
  218. package/dist/collection/components/certificate-details-parts/issuer.js.map +1 -0
  219. package/dist/collection/components/certificate-details-parts/issuer_name.js +6 -4
  220. package/dist/collection/components/certificate-details-parts/issuer_name.js.map +1 -0
  221. package/dist/collection/components/certificate-details-parts/miscellaneous.js +8 -13
  222. package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -0
  223. package/dist/collection/components/certificate-details-parts/public_key.js +8 -7
  224. package/dist/collection/components/certificate-details-parts/public_key.js.map +1 -0
  225. package/dist/collection/components/certificate-details-parts/revoked_certificates.js +9 -11
  226. package/dist/collection/components/certificate-details-parts/revoked_certificates.js.map +1 -0
  227. package/dist/collection/components/certificate-details-parts/row.js +13 -18
  228. package/dist/collection/components/certificate-details-parts/row.js.map +1 -0
  229. package/dist/collection/components/certificate-details-parts/signature.js +5 -4
  230. package/dist/collection/components/certificate-details-parts/signature.js.map +1 -0
  231. package/dist/collection/components/certificate-details-parts/subject_name.js +4 -3
  232. package/dist/collection/components/certificate-details-parts/subject_name.js.map +1 -0
  233. package/dist/collection/components/certificate-details-parts/thumbprints.js +4 -3
  234. package/dist/collection/components/certificate-details-parts/thumbprints.js.map +1 -0
  235. package/dist/collection/components/certificate-summary/certificate-summary.js +9 -77
  236. package/dist/collection/components/certificate-summary/certificate-summary.js.map +1 -0
  237. package/dist/collection/components/certificate-summary/index.js +5 -0
  238. package/dist/collection/components/certificate-summary/index.js.map +1 -0
  239. package/dist/collection/components/certificate-viewer/certificate-viewer.css +470 -104
  240. package/dist/collection/components/certificate-viewer/certificate-viewer.js +206 -178
  241. package/dist/collection/components/certificate-viewer/certificate-viewer.js.map +1 -0
  242. package/dist/collection/components/certificates-viewer/certificates-viewer.css +540 -267
  243. package/dist/collection/components/certificates-viewer/certificates-viewer.js +261 -266
  244. package/dist/collection/components/certificates-viewer/certificates-viewer.js.map +1 -0
  245. package/dist/collection/components/circular-progress/circular-progress.css +2 -11
  246. package/dist/collection/components/circular-progress/circular-progress.js +60 -63
  247. package/dist/collection/components/circular-progress/circular-progress.js.map +1 -0
  248. package/dist/collection/components/crl-viewer/crl-viewer.js +166 -139
  249. package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -0
  250. package/dist/collection/components/csr-viewer/csr-viewer.js +149 -124
  251. package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -0
  252. package/dist/collection/components/highlight-words/highlight-words.css +1 -9
  253. package/dist/collection/components/highlight-words/highlight-words.js +35 -28
  254. package/dist/collection/components/highlight-words/highlight-words.js.map +1 -0
  255. package/dist/collection/components/icons/actions.js +16 -0
  256. package/dist/collection/components/icons/actions.js.map +1 -0
  257. package/dist/collection/components/icons/arrow_bottom.js +16 -0
  258. package/dist/collection/components/icons/arrow_bottom.js.map +1 -0
  259. package/dist/collection/components/icons/arrow_top.js +16 -0
  260. package/dist/collection/components/icons/arrow_top.js.map +1 -0
  261. package/dist/collection/components/icons/cross.js +16 -0
  262. package/dist/collection/components/icons/cross.js.map +1 -0
  263. package/dist/collection/components/icons/details.js +16 -0
  264. package/dist/collection/components/icons/details.js.map +1 -0
  265. package/dist/collection/components/icons/download.js +16 -0
  266. package/dist/collection/components/icons/download.js.map +1 -0
  267. package/dist/collection/components/icons/index.js +11 -0
  268. package/dist/collection/components/icons/index.js.map +1 -0
  269. package/dist/collection/components/icons/link.js +16 -0
  270. package/dist/collection/components/icons/link.js.map +1 -0
  271. package/dist/collection/components/link/index.js +5 -0
  272. package/dist/collection/components/link/index.js.map +1 -0
  273. package/dist/collection/components/link/link.js +9 -61
  274. package/dist/collection/components/link/link.js.map +1 -0
  275. package/dist/collection/components/text-hider/text-hider.css +9 -36
  276. package/dist/collection/components/text-hider/text-hider.js +21 -68
  277. package/dist/collection/components/text-hider/text-hider.js.map +1 -0
  278. package/dist/collection/components/typography/index.js +5 -0
  279. package/dist/collection/components/typography/index.js.map +1 -0
  280. package/dist/collection/components/typography/typography.js +39 -126
  281. package/dist/collection/components/typography/typography.js.map +1 -0
  282. package/dist/collection/constants/logs.js +1 -0
  283. package/dist/collection/constants/logs.js.map +1 -0
  284. package/dist/collection/constants/oids.js +1 -0
  285. package/dist/collection/constants/oids.js.map +1 -0
  286. package/dist/collection/crypto/asn_data.js +13 -7
  287. package/dist/collection/crypto/asn_data.js.map +1 -0
  288. package/dist/collection/crypto/attribute.js +11 -10
  289. package/dist/collection/crypto/attribute.js.map +1 -0
  290. package/dist/collection/crypto/crl.js +9 -8
  291. package/dist/collection/crypto/crl.js.map +1 -0
  292. package/dist/collection/crypto/csr.js +11 -10
  293. package/dist/collection/crypto/csr.js.map +1 -0
  294. package/dist/collection/crypto/extension.js +16 -15
  295. package/dist/collection/crypto/extension.js.map +1 -0
  296. package/dist/collection/crypto/index.js +1 -0
  297. package/dist/collection/crypto/index.js.map +1 -0
  298. package/dist/collection/crypto/name.js +15 -9
  299. package/dist/collection/crypto/name.js.map +1 -0
  300. package/dist/collection/crypto/provider.js +4 -3
  301. package/dist/collection/crypto/provider.js.map +1 -0
  302. package/dist/collection/crypto/utils.js +4 -3
  303. package/dist/collection/crypto/utils.js.map +1 -0
  304. package/dist/collection/crypto/x509_attribute_certificate.js +9 -8
  305. package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -0
  306. package/dist/collection/crypto/x509_certificate.js +12 -11
  307. package/dist/collection/crypto/x509_certificate.js.map +1 -0
  308. package/dist/collection/index.js +1 -0
  309. package/dist/collection/index.js.map +1 -0
  310. package/dist/collection/locales/en.json +4 -3
  311. package/dist/collection/utils/date_formatter.js +3 -2
  312. package/dist/collection/utils/date_formatter.js.map +1 -0
  313. package/dist/collection/utils/download.js +3 -2
  314. package/dist/collection/utils/download.js.map +1 -0
  315. package/dist/collection/utils/download_from_buffer.js +1 -0
  316. package/dist/collection/utils/download_from_buffer.js.map +1 -0
  317. package/dist/collection/utils/get_string_by_oid.js +2 -1
  318. package/dist/collection/utils/get_string_by_oid.js.map +1 -0
  319. package/dist/collection/utils/index.js +2 -1
  320. package/dist/collection/utils/index.js.map +1 -0
  321. package/dist/collection/utils/is_link.js +1 -0
  322. package/dist/collection/utils/is_link.js.map +1 -0
  323. package/dist/collection/utils/l10n.js +2 -1
  324. package/dist/collection/utils/l10n.js.map +1 -0
  325. package/dist/collection/utils/read_file.js +1 -0
  326. package/dist/collection/utils/read_file.js.map +1 -0
  327. package/dist/collection/utils/third_party_links.js +1 -0
  328. package/dist/collection/utils/third_party_links.js.map +1 -0
  329. package/dist/collection/utils/validator.js +1 -0
  330. package/dist/collection/utils/validator.js.map +1 -0
  331. package/dist/collection/www-copy/index.js +138 -32
  332. package/dist/esm/arrow_top-efd3a56d.js +34 -0
  333. package/dist/esm/arrow_top-efd3a56d.js.map +1 -0
  334. package/dist/esm/button-35146bdd.js +74 -0
  335. package/dist/esm/button-35146bdd.js.map +1 -0
  336. package/dist/esm/{certification_request-23cd5124.js → certification_request-5cadde9f.js} +171 -9
  337. package/dist/esm/certification_request-5cadde9f.js.map +1 -0
  338. package/dist/esm/{crl-7f23c111.js → crl-11670c3e.js} +7 -6
  339. package/dist/esm/crl-11670c3e.js.map +1 -0
  340. package/dist/esm/download-0cc3077a.js +21 -0
  341. package/dist/esm/download-0cc3077a.js.map +1 -0
  342. package/dist/esm/download-57c5bf8f.js +470 -0
  343. package/dist/esm/download-57c5bf8f.js.map +1 -0
  344. package/dist/esm/index-4079bbb5.js +2448 -0
  345. package/dist/esm/index-4079bbb5.js.map +1 -0
  346. package/dist/esm/index.js +3 -1
  347. package/dist/esm/index.js.map +1 -0
  348. package/dist/esm/loader.js +6 -12
  349. package/dist/esm/loader.js.map +1 -0
  350. package/dist/esm/{miscellaneous-c7c0d04a.js → miscellaneous-1d4e8b41.js} +53 -37
  351. package/dist/esm/miscellaneous-1d4e8b41.js.map +1 -0
  352. package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +80 -23
  353. package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
  354. package/dist/esm/peculiar-button-menu_3.entry.js +104 -0
  355. package/dist/esm/peculiar-button-menu_3.entry.js.map +1 -0
  356. package/dist/esm/peculiar-certificate-decoder.entry.js +30 -19
  357. package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -0
  358. package/dist/esm/peculiar-certificate-viewer.entry.js +34 -11
  359. package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -0
  360. package/dist/esm/peculiar-certificates-viewer.entry.js +183 -85
  361. package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -0
  362. package/dist/esm/peculiar-text-hider.entry.js +7 -13
  363. package/dist/esm/peculiar-text-hider.entry.js.map +1 -0
  364. package/dist/esm/peculiar.js +8 -58
  365. package/dist/esm/peculiar.js.map +1 -0
  366. package/dist/esm/{x509_certificate-d8e0af2d.js → x509_certificate-dfae6999.js} +4 -3
  367. package/dist/esm/x509_certificate-dfae6999.js.map +1 -0
  368. package/dist/esm-es5/arrow_top-efd3a56d.js +19 -0
  369. package/dist/esm-es5/arrow_top-efd3a56d.js.map +1 -0
  370. package/dist/esm-es5/button-35146bdd.js +19 -0
  371. package/dist/esm-es5/button-35146bdd.js.map +1 -0
  372. package/dist/esm-es5/certification_request-5cadde9f.js +97 -0
  373. package/dist/esm-es5/certification_request-5cadde9f.js.map +1 -0
  374. package/dist/esm-es5/crl-11670c3e.js +33 -0
  375. package/dist/esm-es5/crl-11670c3e.js.map +1 -0
  376. package/dist/esm-es5/download-0cc3077a.js +12 -0
  377. package/dist/esm-es5/download-0cc3077a.js.map +1 -0
  378. package/dist/esm-es5/download-57c5bf8f.js +19 -0
  379. package/dist/esm-es5/download-57c5bf8f.js.map +1 -0
  380. package/dist/esm-es5/index-4079bbb5.js +6 -0
  381. package/dist/esm-es5/index-4079bbb5.js.map +1 -0
  382. package/dist/esm-es5/index.js +5 -0
  383. package/dist/esm-es5/index.js.map +1 -0
  384. package/dist/esm-es5/loader.js +5 -0
  385. package/dist/esm-es5/loader.js.map +1 -0
  386. package/dist/esm-es5/miscellaneous-1d4e8b41.js +355 -0
  387. package/dist/esm-es5/miscellaneous-1d4e8b41.js.map +1 -0
  388. package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +110 -0
  389. package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
  390. package/dist/esm-es5/peculiar-button-menu_3.entry.js +12 -0
  391. package/dist/esm-es5/peculiar-button-menu_3.entry.js.map +1 -0
  392. package/dist/esm-es5/peculiar-certificate-decoder.entry.js +12 -0
  393. package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -0
  394. package/dist/esm-es5/peculiar-certificate-viewer.entry.js +5 -0
  395. package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -0
  396. package/dist/esm-es5/peculiar-certificates-viewer.entry.js +33 -0
  397. package/dist/esm-es5/peculiar-certificates-viewer.entry.js.map +1 -0
  398. package/dist/esm-es5/peculiar-text-hider.entry.js +5 -0
  399. package/dist/esm-es5/peculiar-text-hider.entry.js.map +1 -0
  400. package/dist/esm-es5/peculiar.js +5 -0
  401. package/dist/esm-es5/peculiar.js.map +1 -0
  402. package/dist/esm-es5/x509_certificate-dfae6999.js +12 -0
  403. package/dist/esm-es5/x509_certificate-dfae6999.js.map +1 -0
  404. package/dist/index.js +1 -1
  405. package/dist/peculiar/index.esm.js +2 -1
  406. package/dist/peculiar/index.esm.js.map +1 -0
  407. package/dist/peculiar/locales/en.json +4 -3
  408. package/dist/peculiar/p-0b356bb5.js +6 -0
  409. package/dist/peculiar/p-0b356bb5.js.map +1 -0
  410. package/dist/peculiar/p-0bdcdbf7.system.js +355 -0
  411. package/dist/peculiar/p-0bdcdbf7.system.js.map +1 -0
  412. package/dist/peculiar/p-17e3c47b.js +12 -0
  413. package/dist/peculiar/p-17e3c47b.js.map +1 -0
  414. package/dist/peculiar/p-23555789.system.entry.js +34 -0
  415. package/dist/peculiar/p-23555789.system.entry.js.map +1 -0
  416. package/dist/peculiar/p-2fcad8cb.system.js +20 -0
  417. package/dist/peculiar/p-2fcad8cb.system.js.map +1 -0
  418. package/dist/peculiar/p-31586b23.system.js +13 -0
  419. package/dist/peculiar/p-31586b23.system.js.map +1 -0
  420. package/dist/peculiar/p-43eb3721.js +33 -0
  421. package/dist/peculiar/p-43eb3721.js.map +1 -0
  422. package/dist/peculiar/p-5823e6e8.entry.js +12 -0
  423. package/dist/peculiar/p-5823e6e8.entry.js.map +1 -0
  424. package/dist/peculiar/p-596836a7.entry.js +33 -0
  425. package/dist/peculiar/p-596836a7.entry.js.map +1 -0
  426. package/dist/peculiar/p-5aabeba7.system.js +6 -0
  427. package/dist/peculiar/p-5aabeba7.system.js.map +1 -0
  428. package/dist/peculiar/p-6667fe6e.system.js +34 -0
  429. package/dist/peculiar/p-6667fe6e.system.js.map +1 -0
  430. package/dist/peculiar/p-6e79b9c8.js +12 -0
  431. package/dist/peculiar/p-6e79b9c8.js.map +1 -0
  432. package/dist/peculiar/p-709994c1.js +19 -0
  433. package/dist/peculiar/p-709994c1.js.map +1 -0
  434. package/dist/peculiar/p-74c241e7.js +97 -0
  435. package/dist/peculiar/p-74c241e7.js.map +1 -0
  436. package/dist/peculiar/p-7f9beaa8.js +19 -0
  437. package/dist/peculiar/p-7f9beaa8.js.map +1 -0
  438. package/dist/peculiar/p-80832207.system.js +5 -0
  439. package/dist/peculiar/p-80832207.system.js.map +1 -0
  440. package/dist/peculiar/p-8748391f.system.entry.js +5 -0
  441. package/dist/peculiar/p-8748391f.system.entry.js.map +1 -0
  442. package/dist/peculiar/p-882e1281.entry.js +12 -0
  443. package/dist/peculiar/p-882e1281.entry.js.map +1 -0
  444. package/dist/peculiar/p-90459cec.entry.js +5 -0
  445. package/dist/peculiar/p-90459cec.entry.js.map +1 -0
  446. package/dist/peculiar/p-97688065.js +355 -0
  447. package/dist/peculiar/p-97688065.js.map +1 -0
  448. package/dist/peculiar/p-99e3aa0c.system.entry.js +111 -0
  449. package/dist/peculiar/p-99e3aa0c.system.entry.js.map +1 -0
  450. package/dist/peculiar/p-9b4a8101.system.entry.js +5 -0
  451. package/dist/peculiar/p-9b4a8101.system.entry.js.map +1 -0
  452. package/dist/peculiar/p-a053c132.js +19 -0
  453. package/dist/peculiar/p-a053c132.js.map +1 -0
  454. package/dist/peculiar/p-a41ecd82.entry.js +5 -0
  455. package/dist/peculiar/p-a41ecd82.entry.js.map +1 -0
  456. package/dist/peculiar/p-ae9189f6.system.js +19 -0
  457. package/dist/peculiar/p-ae9189f6.system.js.map +1 -0
  458. package/dist/peculiar/p-bd485115.system.entry.js +13 -0
  459. package/dist/peculiar/p-bd485115.system.entry.js.map +1 -0
  460. package/dist/peculiar/p-c0a298fd.system.js +97 -0
  461. package/dist/peculiar/p-c0a298fd.system.js.map +1 -0
  462. package/dist/peculiar/p-daf23673.system.js +20 -0
  463. package/dist/peculiar/p-daf23673.system.js.map +1 -0
  464. package/dist/peculiar/p-e1960173.system.js +5 -0
  465. package/dist/peculiar/p-e1960173.system.js.map +1 -0
  466. package/dist/peculiar/p-e2cc7410.entry.js +110 -0
  467. package/dist/peculiar/p-e2cc7410.entry.js.map +1 -0
  468. package/dist/peculiar/p-e39de121.system.entry.js +13 -0
  469. package/dist/peculiar/p-e39de121.system.entry.js.map +1 -0
  470. package/dist/peculiar/p-e6a3b4d4.system.js +13 -0
  471. package/dist/peculiar/p-e6a3b4d4.system.js.map +1 -0
  472. package/dist/peculiar/peculiar.css +1 -1
  473. package/dist/peculiar/peculiar.esm.js +2 -1
  474. package/dist/peculiar/peculiar.esm.js.map +1 -0
  475. package/dist/peculiar/peculiar.js +127 -0
  476. package/dist/types/components/attribute-certificate-viewer/attribute-certificate-viewer.d.ts +15 -3
  477. package/dist/types/components/button/button.d.ts +5 -16
  478. package/dist/types/components/button/index.d.ts +2 -0
  479. package/dist/types/components/button-menu/button-menu.d.ts +21 -0
  480. package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +9 -6
  481. package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +1 -1
  482. package/dist/types/components/certificate-summary/certificate-summary.d.ts +4 -3
  483. package/dist/types/components/certificate-summary/index.d.ts +1 -0
  484. package/dist/types/components/certificate-viewer/certificate-viewer.d.ts +13 -5
  485. package/dist/types/components/certificates-viewer/certificates-viewer.d.ts +22 -11
  486. package/dist/types/components/crl-viewer/crl-viewer.d.ts +13 -5
  487. package/dist/types/components/csr-viewer/csr-viewer.d.ts +13 -5
  488. package/dist/types/components/icons/actions.d.ts +12 -0
  489. package/dist/types/components/icons/arrow_bottom.d.ts +12 -0
  490. package/dist/types/components/icons/arrow_top.d.ts +12 -0
  491. package/dist/types/components/icons/cross.d.ts +12 -0
  492. package/dist/types/components/icons/details.d.ts +12 -0
  493. package/dist/types/components/icons/download.d.ts +12 -0
  494. package/dist/types/components/icons/index.d.ts +7 -0
  495. package/dist/types/components/icons/link.d.ts +12 -0
  496. package/dist/types/components/link/index.d.ts +1 -0
  497. package/dist/types/components/link/link.d.ts +6 -6
  498. package/dist/types/components/text-hider/text-hider.d.ts +0 -3
  499. package/dist/types/components/typography/index.d.ts +1 -0
  500. package/dist/types/components/typography/typography.d.ts +10 -20
  501. package/dist/types/components.d.ts +74 -175
  502. package/dist/types/crypto/attribute.d.ts +1 -1
  503. package/dist/types/crypto/extension.d.ts +1 -1
  504. package/dist/types/interface.d.ts +98 -6
  505. package/dist/types/stencil-public-runtime.d.ts +110 -23
  506. package/dist/types/utils/l10n.d.ts +5 -4
  507. package/dist/types/utils/read_file.d.ts +1 -1
  508. package/hydrate/index.d.ts +218 -0
  509. package/hydrate/index.js +22549 -0
  510. package/hydrate/package.json +6 -0
  511. package/loader/index.d.ts +10 -1
  512. package/loader/index.js +1 -1
  513. package/loader/package.json +1 -0
  514. package/package.json +6 -4
  515. package/dist/cjs/dom-f57e260e.js +0 -78
  516. package/dist/cjs/index-064e95c7.js +0 -1441
  517. package/dist/cjs/l10n-ddc7cff9.js +0 -169
  518. package/dist/cjs/peculiar-button-split_4.cjs.entry.js +0 -128
  519. package/dist/cjs/peculiar-button.cjs.entry.js +0 -40
  520. package/dist/cjs/peculiar-link.cjs.entry.js +0 -29
  521. package/dist/cjs/peculiar-typography.cjs.entry.js +0 -38
  522. package/dist/collection/components/button/button.css +0 -81
  523. package/dist/collection/components/button-split/button-split.css +0 -57
  524. package/dist/collection/components/button-split/button-split.js +0 -116
  525. package/dist/collection/components/certificate-summary/certificate-summary.css +0 -49
  526. package/dist/collection/components/link/link.css +0 -59
  527. package/dist/collection/components/typography/typography.css +0 -95
  528. package/dist/esm/dom-f1b08a97.js +0 -76
  529. package/dist/esm/index-bbd484d9.js +0 -1410
  530. package/dist/esm/l10n-d48f35ff.js +0 -165
  531. package/dist/esm/peculiar-button-split_4.entry.js +0 -121
  532. package/dist/esm/peculiar-button.entry.js +0 -36
  533. package/dist/esm/peculiar-link.entry.js +0 -25
  534. package/dist/esm/peculiar-typography.entry.js +0 -34
  535. package/dist/esm/polyfills/css-shim.js +0 -1
  536. package/dist/peculiar/p-01cea5c0.entry.js +0 -11
  537. package/dist/peculiar/p-3bfefa4a.entry.js +0 -18
  538. package/dist/peculiar/p-4e8169cb.entry.js +0 -4
  539. package/dist/peculiar/p-57b89412.entry.js +0 -4
  540. package/dist/peculiar/p-5b4eed12.entry.js +0 -4
  541. package/dist/peculiar/p-610b85e3.entry.js +0 -4
  542. package/dist/peculiar/p-6d37c8b5.entry.js +0 -4
  543. package/dist/peculiar/p-711b4e1e.js +0 -18
  544. package/dist/peculiar/p-81a88a33.js +0 -11
  545. package/dist/peculiar/p-918aeee4.entry.js +0 -4
  546. package/dist/peculiar/p-9f4ee110.js +0 -22
  547. package/dist/peculiar/p-a050e184.js +0 -69
  548. package/dist/peculiar/p-c24c26c2.js +0 -32
  549. package/dist/peculiar/p-df53fbcc.entry.js +0 -4
  550. package/dist/peculiar/p-ec250cc4.js +0 -12
  551. package/dist/peculiar/p-f7683ba5.js +0 -5
  552. package/dist/peculiar/p-fe05f51e.js +0 -79
  553. package/dist/types/components/button-split/button-split.d.ts +0 -21
@@ -0,0 +1,97 @@
1
+ /*!
2
+ * © Peculiar Ventures https://peculiarventures.com/ - MIT License
3
+ */
4
+ import{c as t,a as e,b as i}from"./p-a053c132.js";
5
+ /**
6
+ * @license
7
+ * Copyright (c) Peculiar Ventures, LLC.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */const r=t=>/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t);const s=t=>/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/.test(t);const n=t=>/-----BEGIN CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE-----/.test(t);const o=t=>/-----BEGIN X509 CRL-----([A-Za-z0-9+\/=\s]+)-----END X509 CRL-----/.test(t);const a=t=>/-----BEGIN CERTIFICATE REQUEST-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE REQUEST-----/.test(t);const c=t=>/-----BEGIN ATTRIBUTE CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END ATTRIBUTE CERTIFICATE-----/.test(t);const l=t=>{try{window.atob(t);return true}catch(t){return false}};var u=t((function(t,i){!function(e,i){t.exports=i()}(e,(function(){var t=1e3,e=6e4,i=36e5,r="millisecond",s="second",n="minute",o="hour",a="day",c="week",l="month",u="quarter",h="year",p="date",d="Invalid Date",f=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,S={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],i=t%100;return"["+t+(e[(i-20)%10]||e[i]||e[0])+"]"}},C=function(t,e,i){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(i)+t},A={s:C,z:function(t){var e=-t.utcOffset(),i=Math.abs(e),r=Math.floor(i/60),s=i%60;return(e<=0?"+":"-")+C(r,2,"0")+":"+C(s,2,"0")},m:function t(e,i){if(e.date()<i.date())return-t(i,e);var r=12*(i.year()-e.year())+(i.month()-e.month()),s=e.clone().add(r,l),n=i-s<0,o=e.clone().add(r+(n?-1:1),l);return+(-(r+(i-s)/(n?s-o:o-s))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:l,y:h,w:c,d:a,D:p,h:o,m:n,s,ms:r,Q:u}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},m="en",v={};v[m]=S;var g=function(t){return t instanceof D},w=function t(e,i,r){var s;if(!e)return m;if("string"==typeof e){var n=e.toLowerCase();v[n]&&(s=n),i&&(v[n]=i,s=n);var o=e.split("-");if(!s&&o.length>1)return t(o[0])}else{var a=e.name;v[a]=e,s=a}return!r&&s&&(m=s),s||!r&&m},E=function(t,e){if(g(t))return t.clone();var i="object"==typeof e?e:{};return i.date=t,i.args=arguments,new D(i)},P=A;P.l=w,P.i=g,P.w=function(t,e){return E(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var D=function(){function S(t){this.$L=w(t.locale,null,!0),this.parse(t)}var C=S.prototype;return C.parse=function(t){this.$d=function(t){var e=t.date,i=t.utc;if(null===e)return new Date(NaN);if(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(f);if(r){var s=r[2]-1||0,n=(r[7]||"0").substring(0,3);return i?new Date(Date.UTC(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,n)):new Date(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,n)}}return new Date(e)}(t),this.$x=t.x||{},this.init()},C.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},C.$utils=function(){return P},C.isValid=function(){return!(this.$d.toString()===d)},C.isSame=function(t,e){var i=E(t);return this.startOf(e)<=i&&i<=this.endOf(e)},C.isAfter=function(t,e){return E(t)<this.startOf(e)},C.isBefore=function(t,e){return this.endOf(e)<E(t)},C.$g=function(t,e,i){return P.u(t)?this[e]:this.set(i,t)},C.unix=function(){return Math.floor(this.valueOf()/1e3)},C.valueOf=function(){return this.$d.getTime()},C.startOf=function(t,e){var i=this,r=!!P.u(e)||e,u=P.p(t),d=function(t,e){var s=P.w(i.$u?Date.UTC(i.$y,e,t):new Date(i.$y,e,t),i);return r?s:s.endOf(a)},f=function(t,e){return P.w(i.toDate()[t].apply(i.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),i)},y=this.$W,S=this.$M,C=this.$D,A="set"+(this.$u?"UTC":"");switch(u){case h:return r?d(1,0):d(31,11);case l:return r?d(1,S):d(0,S+1);case c:var m=this.$locale().weekStart||0,v=(y<m?y+7:y)-m;return d(r?C-v:C+(6-v),S);case a:case p:return f(A+"Hours",0);case o:return f(A+"Minutes",1);case n:return f(A+"Seconds",2);case s:return f(A+"Milliseconds",3);default:return this.clone()}},C.endOf=function(t){return this.startOf(t,!1)},C.$set=function(t,e){var i,c=P.p(t),u="set"+(this.$u?"UTC":""),d=(i={},i[a]=u+"Date",i[p]=u+"Date",i[l]=u+"Month",i[h]=u+"FullYear",i[o]=u+"Hours",i[n]=u+"Minutes",i[s]=u+"Seconds",i[r]=u+"Milliseconds",i)[c],f=c===a?this.$D+(e-this.$W):e;if(c===l||c===h){var y=this.clone().set(p,1);y.$d[d](f),y.init(),this.$d=y.set(p,Math.min(this.$D,y.daysInMonth())).$d}else d&&this.$d[d](f);return this.init(),this},C.set=function(t,e){return this.clone().$set(t,e)},C.get=function(t){return this[P.p(t)]()},C.add=function(r,u){var p,d=this;r=Number(r);var f=P.p(u),y=function(t){var e=E(d);return P.w(e.date(e.date()+Math.round(t*r)),d)};if(f===l)return this.set(l,this.$M+r);if(f===h)return this.set(h,this.$y+r);if(f===a)return y(1);if(f===c)return y(7);var S=(p={},p[n]=e,p[o]=i,p[s]=t,p)[f]||1,C=this.$d.getTime()+r*S;return P.w(C,this)},C.subtract=function(t,e){return this.add(-1*t,e)},C.format=function(t){var e=this,i=this.$locale();if(!this.isValid())return i.invalidDate||d;var r=t||"YYYY-MM-DDTHH:mm:ssZ",s=P.z(this),n=this.$H,o=this.$m,a=this.$M,c=i.weekdays,l=i.months,u=function(t,i,s,n){return t&&(t[i]||t(e,r))||s[i].slice(0,n)},h=function(t){return P.s(n%12||12,t,"0")},p=i.meridiem||function(t,e,i){var r=t<12?"AM":"PM";return i?r.toLowerCase():r},f={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:P.s(a+1,2,"0"),MMM:u(i.monthsShort,a,l,3),MMMM:u(l,a),D:this.$D,DD:P.s(this.$D,2,"0"),d:String(this.$W),dd:u(i.weekdaysMin,this.$W,c,2),ddd:u(i.weekdaysShort,this.$W,c,3),dddd:c[this.$W],H:String(n),HH:P.s(n,2,"0"),h:h(1),hh:h(2),a:p(n,o,!0),A:p(n,o,!1),m:String(o),mm:P.s(o,2,"0"),s:String(this.$s),ss:P.s(this.$s,2,"0"),SSS:P.s(this.$ms,3,"0"),Z:s};return r.replace(y,(function(t,e){return e||f[t]||s.replace(":","")}))},C.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},C.diff=function(r,p,d){var f,y=P.p(p),S=E(r),C=(S.utcOffset()-this.utcOffset())*e,A=this-S,m=P.m(this,S);return m=(f={},f[h]=m/12,f[l]=m,f[u]=m/3,f[c]=(A-C)/6048e5,f[a]=(A-C)/864e5,f[o]=A/i,f[n]=A/e,f[s]=A/t,f)[y]||A,d?m:P.a(m)},C.daysInMonth=function(){return this.endOf(l).$D},C.$locale=function(){return v[this.$L]},C.locale=function(t,e){if(!t)return this.$L;var i=this.clone(),r=w(t,e,!0);return r&&(i.$L=r),i},C.clone=function(){return P.w(this.$d,this)},C.toDate=function(){return new Date(this.valueOf())},C.toJSON=function(){return this.isValid()?this.toISOString():null},C.toISOString=function(){return this.$d.toISOString()},C.toString=function(){return this.$d.toUTCString()},S}(),b=D.prototype;return E.prototype=b,[["$ms",r],["$s",s],["$m",n],["$H",o],["$W",a],["$M",l],["$y",h],["$D",p]].forEach((function(t){b[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),E.extend=function(t,e){return t.$i||(t(e,D,E),t.$i=!0),E},E.locale=w,E.isDayjs=g,E.unix=function(t){return E(1e3*t)},E.en=v[m],E.Ls=v,E.p={},E}))}));var h=t((function(t,i){!function(e,i){t.exports=i()}(e,(function(){return function(t,e,i){t=t||{};var r=e.prototype,s={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function n(t,e,i,s){return r.fromToBase(t,e,i,s)}i.en.relativeTime=s,r.fromToBase=function(e,r,n,o,a){for(var c,l,u,h=n.$locale().relativeTime||s,p=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=p.length,f=0;f<d;f+=1){var y=p[f];y.d&&(c=o?i(e).diff(n,y.d,!0):n.diff(e,y.d,!0));var S=(t.rounding||Math.round)(Math.abs(c));if(u=c>0,S<=y.r||!y.r){S<=1&&f>0&&(y=p[f-1]);var C=h[y.l];a&&(S=a(""+S)),l="string"==typeof C?C.replace("%d",S):C(S,r,y.l,u);break}}if(r)return l;var A=u?h.future:h.past;return"function"==typeof A?A(l):A.replace("%s",l)},r.to=function(t,e){return n(t,e,this,!0)},r.from=function(t,e){return n(t,e,this)};var o=function(t){return t.$u?i.utc():i()};r.toNow=function(t){return this.to(o(this),t)},r.fromNow=function(t){return this.from(o(this),t)}}}))}));
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
+ */u.extend(h);const p=t=>new Date(t).toUTCString();const d=(t,e)=>{if(!t||!e){return""}const i=u(t);const r=u(e);return i.to(r,true)};const f="Basic Information";const y="Subject Name";const S="Issuer Name";const C="Public Key Info";const A="Signature";const m="Extensions";const v="Miscellaneous";const g="Download";const w="Serial Number";const E="Version";const P="Validity";const D="Issued";const b="Expired";const I="Last Update";const B="Next Update";const T="Algorithm";const x="Named Curve";const O="Exponent";const R="Modulus";const N="Value";const M="Valid";const k="Revoked";const K="Issuer";const j="Name";const H="Public Key";const _="Fingerprint";const U="Fingerprints";const F="Test URLs";const V="Certificate Details";const L="Holder";const $="Digest Info";const G="Type";const W="Revoked Certificates";const Q="Revocation Date";const z="Yes";const q="No";const J="Only User Certificates";const Z="Only Attribute Certificates";const X="Only CA Certificates";const Y="Indirect CRL";const tt="Only Reasons";const et="CRL Entry Extensions";const it="Preview certificate";const rt="View details";const st="Download options";const nt={basicInformation:f,subjectName:y,issuerName:S,publicKeyInfo:C,signature:A,extensions:m,miscellaneous:v,download:g,"download.pem":"Download PEM","download.der":"Download DER",serialNumber:w,version:E,validity:P,issued:D,expired:b,lastUpdate:I,nextUpdate:B,algorithm:T,namedCurve:x,exponent:O,modulus:R,value:N,valid:M,revoked:k,issuer:K,name:j,publicKey:H,fingerprint:_,fingerprints:U,testURLs:F,certificateDetails:V,holder:L,digestInfo:$,type:G,revokedCertificates:W,revocationDate:Q,yes:z,no:q,onlyUserCertificates:J,onlyAttributeCertificates:Z,onlyCACertificates:X,indirectCRL:Y,onlyReasons:tt,crlEntryExtensions:et,previewCertificate:it,viewDetails:rt,downloadOptions:st};
19
+ /**
20
+ * @license
21
+ * Copyright (c) Peculiar Ventures, LLC.
22
+ *
23
+ * This source code is licensed under the MIT license found in the
24
+ * LICENSE file in the root directory of this source tree.
25
+ */const ot={en:nt};class at{constructor(){this.setLocale=t=>{this.locale=t&&ot[t]?t:"en"};this.getLocale=()=>this.locale;const t=window.navigator.language.slice(0,2).toLowerCase();this.setLocale(t)}getString(t,e){const i=ot[this.locale][t];if(!i){return""}if(!e){return i}const r=i.split(e.pattern);if(r.length>1){return[r[0],e.replacer,r[1]]}return i}}const ct=new at;
26
+ /**
27
+ * @license
28
+ * Copyright (c) Peculiar Ventures, LLC.
29
+ *
30
+ * This source code is licensed under the MIT license found in the
31
+ * LICENSE file in the root directory of this source tree.
32
+ */const lt={"2.5.4.3":"CN","2.5.4.6":"C","0.9.2342.19200300.100.1.25":"DC","1.2.840.113549.1.9.1":"E","2.5.4.42":"G","2.5.4.43":"I","2.5.4.7":"L","2.5.4.10":"O","2.5.4.11":"OU","2.5.4.8":"ST","2.5.4.4":"SN","2.5.4.12":"T","2.5.4.15":"businessCategory","1.3.6.1.4.1.311.60.2.1.3":"jurisdictionCountry","2.5.4.5":"serialNumber","2.5.4.97":"OI"};const ut={"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.23.140.1.1":"EV guidelines certificate policy","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","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.5.2.2":"CA/B Forum Organization Validated Multipurpose","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","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"};
33
+ /*!
34
+ Copyright (c) Peculiar Ventures, LLC
35
+ */function ht(t,e){let i=0;if(t.length===1){return t[0]}for(let r=t.length-1;r>=0;r--){i+=t[t.length-1-r]*Math.pow(2,e*r)}return i}function pt(t,e,i=-1){const r=i;let s=t;let n=0;let o=Math.pow(2,e);for(let i=1;i<8;i++){if(t<o){let t;if(r<0){t=new ArrayBuffer(i);n=i}else{if(r<i){return new ArrayBuffer(0)}t=new ArrayBuffer(r);n=r}const o=new Uint8Array(t);for(let t=i-1;t>=0;t--){const i=Math.pow(2,t*e);o[n-t-1]=Math.floor(s/i);s-=o[n-t-1]*i}return t}o*=Math.pow(2,e)}return new ArrayBuffer(0)}function dt(...t){let e=0;let i=0;for(const i of t){e+=i.length}const r=new ArrayBuffer(e);const s=new Uint8Array(r);for(const e of t){s.set(e,i);i+=e.length}return s}function ft(){const t=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const e=t[0]===255&&t[1]&128;const i=t[0]===0&&(t[1]&128)===0;if(e||i){this.warnings.push("Needlessly long format")}}const e=new ArrayBuffer(this.valueHex.byteLength);const i=new Uint8Array(e);for(let t=0;t<this.valueHex.byteLength;t++){i[t]=0}i[0]=t[0]&128;const r=ht(i,8);const s=new ArrayBuffer(this.valueHex.byteLength);const n=new Uint8Array(s);for(let e=0;e<this.valueHex.byteLength;e++){n[e]=t[e]}n[0]&=127;const o=ht(n,8);return o-r}function yt(t){const e=t<0?t*-1:t;let i=128;for(let r=1;r<8;r++){if(e<=i){if(t<0){const t=i-e;const s=pt(t,8,r);const n=new Uint8Array(s);n[0]|=128;return s}let s=pt(e,8,r);let n=new Uint8Array(s);if(n[0]&128){const t=s.slice(0);const e=new Uint8Array(t);s=new ArrayBuffer(s.byteLength+1);n=new Uint8Array(s);for(let i=0;i<t.byteLength;i++){n[i+1]=e[i]}n[0]=0}return s}i*=Math.pow(2,8)}return new ArrayBuffer(0)}function St(t,e){if(t.byteLength!==e.byteLength){return false}const i=new Uint8Array(t);const r=new Uint8Array(e);for(let t=0;t<i.length;t++){if(i[t]!==r[t]){return false}}return true}function Ct(t,e){const i=t.toString(10);if(e<i.length){return""}const r=e-i.length;const s=new Array(r);for(let t=0;t<r;t++){s[t]="0"}const n=s.join("");return n.concat(i)}
36
+ /*!
37
+ * Copyright (c) 2014, GMO GlobalSign
38
+ * Copyright (c) 2015-2022, Peculiar Ventures
39
+ * All rights reserved.
40
+ *
41
+ * Author 2014-2019, Yury Strozhevsky
42
+ *
43
+ * Redistribution and use in source and binary forms, with or without modification,
44
+ * are permitted provided that the following conditions are met:
45
+ *
46
+ * * Redistributions of source code must retain the above copyright notice, this
47
+ * list of conditions and the following disclaimer.
48
+ *
49
+ * * Redistributions in binary form must reproduce the above copyright notice, this
50
+ * list of conditions and the following disclaimer in the documentation and/or
51
+ * other materials provided with the distribution.
52
+ *
53
+ * * Neither the name of the copyright holder nor the names of its
54
+ * contributors may be used to endorse or promote products derived from
55
+ * this software without specific prior written permission.
56
+ *
57
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
58
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
59
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
60
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
61
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
62
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
63
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
64
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
65
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
66
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67
+ *
68
+ */function At(){if(typeof BigInt==="undefined"){throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}}function mt(t){let e=0;let i=0;for(let i=0;i<t.length;i++){const r=t[i];e+=r.byteLength}const r=new Uint8Array(e);for(let e=0;e<t.length;e++){const s=t[e];r.set(new Uint8Array(s),i);i+=s.byteLength}return r.buffer}function vt(t,e,i,r){if(!(e instanceof Uint8Array)){t.error="Wrong parameter: inputBuffer must be 'Uint8Array'";return false}if(!e.byteLength){t.error="Wrong parameter: inputBuffer has zero length";return false}if(i<0){t.error="Wrong parameter: inputOffset less than zero";return false}if(r<0){t.error="Wrong parameter: inputLength less than zero";return false}if(e.byteLength-i-r<0){t.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return false}return true}class gt{constructor(){this.items=[]}write(t){this.items.push(t)}final(){return mt(this.items)}}const wt=[new Uint8Array([1])];const Et="0123456789";const Pt="name";const Dt="valueHexView";const bt="isHexOnly";const It="idBlock";const Bt="tagClass";const Tt="tagNumber";const xt="isConstructed";const Ot="fromBER";const Rt="toBER";const Nt="local";const Mt="";const kt=new ArrayBuffer(0);const Kt=new Uint8Array(0);const jt="EndOfContent";const Ht="OCTET STRING";const _t="BIT STRING";function Ut(t){var e;return e=class e extends t{constructor(...t){var e;super(...t);const r=t[0]||{};this.isHexOnly=(e=r.isHexOnly)!==null&&e!==void 0?e:false;this.valueHexView=r.valueHex?i.BufferSourceConverter.toUint8Array(r.valueHex):Kt}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(t){this.valueHexView=new Uint8Array(t)}fromBER(t,e,i){const r=t instanceof ArrayBuffer?new Uint8Array(t):t;if(!vt(this,r,e,i)){return-1}const s=e+i;this.valueHexView=r.subarray(e,s);if(!this.valueHexView.length){this.warnings.push("Zero buffer length");return e}this.blockLength=i;return s}toBER(t=false){if(!this.isHexOnly){this.error="Flag 'isHexOnly' is not set, abort";return kt}if(t){return new ArrayBuffer(this.valueHexView.byteLength)}return this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:i.Convert.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class Ft{constructor({blockLength:t=0,error:e=Mt,warnings:r=[],valueBeforeDecode:s=Kt}={}){this.blockLength=t;this.error=e;this.warnings=r;this.valueBeforeDecodeView=i.BufferSourceConverter.toUint8Array(s)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(t){this.valueBeforeDecodeView=new Uint8Array(t)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:i.Convert.ToHex(this.valueBeforeDecodeView)}}}Ft.NAME="baseBlock";class Vt extends Ft{fromBER(t,e,i){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(t,e){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}}Vt.NAME="valueBlock";class Lt extends(Ut(Ft)){constructor({idBlock:t={}}={}){var e,r,s,n;super();if(t){this.isHexOnly=(e=t.isHexOnly)!==null&&e!==void 0?e:false;this.valueHexView=t.valueHex?i.BufferSourceConverter.toUint8Array(t.valueHex):Kt;this.tagClass=(r=t.tagClass)!==null&&r!==void 0?r:-1;this.tagNumber=(s=t.tagNumber)!==null&&s!==void 0?s:-1;this.isConstructed=(n=t.isConstructed)!==null&&n!==void 0?n:false}else{this.tagClass=-1;this.tagNumber=-1;this.isConstructed=false}}toBER(t=false){let e=0;switch(this.tagClass){case 1:e|=0;break;case 2:e|=64;break;case 3:e|=128;break;case 4:e|=192;break;default:this.error="Unknown tag class";return kt}if(this.isConstructed)e|=32;if(this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!t){let t=this.tagNumber;t&=31;e|=t;i[0]=e}return i.buffer}if(!this.isHexOnly){const i=pt(this.tagNumber,7);const r=new Uint8Array(i);const s=i.byteLength;const n=new Uint8Array(s+1);n[0]=e|31;if(!t){for(let t=0;t<s-1;t++)n[t+1]=r[t]|128;n[s]=r[s-1]}return n.buffer}const i=new Uint8Array(this.valueHexView.byteLength+1);i[0]=e|31;if(!t){const t=this.valueHexView;for(let e=0;e<t.length-1;e++)i[e+1]=t[e]|128;i[this.valueHexView.byteLength]=t[t.length-1]}return i.buffer}fromBER(t,e,r){const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r)){return-1}const n=s.subarray(e,e+r);if(n.length===0){this.error="Zero buffer length";return-1}const o=n[0]&192;switch(o){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:this.error="Unknown tag class";return-1}this.isConstructed=(n[0]&32)===32;this.isHexOnly=false;const a=n[0]&31;if(a!==31){this.tagNumber=a;this.blockLength=1}else{let t=1;let e=this.valueHexView=new Uint8Array(255);let i=255;while(n[t]&128){e[t-1]=n[t]&127;t++;if(t>=n.length){this.error="End of input reached before message was fully decoded";return-1}if(t===i){i+=255;const t=new Uint8Array(i);for(let i=0;i<e.length;i++)t[i]=e[i];e=this.valueHexView=new Uint8Array(i)}}this.blockLength=t+1;e[t-1]=n[t]&127;const r=new Uint8Array(t);for(let i=0;i<t;i++)r[i]=e[i];e=this.valueHexView=new Uint8Array(t);e.set(r);if(this.blockLength<=9)this.tagNumber=ht(e,7);else{this.isHexOnly=true;this.warnings.push("Tag too long, represented as hex-coded")}}if(this.tagClass===1&&this.isConstructed){switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:this.error="Constructed encoding used for primitive type";return-1}}return e+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}}Lt.NAME="identificationBlock";class $t extends Ft{constructor({lenBlock:t={}}={}){var e,i,r;super();this.isIndefiniteForm=(e=t.isIndefiniteForm)!==null&&e!==void 0?e:false;this.longFormUsed=(i=t.longFormUsed)!==null&&i!==void 0?i:false;this.length=(r=t.length)!==null&&r!==void 0?r:0}fromBER(t,e,r){const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r)){return-1}const n=s.subarray(e,e+r);if(n.length===0){this.error="Zero buffer length";return-1}if(n[0]===255){this.error="Length block 0xFF is reserved by standard";return-1}this.isIndefiniteForm=n[0]===128;if(this.isIndefiniteForm){this.blockLength=1;return e+this.blockLength}this.longFormUsed=!!(n[0]&128);if(this.longFormUsed===false){this.length=n[0];this.blockLength=1;return e+this.blockLength}const o=n[0]&127;if(o>8){this.error="Too big integer";return-1}if(o+1>n.length){this.error="End of input reached before message was fully decoded";return-1}const a=e+1;const c=s.subarray(a,a+o);if(c[o-1]===0)this.warnings.push("Needlessly long encoded length");this.length=ht(c,8);if(this.longFormUsed&&this.length<=127)this.warnings.push("Unnecessary usage of long length form");this.blockLength=o+1;return e+this.blockLength}toBER(t=false){let e;let i;if(this.length>127)this.longFormUsed=true;if(this.isIndefiniteForm){e=new ArrayBuffer(1);if(t===false){i=new Uint8Array(e);i[0]=128}return e}if(this.longFormUsed){const r=pt(this.length,8);if(r.byteLength>127){this.error="Too big length";return kt}e=new ArrayBuffer(r.byteLength+1);if(t)return e;const s=new Uint8Array(r);i=new Uint8Array(e);i[0]=r.byteLength|128;for(let t=0;t<r.byteLength;t++)i[t+1]=s[t];return e}e=new ArrayBuffer(1);if(t===false){i=new Uint8Array(e);i[0]=this.length}return e}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}$t.NAME="lengthBlock";const Gt={};class Wt extends Ft{constructor({name:t=Mt,optional:e=false,primitiveSchema:i,...r}={},s){super(r);this.name=t;this.optional=e;if(i){this.primitiveSchema=i}this.idBlock=new Lt(r);this.lenBlock=new $t(r);this.valueBlock=s?new s(r):new Vt(r)}fromBER(t,e,i){const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}toBER(t,e){const i=e||new gt;if(!e){Qt(this)}const r=this.idBlock.toBER(t);i.write(r);if(this.lenBlock.isIndefiniteForm){i.write(new Uint8Array([128]).buffer);this.valueBlock.toBER(t,i);i.write(new ArrayBuffer(2))}else{const e=this.valueBlock.toBER(t);this.lenBlock.length=e.byteLength;const r=this.lenBlock.toBER(t);i.write(r);i.write(e)}if(!e){return i.final()}return kt}toJSON(){const t={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};if(this.primitiveSchema)t.primitiveSchema=this.primitiveSchema.toJSON();return t}toString(t="ascii"){if(t==="ascii"){return this.onAsciiEncoding()}return i.Convert.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${i.Convert.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(t){if(this===t){return true}if(!(t instanceof this.constructor)){return false}const e=this.toBER();const i=t.toBER();return St(e,i)}}Wt.NAME="BaseBlock";function Qt(t){if(t instanceof Gt.Constructed){for(const e of t.valueBlock.value){if(Qt(e)){t.lenBlock.isIndefiniteForm=true}}}return!!t.lenBlock.isIndefiniteForm}class zt extends Wt{constructor({value:t=Mt,...e}={},i){super(e,i);if(t){this.fromString(t)}}getValue(){return this.valueBlock.value}setValue(t){this.valueBlock.value=t}fromBER(t,e,i){const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}this.fromBuffer(this.valueBlock.valueHexView);if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}zt.NAME="BaseStringBlock";class qt extends(Ut(Vt)){constructor({isHexOnly:t=true,...e}={}){super(e);this.isHexOnly=t}}qt.NAME="PrimitiveValueBlock";var Jt;class Zt extends Wt{constructor(t={}){super(t,qt);this.idBlock.isConstructed=false}}Jt=Zt;(()=>{Gt.Primitive=Jt})();Zt.NAME="PRIMITIVE";function Xt(t,e){if(t instanceof e){return t}const i=new e;i.idBlock=t.idBlock;i.lenBlock=t.lenBlock;i.warnings=t.warnings;i.valueBeforeDecodeView=t.valueBeforeDecodeView;return i}function Yt(t,e=0,i=t.length){const r=e;let s=new Wt({},Vt);const n=new Ft;if(!vt(n,t,e,i)){s.error=n.error;return{offset:-1,result:s}}const o=t.subarray(e,e+i);if(!o.length){s.error="Zero buffer length";return{offset:-1,result:s}}let a=s.idBlock.fromBER(t,e,i);if(s.idBlock.warnings.length){s.warnings.concat(s.idBlock.warnings)}if(a===-1){s.error=s.idBlock.error;return{offset:-1,result:s}}e=a;i-=s.idBlock.blockLength;a=s.lenBlock.fromBER(t,e,i);if(s.lenBlock.warnings.length){s.warnings.concat(s.lenBlock.warnings)}if(a===-1){s.error=s.lenBlock.error;return{offset:-1,result:s}}e=a;i-=s.lenBlock.blockLength;if(!s.idBlock.isConstructed&&s.lenBlock.isIndefiniteForm){s.error="Indefinite length form used for primitive encoding form";return{offset:-1,result:s}}let c=Wt;switch(s.idBlock.tagClass){case 1:if(s.idBlock.tagNumber>=37&&s.idBlock.isHexOnly===false){s.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard";return{offset:-1,result:s}}switch(s.idBlock.tagNumber){case 0:if(s.idBlock.isConstructed&&s.lenBlock.length>0){s.error="Type [UNIVERSAL 0] is reserved";return{offset:-1,result:s}}c=Gt.EndOfContent;break;case 1:c=Gt.Boolean;break;case 2:c=Gt.Integer;break;case 3:c=Gt.BitString;break;case 4:c=Gt.OctetString;break;case 5:c=Gt.Null;break;case 6:c=Gt.ObjectIdentifier;break;case 10:c=Gt.Enumerated;break;case 12:c=Gt.Utf8String;break;case 13:c=Gt.RelativeObjectIdentifier;break;case 14:c=Gt.TIME;break;case 15:s.error="[UNIVERSAL 15] is reserved by ASN.1 standard";return{offset:-1,result:s};case 16:c=Gt.Sequence;break;case 17:c=Gt.Set;break;case 18:c=Gt.NumericString;break;case 19:c=Gt.PrintableString;break;case 20:c=Gt.TeletexString;break;case 21:c=Gt.VideotexString;break;case 22:c=Gt.IA5String;break;case 23:c=Gt.UTCTime;break;case 24:c=Gt.GeneralizedTime;break;case 25:c=Gt.GraphicString;break;case 26:c=Gt.VisibleString;break;case 27:c=Gt.GeneralString;break;case 28:c=Gt.UniversalString;break;case 29:c=Gt.CharacterString;break;case 30:c=Gt.BmpString;break;case 31:c=Gt.DATE;break;case 32:c=Gt.TimeOfDay;break;case 33:c=Gt.DateTime;break;case 34:c=Gt.Duration;break;default:{const t=s.idBlock.isConstructed?new Gt.Constructed:new Gt.Primitive;t.idBlock=s.idBlock;t.lenBlock=s.lenBlock;t.warnings=s.warnings;s=t}}break;case 2:case 3:case 4:default:{c=s.idBlock.isConstructed?Gt.Constructed:Gt.Primitive}}s=Xt(s,c);a=s.fromBER(t,e,s.lenBlock.isIndefiniteForm?i:s.lenBlock.length);s.valueBeforeDecodeView=t.subarray(r,r+s.blockLength);return{offset:a,result:s}}function te(t){if(!t.byteLength){const t=new Wt({},Vt);t.error="Input buffer has zero length";return{offset:-1,result:t}}return Yt(i.BufferSourceConverter.toUint8Array(t).slice(),0,t.byteLength)}function ee(t,e){if(t){return 1}return e}class ie extends Vt{constructor({value:t=[],isIndefiniteForm:e=false,...i}={}){super(i);this.value=t;this.isIndefiniteForm=e}fromBER(t,e,r){const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r)){return-1}this.valueBeforeDecodeView=s.subarray(e,e+r);if(this.valueBeforeDecodeView.length===0){this.warnings.push("Zero buffer length");return e}let n=e;while(ee(this.isIndefiniteForm,r)>0){const t=Yt(s,n,r);if(t.offset===-1){this.error=t.result.error;this.warnings.concat(t.result.warnings);return-1}n=t.offset;this.blockLength+=t.result.blockLength;r-=t.result.blockLength;this.value.push(t.result);if(this.isIndefiniteForm&&t.result.constructor.NAME===jt){break}}if(this.isIndefiniteForm){if(this.value[this.value.length-1].constructor.NAME===jt){this.value.pop()}else{this.warnings.push("No EndOfContent block encoded")}}return n}toBER(t,e){const i=e||new gt;for(let e=0;e<this.value.length;e++){this.value[e].toBER(t,i)}if(!e){return i.final()}return kt}toJSON(){const t={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const e of this.value){t.value.push(e.toJSON())}return t}}ie.NAME="ConstructedValueBlock";var re;class se extends Wt{constructor(t={}){super(t,ie);this.idBlock.isConstructed=true}fromBER(t,e,i){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const r=this.valueBlock.fromBER(t,e,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);if(r===-1){this.error=this.valueBlock.error;return r}if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;if(!this.valueBlock.error.length)this.blockLength+=this.valueBlock.blockLength;return r}onAsciiEncoding(){const t=[];for(const e of this.valueBlock.value){t.push(e.toString("ascii").split("\n").map((t=>` ${t}`)).join("\n"))}const e=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return t.length?`${e} :\n${t.join("\n")}`:`${e} :`}}re=se;(()=>{Gt.Constructed=re})();se.NAME="CONSTRUCTED";class ne extends Vt{fromBER(t,e,i){return e}toBER(t){return kt}}ne.override="EndOfContentValueBlock";var oe;class ae extends Wt{constructor(t={}){super(t,ne);this.idBlock.tagClass=1;this.idBlock.tagNumber=0}}oe=ae;(()=>{Gt.EndOfContent=oe})();ae.NAME=jt;var ce;class le extends Wt{constructor(t={}){super(t,Vt);this.idBlock.tagClass=1;this.idBlock.tagNumber=5}fromBER(t,e,i){if(this.lenBlock.length>0)this.warnings.push("Non-zero length of value block for Null type");if(!this.idBlock.error.length)this.blockLength+=this.idBlock.blockLength;if(!this.lenBlock.error.length)this.blockLength+=this.lenBlock.blockLength;this.blockLength+=i;if(e+i>t.byteLength){this.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return-1}return e+i}toBER(t,e){const i=new ArrayBuffer(2);if(!t){const t=new Uint8Array(i);t[0]=5;t[1]=0}if(e){e.write(i)}return i}onAsciiEncoding(){return`${this.constructor.NAME}`}}ce=le;(()=>{Gt.Null=ce})();le.NAME="NULL";class ue extends(Ut(Vt)){constructor({value:t,...e}={}){super(e);if(e.valueHex){this.valueHexView=i.BufferSourceConverter.toUint8Array(e.valueHex)}else{this.valueHexView=new Uint8Array(1)}if(t){this.value=t}}get value(){for(const t of this.valueHexView){if(t>0){return true}}return false}set value(t){this.valueHexView[0]=t?255:0}fromBER(t,e,r){const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r)){return-1}this.valueHexView=s.subarray(e,e+r);if(r>1)this.warnings.push("Boolean value encoded in more then 1 octet");this.isHexOnly=true;ft.call(this);this.blockLength=r;return e+r}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}ue.NAME="BooleanValueBlock";var he;class pe extends Wt{constructor(t={}){super(t,ue);this.idBlock.tagClass=1;this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(t){this.valueBlock.value=t}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}}he=pe;(()=>{Gt.Boolean=he})();pe.NAME="BOOLEAN";class de extends(Ut(ie)){constructor({isConstructed:t=false,...e}={}){super(e);this.isConstructed=t}fromBER(t,e,i){let r=0;if(this.isConstructed){this.isHexOnly=false;r=ie.prototype.fromBER.call(this,t,e,i);if(r===-1)return r;for(let t=0;t<this.value.length;t++){const e=this.value[t].constructor.NAME;if(e===jt){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only";return-1}}if(e!==Ht){this.error="OCTET STRING may consists of OCTET STRINGs only";return-1}}}else{this.isHexOnly=true;r=super.fromBER(t,e,i);this.blockLength=i}return r}toBER(t,e){if(this.isConstructed)return ie.prototype.toBER.call(this,t,e);return t?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}de.NAME="OctetStringValueBlock";var fe;class ye extends Wt{constructor({idBlock:t={},lenBlock:e={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0?r:i.isConstructed=!!((s=i.value)===null||s===void 0?void 0:s.length);super({idBlock:{isConstructed:i.isConstructed,...t},lenBlock:{...e,isIndefiniteForm:!!i.isIndefiniteForm},...i},de);this.idBlock.tagClass=1;this.idBlock.tagNumber=4}fromBER(t,e,i){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;if(i===0){if(this.idBlock.error.length===0)this.blockLength+=this.idBlock.blockLength;if(this.lenBlock.error.length===0)this.blockLength+=this.lenBlock.blockLength;return e}if(!this.valueBlock.isConstructed){const r=t instanceof ArrayBuffer?new Uint8Array(t):t;const s=r.subarray(e,e+i);try{if(s.byteLength){const t=Yt(s,0,s.byteLength);if(t.offset!==-1&&t.offset===i){this.valueBlock.value=[t.result]}}}catch(t){}}return super.fromBER(t,e,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return se.prototype.onAsciiEncoding.call(this)}return`${this.constructor.NAME} : ${i.Convert.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed){return this.valueBlock.valueHexView.slice().buffer}const t=[];for(const e of this.valueBlock.value){if(e instanceof ye){t.push(e.valueBlock.valueHexView)}}return i.BufferSourceConverter.concat(t)}}fe=ye;(()=>{Gt.OctetString=fe})();ye.NAME=Ht;class Se extends(Ut(ie)){constructor({unusedBits:t=0,isConstructed:e=false,...i}={}){super(i);this.unusedBits=t;this.isConstructed=e;this.blockLength=this.valueHexView.byteLength}fromBER(t,e,r){if(!r){return e}let s=-1;if(this.isConstructed){s=ie.prototype.fromBER.call(this,t,e,r);if(s===-1)return s;for(const t of this.value){const e=t.constructor.NAME;if(e===jt){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only";return-1}}if(e!==_t){this.error="BIT STRING may consists of BIT STRINGs only";return-1}const i=t.valueBlock;if(this.unusedBits>0&&i.unusedBits>0){this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only';return-1}this.unusedBits=i.unusedBits}return s}const n=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,n,e,r)){return-1}const o=n.subarray(e,e+r);this.unusedBits=o[0];if(this.unusedBits>7){this.error="Unused bits for BitString must be in range 0-7";return-1}if(!this.unusedBits){const t=o.subarray(1);try{if(t.byteLength){const e=Yt(t,0,t.byteLength);if(e.offset!==-1&&e.offset===r-1){this.value=[e.result]}}}catch(t){}}this.valueHexView=o.subarray(1);this.blockLength=o.length;return e+r}toBER(t,e){if(this.isConstructed){return ie.prototype.toBER.call(this,t,e)}if(t){return new ArrayBuffer(this.valueHexView.byteLength+1)}if(!this.valueHexView.byteLength){return kt}const i=new Uint8Array(this.valueHexView.length+1);i[0]=this.unusedBits;i.set(this.valueHexView,1);return i.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}Se.NAME="BitStringValueBlock";var Ce;class Ae extends Wt{constructor({idBlock:t={},lenBlock:e={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0?r:i.isConstructed=!!((s=i.value)===null||s===void 0?void 0:s.length);super({idBlock:{isConstructed:i.isConstructed,...t},lenBlock:{...e,isIndefiniteForm:!!i.isIndefiniteForm},...i},Se);this.idBlock.tagClass=1;this.idBlock.tagNumber=3}fromBER(t,e,i){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;return super.fromBER(t,e,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return se.prototype.onAsciiEncoding.call(this)}else{const t=[];const e=this.valueBlock.valueHexView;for(const i of e){t.push(i.toString(2).padStart(8,"0"))}const i=t.join("");return`${this.constructor.NAME} : ${i.substring(0,i.length-this.valueBlock.unusedBits)}`}}}Ce=Ae;(()=>{Gt.BitString=Ce})();Ae.NAME=_t;var me;function ve(t,e){const i=new Uint8Array([0]);const r=new Uint8Array(t);const s=new Uint8Array(e);let n=r.slice(0);const o=n.length-1;const a=s.slice(0);const c=a.length-1;let l=0;const u=c<o?o:c;let h=0;for(let t=u;t>=0;t--,h++){switch(true){case h<a.length:l=n[o-h]+a[c-h]+i[0];break;default:l=n[o-h]+i[0]}i[0]=l/10;switch(true){case h>=n.length:n=dt(new Uint8Array([l%10]),n);break;default:n[o-h]=l%10}}if(i[0]>0)n=dt(i,n);return n}function ge(t){if(t>=wt.length){for(let e=wt.length;e<=t;e++){const t=new Uint8Array([0]);let i=wt[e-1].slice(0);for(let e=i.length-1;e>=0;e--){const r=new Uint8Array([(i[e]<<1)+t[0]]);t[0]=r[0]/10;i[e]=r[0]%10}if(t[0]>0)i=dt(t,i);wt.push(i)}}return wt[t]}function we(t,e){let i=0;const r=new Uint8Array(t);const s=new Uint8Array(e);const n=r.slice(0);const o=n.length-1;const a=s.slice(0);const c=a.length-1;let l;let u=0;for(let t=c;t>=0;t--,u++){l=n[o-u]-a[c-u]-i;switch(true){case l<0:i=1;n[o-u]=l+10;break;default:i=0;n[o-u]=l}}if(i>0){for(let t=o-c+1;t>=0;t--,u++){l=n[o-u]-i;if(l<0){i=1;n[o-u]=l+10}else{i=0;n[o-u]=l;break}}}return n.slice()}class Ee extends(Ut(Vt)){constructor({value:t,...e}={}){super(e);this._valueDec=0;if(e.valueHex){this.setValueHex()}if(t!==undefined){this.valueDec=t}}setValueHex(){if(this.valueHexView.length>=4){this.warnings.push("Too big Integer for decoding, hex only");this.isHexOnly=true;this._valueDec=0}else{this.isHexOnly=false;if(this.valueHexView.length>0){this._valueDec=ft.call(this)}}}set valueDec(t){this._valueDec=t;this.isHexOnly=false;this.valueHexView=new Uint8Array(yt(t))}get valueDec(){return this._valueDec}fromDER(t,e,i,r=0){const s=this.fromBER(t,e,i);if(s===-1)return s;const n=this.valueHexView;if(n[0]===0&&(n[1]&128)!==0){this.valueHexView=n.subarray(1)}else{if(r!==0){if(n.length<r){if(r-n.length>1)r=n.length+1;this.valueHexView=n.subarray(r-n.length)}}}return s}toDER(t=false){const e=this.valueHexView;switch(true){case(e[0]&128)!==0:{const t=new Uint8Array(this.valueHexView.length+1);t[0]=0;t.set(e,1);this.valueHexView=t}break;case e[0]===0&&(e[1]&128)===0:{this.valueHexView=this.valueHexView.subarray(1)}break}return this.toBER(t)}fromBER(t,e,i){const r=super.fromBER(t,e,i);if(r===-1){return r}this.setValueHex();return r}toBER(t){return t?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const t=this.valueHexView.length*8-1;let e=new Uint8Array(this.valueHexView.length*8/3);let i=0;let r;const s=this.valueHexView;let n="";let o=false;for(let o=s.byteLength-1;o>=0;o--){r=s[o];for(let s=0;s<8;s++){if((r&1)===1){switch(i){case t:e=we(ge(i),e);n="-";break;default:e=ve(e,ge(i))}}i++;r>>=1}}for(let t=0;t<e.length;t++){if(e[t])o=true;if(o)n+=Et.charAt(e[t])}if(o===false)n+=Et.charAt(0);return n}}me=Ee;Ee.NAME="IntegerValueBlock";(()=>{Object.defineProperty(me.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t);this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}})})();var Pe;class De extends Wt{constructor(t={}){super(t,Ee);this.idBlock.tagClass=1;this.idBlock.tagNumber=2}toBigInt(){At();return BigInt(this.valueBlock.toString())}static fromBigInt(t){At();const e=BigInt(t);const r=new gt;const s=e.toString(16).replace(/^-/,"");const n=new Uint8Array(i.Convert.FromHex(s));if(e<0){const t=new Uint8Array(n.length+(n[0]&128?1:0));t[0]|=128;const s=BigInt(`0x${i.Convert.ToHex(t)}`);const o=s+e;const a=i.BufferSourceConverter.toUint8Array(i.Convert.FromHex(o.toString(16)));a[0]|=128;r.write(a)}else{if(n[0]&128){r.write(new Uint8Array([0]))}r.write(n)}const o=new De({valueHex:r.final()});return o}convertToDER(){const t=new De({valueHex:this.valueBlock.valueHexView});t.valueBlock.toDER();return t}convertFromDER(){return new De({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}Pe=De;(()=>{Gt.Integer=Pe})();De.NAME="INTEGER";var be;class Ie extends De{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=10}}be=Ie;(()=>{Gt.Enumerated=be})();Ie.NAME="ENUMERATED";class Be extends(Ut(Vt)){constructor({valueDec:t=-1,isFirstSid:e=false,...i}={}){super(i);this.valueDec=t;this.isFirstSid=e}fromBER(t,e,r){if(!r){return e}const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r)){return-1}const n=s.subarray(e,e+r);this.valueHexView=new Uint8Array(r);for(let t=0;t<r;t++){this.valueHexView[t]=n[t]&127;this.blockLength++;if((n[t]&128)===0)break}const o=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength;t++){o[t]=this.valueHexView[t]}this.valueHexView=o;if((n[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ht(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return e+this.blockLength}set valueBigInt(t){At();let e=BigInt(t).toString(2);while(e.length%7){e="0"+e}const i=new Uint8Array(e.length/7);for(let t=0;t<i.length;t++){i[t]=parseInt(e.slice(t*7,t*7+7),2)+(t+1<i.length?128:0)}this.fromBER(i.buffer,0,i.length)}toBER(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);const e=this.valueHexView;const i=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength-1;t++)i[t]=e[t]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}const e=pt(this.valueDec,7);if(e.byteLength===0){this.error="Error during encoding SID value";return kt}const i=new Uint8Array(e.byteLength);if(!t){const t=new Uint8Array(e);const r=e.byteLength-1;for(let e=0;e<r;e++)i[e]=t[e]|128;i[r]=t[r]}return i}toString(){let t="";if(this.isHexOnly)t=i.Convert.ToHex(this.valueHexView);else{if(this.isFirstSid){let e=this.valueDec;if(this.valueDec<=39)t="0.";else{if(this.valueDec<=79){t="1.";e-=40}else{t="2.";e-=80}}t+=e.toString()}else t=this.valueDec.toString()}return t}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}}Be.NAME="sidBlock";class Te extends Vt{constructor({value:t=Mt,...e}={}){super(e);this.value=[];if(t){this.fromString(t)}}fromBER(t,e,i){let r=e;while(i>0){const e=new Be;r=e.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=e.error;return r}if(this.value.length===0)e.isFirstSid=true;this.blockLength+=e.blockLength;i-=e.blockLength;this.value.push(e)}return r}toBER(t){const e=[];for(let i=0;i<this.value.length;i++){const r=this.value[i].toBER(t);if(r.byteLength===0){this.error=this.value[i].error;return kt}e.push(r)}return mt(e)}fromString(t){this.value=[];let e=0;let i=0;let r="";let s=false;do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;if(s){const t=this.value[0];let e=0;switch(t.valueDec){case 0:break;case 1:e=40;break;case 2:e=80;break;default:this.value=[];return}const i=parseInt(r,10);if(isNaN(i))return;t.valueDec=i+e;s=false}else{const t=new Be;if(r>Number.MAX_SAFE_INTEGER){At();const e=BigInt(r);t.valueBigInt=e}else{t.valueDec=parseInt(r,10);if(isNaN(t.valueDec))return}if(!this.value.length){t.isFirstSid=true;s=true}this.value.push(t)}}while(i!==-1)}toString(){let t="";let e=false;for(let i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;let r=this.value[i].toString();if(i!==0)t=`${t}.`;if(e){r=`{${r}}`;if(this.value[i].isFirstSid)t=`2.{${r} - 80}`;else t+=r}else t+=r}return t}toJSON(){const t={...super.toJSON(),value:this.toString(),sidArray:[]};for(let e=0;e<this.value.length;e++){t.sidArray.push(this.value[e].toJSON())}return t}}Te.NAME="ObjectIdentifierValueBlock";var xe;class Oe extends Wt{constructor(t={}){super(t,Te);this.idBlock.tagClass=1;this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(t){this.valueBlock.fromString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}xe=Oe;(()=>{Gt.ObjectIdentifier=xe})();Oe.NAME="OBJECT IDENTIFIER";class Re extends(Ut(Ft)){constructor({valueDec:t=0,...e}={}){super(e);this.valueDec=t}fromBER(t,e,r){if(r===0)return e;const s=i.BufferSourceConverter.toUint8Array(t);if(!vt(this,s,e,r))return-1;const n=s.subarray(e,e+r);this.valueHexView=new Uint8Array(r);for(let t=0;t<r;t++){this.valueHexView[t]=n[t]&127;this.blockLength++;if((n[t]&128)===0)break}const o=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength;t++)o[t]=this.valueHexView[t];this.valueHexView=o;if((n[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ht(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return e+this.blockLength}toBER(t){if(this.isHexOnly){if(t)return new ArrayBuffer(this.valueHexView.byteLength);const e=this.valueHexView;const i=new Uint8Array(this.blockLength);for(let t=0;t<this.blockLength-1;t++)i[t]=e[t]|128;i[this.blockLength-1]=e[this.blockLength-1];return i.buffer}const e=pt(this.valueDec,7);if(e.byteLength===0){this.error="Error during encoding SID value";return kt}const i=new Uint8Array(e.byteLength);if(!t){const t=new Uint8Array(e);const r=e.byteLength-1;for(let e=0;e<r;e++)i[e]=t[e]|128;i[r]=t[r]}return i.buffer}toString(){let t="";if(this.isHexOnly)t=i.Convert.ToHex(this.valueHexView);else{t=this.valueDec.toString()}return t}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}Re.NAME="relativeSidBlock";class Ne extends Vt{constructor({value:t=Mt,...e}={}){super(e);this.value=[];if(t){this.fromString(t)}}fromBER(t,e,i){let r=e;while(i>0){const e=new Re;r=e.fromBER(t,r,i);if(r===-1){this.blockLength=0;this.error=e.error;return r}this.blockLength+=e.blockLength;i-=e.blockLength;this.value.push(e)}return r}toBER(t,e){const i=[];for(let e=0;e<this.value.length;e++){const r=this.value[e].toBER(t);if(r.byteLength===0){this.error=this.value[e].error;return kt}i.push(r)}return mt(i)}fromString(t){this.value=[];let e=0;let i=0;let r="";do{i=t.indexOf(".",e);if(i===-1)r=t.substring(e);else r=t.substring(e,i);e=i+1;const s=new Re;s.valueDec=parseInt(r,10);if(isNaN(s.valueDec))return true;this.value.push(s)}while(i!==-1);return true}toString(){let t="";let e=false;for(let i=0;i<this.value.length;i++){e=this.value[i].isHexOnly;let r=this.value[i].toString();if(i!==0)t=`${t}.`;if(e){r=`{${r}}`;t+=r}else t+=r}return t}toJSON(){const t={...super.toJSON(),value:this.toString(),sidArray:[]};for(let e=0;e<this.value.length;e++)t.sidArray.push(this.value[e].toJSON());return t}}Ne.NAME="RelativeObjectIdentifierValueBlock";var Me;class ke extends Wt{constructor(t={}){super(t,Ne);this.idBlock.tagClass=1;this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(t){this.valueBlock.fromString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}Me=ke;(()=>{Gt.RelativeObjectIdentifier=Me})();ke.NAME="RelativeObjectIdentifier";var Ke;class je extends se{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=16}}Ke=je;(()=>{Gt.Sequence=Ke})();je.NAME="SEQUENCE";var He;class _e extends se{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=17}}He=_e;(()=>{Gt.Set=He})();_e.NAME="SET";class Ue extends(Ut(Vt)){constructor({...t}={}){super(t);this.isHexOnly=true;this.value=Mt}toJSON(){return{...super.toJSON(),value:this.value}}}Ue.NAME="StringValueBlock";class Fe extends Ue{}Fe.NAME="SimpleStringValueBlock";class Ve extends zt{constructor({...t}={}){super(t,Fe)}fromBuffer(t){this.valueBlock.value=String.fromCharCode.apply(null,i.BufferSourceConverter.toUint8Array(t))}fromString(t){const e=t.length;const i=this.valueBlock.valueHexView=new Uint8Array(e);for(let r=0;r<e;r++)i[r]=t.charCodeAt(r);this.valueBlock.value=t}}Ve.NAME="SIMPLE STRING";class Le extends Ve{fromBuffer(t){this.valueBlock.valueHexView=i.BufferSourceConverter.toUint8Array(t);try{this.valueBlock.value=i.Convert.ToUtf8String(t)}catch(e){this.warnings.push(`Error during "decodeURIComponent": ${e}, using raw string`);this.valueBlock.value=i.Convert.ToBinary(t)}}fromString(t){this.valueBlock.valueHexView=new Uint8Array(i.Convert.FromUtf8String(t));this.valueBlock.value=t}}Le.NAME="Utf8StringValueBlock";var $e;class Ge extends Le{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=12}}$e=Ge;(()=>{Gt.Utf8String=$e})();Ge.NAME="UTF8String";class We extends Ve{fromBuffer(t){this.valueBlock.value=i.Convert.ToUtf16String(t);this.valueBlock.valueHexView=i.BufferSourceConverter.toUint8Array(t)}fromString(t){this.valueBlock.value=t;this.valueBlock.valueHexView=new Uint8Array(i.Convert.FromUtf16String(t))}}We.NAME="BmpStringValueBlock";var Qe;class ze extends We{constructor({...t}={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=30}}Qe=ze;(()=>{Gt.BmpString=Qe})();ze.NAME="BMPString";class qe extends Ve{fromBuffer(t){const e=ArrayBuffer.isView(t)?t.slice().buffer:t.slice(0);const i=new Uint8Array(e);for(let t=0;t<i.length;t+=4){i[t]=i[t+3];i[t+1]=i[t+2];i[t+2]=0;i[t+3]=0}this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(e))}fromString(t){const e=t.length;const i=this.valueBlock.valueHexView=new Uint8Array(e*4);for(let r=0;r<e;r++){const e=pt(t.charCodeAt(r),8);const s=new Uint8Array(e);if(s.length>4)continue;const n=4-s.length;for(let t=s.length-1;t>=0;t--)i[r*4+t+n]=s[t]}this.valueBlock.value=t}}qe.NAME="UniversalStringValueBlock";var Je;class Ze extends qe{constructor({...t}={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=28}}Je=Ze;(()=>{Gt.UniversalString=Je})();Ze.NAME="UniversalString";var Xe;class Ye extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=18}}Xe=Ye;(()=>{Gt.NumericString=Xe})();Ye.NAME="NumericString";var ti;class ei extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=19}}ti=ei;(()=>{Gt.PrintableString=ti})();ei.NAME="PrintableString";var ii;class ri extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=20}}ii=ri;(()=>{Gt.TeletexString=ii})();ri.NAME="TeletexString";var si;class ni extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=21}}si=ni;(()=>{Gt.VideotexString=si})();ni.NAME="VideotexString";var oi;class ai extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=22}}oi=ai;(()=>{Gt.IA5String=oi})();ai.NAME="IA5String";var ci;class li extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=25}}ci=li;(()=>{Gt.GraphicString=ci})();li.NAME="GraphicString";var ui;class hi extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=26}}ui=hi;(()=>{Gt.VisibleString=ui})();hi.NAME="VisibleString";var pi;class di extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=27}}pi=di;(()=>{Gt.GeneralString=pi})();di.NAME="GeneralString";var fi;class yi extends Ve{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=29}}fi=yi;(()=>{Gt.CharacterString=fi})();yi.NAME="CharacterString";var Si;class Ci extends hi{constructor({value:t,valueDate:e,...i}={}){super(i);this.year=0;this.month=0;this.day=0;this.hour=0;this.minute=0;this.second=0;if(t){this.fromString(t);this.valueBlock.valueHexView=new Uint8Array(t.length);for(let e=0;e<t.length;e++)this.valueBlock.valueHexView[e]=t.charCodeAt(e)}if(e){this.fromDate(e);this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())}this.idBlock.tagClass=1;this.idBlock.tagNumber=23}fromBuffer(t){this.fromString(String.fromCharCode.apply(null,i.BufferSourceConverter.toUint8Array(t)))}toBuffer(){const t=this.toString();const e=new ArrayBuffer(t.length);const i=new Uint8Array(e);for(let e=0;e<t.length;e++)i[e]=t.charCodeAt(e);return e}fromDate(t){this.year=t.getUTCFullYear();this.month=t.getUTCMonth()+1;this.day=t.getUTCDate();this.hour=t.getUTCHours();this.minute=t.getUTCMinutes();this.second=t.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(t){const e=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/gi;const i=e.exec(t);if(i===null){this.error="Wrong input string for conversion";return}const r=parseInt(i[1],10);if(r>=50)this.year=1900+r;else this.year=2e3+r;this.month=parseInt(i[2],10);this.day=parseInt(i[3],10);this.hour=parseInt(i[4],10);this.minute=parseInt(i[5],10);this.second=parseInt(i[6],10)}toString(t="iso"){if(t==="iso"){const t=new Array(7);t[0]=Ct(this.year<2e3?this.year-1900:this.year-2e3,2);t[1]=Ct(this.month,2);t[2]=Ct(this.day,2);t[3]=Ct(this.hour,2);t[4]=Ct(this.minute,2);t[5]=Ct(this.second,2);t[6]="Z";return t.join("")}return super.toString(t)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}}Si=Ci;(()=>{Gt.UTCTime=Si})();Ci.NAME="UTCTime";var Ai;class mi extends Ci{constructor(t={}){var e;super(t);(e=this.millisecond)!==null&&e!==void 0?e:this.millisecond=0;this.idBlock.tagClass=1;this.idBlock.tagNumber=24}fromDate(t){super.fromDate(t);this.millisecond=t.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(t){let e=false;let i="";let r="";let s=0;let n;let o=0;let a=0;if(t[t.length-1]==="Z"){i=t.substring(0,t.length-1);e=true}else{const e=new Number(t[t.length-1]);if(isNaN(e.valueOf()))throw new Error("Wrong input string for conversion");i=t}if(e){if(i.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(i.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let t=1;let e=i.indexOf("+");let r="";if(e===-1){e=i.indexOf("-");t=-1}if(e!==-1){r=i.substring(e+1);i=i.substring(0,e);if(r.length!==2&&r.length!==4)throw new Error("Wrong input string for conversion");let s=parseInt(r.substring(0,2),10);if(isNaN(s.valueOf()))throw new Error("Wrong input string for conversion");o=t*s;if(r.length===4){s=parseInt(r.substring(2,4),10);if(isNaN(s.valueOf()))throw new Error("Wrong input string for conversion");a=t*s}}}let c=i.indexOf(".");if(c===-1)c=i.indexOf(",");if(c!==-1){const t=new Number(`0${i.substring(c)}`);if(isNaN(t.valueOf()))throw new Error("Wrong input string for conversion");s=t.valueOf();r=i.substring(0,c)}else r=i;switch(true){case r.length===8:n=/(\d{4})(\d{2})(\d{2})/gi;if(c!==-1)throw new Error("Wrong input string for conversion");break;case r.length===10:n=/(\d{4})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){let t=60*s;this.minute=Math.floor(t);t=60*(t-this.minute);this.second=Math.floor(t);t=1e3*(t-this.second);this.millisecond=Math.floor(t)}break;case r.length===12:n=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){let t=60*s;this.second=Math.floor(t);t=1e3*(t-this.second);this.millisecond=Math.floor(t)}break;case r.length===14:n=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(c!==-1){const t=1e3*s;this.millisecond=Math.floor(t)}break;default:throw new Error("Wrong input string for conversion")}const l=n.exec(r);if(l===null)throw new Error("Wrong input string for conversion");for(let t=1;t<l.length;t++){switch(t){case 1:this.year=parseInt(l[t],10);break;case 2:this.month=parseInt(l[t],10);break;case 3:this.day=parseInt(l[t],10);break;case 4:this.hour=parseInt(l[t],10)+o;break;case 5:this.minute=parseInt(l[t],10)+a;break;case 6:this.second=parseInt(l[t],10);break;default:throw new Error("Wrong input string for conversion")}}if(e===false){const t=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=t.getUTCFullYear();this.month=t.getUTCMonth();this.day=t.getUTCDay();this.hour=t.getUTCHours();this.minute=t.getUTCMinutes();this.second=t.getUTCSeconds();this.millisecond=t.getUTCMilliseconds()}}toString(t="iso"){if(t==="iso"){const t=[];t.push(Ct(this.year,4));t.push(Ct(this.month,2));t.push(Ct(this.day,2));t.push(Ct(this.hour,2));t.push(Ct(this.minute,2));t.push(Ct(this.second,2));if(this.millisecond!==0){t.push(".");t.push(Ct(this.millisecond,3))}t.push("Z");return t.join("")}return super.toString(t)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}Ai=mi;(()=>{Gt.GeneralizedTime=Ai})();mi.NAME="GeneralizedTime";var vi;class gi extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=31}}vi=gi;(()=>{Gt.DATE=vi})();gi.NAME="DATE";var wi;class Ei extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=32}}wi=Ei;(()=>{Gt.TimeOfDay=wi})();Ei.NAME="TimeOfDay";var Pi;class Di extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=33}}Pi=Di;(()=>{Gt.DateTime=Pi})();Di.NAME="DateTime";var bi;class Ii extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=34}}bi=Ii;(()=>{Gt.Duration=bi})();Ii.NAME="Duration";var Bi;class Ti extends Ge{constructor(t={}){super(t);this.idBlock.tagClass=1;this.idBlock.tagNumber=14}}Bi=Ti;(()=>{Gt.TIME=Bi})();Ti.NAME="TIME";class xi{constructor({name:t=Mt,optional:e=false}={}){this.name=t;this.optional=e}}class Oi extends xi{constructor({value:t=[],...e}={}){super(e);this.value=t}}class Ri extends xi{constructor({value:t=new xi,local:e=false,...i}={}){super(i);this.value=t;this.local=e}}class Ni{constructor({data:t=Kt}={}){this.dataView=i.BufferSourceConverter.toUint8Array(t)}get data(){return this.dataView.slice().buffer}set data(t){this.dataView=i.BufferSourceConverter.toUint8Array(t)}fromBER(t,e,r){const s=e+r;this.dataView=i.BufferSourceConverter.toUint8Array(t).subarray(e,s);return s}toBER(t){return this.dataView.slice().buffer}}function Mi(t,e,i){if(i instanceof Oi){for(let r=0;r<i.value.length;r++){const s=Mi(t,e,i.value[r]);if(s.verified){return{verified:true,result:t}}}{const t={verified:false,result:{error:"Wrong values for Choice type"}};if(i.hasOwnProperty(Pt))t.name=i.name;return t}}if(i instanceof xi){if(i.hasOwnProperty(Pt))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(It in i===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Ot in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Rt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}const r=i.idBlock.toBER(false);if(r.byteLength===0){return{verified:false,result:{error:"Error encoding idBlock for ASN.1 schema"}}}const s=i.idBlock.fromBER(r,0,r.byteLength);if(s===-1){return{verified:false,result:{error:"Error decoding idBlock for ASN.1 schema"}}}if(i.idBlock.hasOwnProperty(Bt)===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(Tt)===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(xt)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(i.idBlock.isConstructed!==e.idBlock.isConstructed){return{verified:false,result:t}}if(!(bt 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(Dt in i.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}const r=i.idBlock.valueHexView;const s=e.idBlock.valueHexView;if(r.length!==s.length){return{verified:false,result:t}}for(let e=0;e<r.length;e++){if(r[e]!==s[1]){return{verified:false,result:t}}}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name)t[i.name]=e}if(i instanceof Gt.Constructed){let r=0;let s={verified:false,result:{error:"Unknown error"}};let n=i.valueBlock.value.length;if(n>0){if(i.valueBlock.value[0]instanceof Ri){n=e.valueBlock.value.length}}if(n===0){return{verified:true,result:t}}if(e.valueBlock.value.length===0&&i.valueBlock.value.length!==0){let e=true;for(let t=0;t<i.valueBlock.value.length;t++)e=e&&(i.valueBlock.value[t].optional||false);if(e){return{verified:true,result:t}}if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name)delete t[i.name]}t.error="Inconsistent object length";return{verified:false,result:t}}for(let o=0;o<n;o++){if(o-r>=e.valueBlock.value.length){if(i.valueBlock.value[o].optional===false){const e={verified:false,result:t};t.error="Inconsistent length between ASN.1 data and schema";if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name){delete t[i.name];e.name=i.name}}return e}}else{if(i.valueBlock.value[0]instanceof Ri){s=Mi(t,e.valueBlock.value[o],i.valueBlock.value[0].value);if(s.verified===false){if(i.valueBlock.value[0].optional)r++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name)delete t[i.name]}return s}}if(Pt in i.valueBlock.value[0]&&i.valueBlock.value[0].name.length>0){let r={};if(Nt in i.valueBlock.value[0]&&i.valueBlock.value[0].local)r=e;else r=t;if(typeof r[i.valueBlock.value[0].name]==="undefined")r[i.valueBlock.value[0].name]=[];r[i.valueBlock.value[0].name].push(e.valueBlock.value[o])}}else{s=Mi(t,e.valueBlock.value[o-r],i.valueBlock.value[o]);if(s.verified===false){if(i.valueBlock.value[o].optional)r++;else{if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name)delete t[i.name]}return s}}}}}if(s.verified===false){const e={verified:false,result:t};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name){delete t[i.name];e.name=i.name}}return e}return{verified:true,result:t}}if(i.primitiveSchema&&Dt in e.valueBlock){const r=Yt(e.valueBlock.valueHexView);if(r.offset===-1){const e={verified:false,result:r.result};if(i.name){i.name=i.name.replace(/^\s+|\s+$/g,Mt);if(i.name){delete t[i.name];e.name=i.name}}return e}return Mi(t,r.result,i.primitiveSchema)}return{verified:true,result:t}}function ki(t,e){if(e instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema type"}}}const r=Yt(i.BufferSourceConverter.toUint8Array(t));if(r.offset===-1){return{verified:false,result:r.result}}return Mi(r.result,r.result,e)}const Ki=Object.freeze({__proto__:null,Any:xi,BaseBlock:Wt,BaseStringBlock:zt,BitString:Ae,BmpString:ze,Boolean:pe,CharacterString:yi,Choice:Oi,Constructed:se,DATE:gi,DateTime:Di,Duration:Ii,EndOfContent:ae,Enumerated:Ie,GeneralString:di,GeneralizedTime:mi,GraphicString:li,HexBlock:Ut,IA5String:ai,Integer:De,Null:le,NumericString:Ye,ObjectIdentifier:Oe,OctetString:ye,Primitive:Zt,PrintableString:ei,RawData:Ni,RelativeObjectIdentifier:ke,Repeated:Ri,Sequence:je,Set:_e,TIME:Ti,TeletexString:ri,TimeOfDay:Ei,UTCTime:Ci,UniversalString:Ze,Utf8String:Ge,ValueBlock:Vt,VideotexString:ni,ViewWriter:gt,VisibleString:hi,compareSchema:Mi,fromBER:te,verifySchema:ki});var ji;(function(t){t[t["Sequence"]=0]="Sequence";t[t["Set"]=1]="Set";t[t["Choice"]=2]="Choice"})(ji||(ji={}));var Hi;(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"})(Hi||(Hi={}));class _i{constructor(t,e=0){this.unusedBits=0;this.value=new ArrayBuffer(0);if(t){if(typeof t==="number"){this.fromNumber(t)}else if(i.BufferSourceConverter.isBufferSource(t)){this.unusedBits=e;this.value=i.BufferSourceConverter.toArrayBuffer(t)}else{throw TypeError("Unsupported type of 'params' argument for BitString")}}}fromASN(t){if(!(t instanceof Ae)){throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString")}this.unusedBits=t.valueBlock.unusedBits;this.value=t.valueBlock.valueHex;return this}toASN(){return new Ae({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(t){return new Ae({name:t})}toNumber(){let t="";const e=new Uint8Array(this.value);for(const i of e){t+=i.toString(2).padStart(8,"0")}t=t.split("").reverse().join("");if(this.unusedBits){t=t.slice(this.unusedBits).padStart(this.unusedBits,"0")}return parseInt(t,2)}fromNumber(t){let e=t.toString(2);const i=e.length+7>>3;this.unusedBits=(i<<3)-e.length;const r=new Uint8Array(i);e=e.padStart(i<<3,"0").split("").reverse().join("");let s=0;while(s<i){r[s]=parseInt(e.slice(s<<3,(s<<3)+8),2);s++}this.value=r.buffer}}class Ui{constructor(t){if(typeof t==="number"){this.buffer=new ArrayBuffer(t)}else{if(i.BufferSourceConverter.isBufferSource(t)){this.buffer=i.BufferSourceConverter.toArrayBuffer(t)}else if(Array.isArray(t)){this.buffer=new Uint8Array(t)}else{this.buffer=new ArrayBuffer(0)}}}get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}fromASN(t){if(!(t instanceof ye)){throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString")}this.buffer=t.valueBlock.valueHex;return this}toASN(){return new ye({valueHex:this.buffer})}toSchema(t){return new ye({name:t})}}const Fi={fromASN:t=>t instanceof le?null:t.valueBeforeDecodeView,toASN:t=>{if(t===null){return new le}const e=te(t);if(e.result.error){throw new Error(e.result.error)}return e.result}};const Vi={fromASN:t=>t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec,toASN:t=>new De({value:+t})};const Li={fromASN:t=>t.valueBlock.valueDec,toASN:t=>new Ie({value:t})};const $i={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new De({valueHex:t})};const Gi={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new Ae({valueHex:t})};const Wi={fromASN:t=>t.valueBlock.toString(),toASN:t=>new Oe({value:t})};const Qi={fromASN:t=>t.valueBlock.value,toASN:t=>new pe({value:t})};const zi={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new ye({valueHex:t})};const qi={fromASN:t=>new Ui(t.getValue()),toASN:t=>t.toASN()};function Ji(t){return{fromASN:t=>t.valueBlock.value,toASN:e=>new t({value:e})}}const Zi=Ji(Ge);const Xi=Ji(ze);const Yi=Ji(Ze);const tr=Ji(Ye);const er=Ji(ei);const ir=Ji(ri);const rr=Ji(ni);const sr=Ji(ai);const nr=Ji(li);const or=Ji(hi);const ar=Ji(di);const cr=Ji(yi);const lr={fromASN:t=>t.toDate(),toASN:t=>new Ci({valueDate:t})};const ur={fromASN:t=>t.toDate(),toASN:t=>new mi({valueDate:t})};const hr={fromASN:()=>null,toASN:()=>new le};function pr(t){switch(t){case Hi.Any:return Fi;case Hi.BitString:return Gi;case Hi.BmpString:return Xi;case Hi.Boolean:return Qi;case Hi.CharacterString:return cr;case Hi.Enumerated:return Li;case Hi.GeneralString:return ar;case Hi.GeneralizedTime:return ur;case Hi.GraphicString:return nr;case Hi.IA5String:return sr;case Hi.Integer:return Vi;case Hi.Null:return hr;case Hi.NumericString:return tr;case Hi.ObjectIdentifier:return Wi;case Hi.OctetString:return zi;case Hi.PrintableString:return er;case Hi.TeletexString:return ir;case Hi.UTCTime:return lr;case Hi.UniversalString:return Yi;case Hi.Utf8String:return Zi;case Hi.VideotexString:return rr;case Hi.VisibleString:return or;default:return null}}function dr(t){if(typeof t==="function"&&t.prototype){if(t.prototype.toASN&&t.prototype.fromASN){return true}else{return dr(t.prototype)}}else{return!!(t&&typeof t==="object"&&"toASN"in t&&"fromASN"in t)}}function fr(t){var e;if(t){const i=Object.getPrototypeOf(t);if(((e=i===null||i===void 0?void 0:i.prototype)===null||e===void 0?void 0:e.constructor)===Array){return true}return fr(i)}return false}function yr(t,e){if(!(t&&e)){return false}if(t.byteLength!==e.byteLength){return false}const i=new Uint8Array(t);const r=new Uint8Array(e);for(let e=0;e<t.byteLength;e++){if(i[e]!==r[e]){return false}}return true}class Sr{constructor(){this.items=new WeakMap}has(t){return this.items.has(t)}get(t,e=false){const i=this.items.get(t);if(!i){throw new Error(`Cannot get schema for '${t.prototype.constructor.name}' target`)}if(e&&!i.schema){throw new Error(`Schema '${t.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`)}return i}cache(t){const e=this.get(t);if(!e.schema){e.schema=this.create(t,true)}}createDefault(t){const e={type:ji.Sequence,items:{}};const i=this.findParentSchema(t);if(i){Object.assign(e,i);e.items=Object.assign({},e.items,i.items)}return e}create(t,e){const i=this.items.get(t)||this.createDefault(t);const r=[];for(const t in i.items){const s=i.items[t];const n=e?t:"";let o;if(typeof s.type==="number"){const t=Hi[s.type];const e=Ki[t];if(!e){throw new Error(`Cannot get ASN1 class by name '${t}'`)}o=new e({name:n})}else if(dr(s.type)){const t=new s.type;o=t.toSchema(n)}else if(s.optional){const t=this.get(s.type);if(t.type===ji.Choice){o=new xi({name:n})}else{o=this.create(s.type,false);o.name=n}}else{o=new xi({name:n})}const a=!!s.optional||s.defaultValue!==undefined;if(s.repeated){o.name="";const t=s.repeated==="set"?_e:je;o=new t({name:"",value:[new Ri({name:n,value:o})]})}if(s.context!==null&&s.context!==undefined){if(s.implicit){if(typeof s.type==="number"||dr(s.type)){const t=s.repeated?se:Zt;r.push(new t({name:n,optional:a,idBlock:{tagClass:3,tagNumber:s.context}}))}else{this.cache(s.type);const t=!!s.repeated;let e=!t?this.get(s.type,true).schema:o;e="valueBlock"in e?e.valueBlock.value:e.value;r.push(new se({name:!t?n:"",optional:a,idBlock:{tagClass:3,tagNumber:s.context},value:e}))}}else{r.push(new se({optional:a,idBlock:{tagClass:3,tagNumber:s.context},value:[o]}))}}else{o.optional=a;r.push(o)}}switch(i.type){case ji.Sequence:return new je({value:r,name:""});case ji.Set:return new _e({value:r,name:""});case ji.Choice:return new Oi({value:r,name:""});default:throw new Error(`Unsupported ASN1 type in use`)}}set(t,e){this.items.set(t,e);return this}findParentSchema(t){const e=Object.getPrototypeOf(t);if(e){const t=this.items.get(e);return t||this.findParentSchema(e)}return null}}const Cr=new Sr;const Ar=t=>e=>{let i;if(!Cr.has(e)){i=Cr.createDefault(e);Cr.set(e,i)}else{i=Cr.get(e)}Object.assign(i,t)};const mr=t=>(e,i)=>{let r;if(!Cr.has(e.constructor)){r=Cr.createDefault(e.constructor);Cr.set(e.constructor,r)}else{r=Cr.get(e.constructor)}const s=Object.assign({},t);if(typeof s.type==="number"&&!s.converter){const r=pr(t.type);if(!r){throw new Error(`Cannot get default converter for property '${i}' of ${e.constructor.name}`)}s.converter=r}r.items[i]=s};class vr extends Error{constructor(){super(...arguments);this.schemas=[]}}class gr{static parse(t,e){const i=te(t);if(i.result.error){throw new Error(i.result.error)}const r=this.fromASN(i.result,e);return r}static fromASN(t,e){var i;try{if(dr(e)){const i=new e;return i.fromASN(t)}const r=Cr.get(e);Cr.cache(e);let s=r.schema;if(t.constructor===se&&r.type!==ji.Choice){s=new se({idBlock:{tagClass:3,tagNumber:t.idBlock.tagNumber},value:r.schema.valueBlock.value});for(const e in r.items){delete t[e]}}const n=Mi({},t,s);if(!n.verified){throw new vr(`Data does not match to ${e.name} ASN1 schema. ${n.result.error}`)}const o=new e;if(fr(e)){if(!("value"in t.valueBlock&&Array.isArray(t.valueBlock.value))){throw new Error(`Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.`)}const i=r.itemType;if(typeof i==="number"){const r=pr(i);if(!r){throw new Error(`Cannot get default converter for array item of ${e.name} ASN1 schema`)}return e.from(t.valueBlock.value,(t=>r.fromASN(t)))}else{return e.from(t.valueBlock.value,(t=>this.fromASN(t,i)))}}for(const t in r.items){const e=n.result[t];if(!e){continue}const s=r.items[t];const a=s.type;if(typeof a==="number"||dr(a)){const r=(i=s.converter)!==null&&i!==void 0?i:dr(a)?new a:null;if(!r){throw new Error("Converter is empty")}if(s.repeated){if(s.implicit){const i=s.repeated==="sequence"?je:_e;const n=new i;n.valueBlock=e.valueBlock;const a=te(n.toBER(false));if(a.offset===-1){throw new Error(`Cannot parse the child item. ${a.result.error}`)}if(!("value"in a.result.valueBlock&&Array.isArray(a.result.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}const c=a.result.valueBlock.value;o[t]=Array.from(c,(t=>r.fromASN(t)))}else{o[t]=Array.from(e,(t=>r.fromASN(t)))}}else{let i=e;if(s.implicit){let t;if(dr(a)){t=(new a).toSchema("")}else{const e=Hi[a];const i=Ki[e];if(!i){throw new Error(`Cannot get '${e}' class from asn1js module`)}t=new i}t.valueBlock=i.valueBlock;i=te(t.toBER(false)).result}o[t]=r.fromASN(i)}}else{if(s.repeated){if(!Array.isArray(e)){throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.")}o[t]=Array.from(e,(t=>this.fromASN(t,a)))}else{o[t]=this.fromASN(e,a)}}}return o}catch(t){if(t instanceof vr){t.schemas.push(e.name)}throw t}}}class wr{static serialize(t){if(t instanceof Wt){return t.toBER(false)}return this.toASN(t).toBER(false)}static toASN(t){if(t&&typeof t==="object"&&dr(t)){return t.toASN()}if(!(t&&typeof t==="object")){throw new TypeError("Parameter 1 should be type of Object.")}const e=t.constructor;const i=Cr.get(e);Cr.cache(e);let r=[];if(i.itemType){if(!Array.isArray(t)){throw new TypeError("Parameter 1 should be type of Array.")}if(typeof i.itemType==="number"){const s=pr(i.itemType);if(!s){throw new Error(`Cannot get default converter for array item of ${e.name} ASN1 schema`)}r=t.map((t=>s.toASN(t)))}else{r=t.map((t=>this.toAsnItem({type:i.itemType},"[]",e,t)))}}else{for(const s in i.items){const n=i.items[s];const o=t[s];if(o===undefined||n.defaultValue===o||typeof n.defaultValue==="object"&&typeof o==="object"&&yr(this.serialize(n.defaultValue),this.serialize(o))){continue}const a=wr.toAsnItem(n,s,e,o);if(typeof n.context==="number"){if(n.implicit){if(!n.repeated&&(typeof n.type==="number"||dr(n.type))){const t={};t.valueHex=a instanceof le?a.valueBeforeDecodeView:a.valueBlock.toBER();r.push(new Zt({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},...t}))}else{r.push(new se({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},value:a.valueBlock.value}))}}else{r.push(new se({optional:n.optional,idBlock:{tagClass:3,tagNumber:n.context},value:[a]}))}}else if(n.repeated){r=r.concat(a)}else{r.push(a)}}}let s;switch(i.type){case ji.Sequence:s=new je({value:r});break;case ji.Set:s=new _e({value:r});break;case ji.Choice:if(!r[0]){throw new Error(`Schema '${e.name}' has wrong data. Choice cannot be empty.`)}s=r[0];break}return s}static toAsnItem(t,e,i,r){let s;if(typeof t.type==="number"){const n=t.converter;if(!n){throw new Error(`Property '${e}' doesn't have converter for type ${Hi[t.type]} in schema '${i.name}'`)}if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}const e=Array.from(r,(t=>n.toASN(t)));const i=t.repeated==="sequence"?je:_e;s=new i({value:e})}else{s=n.toASN(r)}}else{if(t.repeated){if(!Array.isArray(r)){throw new TypeError("Parameter 'objProp' should be type of Array.")}const e=Array.from(r,(t=>this.toASN(t)));const i=t.repeated==="sequence"?je:_e;s=new i({value:e})}else{s=this.toASN(r)}}return s}}class Er extends Array{constructor(t=[]){if(typeof t==="number"){super(t)}else{super();for(const e of t){this.push(e)}}}}class Pr{static serialize(t){return wr.serialize(t)}static parse(t,e){return gr.parse(t,e)}static toString(t){const e=i.BufferSourceConverter.isBufferSource(t)?i.BufferSourceConverter.toArrayBuffer(t):Pr.serialize(t);const r=te(e);if(r.offset===-1){throw new Error(`Cannot decode ASN.1 data. ${r.result.error}`)}return r.result.toString()}}function Dr(t,e,i,r){var s=arguments.length,n=s<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,i):r,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")n=Reflect.decorate(t,e,i,r);else for(var a=t.length-1;a>=0;a--)if(o=t[a])n=(s<3?o(n):s>3?o(e,i,n):o(e,i))||n;return s>3&&n&&Object.defineProperty(e,i,n),n}var br=t((function(t){(function(e){const i="(0?\\d+|0x[a-f0-9]+)";const r={fourOctet:new RegExp(`^${i}\\.${i}\\.${i}\\.${i}$`,"i"),threeOctet:new RegExp(`^${i}\\.${i}\\.${i}$`,"i"),twoOctet:new RegExp(`^${i}\\.${i}$`,"i"),longValue:new RegExp(`^${i}$`,"i")};const s=new RegExp(`^0[0-7]+$`,"i");const n=new RegExp(`^0x[a-f0-9]+$`,"i");const o="%[0-9a-z]{1,}";const a="(?:[0-9a-f]+::?)+";const c={zoneIndex:new RegExp(o,"i"),native:new RegExp(`^(::)?(${a})?([0-9a-f]+)?(::)?(${o})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${i}\\.${i}\\.${i}\\.${i}(${o})?)$`,"i"),transitional:new RegExp(`^((?:${a})|(?:::)(?:${a})?)${i}\\.${i}\\.${i}\\.${i}(${o})?$`,"i")};function l(t,e){if(t.indexOf("::")!==t.lastIndexOf("::")){return null}let i=0;let r=-1;let s=(t.match(c.zoneIndex)||[])[0];let n,o;if(s){s=s.substring(1);t=t.replace(/%.+$/,"")}while((r=t.indexOf(":",r+1))>=0){i++}if(t.substr(0,2)==="::"){i--}if(t.substr(-2,2)==="::"){i--}if(i>e){return null}o=e-i;n=":";while(o--){n+="0:"}t=t.replace("::",n);if(t[0]===":"){t=t.slice(1)}if(t[t.length-1]===":"){t=t.slice(0,-1)}e=function(){const e=t.split(":");const i=[];for(let t=0;t<e.length;t++){i.push(parseInt(e[t],16))}return i}();return{parts:e,zoneId:s}}function u(t,e,i,r){if(t.length!==e.length){throw new Error("ipaddr: cannot match CIDR for objects with different lengths")}let s=0;let n;while(r>0){n=i-r;if(n<0){n=0}if(t[s]>>n!==e[s]>>n){return false}r-=i;s+=1}return true}function h(t){if(n.test(t)){return parseInt(t,16)}if(t[0]==="0"&&!isNaN(parseInt(t[1],10))){if(s.test(t)){return parseInt(t,8)}throw new Error(`ipaddr: cannot parse ${t} as octal`)}return parseInt(t,10)}function p(t,e){while(t.length<e){t=`0${t}`}return t}const d={};d.IPv4=function(){function t(t){if(t.length!==4){throw new Error("ipaddr: ipv4 octet count should be 4")}let e,i;for(e=0;e<t.length;e++){i=t[e];if(!(0<=i&&i<=255)){throw new Error("ipaddr: ipv4 octet should fit in 8 bits")}}this.octets=t}t.prototype.SpecialRanges={unspecified:[[new t([0,0,0,0]),8]],broadcast:[[new t([255,255,255,255]),32]],multicast:[[new t([224,0,0,0]),4]],linkLocal:[[new t([169,254,0,0]),16]],loopback:[[new t([127,0,0,0]),8]],carrierGradeNat:[[new t([100,64,0,0]),10]],private:[[new t([10,0,0,0]),8],[new t([172,16,0,0]),12],[new t([192,168,0,0]),16]],reserved:[[new t([192,0,0,0]),24],[new t([192,0,2,0]),24],[new t([192,88,99,0]),24],[new t([198,51,100,0]),24],[new t([203,0,113,0]),24],[new t([240,0,0,0]),4]]};t.prototype.kind=function(){return"ipv4"};t.prototype.match=function(t,e){let i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv4"){throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one")}return u(this.octets,t.octets,8,e)};t.prototype.prefixLengthFromSubnetMask=function(){let t=0;let e=false;const i={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let r,s,n;for(r=3;r>=0;r-=1){s=this.octets[r];if(s in i){n=i[s];if(e&&n!==0){return null}if(n!==8){e=true}t+=n}else{return null}}return 32-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){return this.octets.slice(0)};t.prototype.toIPv4MappedAddress=function(){return d.IPv6.parse(`::ffff:${this.toString()}`)};t.prototype.toNormalizedString=function(){return this.toString()};t.prototype.toString=function(){return this.octets.join(".")};return t}();d.IPv4.broadcastAddressFromCIDR=function(t){try{const e=this.parseCIDR(t);const i=e[0].toByteArray();const r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();const s=[];let n=0;while(n<4){s.push(parseInt(i[n],10)|parseInt(r[n],10)^255);n++}return new this(s)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.isIPv4=function(t){return this.parser(t)!==null};d.IPv4.isValid=function(t){try{new this(this.parser(t));return true}catch(t){return false}};d.IPv4.isValidFourPartDecimal=function(t){if(d.IPv4.isValid(t)&&t.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/)){return true}else{return false}};d.IPv4.networkAddressFromCIDR=function(t){let e,i,r,s,n;try{e=this.parseCIDR(t);r=e[0].toByteArray();n=this.subnetMaskFromPrefixLength(e[1]).toByteArray();s=[];i=0;while(i<4){s.push(parseInt(r[i],10)&parseInt(n[i],10));i++}return new this(s)}catch(t){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};d.IPv4.parse=function(t){const e=this.parser(t);if(e===null){throw new Error("ipaddr: string is not formatted like an IPv4 Address")}return new this(e)};d.IPv4.parseCIDR=function(t){let e;if(e=t.match(/^(.+)\/(\d+)$/)){const t=parseInt(e[2]);if(t>=0&&t<=32){const i=[this.parse(e[1]),t];Object.defineProperty(i,"toString",{value:function(){return this.join("/")}});return i}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")};d.IPv4.parser=function(t){let e,i,s;if(e=t.match(r.fourOctet)){return function(){const t=e.slice(1,6);const r=[];for(let e=0;e<t.length;e++){i=t[e];r.push(h(i))}return r}()}else if(e=t.match(r.longValue)){s=h(e[1]);if(s>4294967295||s<0){throw new Error("ipaddr: address outside defined range")}return function(){const t=[];let e;for(e=0;e<=24;e+=8){t.push(s>>e&255)}return t}().reverse()}else if(e=t.match(r.twoOctet)){return function(){const t=e.slice(1,4);const i=[];s=h(t[1]);if(s>16777215||s<0){throw new Error("ipaddr: address outside defined range")}i.push(h(t[0]));i.push(s>>16&255);i.push(s>>8&255);i.push(s&255);return i}()}else if(e=t.match(r.threeOctet)){return function(){const t=e.slice(1,5);const i=[];s=h(t[2]);if(s>65535||s<0){throw new Error("ipaddr: address outside defined range")}i.push(h(t[0]));i.push(h(t[1]));i.push(s>>8&255);i.push(s&255);return i}()}else{return null}};d.IPv4.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>32){throw new Error("ipaddr: invalid IPv4 prefix length")}const e=[0,0,0,0];let i=0;const r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<4){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.IPv6=function(){function t(t,e){let i,r;if(t.length===16){this.parts=[];for(i=0;i<=14;i+=2){this.parts.push(t[i]<<8|t[i+1])}}else if(t.length===8){this.parts=t}else{throw new Error("ipaddr: ipv6 part count should be 8 or 16")}for(i=0;i<this.parts.length;i++){r=this.parts[i];if(!(0<=r&&r<=65535)){throw new Error("ipaddr: ipv6 part should fit in 16 bits")}}if(e){this.zoneId=e}}t.prototype.SpecialRanges={unspecified:[new t([0,0,0,0,0,0,0,0]),128],linkLocal:[new t([65152,0,0,0,0,0,0,0]),10],multicast:[new t([65280,0,0,0,0,0,0,0]),8],loopback:[new t([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new t([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new t([0,0,0,0,0,65535,0,0]),96],rfc6145:[new t([0,0,0,0,65535,0,0,0]),96],rfc6052:[new t([100,65435,0,0,0,0,0,0]),96],"6to4":[new t([8194,0,0,0,0,0,0,0]),16],teredo:[new t([8193,0,0,0,0,0,0,0]),32],reserved:[[new t([8193,3512,0,0,0,0,0,0]),32]]};t.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"};t.prototype.kind=function(){return"ipv6"};t.prototype.match=function(t,e){let i;if(e===undefined){i=t;t=i[0];e=i[1]}if(t.kind()!=="ipv6"){throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one")}return u(this.parts,t.parts,16,e)};t.prototype.prefixLengthFromSubnetMask=function(){let t=0;let e=false;const i={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let r,s;for(let n=7;n>=0;n-=1){r=this.parts[n];if(r in i){s=i[r];if(e&&s!==0){return null}if(s!==16){e=true}t+=s}else{return null}}return 128-t};t.prototype.range=function(){return d.subnetMatch(this,this.SpecialRanges)};t.prototype.toByteArray=function(){let t;const e=[];const i=this.parts;for(let r=0;r<i.length;r++){t=i[r];e.push(t>>8);e.push(t&255)}return e};t.prototype.toFixedLengthString=function(){const t=function(){const t=[];for(let e=0;e<this.parts.length;e++){t.push(p(this.parts[e].toString(16),4))}return t}.call(this).join(":");let e="";if(this.zoneId){e=`%${this.zoneId}`}return t+e};t.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress()){throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4")}const t=this.parts.slice(-2);const e=t[0];const i=t[1];return new d.IPv4([e>>8,e&255,i>>8,i&255])};t.prototype.toNormalizedString=function(){const t=function(){const t=[];for(let e=0;e<this.parts.length;e++){t.push(this.parts[e].toString(16))}return t}.call(this).join(":");let e="";if(this.zoneId){e=`%${this.zoneId}`}return t+e};t.prototype.toRFC5952String=function(){const t=/((^|:)(0(:|$)){2,})/g;const e=this.toNormalizedString();let i=0;let r=-1;let s;while(s=t.exec(e)){if(s[0].length>r){i=s.index;r=s[0].length}}if(r<0){return e}return`${e.substring(0,i)}::${e.substring(i+r)}`};t.prototype.toString=function(){return this.toNormalizedString().replace(/((^|:)(0(:|$))+)/,"::")};return t}();d.IPv6.broadcastAddressFromCIDR=function(t){try{const e=this.parseCIDR(t);const i=e[0].toByteArray();const r=this.subnetMaskFromPrefixLength(e[1]).toByteArray();const s=[];let n=0;while(n<16){s.push(parseInt(i[n],10)|parseInt(r[n],10)^255);n++}return new this(s)}catch(t){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${t})`)}};d.IPv6.isIPv6=function(t){return this.parser(t)!==null};d.IPv6.isValid=function(t){if(typeof t==="string"&&t.indexOf(":")===-1){return false}try{const e=this.parser(t);new this(e.parts,e.zoneId);return true}catch(t){return false}};d.IPv6.networkAddressFromCIDR=function(t){let e,i,r,s,n;try{e=this.parseCIDR(t);r=e[0].toByteArray();n=this.subnetMaskFromPrefixLength(e[1]).toByteArray();s=[];i=0;while(i<16){s.push(parseInt(r[i],10)&parseInt(n[i],10));i++}return new this(s)}catch(t){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${t})`)}};d.IPv6.parse=function(t){const e=this.parser(t);if(e.parts===null){throw new Error("ipaddr: string is not formatted like an IPv6 Address")}return new this(e.parts,e.zoneId)};d.IPv6.parseCIDR=function(t){let e,i,r;if(i=t.match(/^(.+)\/(\d+)$/)){e=parseInt(i[2]);if(e>=0&&e<=128){r=[this.parse(i[1]),e];Object.defineProperty(r,"toString",{value:function(){return this.join("/")}});return r}}throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")};d.IPv6.parser=function(t){let e,i,r,s,n,o;if(r=t.match(c.deprecatedTransitional)){return this.parser(`::ffff:${r[1]}`)}if(c.native.test(t)){return l(t,8)}if(r=t.match(c.transitional)){o=r[6]||"";e=l(r[1].slice(0,-1)+o,6);if(e.parts){n=[parseInt(r[2]),parseInt(r[3]),parseInt(r[4]),parseInt(r[5])];for(i=0;i<n.length;i++){s=n[i];if(!(0<=s&&s<=255)){return null}}e.parts.push(n[0]<<8|n[1]);e.parts.push(n[2]<<8|n[3]);return{parts:e.parts,zoneId:e.zoneId}}}return null};d.IPv6.subnetMaskFromPrefixLength=function(t){t=parseInt(t);if(t<0||t>128){throw new Error("ipaddr: invalid IPv6 prefix length")}const e=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let i=0;const r=Math.floor(t/8);while(i<r){e[i]=255;i++}if(r<16){e[r]=Math.pow(2,t%8)-1<<8-t%8}return new this(e)};d.fromByteArray=function(t){const e=t.length;if(e===4){return new d.IPv4(t)}else if(e===16){return new d.IPv6(t)}else{throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")}};d.isValid=function(t){return d.IPv6.isValid(t)||d.IPv4.isValid(t)};d.parse=function(t){if(d.IPv6.isValid(t)){return d.IPv6.parse(t)}else if(d.IPv4.isValid(t)){return d.IPv4.parse(t)}else{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")}};d.parseCIDR=function(t){try{return d.IPv6.parseCIDR(t)}catch(e){try{return d.IPv4.parseCIDR(t)}catch(t){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}};d.process=function(t){const e=this.parse(t);if(e.kind()==="ipv6"&&e.isIPv4MappedAddress()){return e.toIPv4Address()}else{return e}};d.subnetMatch=function(t,e,i){let r,s,n,o;if(i===undefined||i===null){i="unicast"}for(s in e){if(Object.prototype.hasOwnProperty.call(e,s)){n=e[s];if(n[0]&&!(n[0]instanceof Array)){n=[n]}for(r=0;r<n.length;r++){o=n[r];if(t.kind()===o[0].kind()&&t.match.apply(t,o)){return s}}}}return i};if(t.exports){t.exports=d}else{e.ipaddr=d}})(e)}));class Ir{static decodeIP(t){if(t.length===64&&parseInt(t,16)===0){return"::/0"}if(t.length!==16){return t}const e=parseInt(t.slice(8),16).toString(2).split("").reduce(((t,e)=>t+ +e),0);let i=t.slice(0,8).replace(/(.{2})/g,(t=>`${parseInt(t,16)}.`));i=i.slice(0,-1);return`${i}/${e}`}static toString(t){if(t.byteLength===4||t.byteLength===16){const e=new Uint8Array(t);const i=br.fromByteArray(Array.from(e));return i.toString()}return this.decodeIP(i.Convert.ToHex(t))}static fromString(t){const e=br.parse(t);return new Uint8Array(e.toByteArray()).buffer}}var Br,Tr,xr;let Or=class t{constructor(t={}){Object.assign(this,t)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};Dr([mr({type:Hi.TeletexString})],Or.prototype,"teletexString",void 0);Dr([mr({type:Hi.PrintableString})],Or.prototype,"printableString",void 0);Dr([mr({type:Hi.UniversalString})],Or.prototype,"universalString",void 0);Dr([mr({type:Hi.Utf8String})],Or.prototype,"utf8String",void 0);Dr([mr({type:Hi.BmpString})],Or.prototype,"bmpString",void 0);Or=Dr([Ar({type:ji.Choice})],Or);let Rr=class t extends Or{constructor(t={}){super(t);Object.assign(this,t)}toString(){return this.ia5String||(this.anyValue?i.Convert.ToHex(this.anyValue):super.toString())}};Dr([mr({type:Hi.IA5String})],Rr.prototype,"ia5String",void 0);Dr([mr({type:Hi.Any})],Rr.prototype,"anyValue",void 0);Rr=Dr([Ar({type:ji.Choice})],Rr);class Nr{constructor(t={}){this.type="";this.value=new Rr;Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Nr.prototype,"type",void 0);Dr([mr({type:Rr})],Nr.prototype,"value",void 0);let Mr=Br=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Br.prototype)}};Mr=Br=Dr([Ar({type:ji.Set,itemType:Nr})],Mr);let kr=Tr=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Tr.prototype)}};kr=Tr=Dr([Ar({type:ji.Sequence,itemType:Mr})],kr);let Kr=xr=class t extends kr{constructor(t){super(t);Object.setPrototypeOf(this,xr.prototype)}};Kr=xr=Dr([Ar({type:ji.Sequence})],Kr);const jr={fromASN:t=>Ir.toString(zi.fromASN(t)),toASN:t=>zi.toASN(Ir.fromString(t))};class Hr{constructor(t={}){this.typeId="";this.value=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Hr.prototype,"typeId",void 0);Dr([mr({type:Hi.Any,context:0})],Hr.prototype,"value",void 0);class _r{constructor(t={}){this.partyName=new Or;Object.assign(this,t)}}Dr([mr({type:Or,optional:true,context:0,implicit:true})],_r.prototype,"nameAssigner",void 0);Dr([mr({type:Or,context:1,implicit:true})],_r.prototype,"partyName",void 0);let Ur=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hr,context:0,implicit:true})],Ur.prototype,"otherName",void 0);Dr([mr({type:Hi.IA5String,context:1,implicit:true})],Ur.prototype,"rfc822Name",void 0);Dr([mr({type:Hi.IA5String,context:2,implicit:true})],Ur.prototype,"dNSName",void 0);Dr([mr({type:Hi.Any,context:3,implicit:true})],Ur.prototype,"x400Address",void 0);Dr([mr({type:Kr,context:4,implicit:false})],Ur.prototype,"directoryName",void 0);Dr([mr({type:_r,context:5})],Ur.prototype,"ediPartyName",void 0);Dr([mr({type:Hi.IA5String,context:6,implicit:true})],Ur.prototype,"uniformResourceIdentifier",void 0);Dr([mr({type:Hi.OctetString,context:7,implicit:true,converter:jr})],Ur.prototype,"iPAddress",void 0);Dr([mr({type:Hi.ObjectIdentifier,context:8,implicit:true})],Ur.prototype,"registeredID",void 0);Ur=Dr([Ar({type:ji.Choice})],Ur);const Fr="1.3.6.1.5.5.7";const Vr=`${Fr}.1`;const Lr="2.5.29";var $r;const Gr=`${Vr}.1`;class Wr{constructor(t={}){this.accessMethod="";this.accessLocation=new Ur;Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Wr.prototype,"accessMethod",void 0);Dr([mr({type:Ur})],Wr.prototype,"accessLocation",void 0);let Qr=$r=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,$r.prototype)}};Qr=$r=Dr([Ar({type:ji.Sequence,itemType:Wr})],Qr);const zr=`${Lr}.35`;class qr extends Ui{}class Jr{constructor(t={}){if(t){Object.assign(this,t)}}}Dr([mr({type:qr,context:0,optional:true,implicit:true})],Jr.prototype,"keyIdentifier",void 0);Dr([mr({type:Ur,context:1,optional:true,implicit:true,repeated:"sequence"})],Jr.prototype,"authorityCertIssuer",void 0);Dr([mr({type:Hi.Integer,context:2,optional:true,implicit:true,converter:$i})],Jr.prototype,"authorityCertSerialNumber",void 0);const Zr=`${Lr}.19`;class Xr{constructor(t={}){this.cA=false;Object.assign(this,t)}}Dr([mr({type:Hi.Boolean,defaultValue:false})],Xr.prototype,"cA",void 0);Dr([mr({type:Hi.Integer,optional:true})],Xr.prototype,"pathLenConstraint",void 0);var Yr;let ts=Yr=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Yr.prototype)}};ts=Yr=Dr([Ar({type:ji.Sequence,itemType:Ur})],ts);var es;const is=`${Lr}.29`;let rs=es=class t extends ts{constructor(t){super(t);Object.setPrototypeOf(this,es.prototype)}};rs=es=Dr([Ar({type:ji.Sequence})],rs);var ss;const ns=`${Lr}.32`;let os=class t{constructor(t={}){Object.assign(this,t)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};Dr([mr({type:Hi.IA5String})],os.prototype,"ia5String",void 0);Dr([mr({type:Hi.VisibleString})],os.prototype,"visibleString",void 0);Dr([mr({type:Hi.BmpString})],os.prototype,"bmpString",void 0);Dr([mr({type:Hi.Utf8String})],os.prototype,"utf8String",void 0);os=Dr([Ar({type:ji.Choice})],os);class as{constructor(t={}){this.organization=new os;this.noticeNumbers=[];Object.assign(this,t)}}Dr([mr({type:os})],as.prototype,"organization",void 0);Dr([mr({type:Hi.Integer,repeated:"sequence"})],as.prototype,"noticeNumbers",void 0);class cs{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:as,optional:true})],cs.prototype,"noticeRef",void 0);Dr([mr({type:os,optional:true})],cs.prototype,"explicitText",void 0);let ls=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.IA5String})],ls.prototype,"cPSuri",void 0);Dr([mr({type:cs})],ls.prototype,"userNotice",void 0);ls=Dr([Ar({type:ji.Choice})],ls);class us{constructor(t={}){this.policyQualifierId="";this.qualifier=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],us.prototype,"policyQualifierId",void 0);Dr([mr({type:Hi.Any})],us.prototype,"qualifier",void 0);class hs{constructor(t={}){this.policyIdentifier="";Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],hs.prototype,"policyIdentifier",void 0);Dr([mr({type:us,repeated:"sequence",optional:true})],hs.prototype,"policyQualifiers",void 0);let ps=ss=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,ss.prototype)}};ps=ss=Dr([Ar({type:ji.Sequence,itemType:hs})],ps);const ds=`${Lr}.20`;let fs=class t{constructor(t=0){this.value=t}};Dr([mr({type:Hi.Integer})],fs.prototype,"value",void 0);fs=Dr([Ar({type:ji.Choice})],fs);const ys=`${Lr}.27`;let Ss=class t extends fs{};Ss=Dr([Ar({type:ji.Choice})],Ss);var Cs;const As=`${Lr}.31`;var ms;(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"})(ms||(ms={}));class vs extends _i{toJSON(){const t=[];const e=this.toNumber();if(e&ms.aACompromise){t.push("aACompromise")}if(e&ms.affiliationChanged){t.push("affiliationChanged")}if(e&ms.cACompromise){t.push("cACompromise")}if(e&ms.certificateHold){t.push("certificateHold")}if(e&ms.cessationOfOperation){t.push("cessationOfOperation")}if(e&ms.keyCompromise){t.push("keyCompromise")}if(e&ms.privilegeWithdrawn){t.push("privilegeWithdrawn")}if(e&ms.superseded){t.push("superseded")}if(e&ms.unused){t.push("unused")}return t}toString(){return`[${this.toJSON().join(", ")}]`}}let gs=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ur,context:0,repeated:"sequence",implicit:true})],gs.prototype,"fullName",void 0);Dr([mr({type:Mr,context:1,implicit:true})],gs.prototype,"nameRelativeToCRLIssuer",void 0);gs=Dr([Ar({type:ji.Choice})],gs);class ws{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:gs,context:0,optional:true})],ws.prototype,"distributionPoint",void 0);Dr([mr({type:vs,context:1,optional:true,implicit:true})],ws.prototype,"reasons",void 0);Dr([mr({type:Ur,context:2,optional:true,repeated:"sequence",implicit:true})],ws.prototype,"cRLIssuer",void 0);let Es=Cs=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Cs.prototype)}};Es=Cs=Dr([Ar({type:ji.Sequence,itemType:ws})],Es);var Ps;let Ds=Ps=class t extends Es{constructor(t){super(t);Object.setPrototypeOf(this,Ps.prototype)}};Ds=Ps=Dr([Ar({type:ji.Sequence,itemType:ws})],Ds);const bs=`${Lr}.28`;class Is{constructor(t={}){this.onlyContainsUserCerts=Is.ONLY;this.onlyContainsCACerts=Is.ONLY;this.indirectCRL=Is.ONLY;this.onlyContainsAttributeCerts=Is.ONLY;Object.assign(this,t)}}Is.ONLY=false;Dr([mr({type:gs,context:0,optional:true})],Is.prototype,"distributionPoint",void 0);Dr([mr({type:Hi.Boolean,context:1,defaultValue:Is.ONLY,implicit:true})],Is.prototype,"onlyContainsUserCerts",void 0);Dr([mr({type:Hi.Boolean,context:2,defaultValue:Is.ONLY,implicit:true})],Is.prototype,"onlyContainsCACerts",void 0);Dr([mr({type:vs,context:3,optional:true,implicit:true})],Is.prototype,"onlySomeReasons",void 0);Dr([mr({type:Hi.Boolean,context:4,defaultValue:Is.ONLY,implicit:true})],Is.prototype,"indirectCRL",void 0);Dr([mr({type:Hi.Boolean,context:5,defaultValue:Is.ONLY,implicit:true})],Is.prototype,"onlyContainsAttributeCerts",void 0);const Bs=`${Lr}.21`;var Ts;(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"})(Ts||(Ts={}));let xs=class t{constructor(t=Ts.unspecified){this.reason=Ts.unspecified;this.reason=t}toJSON(){return Ts[this.reason]}toString(){return this.toJSON()}};Dr([mr({type:Hi.Enumerated})],xs.prototype,"reason",void 0);xs=Dr([Ar({type:ji.Choice})],xs);var Os;const Rs=`${Lr}.37`;let Ns=Os=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Os.prototype)}};Ns=Os=Dr([Ar({type:ji.Sequence,itemType:Hi.ObjectIdentifier})],Ns);const Ms=`${Lr}.54`;let ks=class t{constructor(t=new ArrayBuffer(0)){this.value=t}};Dr([mr({type:Hi.Integer,converter:$i})],ks.prototype,"value",void 0);ks=Dr([Ar({type:ji.Choice})],ks);const Ks=`${Lr}.24`;let js=class t{constructor(t){this.value=new Date;if(t){this.value=t}}};Dr([mr({type:Hi.GeneralizedTime})],js.prototype,"value",void 0);js=Dr([Ar({type:ji.Choice})],js);var Hs;const _s=`${Lr}.18`;let Us=Hs=class t extends ts{constructor(t){super(t);Object.setPrototypeOf(this,Hs.prototype)}};Us=Hs=Dr([Ar({type:ji.Sequence})],Us);const Fs=`${Lr}.15`;var Vs;(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"})(Vs||(Vs={}));class Ls extends _i{toJSON(){const t=this.toNumber();const e=[];if(t&Vs.cRLSign){e.push("crlSign")}if(t&Vs.dataEncipherment){e.push("dataEncipherment")}if(t&Vs.decipherOnly){e.push("decipherOnly")}if(t&Vs.digitalSignature){e.push("digitalSignature")}if(t&Vs.encipherOnly){e.push("encipherOnly")}if(t&Vs.keyAgreement){e.push("keyAgreement")}if(t&Vs.keyCertSign){e.push("keyCertSign")}if(t&Vs.keyEncipherment){e.push("keyEncipherment")}if(t&Vs.nonRepudiation){e.push("nonRepudiation")}return e}toString(){return`[${this.toJSON().join(", ")}]`}}var $s;const Gs=`${Lr}.30`;class Ws{constructor(t={}){this.base=new Ur;this.minimum=0;Object.assign(this,t)}}Dr([mr({type:Ur})],Ws.prototype,"base",void 0);Dr([mr({type:Hi.Integer,context:0,defaultValue:0,implicit:true})],Ws.prototype,"minimum",void 0);Dr([mr({type:Hi.Integer,context:1,optional:true,implicit:true})],Ws.prototype,"maximum",void 0);let Qs=$s=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,$s.prototype)}};Qs=$s=Dr([Ar({type:ji.Sequence,itemType:Ws})],Qs);class zs{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Qs,context:0,optional:true,implicit:true})],zs.prototype,"permittedSubtrees",void 0);Dr([mr({type:Qs,context:1,optional:true,implicit:true})],zs.prototype,"excludedSubtrees",void 0);const qs=`${Lr}.36`;class Js{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Hi.Integer,context:0,implicit:true,optional:true,converter:$i})],Js.prototype,"requireExplicitPolicy",void 0);Dr([mr({type:Hi.Integer,context:1,implicit:true,optional:true,converter:$i})],Js.prototype,"inhibitPolicyMapping",void 0);var Zs;const Xs=`${Lr}.33`;class Ys{constructor(t={}){this.issuerDomainPolicy="";this.subjectDomainPolicy="";Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Ys.prototype,"issuerDomainPolicy",void 0);Dr([mr({type:Hi.ObjectIdentifier})],Ys.prototype,"subjectDomainPolicy",void 0);let tn=Zs=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Zs.prototype)}};tn=Zs=Dr([Ar({type:ji.Sequence,itemType:Ys})],tn);var en;const rn=`${Lr}.17`;let sn=en=class t extends ts{constructor(t){super(t);Object.setPrototypeOf(this,en.prototype)}};sn=en=Dr([Ar({type:ji.Sequence})],sn);class nn{constructor(t={}){this.type="";this.values=[];Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],nn.prototype,"type",void 0);Dr([mr({type:Hi.Any,repeated:"set"})],nn.prototype,"values",void 0);var on;const an=`${Lr}.9`;let cn=on=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,on.prototype)}};cn=on=Dr([Ar({type:ji.Sequence,itemType:nn})],cn);const ln=`${Lr}.14`;class un extends qr{}const hn=`${Lr}.16`;class pn{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Hi.GeneralizedTime,context:0,implicit:true,optional:true})],pn.prototype,"notBefore",void 0);Dr([mr({type:Hi.GeneralizedTime,context:1,implicit:true,optional:true})],pn.prototype,"notAfter",void 0);const dn="1.2.840.113533.7.65.0";var fn;(function(t){t[t["keyUpdateAllowed"]=1]="keyUpdateAllowed";t[t["newExtensions"]=2]="newExtensions";t[t["pKIXCertificate"]=4]="pKIXCertificate"})(fn||(fn={}));class yn extends _i{toJSON(){const t=[];const e=this.toNumber();if(e&fn.pKIXCertificate){t.push("pKIXCertificate")}if(e&fn.newExtensions){t.push("newExtensions")}if(e&fn.keyUpdateAllowed){t.push("keyUpdateAllowed")}return t}toString(){return`[${this.toJSON().join(", ")}]`}}class Sn{constructor(t={}){this.entrustVers="";this.entrustInfoFlags=new yn;Object.assign(this,t)}}Dr([mr({type:Hi.GeneralString})],Sn.prototype,"entrustVers",void 0);Dr([mr({type:yn})],Sn.prototype,"entrustInfoFlags",void 0);var Cn;const An=`${Vr}.11`;let mn=Cn=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Cn.prototype)}};mn=Cn=Dr([Ar({type:ji.Sequence,itemType:Wr})],mn);class vn{constructor(t={}){this.algorithm="";Object.assign(this,t)}isEqual(t){return t instanceof vn&&t.algorithm==this.algorithm&&(t.parameters&&this.parameters&&i.isEqual(t.parameters,this.parameters)||t.parameters===this.parameters)}}Dr([mr({type:Hi.ObjectIdentifier})],vn.prototype,"algorithm",void 0);Dr([mr({type:Hi.Any,optional:true})],vn.prototype,"parameters",void 0);class gn{constructor(t={}){this.algorithm=new vn;this.subjectPublicKey=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:vn})],gn.prototype,"algorithm",void 0);Dr([mr({type:Hi.BitString})],gn.prototype,"subjectPublicKey",void 0);let wn=class t{constructor(t){if(t){if(typeof t==="string"||typeof t==="number"||t instanceof Date){const e=new Date(t);if(e.getUTCFullYear()>2049){this.generalTime=e}else{this.utcTime=e}}else{Object.assign(this,t)}}}getTime(){const t=this.utcTime||this.generalTime;if(!t){throw new Error("Cannot get time from CHOICE object")}return t}};Dr([mr({type:Hi.UTCTime})],wn.prototype,"utcTime",void 0);Dr([mr({type:Hi.GeneralizedTime})],wn.prototype,"generalTime",void 0);wn=Dr([Ar({type:ji.Choice})],wn);class En{constructor(t){this.notBefore=new wn(new Date);this.notAfter=new wn(new Date);if(t){this.notBefore=new wn(t.notBefore);this.notAfter=new wn(t.notAfter)}}}Dr([mr({type:wn})],En.prototype,"notBefore",void 0);Dr([mr({type:wn})],En.prototype,"notAfter",void 0);var Pn;class Dn{constructor(t={}){this.extnID="";this.critical=Dn.CRITICAL;this.extnValue=new Ui;Object.assign(this,t)}}Dn.CRITICAL=false;Dr([mr({type:Hi.ObjectIdentifier})],Dn.prototype,"extnID",void 0);Dr([mr({type:Hi.Boolean,defaultValue:Dn.CRITICAL})],Dn.prototype,"critical",void 0);Dr([mr({type:Ui})],Dn.prototype,"extnValue",void 0);let bn=Pn=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Pn.prototype)}};bn=Pn=Dr([Ar({type:ji.Sequence,itemType:Dn})],bn);var In;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2";t[t["v3"]=2]="v3"})(In||(In={}));class Bn{constructor(t={}){this.version=In.v1;this.serialNumber=new ArrayBuffer(0);this.signature=new vn;this.issuer=new Kr;this.validity=new En;this.subject=new Kr;this.subjectPublicKeyInfo=new gn;Object.assign(this,t)}}Dr([mr({type:Hi.Integer,context:0,defaultValue:In.v1})],Bn.prototype,"version",void 0);Dr([mr({type:Hi.Integer,converter:$i})],Bn.prototype,"serialNumber",void 0);Dr([mr({type:vn})],Bn.prototype,"signature",void 0);Dr([mr({type:Kr})],Bn.prototype,"issuer",void 0);Dr([mr({type:En})],Bn.prototype,"validity",void 0);Dr([mr({type:Kr})],Bn.prototype,"subject",void 0);Dr([mr({type:gn})],Bn.prototype,"subjectPublicKeyInfo",void 0);Dr([mr({type:Hi.BitString,context:1,implicit:true,optional:true})],Bn.prototype,"issuerUniqueID",void 0);Dr([mr({type:Hi.BitString,context:2,implicit:true,optional:true})],Bn.prototype,"subjectUniqueID",void 0);Dr([mr({type:bn,context:3,optional:true})],Bn.prototype,"extensions",void 0);class Tn{constructor(t={}){this.tbsCertificate=new Bn;this.signatureAlgorithm=new vn;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Bn})],Tn.prototype,"tbsCertificate",void 0);Dr([mr({type:vn})],Tn.prototype,"signatureAlgorithm",void 0);Dr([mr({type:Hi.BitString})],Tn.prototype,"signatureValue",void 0);class xn{constructor(t={}){this.userCertificate=new ArrayBuffer(0);this.revocationDate=new wn;Object.assign(this,t)}}Dr([mr({type:Hi.Integer,converter:$i})],xn.prototype,"userCertificate",void 0);Dr([mr({type:wn})],xn.prototype,"revocationDate",void 0);Dr([mr({type:Dn,optional:true,repeated:"sequence"})],xn.prototype,"crlEntryExtensions",void 0);class On{constructor(t={}){this.signature=new vn;this.issuer=new Kr;this.thisUpdate=new wn;Object.assign(this,t)}}Dr([mr({type:Hi.Integer,optional:true})],On.prototype,"version",void 0);Dr([mr({type:vn})],On.prototype,"signature",void 0);Dr([mr({type:Kr})],On.prototype,"issuer",void 0);Dr([mr({type:wn})],On.prototype,"thisUpdate",void 0);Dr([mr({type:wn,optional:true})],On.prototype,"nextUpdate",void 0);Dr([mr({type:xn,repeated:"sequence",optional:true})],On.prototype,"revokedCertificates",void 0);Dr([mr({type:Dn,optional:true,context:0,repeated:"sequence"})],On.prototype,"crlExtensions",void 0);class Rn{constructor(t={}){this.tbsCertList=new On;this.signatureAlgorithm=new vn;this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:On})],Rn.prototype,"tbsCertList",void 0);Dr([mr({type:vn})],Rn.prototype,"signatureAlgorithm",void 0);Dr([mr({type:Hi.BitString})],Rn.prototype,"signature",void 0);const Nn="1.2.840.10045.2.1";const Mn="1.2.840.10045.4.1";const kn="1.2.840.10045.4.3.1";const Kn="1.2.840.10045.4.3.2";const jn="1.2.840.10045.4.3.3";const Hn="1.2.840.10045.4.3.4";function _n(t){return new vn({algorithm:t})}_n(Mn);_n(kn);_n(Kn);_n(jn);_n(Hn);let Un=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.ObjectIdentifier})],Un.prototype,"namedCurve",void 0);Un=Dr([Ar({type:ji.Choice})],Un);class Fn{constructor(t={}){this.version=1;this.privateKey=new Ui;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Fn.prototype,"version",void 0);Dr([mr({type:Ui})],Fn.prototype,"privateKey",void 0);Dr([mr({type:Un,context:0,optional:true})],Fn.prototype,"parameters",void 0);Dr([mr({type:Hi.BitString,context:1,optional:true})],Fn.prototype,"publicKey",void 0);class Vn{constructor(t={}){this.r=new ArrayBuffer(0);this.s=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Integer,converter:$i})],Vn.prototype,"r",void 0);Dr([mr({type:Hi.Integer,converter:$i})],Vn.prototype,"s",void 0);const Ln="1.2.840.113549.1.1";const $n=`${Ln}.1`;const Gn=`${Ln}.7`;const Wn=`${Ln}.9`;const Qn=`${Ln}.10`;const zn=`${Ln}.2`;const qn=`${Ln}.4`;const Jn=`${Ln}.5`;const Zn=`${Ln}.12`;const Xn=`${Ln}.13`;const Yn=`${Ln}.15`;const to=`${Ln}.16`;const eo="1.3.14.3.2.26";const io="2.16.840.1.101.3.4.2.4";const ro="2.16.840.1.101.3.4.2.1";const so="2.16.840.1.101.3.4.2.2";const no="2.16.840.1.101.3.4.2.3";const oo="2.16.840.1.101.3.4.2.5";const ao="2.16.840.1.101.3.4.2.6";const co="1.2.840.113549.2.2";const lo="1.2.840.113549.2.5";const uo=`${Ln}.8`;function ho(t){return new vn({algorithm:t,parameters:null})}ho(co);ho(lo);const po=ho(eo);ho(io);ho(ro);ho(so);ho(no);ho(oo);ho(ao);const fo=new vn({algorithm:uo,parameters:Pr.serialize(po)});const yo=new vn({algorithm:Wn,parameters:Pr.serialize(zi.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});ho($n);ho(zn);ho(qn);ho(Jn);ho(Yn);ho(to);ho(Zn);ho(Xn);ho(Yn);ho(to);class So{constructor(t={}){this.hashAlgorithm=new vn(po);this.maskGenAlgorithm=new vn({algorithm:uo,parameters:Pr.serialize(po)});this.pSourceAlgorithm=new vn(yo);Object.assign(this,t)}}Dr([mr({type:vn,context:0,defaultValue:po})],So.prototype,"hashAlgorithm",void 0);Dr([mr({type:vn,context:1,defaultValue:fo})],So.prototype,"maskGenAlgorithm",void 0);Dr([mr({type:vn,context:2,defaultValue:yo})],So.prototype,"pSourceAlgorithm",void 0);new vn({algorithm:Gn,parameters:Pr.serialize(new So)});class Co{constructor(t={}){this.hashAlgorithm=new vn(po);this.maskGenAlgorithm=new vn({algorithm:uo,parameters:Pr.serialize(po)});this.saltLength=20;this.trailerField=1;Object.assign(this,t)}}Dr([mr({type:vn,context:0,defaultValue:po})],Co.prototype,"hashAlgorithm",void 0);Dr([mr({type:vn,context:1,defaultValue:fo})],Co.prototype,"maskGenAlgorithm",void 0);Dr([mr({type:Hi.Integer,context:2,defaultValue:20})],Co.prototype,"saltLength",void 0);Dr([mr({type:Hi.Integer,context:3,defaultValue:1})],Co.prototype,"trailerField",void 0);new vn({algorithm:Qn,parameters:Pr.serialize(new Co)});class Ao{constructor(t={}){this.digestAlgorithm=new vn;this.digest=new Ui;Object.assign(this,t)}}Dr([mr({type:vn})],Ao.prototype,"digestAlgorithm",void 0);Dr([mr({type:Ui})],Ao.prototype,"digest",void 0);var mo;class vo{constructor(t={}){this.prime=new ArrayBuffer(0);this.exponent=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Integer,converter:$i})],vo.prototype,"prime",void 0);Dr([mr({type:Hi.Integer,converter:$i})],vo.prototype,"exponent",void 0);Dr([mr({type:Hi.Integer,converter:$i})],vo.prototype,"coefficient",void 0);let go=mo=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,mo.prototype)}};go=mo=Dr([Ar({type:ji.Sequence,itemType:vo})],go);class wo{constructor(t={}){this.version=0;this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);this.privateExponent=new ArrayBuffer(0);this.prime1=new ArrayBuffer(0);this.prime2=new ArrayBuffer(0);this.exponent1=new ArrayBuffer(0);this.exponent2=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],wo.prototype,"version",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"modulus",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"publicExponent",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"privateExponent",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"prime1",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"prime2",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"exponent1",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"exponent2",void 0);Dr([mr({type:Hi.Integer,converter:$i})],wo.prototype,"coefficient",void 0);Dr([mr({type:go,optional:true})],wo.prototype,"otherPrimeInfos",void 0);class Eo{constructor(t={}){this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Integer,converter:$i})],Eo.prototype,"modulus",void 0);Dr([mr({type:Hi.Integer,converter:$i})],Eo.prototype,"publicExponent",void 0);var Po,Do;const bo="1.3.6.1.4.1.18227.2.1";let Io=Po=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Po.prototype)}};Io=Po=Dr([Ar({type:ji.Sequence,itemType:vn})],Io);let Bo=Do=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Do.prototype)}};Bo=Do=Dr([Ar({type:ji.Sequence,itemType:Hi.BitString})],Bo);class To extends Ui{}class xo{constructor(t={}){this.encryptionAlgorithm=new vn;this.encryptedData=new To;Object.assign(this,t)}}Dr([mr({type:vn})],xo.prototype,"encryptionAlgorithm",void 0);Dr([mr({type:To})],xo.prototype,"encryptedData",void 0);var Oo;var Ro;(function(t){t[t["v1"]=0]="v1"})(Ro||(Ro={}));class No extends Ui{}let Mo=Oo=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Oo.prototype)}};Mo=Oo=Dr([Ar({type:ji.Sequence,itemType:nn})],Mo);class ko{constructor(t={}){this.version=Ro.v1;this.privateKeyAlgorithm=new vn;this.privateKey=new No;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],ko.prototype,"version",void 0);Dr([mr({type:vn})],ko.prototype,"privateKeyAlgorithm",void 0);Dr([mr({type:No})],ko.prototype,"privateKey",void 0);Dr([mr({type:Mo,implicit:true,context:0,optional:true})],ko.prototype,"attributes",void 0);var Ko;var jo;(function(t){t[t["v1"]=0]="v1";t[t["v2"]=1]="v2"})(jo||(jo={}));let Ho=class t extends vn{};Ho=Dr([Ar({type:ji.Sequence})],Ho);let _o=class t{constructor(){this.version=jo.v1;this.privateKeyAlgorithm=new vn;this.privateKey=new ArrayBuffer(0)}};Dr([mr({type:Hi.Integer})],_o.prototype,"version",void 0);Dr([mr({type:vn})],_o.prototype,"privateKeyAlgorithm",void 0);Dr([mr({type:Hi.OctetString})],_o.prototype,"privateKey",void 0);Dr([mr({type:Mo,context:0,implicit:true,optional:true})],_o.prototype,"attributes",void 0);Dr([mr({type:Hi.BitString,context:1,implicit:true,optional:true})],_o.prototype,"publicKey",void 0);_o=Dr([Ar({type:ji.Sequence})],_o);let Uo=class t extends _o{};Uo=Dr([Ar({type:ji.Sequence})],Uo);let Fo=Ko=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Ko.prototype)}};Fo=Ko=Dr([Ar({type:ji.Sequence,itemType:_o})],Fo);var Vo,Lo;const $o="2.16.840.1.114027.80.4.1";let Go=class t extends vn{};Go=Dr([Ar({type:ji.Sequence})],Go);let Wo=Vo=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Vo.prototype)}};Wo=Vo=Dr([Ar({type:ji.Sequence,itemType:gn})],Wo);let Qo=Lo=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Lo.prototype)}};Qo=Lo=Dr([Ar({type:ji.Sequence,itemType:_o})],Qo);
69
+ /**
70
+ * @license
71
+ * Copyright (c) Peculiar Ventures, LLC.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE file in the root directory of this source tree.
75
+ */var zo=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(t,i):s?s.value=i:e.set(t,i),i};var qo=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 Jo;class Zo{constructor(t){Jo.set(this,new Kr);if(i.BufferSourceConverter.isBufferSource(t)){zo(this,Jo,gr.parse(t,Kr),"f")}else{zo(this,Jo,t,"f")}}toJSON(){const t=[];qo(this,Jo,"f").forEach((e=>e.forEach((e=>{t.push({type:e.type,name:ut[e.type],shortName:lt[e.type],value:e.value.toString()})}))));return t}}Jo=new WeakMap;var Xo;const Yo=`${Vr}.2`;var ta;(function(t){t[t["picture"]=0]="picture";t[t["handwrittenSignature"]=1]="handwrittenSignature"})(ta||(ta={}));let ea=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.Integer})],ea.prototype,"predefinedBiometricType",void 0);Dr([mr({type:Hi.ObjectIdentifier})],ea.prototype,"biometricDataOid",void 0);ea=Dr([Ar({type:ji.Choice})],ea);class ia{constructor(t={}){this.typeOfBiometricData=new ea;this.hashAlgorithm=new vn;this.biometricDataHash=new Ui;Object.assign(this,t)}}Dr([mr({type:ea})],ia.prototype,"typeOfBiometricData",void 0);Dr([mr({type:vn})],ia.prototype,"hashAlgorithm",void 0);Dr([mr({type:Ui})],ia.prototype,"biometricDataHash",void 0);Dr([mr({type:Hi.IA5String,optional:true})],ia.prototype,"sourceDataUri",void 0);let ra=Xo=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Xo.prototype)}};ra=Xo=Dr([Ar({type:ji.Sequence,itemType:ia})],ra);const sa=`${Fr}.11`;var na,oa;const aa=`${Vr}.3`;class ca{constructor(){this.statementId="";this.statementInfo=new ArrayBuffer(0)}}Dr([mr({type:Hi.ObjectIdentifier})],ca.prototype,"statementId",void 0);Dr([mr({type:Hi.Any,optional:true})],ca.prototype,"statementInfo",void 0);const la=`${sa}.2`;let ua=na=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,na.prototype)}};ua=na=Dr([Ar({type:ji.Sequence,itemType:Ur})],ua);class ha{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier,optional:true})],ha.prototype,"semanticsIdentifier",void 0);Dr([mr({type:ua,optional:true})],ha.prototype,"nameRegistrationAuthorities",void 0);let pa=oa=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,oa.prototype)}};pa=oa=Dr([Ar({type:ji.Sequence,itemType:ca})],pa);let da=class t extends Or{};da=Dr([Ar({type:ji.Choice})],da);var fa;(function(t){t["M"]="M";t["F"]="F";t["m"]="m";t["f"]="f"})(fa||(fa={}));var ya;let Sa=ya=class t extends ps{constructor(t){super(t);Object.setPrototypeOf(this,ya.prototype)}};Sa=ya=Dr([Ar({type:ji.Sequence})],Sa);const Ca="1.3.6.1.4.1.311.21.7";class Aa{constructor(t={}){this.templateID="";this.templateMajorVersion=0;this.templateMinorVersion=0;Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Aa.prototype,"templateID",void 0);Dr([mr({type:Hi.Integer})],Aa.prototype,"templateMajorVersion",void 0);Dr([mr({type:Hi.Integer})],Aa.prototype,"templateMinorVersion",void 0);const ma="1.3.6.1.4.1.311.20.2";class va{constructor(t={}){this.name="";Object.assign(this,t)}}Dr([mr({type:Hi.Utf8String})],va.prototype,"name",void 0);let ga=class t{constructor(t={}){Object.assign(this,t)}toString(){var t,e;return((t=this.name)===null||t===void 0?void 0:t.toString())||((e=this.spec)===null||e===void 0?void 0:e.name)||""}};Dr([mr({type:Or})],ga.prototype,"name",void 0);Dr([mr({type:va})],ga.prototype,"spec",void 0);ga=Dr([Ar({type:ji.Choice})],ga);const wa="1.3.6.1.4.1.311.21.1";let Ea=class t{constructor(){this.value=new ArrayBuffer(0)}toString(){const t=this.getVersion();return`V${t.certificateIndex}.${t.keyIndex}`}getVersion(){let t=new Uint8Array(this.value);if(this.value.byteLength<4){t=new Uint8Array(4);t.set(new Uint8Array(this.value),4-this.value.byteLength)}return{keyIndex:parseInt(i.Convert.ToHex(t.slice(0,2)),16),certificateIndex:parseInt(i.Convert.ToHex(t.slice(2)),16)}}};Dr([mr({type:Hi.Integer,converter:$i})],Ea.prototype,"value",void 0);Ea=Dr([Ar({type:ji.Choice})],Ea);let Pa=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.NumericString})],Pa.prototype,"numericString",void 0);Dr([mr({type:Hi.PrintableString})],Pa.prototype,"printableString",void 0);Dr([mr({type:Hi.TeletexString})],Pa.prototype,"teletexString",void 0);Dr([mr({type:Hi.VideotexString})],Pa.prototype,"videotexString",void 0);Dr([mr({type:Hi.IA5String})],Pa.prototype,"ia5String",void 0);Dr([mr({type:Hi.GraphicString})],Pa.prototype,"graphicString",void 0);Dr([mr({type:Hi.VisibleString})],Pa.prototype,"visibleString",void 0);Dr([mr({type:Hi.GeneralString})],Pa.prototype,"generalString",void 0);Dr([mr({type:Hi.UniversalString})],Pa.prototype,"universalString",void 0);Dr([mr({type:Hi.BmpString})],Pa.prototype,"bmpString",void 0);Pa=Dr([Ar({type:ji.Choice})],Pa);let Da=class t{constructor(t=new ArrayBuffer(0)){this.value=t}};Dr([mr({type:Hi.Any})],Da.prototype,"value",void 0);Da=Dr([Ar({type:ji.Choice})],Da);var ba;let Ia=ba=class t extends bn{constructor(t){super(t);Object.setPrototypeOf(this,ba.prototype)}};Ia=ba=Dr([Ar({type:ji.Sequence})],Ia);class Ba{constructor(t={}){this.keySpec=0;this.cspName="";this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Ba.prototype,"keySpec",void 0);Dr([mr({type:Hi.BmpString})],Ba.prototype,"cspName",void 0);Dr([mr({type:Hi.BitString})],Ba.prototype,"signature",void 0);var Ta;let xa=Ta=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Ta.prototype)}};xa=Ta=Dr([Ar({type:ji.Sequence,itemType:Hi.Any})],xa);var Oa;let Ra=Oa=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Oa.prototype)}};Ra=Oa=Dr([Ar({type:ji.Sequence,itemType:Hi.Any})],Ra);var Na;class Ma{constructor(t={}){this.name="";this.value="";Object.assign(this,t)}}Dr([mr({type:Hi.BmpString})],Ma.prototype,"name",void 0);Dr([mr({type:Hi.BmpString})],Ma.prototype,"value",void 0);let ka=Na=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Na.prototype)}};ka=Na=Dr([Ar({type:ji.Sequence,itemType:Ma})],ka);let Ka=class t extends Hr{};Ka=Dr([Ar({type:ji.Sequence})],Ka);let ja=class t extends Hr{};ja=Dr([Ar({type:ji.Sequence})],ja);let Ha=class t extends Tn{};Ha=Dr([Ar({type:ji.Sequence})],Ha);class _a{constructor(t={}){this.clientId=0;this.machineName="";this.userName="";this.processName="";Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],_a.prototype,"clientId",void 0);Dr([mr({type:Hi.Utf8String})],_a.prototype,"machineName",void 0);Dr([mr({type:Hi.Utf8String})],_a.prototype,"userName",void 0);Dr([mr({type:Hi.Utf8String})],_a.prototype,"processName",void 0);const Ua="2.16.840.1.113730";const Fa=`${Ua}.1`;let Va=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],Va.prototype,"value",void 0);Va=Dr([Ar({type:ji.Choice})],Va);let La=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],La.prototype,"value",void 0);La=Dr([Ar({type:ji.Choice})],La);let $a=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],$a.prototype,"value",void 0);$a=Dr([Ar({type:ji.Choice})],$a);let Ga=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],Ga.prototype,"value",void 0);Ga=Dr([Ar({type:ji.Choice})],Ga);const Wa=`${Fa}.1`;var Qa;(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"})(Qa||(Qa={}));class za extends _i{toJSON(){const t=this.toNumber();const e=[];if(t&Qa.objectSigning){e.push("objectSigning")}if(t&Qa.objectSigningCa){e.push("objectSigningCa")}if(t&Qa.sMime){e.push("sMime")}if(t&Qa.sMimeCa){e.push("sMimeCa")}if(t&Qa.sslCa){e.push("sslCa")}if(t&Qa.sslClient){e.push("sslClient")}if(t&Qa.sslServer){e.push("sslServer")}return e}toString(){return`[${this.toJSON().join(", ")}]`}}const qa=`${Fa}.13`;let Ja=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],Ja.prototype,"value",void 0);Ja=Dr([Ar({type:ji.Choice})],Ja);let Za=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],Za.prototype,"value",void 0);Za=Dr([Ar({type:ji.Choice})],Za);let Xa=class t{constructor(t){this.value="";if(t){this.value=t}}};Dr([mr({type:Hi.IA5String})],Xa.prototype,"value",void 0);Xa=Dr([Ar({type:ji.Choice})],Xa);const Ya="1.3.6.1.4.1.52266.1";let tc=class t{constructor(t={}){this.leiCode="";Object.assign(this,t)}};Dr([mr({type:ei})],tc.prototype,"leiCode",void 0);Dr([mr({type:ei,context:0,optional:true})],tc.prototype,"leiRole",void 0);tc=Dr([Ar({type:ji.Sequence})],tc);let ec=class t{constructor(t){if(t){this.text=t}}get text(){if(this.bmpString!==undefined){return this.bmpString}if(this.ia5String!==undefined){return this.ia5String}if(this.printableString!==undefined){return this.printableString}if(this.utf8String!==undefined){return this.utf8String}if(this.visibleString!==undefined){return this.visibleString}return undefined}set text(t){this.printableString=t}};Dr([mr({type:Hi.IA5String})],ec.prototype,"ia5String",void 0);Dr([mr({type:Hi.VisibleString})],ec.prototype,"visibleString",void 0);Dr([mr({type:Hi.BmpString})],ec.prototype,"bmpString",void 0);Dr([mr({type:Hi.Utf8String})],ec.prototype,"utf8String",void 0);Dr([mr({type:Hi.PrintableString})],ec.prototype,"printableString",void 0);ec=Dr([Ar({type:ji.Choice})],ec);let ic=class t extends ec{constructor(t){super();if(typeof t==="string"){this.text=t}else if(t instanceof tc){this.struct=t}}};Dr([mr({type:tc})],ic.prototype,"struct",void 0);ic=Dr([Ar({type:ji.Choice})],ic);const rc="1.3.6.1.4.1.52266.2";let sc=class t extends ec{};sc=Dr([Ar({type:ji.Choice})],sc);class nc{constructor(t){this.offset=0;this.view=i.BufferSourceConverter.toUint8Array(t)}get position(){return this.offset}read(t=1){const e=this.view.slice(this.offset,this.offset+t);this.offset=this.offset+e.length;return e}readByte(){const t=this.read();if(!t.length){throw new Error("End of stream")}return t[0]}readNumber(t){const e=this.read(t);const r=i.Convert.ToHex(e);return parseInt(r,16)}readEnd(){return this.read(this.view.length-this.offset)}reset(){this.offset=0}}class oc{static createStream(t){const e=i.BufferSourceConverter.toUint8Array(t);return new nc(e)}}var ac;(function(t){t[t["certificateTimestamp"]=0]="certificateTimestamp";t[t["treeHash"]=1]="treeHash"})(ac||(ac={}));var cc;(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"})(cc||(cc={}));var lc;(function(t){t[t["anonymous"]=0]="anonymous";t[t["rsa"]=1]="rsa";t[t["dsa"]=2]="dsa";t[t["ecdsa"]=3]="ecdsa"})(lc||(lc={}));class uc extends oc{constructor(t){super();this.version=0;this.logId=new ArrayBuffer(32);this.timestamp=new Date;this.extensions=new ArrayBuffer(0);this.hashAlgorithm=0;this.signatureAlgorithm=0;this.signature=new ArrayBuffer(0);if(t){this.parse(t)}}parse(t){this.version=t.readByte();t.read(2);this.logId=i.BufferSourceConverter.toArrayBuffer(t.read(32));this.timestamp=new Date(t.readNumber(8));const e=t.readNumber(2);this.extensions=t.read(e).buffer;this.hashAlgorithm=t.readByte();this.signatureAlgorithm=t.readByte();this.signature=t.read(t.readNumber(2)).buffer}toJSON(){return{version:this.version,logId:i.Convert.ToHex(this.logId),timestamp:this.timestamp,extensions:i.Convert.ToBase64(this.extensions),hashAlgorithm:cc[this.hashAlgorithm]||"undefined",signatureAlgorithm:lc[this.signatureAlgorithm]||"undefined",signature:i.Convert.ToBase64(this.signature)}}}const hc="1.3.6.1.4.1.11129.2.4.2";class pc extends Ui{constructor(){super(...arguments);this.items=[]}fromASN(t){super.fromASN(t);const e=new nc(this.buffer);const i=e.readNumber(2);this.items=[];while(e.position<i){this.items.push(new uc(e))}return this}toJSON(){return this.items.map((t=>t.toJSON()))}}var dc;(function(t){t[t["v1"]=1]="v1"})(dc||(dc={}));const fc="1.2.840.113583.1.1.9.2";class yc{constructor(t={}){this.version=dc.v1;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],yc.prototype,"version",void 0);const Sc="1.2.840.113583.1.1.9.1";class Cc{constructor(t={}){this.version=dc.v1;this.location=new Ur;this.requiresAuth=false;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Cc.prototype,"version",void 0);Dr([mr({type:Ur})],Cc.prototype,"location",void 0);Dr([mr({type:Hi.Boolean,defaultValue:false,optional:true})],Cc.prototype,"requiresAuth",void 0);class Ac{constructor(t={}){this.hashAlg=new vn;this.hashValue=new Ui;Object.assign(this,t)}}Dr([mr({type:vn})],Ac.prototype,"hashAlg",void 0);Dr([mr({type:Ui})],Ac.prototype,"hashValue",void 0);class mc{constructor(t={}){this.mediaType="";this.logotypeHash=[];this.logotypeURI=[];Object.assign(this,t)}}Dr([mr({type:Hi.IA5String})],mc.prototype,"mediaType",void 0);Dr([mr({type:Ac,repeated:"sequence"})],mc.prototype,"logotypeHash",void 0);Dr([mr({type:Hi.IA5String,repeated:"sequence"})],mc.prototype,"logotypeURI",void 0);var vc;(function(t){t[t["mono"]=1]="mono";t[t["stereo"]=2]="stereo";t[t["quad"]=4]="quad"})(vc||(vc={}));class gc{constructor(t={}){this.fileSize=0;this.playTime=0;this.channels=vc.mono;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],gc.prototype,"fileSize",void 0);Dr([mr({type:Hi.Integer})],gc.prototype,"playTime",void 0);Dr([mr({type:Hi.Integer})],gc.prototype,"channels",void 0);Dr([mr({type:Hi.Integer,implicit:true,context:3,optional:true})],gc.prototype,"sampleRate",void 0);Dr([mr({type:Hi.IA5String,implicit:true,context:4,optional:true})],gc.prototype,"language",void 0);class wc{constructor(t={}){this.audioDetails=new mc;Object.assign(this,t)}}Dr([mr({type:mc})],wc.prototype,"audioDetails",void 0);Dr([mr({type:gc,optional:true})],wc.prototype,"audioInfo",void 0);let Ec=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.Integer,context:1,implicit:true})],Ec.prototype,"numBits",void 0);Dr([mr({type:Hi.Integer,context:2,implicit:true})],Ec.prototype,"tableSize",void 0);Ec=Dr([Ar({type:ji.Choice})],Ec);var Pc;(function(t){t[t["grayScale"]=0]="grayScale";t[t["color"]=1]="color"})(Pc||(Pc={}));class Dc{constructor(t={}){this.type=Pc.color;this.fileSize=0;this.xSize=0;this.ySize=0;Object.assign(this,t)}}Dr([mr({type:Hi.Integer,context:0,implicit:true,defaultValue:Pc.color})],Dc.prototype,"type",void 0);Dr([mr({type:Hi.Integer})],Dc.prototype,"fileSize",void 0);Dr([mr({type:Hi.Integer})],Dc.prototype,"xSize",void 0);Dr([mr({type:Hi.Integer})],Dc.prototype,"ySize",void 0);Dr([mr({type:Ec})],Dc.prototype,"resolution",void 0);Dr([mr({type:Hi.IA5String,context:4,implicit:true,optional:true})],Dc.prototype,"language",void 0);class bc{constructor(t={}){this.imageDetails=new mc;Object.assign(this,t)}}Dr([mr({type:mc})],bc.prototype,"imageDetails",void 0);Dr([mr({type:Dc,optional:true})],bc.prototype,"imageInfo",void 0);class Ic{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:bc,repeated:"sequence",optional:true})],Ic.prototype,"image",void 0);Dr([mr({type:wc,repeated:"sequence",context:1,optional:true})],Ic.prototype,"audio",void 0);class Bc{constructor(t={}){this.refStructHash=[];this.refStructURI=[];Object.assign(this,t)}}Dr([mr({type:Ac,repeated:"sequence"})],Bc.prototype,"refStructHash",void 0);Dr([mr({type:Hi.IA5String,repeated:"sequence"})],Bc.prototype,"refStructURI",void 0);let Tc=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ic,implicit:true,context:0})],Tc.prototype,"direct",void 0);Dr([mr({type:Bc,implicit:true,context:1})],Tc.prototype,"indirect",void 0);Tc=Dr([Ar({type:ji.Choice})],Tc);class xc{constructor(t={}){this.logotypeType="";this.info=new Tc;Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],xc.prototype,"logotypeType",void 0);Dr([mr({type:Tc})],xc.prototype,"info",void 0);class Oc{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Tc,context:0,repeated:"sequence",optional:true})],Oc.prototype,"communityLogos",void 0);Dr([mr({type:Tc,context:1,optional:true})],Oc.prototype,"issuerLogo",void 0);Dr([mr({type:Tc,context:2,optional:true})],Oc.prototype,"subjectLogo",void 0);Dr([mr({type:xc,context:3,repeated:"sequence",optional:true})],Oc.prototype,"otherLogos",void 0);const Rc="1.3.6.1.5.5.7.1.12";var Nc,Mc,kc;const Kc="1.3.6.1.5.5.7";const jc=`${Kc}.1`;let Hc=Nc=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Nc.prototype)}};Hc=Nc=Dr([Ar({type:ji.Sequence,itemType:Hi.IA5String})],Hc);class _c{constructor(t={}){this.claim="";this.permitted=[];Object.assign(this,t)}}Dr([mr({type:Hi.IA5String})],_c.prototype,"claim",void 0);Dr([mr({type:Hi.Utf8String,repeated:"sequence"})],_c.prototype,"permitted",void 0);let Uc=Mc=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Mc.prototype)}};Uc=Mc=Dr([Ar({type:ji.Sequence,itemType:_c})],Uc);class Fc{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Hc,optional:true,context:0})],Fc.prototype,"mustInclude",void 0);Dr([mr({type:Uc,optional:true,context:1})],Fc.prototype,"permittedValues",void 0);const Vc=`${jc}.26`;class Lc{constructor(){this.start="";this.count=2}}Dr([mr({type:Hi.IA5String})],Lc.prototype,"start",void 0);Dr([mr({type:Hi.Integer})],Lc.prototype,"count",void 0);let $c=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Hi.IA5String,context:0})],$c.prototype,"spc",void 0);Dr([mr({type:Lc,context:1})],$c.prototype,"range",void 0);Dr([mr({type:Hi.IA5String,context:2})],$c.prototype,"one",void 0);$c=Dr([Ar({type:ji.Choice})],$c);let Gc=kc=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,kc.prototype)}};Gc=kc=Dr([Ar({type:ji.Sequence,itemType:$c})],Gc);
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 Wc=undefined&&undefined.__classPrivateFieldSet||function(t,e,i,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e==="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(t,i):s?s.value=i:e.set(t,i),i};var Qc=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 zc,qc;class Jc{constructor(...t){zc.set(this,void 0);qc.set(this,void 0);if(t.length===1){Wc(this,zc,t[0],"f");Wc(this,qc,Pr.serialize(Qc(this,zc,"f")),"f")}else{Wc(this,zc,Pr.parse(t[0],t[1]),"f");Wc(this,qc,i.BufferSourceConverter.toArrayBuffer(t[0]),"f")}}get asn(){return Qc(this,zc,"f")}get raw(){return Qc(this,qc,"f")}}zc=new WeakMap,qc=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
+ */class Zc extends Jc{getAsnExtnValue(){return this.asn.extnValue.buffer}constructor(t){super(t,Dn);const e=this.getAsnExtnValue();try{switch(this.asn.extnID){case Gr:this.value=gr.parse(e,Qr);break;case zr:this.value=gr.parse(e,Jr);break;case Zr:this.value=gr.parse(e,Xr);break;case is:this.value=gr.parse(e,rs);break;case ns:this.value=gr.parse(e,ps);break;case As:case"2.5.29.46":this.value=gr.parse(e,Es);break;case bs:this.value=gr.parse(e,Is);break;case Bs:this.value=gr.parse(e,xs);break;case Rs:this.value=gr.parse(e,Ns);break;case Ms:this.value=gr.parse(e,ks);break;case Ks:this.value=gr.parse(e,js);break;case _s:this.value=gr.parse(e,Us);break;case Fs:this.value=gr.parse(e,Ls);break;case Gs:this.value=gr.parse(e,zs);break;case qs:this.value=gr.parse(e,Js);break;case Xs:this.value=gr.parse(e,tn);break;case rn:this.value=gr.parse(e,sn);break;case an:this.value=gr.parse(e,cn);break;case ln:this.value=gr.parse(e,un);break;case aa:this.value=gr.parse(e,pa);break;case Ca:this.value=gr.parse(e,Aa);break;case ma:this.value=gr.parse(e,ga);break;case qa:this.value=gr.parse(e,Ja);break;case Wa:this.value=gr.parse(e,za);break;case wa:this.value=gr.parse(e,Ea);break;case hc:this.value=gr.parse(e,pc);break;case Ya:this.value=gr.parse(e,ic);break;case rc:this.value=gr.parse(e,sc);break;case Sc:this.value=gr.parse(e,Cc);break;case fc:this.value=gr.parse(e,yc);break;case hn:this.value=gr.parse(e,pn);break;case dn:this.value=gr.parse(e,Sn);break;case"2.16.724.1.2.2.4.1":case Yo:this.value=gr.parse(e,ra);break;case Rc:this.value=gr.parse(e,Oc);break;case Vc:this.value=gr.parse(e,Gc);break;case An:this.value=gr.parse(e,mn);break;case ds:this.value=gr.parse(e,fs);break;case ys:this.value=gr.parse(e,Ss);break;default:console.warn(`Didn't detect parser for "${this.asn.extnID}" extension.`);this.value=i.Convert.ToHex(e)}}catch(t){console.error(`Error parse "${this.asn.extnID}" extension:`,t.message);this.value=i.Convert.ToHex(e)}}}
90
+ /**
91
+ * @license
92
+ * Copyright (c) Peculiar Ventures, LLC.
93
+ *
94
+ * This source code is licensed under the MIT license found in the
95
+ * LICENSE file in the root directory of this source tree.
96
+ */class Xc{static isCryptoKeyPair(t){return t&&t.privateKey&&t.publicKey}constructor(){this.providers=new Map;const t=window.crypto||window.msCrypto;if(typeof t!=="undefined"){this.set(Xc.DEFAULT,t)}}get(t=Xc.DEFAULT){const e=this.providers.get(t.toLowerCase());if(!e){throw new Error(`Cannot get Crypto by name '${t}'`)}return e}set(t,e){if(typeof t==="string"){if(!e){throw new TypeError("Argument 'value' is required")}this.providers.set(t.toLowerCase(),e)}else{this.providers.set(Xc.DEFAULT,t)}return this}}Xc.DEFAULT="default";const Yc=new Xc;const tl=/-----BEGIN [^-]+-----([A-Za-z0-9+/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+/=\s]+)====/;const el=t=>{const e=tl.exec(t);return e?e[1]||e[2]:t};const il=t=>t.replace(/(.{32})/g,"$1\n").replace(/(.{4})/g,"$1 ").trim();const rl=t=>t.replace(/(.{64})/g,"$1\n");const sl=t=>{const e=el(t);let n;if(r(e)){n=i.Convert.FromHex(e)}else if(l(e)||s(e)){n=i.Convert.FromBase64(e)}else{n=i.Convert.FromBinary(t)}return n};const nl=async(t,e)=>{const i=Yc.get();if(i.subtle){return i.subtle.digest(t,e)}return undefined};class ol{constructor(t={}){this.acIssuer=new Ur;this.acSerial=0;this.attrs=[];Object.assign(this,t)}}Dr([mr({type:Ur})],ol.prototype,"acIssuer",void 0);Dr([mr({type:Hi.Integer})],ol.prototype,"acSerial",void 0);Dr([mr({type:nn,repeated:"sequence"})],ol.prototype,"attrs",void 0);var al;let cl=al=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,al.prototype)}};cl=al=Dr([Ar({type:ji.Sequence,itemType:Hi.ObjectIdentifier})],cl);class ll{constructor(t={}){this.permitUnSpecified=true;Object.assign(this,t)}}Dr([mr({type:Hi.Integer,optional:true})],ll.prototype,"pathLenConstraint",void 0);Dr([mr({type:cl,implicit:true,context:0,optional:true})],ll.prototype,"permittedAttrs",void 0);Dr([mr({type:cl,implicit:true,context:1,optional:true})],ll.prototype,"excludedAttrs",void 0);Dr([mr({type:Hi.Boolean,defaultValue:true})],ll.prototype,"permitUnSpecified",void 0);class ul{constructor(t={}){this.issuer=new ts;this.serial=new ArrayBuffer(0);this.issuerUID=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:ts})],ul.prototype,"issuer",void 0);Dr([mr({type:Hi.Integer,converter:$i})],ul.prototype,"serial",void 0);Dr([mr({type:Hi.BitString,optional:true})],ul.prototype,"issuerUID",void 0);var hl;(function(t){t[t["publicKey"]=0]="publicKey";t[t["publicKeyCert"]=1]="publicKeyCert";t[t["otherObjectTypes"]=2]="otherObjectTypes"})(hl||(hl={}));class pl{constructor(t={}){this.digestedObjectType=hl.publicKey;this.digestAlgorithm=new vn;this.objectDigest=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.Enumerated})],pl.prototype,"digestedObjectType",void 0);Dr([mr({type:Hi.ObjectIdentifier,optional:true})],pl.prototype,"otherObjectTypeID",void 0);Dr([mr({type:vn})],pl.prototype,"digestAlgorithm",void 0);Dr([mr({type:Hi.BitString})],pl.prototype,"objectDigest",void 0);class dl{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:ts,optional:true})],dl.prototype,"issuerName",void 0);Dr([mr({type:ul,context:0,implicit:true,optional:true})],dl.prototype,"baseCertificateID",void 0);Dr([mr({type:pl,context:1,implicit:true,optional:true})],dl.prototype,"objectDigestInfo",void 0);let fl=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ur,repeated:"sequence"})],fl.prototype,"v1Form",void 0);Dr([mr({type:dl,context:0,implicit:true})],fl.prototype,"v2Form",void 0);fl=Dr([Ar({type:ji.Choice})],fl);class yl{constructor(t={}){this.notBeforeTime=new Date;this.notAfterTime=new Date;Object.assign(this,t)}}Dr([mr({type:Hi.GeneralizedTime})],yl.prototype,"notBeforeTime",void 0);Dr([mr({type:Hi.GeneralizedTime})],yl.prototype,"notAfterTime",void 0);class Sl{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:ul,implicit:true,context:0,optional:true})],Sl.prototype,"baseCertificateID",void 0);Dr([mr({type:ts,implicit:true,context:1,optional:true})],Sl.prototype,"entityName",void 0);Dr([mr({type:pl,implicit:true,context:2,optional:true})],Sl.prototype,"objectDigestInfo",void 0);var Cl;(function(t){t[t["v2"]=1]="v2"})(Cl||(Cl={}));class Al{constructor(t={}){this.version=Cl.v2;this.holder=new Sl;this.issuer=new fl;this.signature=new vn;this.serialNumber=new ArrayBuffer(0);this.attrCertValidityPeriod=new yl;this.attributes=[];Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Al.prototype,"version",void 0);Dr([mr({type:Sl})],Al.prototype,"holder",void 0);Dr([mr({type:fl})],Al.prototype,"issuer",void 0);Dr([mr({type:vn})],Al.prototype,"signature",void 0);Dr([mr({type:Hi.Integer,converter:$i})],Al.prototype,"serialNumber",void 0);Dr([mr({type:yl})],Al.prototype,"attrCertValidityPeriod",void 0);Dr([mr({type:nn,repeated:"sequence"})],Al.prototype,"attributes",void 0);Dr([mr({type:Hi.BitString,optional:true})],Al.prototype,"issuerUniqueID",void 0);Dr([mr({type:bn,optional:true})],Al.prototype,"extensions",void 0);class ml{constructor(t={}){this.acinfo=new Al;this.signatureAlgorithm=new vn;this.signatureValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Al})],ml.prototype,"acinfo",void 0);Dr([mr({type:vn})],ml.prototype,"signatureAlgorithm",void 0);Dr([mr({type:Hi.BitString})],ml.prototype,"signatureValue",void 0);var vl;(function(t){t[t["unmarked"]=1]="unmarked";t[t["unclassified"]=2]="unclassified";t[t["restricted"]=4]="restricted";t[t["confidential"]=8]="confidential";t[t["secret"]=16]="secret";t[t["topSecret"]=32]="topSecret"})(vl||(vl={}));class gl extends _i{}class wl{constructor(t={}){this.type="";this.value=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier,implicit:true,context:0})],wl.prototype,"type",void 0);Dr([mr({type:Hi.Any,implicit:true,context:1})],wl.prototype,"value",void 0);class El{constructor(t={}){this.policyId="";this.classList=new gl(vl.unclassified);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],El.prototype,"policyId",void 0);Dr([mr({type:gl,defaultValue:new gl(vl.unclassified)})],El.prototype,"classList",void 0);Dr([mr({type:wl,repeated:"set"})],El.prototype,"securityCategories",void 0);class Pl{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:Ui})],Pl.prototype,"cotets",void 0);Dr([mr({type:Hi.ObjectIdentifier})],Pl.prototype,"oid",void 0);Dr([mr({type:Hi.Utf8String})],Pl.prototype,"string",void 0);class Dl{constructor(t={}){this.values=[];Object.assign(this,t)}}Dr([mr({type:ts,implicit:true,context:0,optional:true})],Dl.prototype,"policyAuthority",void 0);Dr([mr({type:Pl,repeated:"sequence"})],Dl.prototype,"values",void 0);var bl;class Il{constructor(t={}){this.targetCertificate=new ul;Object.assign(this,t)}}Dr([mr({type:ul})],Il.prototype,"targetCertificate",void 0);Dr([mr({type:Ur,optional:true})],Il.prototype,"targetName",void 0);Dr([mr({type:pl,optional:true})],Il.prototype,"certDigestInfo",void 0);let Bl=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ur,context:0,implicit:true})],Bl.prototype,"targetName",void 0);Dr([mr({type:Ur,context:1,implicit:true})],Bl.prototype,"targetGroup",void 0);Dr([mr({type:Il,context:2,implicit:true})],Bl.prototype,"targetCert",void 0);Bl=Dr([Ar({type:ji.Choice})],Bl);let Tl=bl=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,bl.prototype)}};Tl=bl=Dr([Ar({type:ji.Sequence,itemType:Bl})],Tl);var xl;let Ol=xl=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,xl.prototype)}};Ol=xl=Dr([Ar({type:ji.Sequence,itemType:Tl})],Ol);class Rl{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:ts,implicit:true,context:0,optional:true})],Rl.prototype,"roleAuthority",void 0);Dr([mr({type:Ur,implicit:true,context:1})],Rl.prototype,"roleName",void 0);class Nl{constructor(t={}){this.service=new Ur;this.ident=new Ur;Object.assign(this,t)}}Dr([mr({type:Ur})],Nl.prototype,"service",void 0);Dr([mr({type:Ur})],Nl.prototype,"ident",void 0);Dr([mr({type:Ui,optional:true})],Nl.prototype,"authInfo",void 0);const Ml="0.4.0.9496";const kl=`${Ml}.6`;let Kl=class t{constructor(t={}){this.codeAuthority=new Ur;this.codeId=new Ur;this.shortName="";this.shortDescription="";Object.assign(this,t)}};Dr([mr({type:Ur,context:0})],Kl.prototype,"codeAuthority",void 0);Dr([mr({type:Ur,context:1})],Kl.prototype,"codeId",void 0);Dr([mr({type:Hi.Utf8String,context:2})],Kl.prototype,"shortName",void 0);Dr([mr({type:Hi.Utf8String,context:3})],Kl.prototype,"shortDescription",void 0);Kl=Dr([Ar({type:ji.Sequence})],Kl);let jl=class t extends Kr{constructor(t){super(t);Object.setPrototypeOf(this,Kr.prototype)}};jl=Dr([Ar({type:ji.Sequence})],jl);const Hl=`${Ml}.1`;let _l=class t extends jl{constructor(t){super(t);Object.setPrototypeOf(this,Kr.prototype)}};_l=Dr([Ar({type:ji.Sequence})],_l);const Ul=`${Ml}.2`;let Fl=class t extends jl{constructor(t){super(t);Object.setPrototypeOf(this,Kr.prototype)}};Fl=Dr([Ar({type:ji.Sequence})],Fl);const Vl=`${Ml}.3`;let Ll=class t extends jl{constructor(t){super(t);Object.setPrototypeOf(this,Kr.prototype)}};Ll=Dr([Ar({type:ji.Sequence})],Ll);const $l=`${Ml}.4`;let Gl=class t extends jl{constructor(t){super(t);Object.setPrototypeOf(this,Kr.prototype)}};Gl=Dr([Ar({type:ji.Sequence})],Gl);const Wl=`${Ml}.8`;let Ql=class t{constructor(t={}){this.location="";this.base=0;this.degree=0;Object.assign(this,t)}toString(){return`${this.base} x 10^${this.degree} ${this.location}`}};Dr([mr({type:Hi.PrintableString})],Ql.prototype,"location",void 0);Dr([mr({type:Hi.Integer})],Ql.prototype,"base",void 0);Dr([mr({type:Hi.Integer})],Ql.prototype,"degree",void 0);Ql=Dr([Ar({type:ji.Sequence})],Ql);const zl=`${Ml}.9`;let ql=class t{constructor(t={}){this.stars5=0;this.stars4=0;this.stars3=0;this.stars2=0;this.stars1=0;Object.assign(this,t)}};Dr([mr({type:Hi.Integer})],ql.prototype,"stars5",void 0);Dr([mr({type:Hi.Integer})],ql.prototype,"stars4",void 0);Dr([mr({type:Hi.Integer})],ql.prototype,"stars3",void 0);Dr([mr({type:Hi.Integer})],ql.prototype,"stars2",void 0);Dr([mr({type:Hi.Integer})],ql.prototype,"stars1",void 0);ql=Dr([Ar({type:ji.Sequence})],ql);const Jl=`${Ml}.5`;let Zl=class t{constructor(t={}){this.DNBvsDNO=new _i(0);this.DNBvsDNT=new _i(0);this.DNOvsDNT=new _i(0);Object.assign(this,t)}};Dr([mr({type:_i,context:0})],Zl.prototype,"DNBvsDNO",void 0);Dr([mr({type:_i,context:1})],Zl.prototype,"DNBvsDNT",void 0);Dr([mr({type:_i,context:2})],Zl.prototype,"DNOvsDNT",void 0);Zl=Dr([Ar({type:ji.Sequence})],Zl);const Xl=`${Ml}.7`;let Yl=class t{constructor(t={}){this.assessmentAuthority=new Ur;this.assessmentRef=new Ur;this.assessmentLocation=new Ur;this.dataStorageTerritory="";this.description="";Object.assign(this,t)}};Dr([mr({type:Ur,context:0})],Yl.prototype,"assessmentAuthority",void 0);Dr([mr({type:Ur,context:1})],Yl.prototype,"assessmentRef",void 0);Dr([mr({type:Ur,context:2})],Yl.prototype,"assessmentLocation",void 0);Dr([mr({type:Hi.PrintableString,context:3})],Yl.prototype,"dataStorageTerritory",void 0);Dr([mr({type:Hi.Utf8String,context:4})],Yl.prototype,"description",void 0);Yl=Dr([Ar({type:ji.Sequence})],Yl);class tu{constructor(t={}){this.attrType="";this.attrValues=[];Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],tu.prototype,"attrType",void 0);Dr([mr({type:Hi.Any,repeated:"set"})],tu.prototype,"attrValues",void 0);var eu;class iu{constructor(t={}){this.otherCertFormat="";this.otherCert=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],iu.prototype,"otherCertFormat",void 0);Dr([mr({type:Hi.Any})],iu.prototype,"otherCert",void 0);let ru=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Tn})],ru.prototype,"certificate",void 0);Dr([mr({type:ml,context:2,implicit:true})],ru.prototype,"v2AttrCert",void 0);Dr([mr({type:iu,context:3,implicit:true})],ru.prototype,"other",void 0);ru=Dr([Ar({type:ji.Choice})],ru);let su=eu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,eu.prototype)}};su=eu=Dr([Ar({type:ji.Set,itemType:ru})],su);class nu{constructor(t={}){this.contentType="";this.content=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],nu.prototype,"contentType",void 0);Dr([mr({type:Hi.Any,context:0})],nu.prototype,"content",void 0);let ou=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ui})],ou.prototype,"single",void 0);Dr([mr({type:Hi.Any})],ou.prototype,"any",void 0);ou=Dr([Ar({type:ji.Choice})],ou);class au{constructor(t={}){this.eContentType="";Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],au.prototype,"eContentType",void 0);Dr([mr({type:ou,context:0,optional:true})],au.prototype,"eContent",void 0);var cu;(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"})(cu||(cu={}));let lu=class t extends vn{};lu=Dr([Ar({type:ji.Sequence})],lu);let uu=class t extends vn{};uu=Dr([Ar({type:ji.Sequence})],uu);let hu=class t extends vn{};hu=Dr([Ar({type:ji.Sequence})],hu);let pu=class t extends vn{};pu=Dr([Ar({type:ji.Sequence})],pu);let du=class t extends vn{};du=Dr([Ar({type:ji.Sequence})],du);let fu=class t extends vn{};fu=Dr([Ar({type:ji.Sequence})],fu);let yu=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Ui,context:0,implicit:true,optional:true})],yu.prototype,"value",void 0);Dr([mr({type:Ui,converter:qi,context:0,implicit:true,optional:true,repeated:"sequence"})],yu.prototype,"constructedValue",void 0);yu=Dr([Ar({type:ji.Choice})],yu);class Su{constructor(t={}){this.contentType="";this.contentEncryptionAlgorithm=new pu;Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Su.prototype,"contentType",void 0);Dr([mr({type:pu})],Su.prototype,"contentEncryptionAlgorithm",void 0);Dr([mr({type:yu,optional:true})],Su.prototype,"encryptedContent",void 0);class Cu{constructor(t={}){this.issuer=new Kr;this.serialNumber=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Kr})],Cu.prototype,"issuer",void 0);Dr([mr({type:Hi.Integer,converter:$i})],Cu.prototype,"serialNumber",void 0);class Au{constructor(t={}){this.keyAttrId="";Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Au.prototype,"keyAttrId",void 0);Dr([mr({type:Hi.Any,optional:true})],Au.prototype,"keyAttr",void 0);var mu;class vu{constructor(t={}){this.subjectKeyIdentifier=new un;Object.assign(this,t)}}Dr([mr({type:un})],vu.prototype,"subjectKeyIdentifier",void 0);Dr([mr({type:Hi.GeneralizedTime,optional:true})],vu.prototype,"date",void 0);Dr([mr({type:Au,optional:true})],vu.prototype,"other",void 0);let gu=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:vu,context:0,implicit:true,optional:true})],gu.prototype,"rKeyId",void 0);Dr([mr({type:Cu,optional:true})],gu.prototype,"issuerAndSerialNumber",void 0);gu=Dr([Ar({type:ji.Choice})],gu);class wu{constructor(t={}){this.rid=new gu;this.encryptedKey=new Ui;Object.assign(this,t)}}Dr([mr({type:gu})],wu.prototype,"rid",void 0);Dr([mr({type:Ui})],wu.prototype,"encryptedKey",void 0);let Eu=mu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,mu.prototype)}};Eu=mu=Dr([Ar({type:ji.Sequence,itemType:wu})],Eu);class Pu{constructor(t={}){this.algorithm=new vn;this.publicKey=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:vn})],Pu.prototype,"algorithm",void 0);Dr([mr({type:Hi.BitString})],Pu.prototype,"publicKey",void 0);let Du=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:un,context:0,implicit:true,optional:true})],Du.prototype,"subjectKeyIdentifier",void 0);Dr([mr({type:Pu,context:1,implicit:true,optional:true})],Du.prototype,"originatorKey",void 0);Dr([mr({type:Cu,optional:true})],Du.prototype,"issuerAndSerialNumber",void 0);Du=Dr([Ar({type:ji.Choice})],Du);class bu{constructor(t={}){this.version=cu.v3;this.originator=new Du;this.keyEncryptionAlgorithm=new hu;this.recipientEncryptedKeys=new Eu;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],bu.prototype,"version",void 0);Dr([mr({type:Du,context:0})],bu.prototype,"originator",void 0);Dr([mr({type:Ui,context:1,optional:true})],bu.prototype,"ukm",void 0);Dr([mr({type:hu})],bu.prototype,"keyEncryptionAlgorithm",void 0);Dr([mr({type:Eu})],bu.prototype,"recipientEncryptedKeys",void 0);let Iu=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:un,context:0,implicit:true})],Iu.prototype,"subjectKeyIdentifier",void 0);Dr([mr({type:Cu})],Iu.prototype,"issuerAndSerialNumber",void 0);Iu=Dr([Ar({type:ji.Choice})],Iu);class Bu{constructor(t={}){this.version=cu.v0;this.rid=new Iu;this.keyEncryptionAlgorithm=new hu;this.encryptedKey=new Ui;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Bu.prototype,"version",void 0);Dr([mr({type:Iu})],Bu.prototype,"rid",void 0);Dr([mr({type:hu})],Bu.prototype,"keyEncryptionAlgorithm",void 0);Dr([mr({type:Ui})],Bu.prototype,"encryptedKey",void 0);class Tu{constructor(t={}){this.keyIdentifier=new Ui;Object.assign(this,t)}}Dr([mr({type:Ui})],Tu.prototype,"keyIdentifier",void 0);Dr([mr({type:Hi.GeneralizedTime,optional:true})],Tu.prototype,"date",void 0);Dr([mr({type:Au,optional:true})],Tu.prototype,"other",void 0);class xu{constructor(t={}){this.version=cu.v4;this.kekid=new Tu;this.keyEncryptionAlgorithm=new hu;this.encryptedKey=new Ui;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],xu.prototype,"version",void 0);Dr([mr({type:Tu})],xu.prototype,"kekid",void 0);Dr([mr({type:hu})],xu.prototype,"keyEncryptionAlgorithm",void 0);Dr([mr({type:Ui})],xu.prototype,"encryptedKey",void 0);class Ou{constructor(t={}){this.version=cu.v0;this.keyEncryptionAlgorithm=new hu;this.encryptedKey=new Ui;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Ou.prototype,"version",void 0);Dr([mr({type:fu,context:0,optional:true})],Ou.prototype,"keyDerivationAlgorithm",void 0);Dr([mr({type:hu})],Ou.prototype,"keyEncryptionAlgorithm",void 0);Dr([mr({type:Ui})],Ou.prototype,"encryptedKey",void 0);class Ru{constructor(t={}){this.oriType="";this.oriValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],Ru.prototype,"oriType",void 0);Dr([mr({type:Hi.Any})],Ru.prototype,"oriValue",void 0);let Nu=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:Bu,optional:true})],Nu.prototype,"ktri",void 0);Dr([mr({type:bu,context:1,implicit:true,optional:true})],Nu.prototype,"kari",void 0);Dr([mr({type:xu,context:2,implicit:true,optional:true})],Nu.prototype,"kekri",void 0);Dr([mr({type:Ou,context:3,implicit:true,optional:true})],Nu.prototype,"pwri",void 0);Dr([mr({type:Ru,context:4,implicit:true,optional:true})],Nu.prototype,"ori",void 0);Nu=Dr([Ar({type:ji.Choice})],Nu);var Mu;let ku=Mu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Mu.prototype)}};ku=Mu=Dr([Ar({type:ji.Set,itemType:Nu})],ku);var Ku;class ju{constructor(t={}){this.otherRevInfoFormat="";this.otherRevInfo=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],ju.prototype,"otherRevInfoFormat",void 0);Dr([mr({type:Hi.Any})],ju.prototype,"otherRevInfo",void 0);let Hu=class t{constructor(t={}){this.other=new ju;Object.assign(this,t)}};Dr([mr({type:ju,context:1,implicit:true})],Hu.prototype,"other",void 0);Hu=Dr([Ar({type:ji.Choice})],Hu);let _u=Ku=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Ku.prototype)}};_u=Ku=Dr([Ar({type:ji.Set,itemType:Hu})],_u);class Uu{constructor(t={}){Object.assign(this,t)}}Dr([mr({type:su,context:0,implicit:true,optional:true})],Uu.prototype,"certs",void 0);Dr([mr({type:_u,context:1,implicit:true,optional:true})],Uu.prototype,"crls",void 0);var Fu;let Vu=Fu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Fu.prototype)}};Vu=Fu=Dr([Ar({type:ji.Set,itemType:tu})],Vu);class Lu{constructor(t={}){this.version=cu.v0;this.recipientInfos=new ku;this.encryptedContentInfo=new Su;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Lu.prototype,"version",void 0);Dr([mr({type:Uu,context:0,implicit:true,optional:true})],Lu.prototype,"originatorInfo",void 0);Dr([mr({type:ku})],Lu.prototype,"recipientInfos",void 0);Dr([mr({type:Su})],Lu.prototype,"encryptedContentInfo",void 0);Dr([mr({type:Vu,context:1,implicit:true,optional:true})],Lu.prototype,"unprotectedAttrs",void 0);let $u=class t{constructor(t={}){Object.assign(this,t)}};Dr([mr({type:un,context:0,implicit:true})],$u.prototype,"subjectKeyIdentifier",void 0);Dr([mr({type:Cu})],$u.prototype,"issuerAndSerialNumber",void 0);$u=Dr([Ar({type:ji.Choice})],$u);var Gu;class Wu{constructor(t={}){this.version=cu.v0;this.sid=new $u;this.digestAlgorithm=new lu;this.signatureAlgorithm=new uu;this.signature=new Ui;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Wu.prototype,"version",void 0);Dr([mr({type:$u})],Wu.prototype,"sid",void 0);Dr([mr({type:lu})],Wu.prototype,"digestAlgorithm",void 0);Dr([mr({type:tu,repeated:"set",context:0,implicit:true,optional:true})],Wu.prototype,"signedAttrs",void 0);Dr([mr({type:uu})],Wu.prototype,"signatureAlgorithm",void 0);Dr([mr({type:Ui})],Wu.prototype,"signature",void 0);Dr([mr({type:tu,repeated:"set",context:1,implicit:true,optional:true})],Wu.prototype,"unsignedAttrs",void 0);let Qu=Gu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Gu.prototype)}};Qu=Gu=Dr([Ar({type:ji.Set,itemType:Wu})],Qu);var zu;let qu=zu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,zu.prototype)}};qu=zu=Dr([Ar({type:ji.Set,itemType:lu})],qu);class Ju{constructor(t={}){this.version=cu.v0;this.digestAlgorithms=new qu;this.encapContentInfo=new au;this.signerInfos=new Qu;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],Ju.prototype,"version",void 0);Dr([mr({type:qu})],Ju.prototype,"digestAlgorithms",void 0);Dr([mr({type:au})],Ju.prototype,"encapContentInfo",void 0);Dr([mr({type:su,context:0,implicit:true,optional:true})],Ju.prototype,"certificates",void 0);Dr([mr({type:Hu,context:1,implicit:true,optional:true})],Ju.prototype,"crls",void 0);Dr([mr({type:Qu})],Ju.prototype,"signerInfos",void 0);var Zu;class Xu{constructor(t={}){this.attrId="";this.attrValues=[];Object.assign(t)}}Dr([mr({type:Hi.ObjectIdentifier})],Xu.prototype,"attrId",void 0);Dr([mr({type:Hi.Any,repeated:"set"})],Xu.prototype,"attrValues",void 0);let Yu=Zu=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Zu.prototype)}};Yu=Zu=Dr([Ar({type:ji.Sequence,itemType:Xu})],Yu);var th;let eh=th=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,th.prototype)}};eh=th=Dr([Ar({type:ji.Sequence,itemType:nu})],eh);class ih{constructor(t={}){this.certId="";this.certValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],ih.prototype,"certId",void 0);Dr([mr({type:Hi.Any,context:0})],ih.prototype,"certValue",void 0);class rh{constructor(t={}){this.crlId="";this.crltValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],rh.prototype,"crlId",void 0);Dr([mr({type:Hi.Any,context:0})],rh.prototype,"crltValue",void 0);let sh=class t extends ko{};sh=Dr([Ar({type:ji.Sequence})],sh);let nh=class t extends xo{};nh=Dr([Ar({type:ji.Sequence})],nh);class oh{constructor(t={}){this.secretTypeId="";this.secretValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],oh.prototype,"secretTypeId",void 0);Dr([mr({type:Hi.Any,context:0})],oh.prototype,"secretValue",void 0);class ah{constructor(t={}){this.mac=new Ao;this.macSalt=new Ui;this.iterations=1;Object.assign(this,t)}}Dr([mr({type:Ao})],ah.prototype,"mac",void 0);Dr([mr({type:Ui})],ah.prototype,"macSalt",void 0);Dr([mr({type:Hi.Integer,defaultValue:1})],ah.prototype,"iterations",void 0);class ch{constructor(t={}){this.version=3;this.authSafe=new nu;this.macData=new ah;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],ch.prototype,"version",void 0);Dr([mr({type:nu})],ch.prototype,"authSafe",void 0);Dr([mr({type:ah,optional:true})],ch.prototype,"macData",void 0);var lh;class uh{constructor(t={}){this.bagId="";this.bagValue=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:Hi.ObjectIdentifier})],uh.prototype,"bagId",void 0);Dr([mr({type:Hi.Any,context:0})],uh.prototype,"bagValue",void 0);Dr([mr({type:Xu,repeated:"set",optional:true})],uh.prototype,"bagAttributes",void 0);let hh=lh=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,lh.prototype)}};hh=lh=Dr([Ar({type:ji.Sequence,itemType:uh})],hh);var ph,dh,fh;const yh="1.2.840.113549.1.9";const Sh=`${yh}.2`;const Ch=`${yh}.7`;const Ah=`${yh}.14`;let mh=class t extends Or{constructor(t={}){super(t)}toString(){const t={};t.toString();return this.ia5String||super.toString()}};Dr([mr({type:Hi.IA5String})],mh.prototype,"ia5String",void 0);mh=Dr([Ar({type:ji.Choice})],mh);let vh=class t extends nu{};vh=Dr([Ar({type:ji.Sequence})],vh);let gh=class t extends ch{};gh=Dr([Ar({type:ji.Sequence})],gh);let wh=class t extends xo{};wh=Dr([Ar({type:ji.Sequence})],wh);let Eh=class t{constructor(t=""){this.value=t}toString(){return this.value}};Dr([mr({type:Hi.IA5String})],Eh.prototype,"value",void 0);Eh=Dr([Ar({type:ji.Choice})],Eh);let Ph=class t extends mh{};Ph=Dr([Ar({type:ji.Choice})],Ph);let Dh=class t extends Or{};Dh=Dr([Ar({type:ji.Choice})],Dh);let bh=class t{constructor(t=new Date){this.value=t}};Dr([mr({type:Hi.GeneralizedTime})],bh.prototype,"value",void 0);bh=Dr([Ar({type:ji.Choice})],bh);let Ih=class t extends Or{};Ih=Dr([Ar({type:ji.Choice})],Ih);let Bh=class t{constructor(t="M"){this.value=t}toString(){return this.value}};Dr([mr({type:Hi.PrintableString})],Bh.prototype,"value",void 0);Bh=Dr([Ar({type:ji.Choice})],Bh);let Th=class t{constructor(t=""){this.value=t}toString(){return this.value}};Dr([mr({type:Hi.PrintableString})],Th.prototype,"value",void 0);Th=Dr([Ar({type:ji.Choice})],Th);let xh=class t extends Th{};xh=Dr([Ar({type:ji.Choice})],xh);let Oh=class t extends Or{};Oh=Dr([Ar({type:ji.Choice})],Oh);let Rh=class t{constructor(t=""){this.value=t}toString(){return this.value}};Dr([mr({type:Hi.ObjectIdentifier})],Rh.prototype,"value",void 0);Rh=Dr([Ar({type:ji.Choice})],Rh);let Nh=class t extends wn{};Nh=Dr([Ar({type:ji.Choice})],Nh);let Mh=class t{constructor(t=0){this.value=t}toString(){return this.value.toString()}};Dr([mr({type:Hi.Integer})],Mh.prototype,"value",void 0);Mh=Dr([Ar({type:ji.Choice})],Mh);let kh=class t extends Wu{};kh=Dr([Ar({type:ji.Sequence})],kh);let Kh=class t extends Or{};Kh=Dr([Ar({type:ji.Choice})],Kh);let jh=ph=class t extends bn{constructor(t){super(t);Object.setPrototypeOf(this,ph.prototype)}};jh=ph=Dr([Ar({type:ji.Sequence})],jh);let Hh=dh=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,dh.prototype)}};Hh=dh=Dr([Ar({type:ji.Set,itemType:tu})],Hh);let _h=class t{constructor(t=""){this.value=t}toString(){return this.value}};Dr([mr({type:Hi.BmpString})],_h.prototype,"value",void 0);_h=Dr([Ar({type:ji.Choice})],_h);let Uh=class t extends vn{};Uh=Dr([Ar({type:ji.Sequence})],Uh);let Fh=fh=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,fh.prototype)}};Fh=fh=Dr([Ar({type:ji.Sequence,itemType:Uh})],Fh);var Vh;let Lh=Vh=class t extends Er{constructor(t){super(t);Object.setPrototypeOf(this,Vh.prototype)}};Lh=Vh=Dr([Ar({type:ji.Sequence,itemType:nn})],Lh);class $h{constructor(t={}){this.version=0;this.subject=new Kr;this.subjectPKInfo=new gn;this.attributes=new Lh;Object.assign(this,t)}}Dr([mr({type:Hi.Integer})],$h.prototype,"version",void 0);Dr([mr({type:Kr})],$h.prototype,"subject",void 0);Dr([mr({type:gn})],$h.prototype,"subjectPKInfo",void 0);Dr([mr({type:Lh,implicit:true,context:0})],$h.prototype,"attributes",void 0);class Gh{constructor(t={}){this.certificationRequestInfo=new $h;this.signatureAlgorithm=new vn;this.signature=new ArrayBuffer(0);Object.assign(this,t)}}Dr([mr({type:$h})],Gh.prototype,"certificationRequestInfo",void 0);Dr([mr({type:vn})],Gh.prototype,"signatureAlgorithm",void 0);Dr([mr({type:Hi.BitString})],Gh.prototype,"signature",void 0);export{ct as $,Jc as A,zl as B,Tn as C,Wl as D,Zc as E,Xl as F,kl as G,Kl as H,Ql as I,Jl as J,$l as K,Gl as L,Vl as M,Zo as N,Ll as O,Ul as P,Fl as Q,Eo as R,Hl as S,Zl as T,Ph as U,ql as V,Yl as W,_l as X,ml as Y,Gh as Z,Rn as _,n as a,p as a0,ut as a1,Kr as a2,xs as a3,js as a4,rs as a5,Hr as a6,os as a7,cs as a8,_r as a9,za as aA,sc as aB,ic as aC,Cc as aD,yc as aE,cn as aF,pn as aG,Sn as aH,ra as aI,Oc as aJ,Gc as aK,Js as aL,tn as aM,fs as aN,Is as aO,Dr as aa,mr as ab,Hi as ac,Ar as ad,ji as ae,Er as af,la as ag,ha as ah,$i as ai,Ls as aj,Xr as ak,Ns as al,un as am,Jr as an,Es as ao,Qr as ap,mn as aq,sn as ar,ps as as,pc as at,zs as au,Aa as av,ga as aw,Ea as ax,pa as ay,Ja as az,a as b,c,o as d,sl as e,d as f,Pr as g,Nn as h,s as i,Un as j,$n as k,$o as l,Wo as m,bo as n,Bo as o,Io as p,il as q,rl as r,nl as s,nn as t,Ah as u,gr as v,jh as w,Sh as x,Ch as y,Kh as z};
97
+ //# sourceMappingURL=p-74c241e7.js.map