@peculiar/certificates-viewer 3.10.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -64
- package/components/arrow_top.js +34 -0
- package/components/arrow_top.js.map +1 -0
- package/components/attribute-certificate-viewer.js +281 -0
- package/components/attribute-certificate-viewer.js.map +1 -0
- package/components/button-menu.js +64 -0
- package/components/button-menu.js.map +1 -0
- package/components/button.js +74 -0
- package/components/button.js.map +1 -0
- package/components/certificate-viewer.js +300 -0
- package/components/certificate-viewer.js.map +1 -0
- package/components/circular-progress.js +48 -0
- package/components/circular-progress.js.map +1 -0
- package/components/crl-viewer.js +263 -0
- package/components/crl-viewer.js.map +1 -0
- package/components/csr-viewer.js +233 -0
- package/components/csr-viewer.js.map +1 -0
- package/components/custom-elements.d.ts +2 -0
- package/{dist/esm/download-91511aeb.js → components/download.js} +2 -0
- package/components/download.js.map +1 -0
- package/components/highlight-words.js +60 -0
- package/components/highlight-words.js.map +1 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +7 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +299 -0
- package/components/index2.js.map +1 -0
- package/components/issuer_name.js +26 -0
- package/components/issuer_name.js.map +1 -0
- package/components/miscellaneous.js +13420 -0
- package/components/miscellaneous.js.map +1 -0
- package/components/package.json +9 -0
- package/components/peculiar-attribute-certificate-viewer.d.ts +11 -0
- package/components/peculiar-attribute-certificate-viewer.js +11 -0
- package/components/peculiar-attribute-certificate-viewer.js.map +1 -0
- package/components/peculiar-button-menu.d.ts +11 -0
- package/components/peculiar-button-menu.js +11 -0
- package/components/peculiar-button-menu.js.map +1 -0
- package/components/peculiar-certificate-decoder.d.ts +11 -0
- package/components/peculiar-certificate-decoder.js +234 -0
- package/components/peculiar-certificate-decoder.js.map +1 -0
- package/components/peculiar-certificate-viewer.d.ts +11 -0
- package/components/peculiar-certificate-viewer.js +11 -0
- package/components/peculiar-certificate-viewer.js.map +1 -0
- package/components/peculiar-certificates-viewer.d.ts +11 -0
- package/components/peculiar-certificates-viewer.js +382 -0
- package/components/peculiar-certificates-viewer.js.map +1 -0
- package/components/peculiar-circular-progress.d.ts +11 -0
- package/components/peculiar-circular-progress.js +11 -0
- package/components/peculiar-circular-progress.js.map +1 -0
- package/components/peculiar-crl-viewer.d.ts +11 -0
- package/components/peculiar-crl-viewer.js +11 -0
- package/components/peculiar-crl-viewer.js.map +1 -0
- package/components/peculiar-csr-viewer.d.ts +11 -0
- package/components/peculiar-csr-viewer.js +11 -0
- package/components/peculiar-csr-viewer.js.map +1 -0
- package/components/peculiar-highlight-words.d.ts +11 -0
- package/components/peculiar-highlight-words.js +11 -0
- package/components/peculiar-highlight-words.js.map +1 -0
- package/components/peculiar-text-hider.d.ts +11 -0
- package/components/peculiar-text-hider.js +42 -0
- package/components/peculiar-text-hider.js.map +1 -0
- package/components/subject_name.js +71 -0
- package/components/subject_name.js.map +1 -0
- package/dist/cjs/arrow_top-834fb7ec.js +37 -0
- package/dist/cjs/arrow_top-834fb7ec.js.map +1 -0
- package/dist/cjs/button-14e2b73f.js +77 -0
- package/dist/cjs/button-14e2b73f.js.map +1 -0
- package/dist/cjs/{certification_request-d5c6e32d.js → certification_request-c0cafa72.js} +236 -71
- package/dist/cjs/certification_request-c0cafa72.js.map +1 -0
- package/dist/cjs/{crl-5bce64c4.js → crl-b4322166.js} +8 -7
- package/dist/cjs/crl-b4322166.js.map +1 -0
- package/dist/cjs/download-254ddc57.js +23 -0
- package/dist/cjs/download-254ddc57.js.map +1 -0
- package/dist/cjs/{download-93f7b773.js → download-972dda8a.js} +2 -0
- package/dist/cjs/download-972dda8a.js.map +1 -0
- package/dist/cjs/index-efd561e9.js +2477 -0
- package/dist/cjs/index-efd561e9.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -1
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +6 -12
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/{miscellaneous-cac1cd8b.js → miscellaneous-806a04a5.js} +86 -70
- package/dist/cjs/miscellaneous-806a04a5.js.map +1 -0
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +92 -35
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js +110 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +30 -19
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +34 -11
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +183 -85
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-text-hider.cjs.entry.js +7 -13
- package/dist/cjs/peculiar-text-hider.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar.cjs.js +10 -57
- package/dist/cjs/peculiar.cjs.js.map +1 -0
- package/dist/cjs/{x509_certificate-3760e0a8.js → x509_certificate-989b1435.js} +5 -4
- package/dist/cjs/x509_certificate-989b1435.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -16
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js +189 -145
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js.map +1 -0
- package/dist/collection/components/button/button.js +14 -126
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/index.js +5 -0
- package/dist/collection/components/button/index.js.map +1 -0
- package/dist/collection/components/button-menu/button-menu.css +46 -0
- package/dist/collection/components/button-menu/button-menu.js +78 -0
- package/dist/collection/components/button-menu/button-menu.js.map +1 -0
- package/dist/collection/components/certificate-decoder/certificate-decoder.css +456 -44
- package/dist/collection/components/certificate-decoder/certificate-decoder.js +109 -101
- package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js +6 -11
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js +5 -6
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/index.js +16 -15
- package/dist/collection/components/certificate-details-parts/attributes/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js +4 -3
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js +5 -4
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js +6 -13
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/basic_information.js +4 -3
- package/dist/collection/components/certificate-details-parts/basic_information.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js +2 -1
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js +8 -12
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js +26 -27
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js +5 -7
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js +8 -13
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js +6 -6
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js +7 -7
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js +7 -6
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/index.js +46 -45
- package/dist/collection/components/certificate-details-parts/extensions/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js +7 -11
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js +8 -11
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js +5 -4
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js +13 -16
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js +7 -9
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/holder.js +8 -11
- package/dist/collection/components/certificate-details-parts/holder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/index.js +1 -0
- package/dist/collection/components/certificate-details-parts/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer.js +5 -4
- package/dist/collection/components/certificate-details-parts/issuer.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer_name.js +6 -4
- package/dist/collection/components/certificate-details-parts/issuer_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/miscellaneous.js +8 -13
- package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/public_key.js +8 -7
- package/dist/collection/components/certificate-details-parts/public_key.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js +9 -11
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/row.js +13 -18
- package/dist/collection/components/certificate-details-parts/row.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/signature.js +5 -4
- package/dist/collection/components/certificate-details-parts/signature.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/subject_name.js +4 -3
- package/dist/collection/components/certificate-details-parts/subject_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/thumbprints.js +4 -3
- package/dist/collection/components/certificate-details-parts/thumbprints.js.map +1 -0
- package/dist/collection/components/certificate-summary/certificate-summary.js +9 -77
- package/dist/collection/components/certificate-summary/certificate-summary.js.map +1 -0
- package/dist/collection/components/certificate-summary/index.js +5 -0
- package/dist/collection/components/certificate-summary/index.js.map +1 -0
- package/dist/collection/components/certificate-viewer/certificate-viewer.css +471 -104
- package/dist/collection/components/certificate-viewer/certificate-viewer.js +206 -178
- package/dist/collection/components/certificate-viewer/certificate-viewer.js.map +1 -0
- package/dist/collection/components/certificates-viewer/certificates-viewer.css +540 -267
- package/dist/collection/components/certificates-viewer/certificates-viewer.js +261 -266
- package/dist/collection/components/certificates-viewer/certificates-viewer.js.map +1 -0
- package/dist/collection/components/circular-progress/circular-progress.css +2 -11
- package/dist/collection/components/circular-progress/circular-progress.js +60 -63
- package/dist/collection/components/circular-progress/circular-progress.js.map +1 -0
- package/dist/collection/components/crl-viewer/crl-viewer.js +166 -139
- package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -0
- package/dist/collection/components/csr-viewer/csr-viewer.js +149 -124
- package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -0
- package/dist/collection/components/highlight-words/highlight-words.css +1 -9
- package/dist/collection/components/highlight-words/highlight-words.js +35 -28
- package/dist/collection/components/highlight-words/highlight-words.js.map +1 -0
- package/dist/collection/components/icons/actions.js +16 -0
- package/dist/collection/components/icons/actions.js.map +1 -0
- package/dist/collection/components/icons/arrow_bottom.js +16 -0
- package/dist/collection/components/icons/arrow_bottom.js.map +1 -0
- package/dist/collection/components/icons/arrow_top.js +16 -0
- package/dist/collection/components/icons/arrow_top.js.map +1 -0
- package/dist/collection/components/icons/cross.js +16 -0
- package/dist/collection/components/icons/cross.js.map +1 -0
- package/dist/collection/components/icons/details.js +16 -0
- package/dist/collection/components/icons/details.js.map +1 -0
- package/dist/collection/components/icons/download.js +16 -0
- package/dist/collection/components/icons/download.js.map +1 -0
- package/dist/collection/components/icons/index.js +11 -0
- package/dist/collection/components/icons/index.js.map +1 -0
- package/dist/collection/components/icons/link.js +16 -0
- package/dist/collection/components/icons/link.js.map +1 -0
- package/dist/collection/components/link/index.js +5 -0
- package/dist/collection/components/link/index.js.map +1 -0
- package/dist/collection/components/link/link.js +9 -61
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/text-hider/text-hider.css +9 -36
- package/dist/collection/components/text-hider/text-hider.js +21 -68
- package/dist/collection/components/text-hider/text-hider.js.map +1 -0
- package/dist/collection/components/typography/index.js +5 -0
- package/dist/collection/components/typography/index.js.map +1 -0
- package/dist/collection/components/typography/typography.js +39 -126
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/constants/logs.js +1 -0
- package/dist/collection/constants/logs.js.map +1 -0
- package/dist/collection/constants/oids.js +1 -0
- package/dist/collection/constants/oids.js.map +1 -0
- package/dist/collection/crypto/asn_data.js +13 -7
- package/dist/collection/crypto/asn_data.js.map +1 -0
- package/dist/collection/crypto/attribute.js +11 -10
- package/dist/collection/crypto/attribute.js.map +1 -0
- package/dist/collection/crypto/crl.js +9 -8
- package/dist/collection/crypto/crl.js.map +1 -0
- package/dist/collection/crypto/csr.js +11 -10
- package/dist/collection/crypto/csr.js.map +1 -0
- package/dist/collection/crypto/extension.js +16 -15
- package/dist/collection/crypto/extension.js.map +1 -0
- package/dist/collection/crypto/index.js +1 -0
- package/dist/collection/crypto/index.js.map +1 -0
- package/dist/collection/crypto/name.js +15 -9
- package/dist/collection/crypto/name.js.map +1 -0
- package/dist/collection/crypto/provider.js +4 -3
- package/dist/collection/crypto/provider.js.map +1 -0
- package/dist/collection/crypto/utils.js +4 -3
- package/dist/collection/crypto/utils.js.map +1 -0
- package/dist/collection/crypto/x509_attribute_certificate.js +9 -8
- package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -0
- package/dist/collection/crypto/x509_certificate.js +12 -11
- package/dist/collection/crypto/x509_certificate.js.map +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/locales/en.json +4 -3
- package/dist/collection/utils/date_formatter.js +3 -2
- package/dist/collection/utils/date_formatter.js.map +1 -0
- package/dist/collection/utils/download.js +3 -2
- package/dist/collection/utils/download.js.map +1 -0
- package/dist/collection/utils/download_from_buffer.js +1 -0
- package/dist/collection/utils/download_from_buffer.js.map +1 -0
- package/dist/collection/utils/get_string_by_oid.js +2 -1
- package/dist/collection/utils/get_string_by_oid.js.map +1 -0
- package/dist/collection/utils/index.js +2 -1
- package/dist/collection/utils/index.js.map +1 -0
- package/dist/collection/utils/is_link.js +1 -0
- package/dist/collection/utils/is_link.js.map +1 -0
- package/dist/collection/utils/l10n.js +2 -1
- package/dist/collection/utils/l10n.js.map +1 -0
- package/dist/collection/utils/read_file.js +1 -0
- package/dist/collection/utils/read_file.js.map +1 -0
- package/dist/collection/utils/third_party_links.js +1 -0
- package/dist/collection/utils/third_party_links.js.map +1 -0
- package/dist/collection/utils/validator.js +1 -0
- package/dist/collection/utils/validator.js.map +1 -0
- package/dist/collection/www-copy/index.js +138 -32
- package/dist/esm/arrow_top-efd3a56d.js +34 -0
- package/dist/esm/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm/button-35146bdd.js +74 -0
- package/dist/esm/button-35146bdd.js.map +1 -0
- package/dist/esm/{certification_request-23cd5124.js → certification_request-5cadde9f.js} +171 -9
- package/dist/esm/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm/{crl-7f23c111.js → crl-11670c3e.js} +7 -6
- package/dist/esm/crl-11670c3e.js.map +1 -0
- package/dist/esm/download-0cc3077a.js +21 -0
- package/dist/esm/download-0cc3077a.js.map +1 -0
- package/dist/esm/download-57c5bf8f.js +470 -0
- package/dist/esm/download-57c5bf8f.js.map +1 -0
- package/dist/esm/index-4079bbb5.js +2448 -0
- package/dist/esm/index-4079bbb5.js.map +1 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +6 -12
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/{miscellaneous-c7c0d04a.js → miscellaneous-1d4e8b41.js} +53 -37
- package/dist/esm/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +80 -23
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm/peculiar-button-menu_3.entry.js +104 -0
- package/dist/esm/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-decoder.entry.js +30 -19
- package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-viewer.entry.js +34 -11
- package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-certificates-viewer.entry.js +183 -85
- package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-text-hider.entry.js +7 -13
- package/dist/esm/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm/peculiar.js +8 -58
- package/dist/esm/peculiar.js.map +1 -0
- package/dist/esm/{x509_certificate-d8e0af2d.js → x509_certificate-dfae6999.js} +4 -3
- package/dist/esm/x509_certificate-dfae6999.js.map +1 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js +19 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm-es5/button-35146bdd.js +19 -0
- package/dist/esm-es5/button-35146bdd.js.map +1 -0
- package/dist/esm-es5/certification_request-5cadde9f.js +97 -0
- package/dist/esm-es5/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm-es5/crl-11670c3e.js +33 -0
- package/dist/esm-es5/crl-11670c3e.js.map +1 -0
- package/dist/esm-es5/download-0cc3077a.js +12 -0
- package/dist/esm-es5/download-0cc3077a.js.map +1 -0
- package/dist/esm-es5/download-57c5bf8f.js +19 -0
- package/dist/esm-es5/download-57c5bf8f.js.map +1 -0
- package/dist/esm-es5/index-4079bbb5.js +6 -0
- package/dist/esm-es5/index-4079bbb5.js.map +1 -0
- package/dist/esm-es5/index.js +5 -0
- package/dist/esm-es5/index.js.map +1 -0
- package/dist/esm-es5/loader.js +5 -0
- package/dist/esm-es5/loader.js.map +1 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js +355 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +110 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js +12 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js +12 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js +5 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js +33 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js +5 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm-es5/peculiar.js +5 -0
- package/dist/esm-es5/peculiar.js.map +1 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js +12 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/peculiar/index.esm.js +2 -1
- package/dist/peculiar/index.esm.js.map +1 -0
- package/dist/peculiar/locales/en.json +4 -3
- package/dist/peculiar/p-0b356bb5.js +6 -0
- package/dist/peculiar/p-0b356bb5.js.map +1 -0
- package/dist/peculiar/p-0bdcdbf7.system.js +355 -0
- package/dist/peculiar/p-0bdcdbf7.system.js.map +1 -0
- package/dist/peculiar/p-17e3c47b.js +12 -0
- package/dist/peculiar/p-17e3c47b.js.map +1 -0
- package/dist/peculiar/p-23555789.system.entry.js +34 -0
- package/dist/peculiar/p-23555789.system.entry.js.map +1 -0
- package/dist/peculiar/p-26981468.system.entry.js +5 -0
- package/dist/peculiar/p-26981468.system.entry.js.map +1 -0
- package/dist/peculiar/p-2fcad8cb.system.js +20 -0
- package/dist/peculiar/p-2fcad8cb.system.js.map +1 -0
- package/dist/peculiar/p-31586b23.system.js +13 -0
- package/dist/peculiar/p-31586b23.system.js.map +1 -0
- package/dist/peculiar/p-43eb3721.js +33 -0
- package/dist/peculiar/p-43eb3721.js.map +1 -0
- package/dist/peculiar/p-5823e6e8.entry.js +12 -0
- package/dist/peculiar/p-5823e6e8.entry.js.map +1 -0
- package/dist/peculiar/p-596836a7.entry.js +33 -0
- package/dist/peculiar/p-596836a7.entry.js.map +1 -0
- package/dist/peculiar/p-5aabeba7.system.js +6 -0
- package/dist/peculiar/p-5aabeba7.system.js.map +1 -0
- package/dist/peculiar/p-6667fe6e.system.js +34 -0
- package/dist/peculiar/p-6667fe6e.system.js.map +1 -0
- package/dist/peculiar/p-6e79b9c8.js +12 -0
- package/dist/peculiar/p-6e79b9c8.js.map +1 -0
- package/dist/peculiar/p-709994c1.js +19 -0
- package/dist/peculiar/p-709994c1.js.map +1 -0
- package/dist/peculiar/p-74c241e7.js +97 -0
- package/dist/peculiar/p-74c241e7.js.map +1 -0
- package/dist/peculiar/p-7ed7cd97.system.entry.js +111 -0
- package/dist/peculiar/p-7ed7cd97.system.entry.js.map +1 -0
- package/dist/peculiar/p-7f9beaa8.js +19 -0
- package/dist/peculiar/p-7f9beaa8.js.map +1 -0
- package/dist/peculiar/p-80832207.system.js +5 -0
- package/dist/peculiar/p-80832207.system.js.map +1 -0
- package/dist/peculiar/p-8748391f.system.entry.js +5 -0
- package/dist/peculiar/p-8748391f.system.entry.js.map +1 -0
- package/dist/peculiar/p-882e1281.entry.js +12 -0
- package/dist/peculiar/p-882e1281.entry.js.map +1 -0
- package/dist/peculiar/p-90459cec.entry.js +5 -0
- package/dist/peculiar/p-90459cec.entry.js.map +1 -0
- package/dist/peculiar/p-97688065.js +355 -0
- package/dist/peculiar/p-97688065.js.map +1 -0
- package/dist/peculiar/p-a053c132.js +19 -0
- package/dist/peculiar/p-a053c132.js.map +1 -0
- package/dist/peculiar/p-ae9189f6.system.js +19 -0
- package/dist/peculiar/p-ae9189f6.system.js.map +1 -0
- package/dist/peculiar/p-bd485115.system.entry.js +13 -0
- package/dist/peculiar/p-bd485115.system.entry.js.map +1 -0
- package/dist/peculiar/p-c0a298fd.system.js +97 -0
- package/dist/peculiar/p-c0a298fd.system.js.map +1 -0
- package/dist/peculiar/p-daf23673.system.js +20 -0
- package/dist/peculiar/p-daf23673.system.js.map +1 -0
- package/dist/peculiar/p-e1960173.system.js +5 -0
- package/dist/peculiar/p-e1960173.system.js.map +1 -0
- package/dist/peculiar/p-e39de121.system.entry.js +13 -0
- package/dist/peculiar/p-e39de121.system.entry.js.map +1 -0
- package/dist/peculiar/p-e6a3b4d4.system.js +13 -0
- package/dist/peculiar/p-e6a3b4d4.system.js.map +1 -0
- package/dist/peculiar/p-f3d85a5f.entry.js +110 -0
- package/dist/peculiar/p-f3d85a5f.entry.js.map +1 -0
- package/dist/peculiar/p-fd4b9a50.entry.js +5 -0
- package/dist/peculiar/p-fd4b9a50.entry.js.map +1 -0
- package/dist/peculiar/peculiar.css +1 -1
- package/dist/peculiar/peculiar.esm.js +2 -1
- package/dist/peculiar/peculiar.esm.js.map +1 -0
- package/dist/peculiar/peculiar.js +127 -0
- package/dist/types/components/attribute-certificate-viewer/attribute-certificate-viewer.d.ts +15 -3
- package/dist/types/components/button/button.d.ts +5 -16
- package/dist/types/components/button/index.d.ts +2 -0
- package/dist/types/components/button-menu/button-menu.d.ts +21 -0
- package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +9 -6
- package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +1 -1
- package/dist/types/components/certificate-summary/certificate-summary.d.ts +4 -3
- package/dist/types/components/certificate-summary/index.d.ts +1 -0
- package/dist/types/components/certificate-viewer/certificate-viewer.d.ts +13 -5
- package/dist/types/components/certificates-viewer/certificates-viewer.d.ts +22 -11
- package/dist/types/components/crl-viewer/crl-viewer.d.ts +13 -5
- package/dist/types/components/csr-viewer/csr-viewer.d.ts +13 -5
- package/dist/types/components/icons/actions.d.ts +12 -0
- package/dist/types/components/icons/arrow_bottom.d.ts +12 -0
- package/dist/types/components/icons/arrow_top.d.ts +12 -0
- package/dist/types/components/icons/cross.d.ts +12 -0
- package/dist/types/components/icons/details.d.ts +12 -0
- package/dist/types/components/icons/download.d.ts +12 -0
- package/dist/types/components/icons/index.d.ts +7 -0
- package/dist/types/components/icons/link.d.ts +12 -0
- package/dist/types/components/link/index.d.ts +1 -0
- package/dist/types/components/link/link.d.ts +6 -6
- package/dist/types/components/text-hider/text-hider.d.ts +0 -3
- package/dist/types/components/typography/index.d.ts +1 -0
- package/dist/types/components/typography/typography.d.ts +10 -20
- package/dist/types/components.d.ts +74 -175
- package/dist/types/crypto/attribute.d.ts +1 -1
- package/dist/types/crypto/extension.d.ts +1 -1
- package/dist/types/interface.d.ts +98 -6
- package/dist/types/stencil-public-runtime.d.ts +110 -23
- package/dist/types/utils/l10n.d.ts +5 -4
- package/dist/types/utils/read_file.d.ts +1 -1
- package/hydrate/index.d.ts +218 -0
- package/hydrate/index.js +22549 -0
- package/hydrate/package.json +6 -0
- package/loader/index.d.ts +10 -1
- package/loader/index.js +1 -1
- package/loader/package.json +1 -0
- package/package.json +6 -4
- package/dist/cjs/dom-f57e260e.js +0 -78
- package/dist/cjs/index-064e95c7.js +0 -1486
- package/dist/cjs/l10n-ddc7cff9.js +0 -169
- package/dist/cjs/peculiar-button-split_4.cjs.entry.js +0 -128
- package/dist/cjs/peculiar-button.cjs.entry.js +0 -40
- package/dist/cjs/peculiar-link.cjs.entry.js +0 -29
- package/dist/cjs/peculiar-typography.cjs.entry.js +0 -38
- package/dist/collection/components/button/button.css +0 -81
- package/dist/collection/components/button-split/button-split.css +0 -57
- package/dist/collection/components/button-split/button-split.js +0 -116
- package/dist/collection/components/certificate-summary/certificate-summary.css +0 -49
- package/dist/collection/components/link/link.css +0 -59
- package/dist/collection/components/typography/typography.css +0 -95
- package/dist/esm/dom-f1b08a97.js +0 -76
- package/dist/esm/index-bbd484d9.js +0 -1455
- package/dist/esm/l10n-d48f35ff.js +0 -165
- package/dist/esm/peculiar-button-split_4.entry.js +0 -121
- package/dist/esm/peculiar-button.entry.js +0 -36
- package/dist/esm/peculiar-link.entry.js +0 -25
- package/dist/esm/peculiar-typography.entry.js +0 -34
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/peculiar/p-01cea5c0.entry.js +0 -11
- package/dist/peculiar/p-3bfefa4a.entry.js +0 -18
- package/dist/peculiar/p-4e8169cb.entry.js +0 -4
- package/dist/peculiar/p-57b89412.entry.js +0 -4
- package/dist/peculiar/p-5b4eed12.entry.js +0 -4
- package/dist/peculiar/p-610b85e3.entry.js +0 -4
- package/dist/peculiar/p-6d37c8b5.entry.js +0 -4
- package/dist/peculiar/p-711b4e1e.js +0 -18
- package/dist/peculiar/p-81a88a33.js +0 -11
- package/dist/peculiar/p-918aeee4.entry.js +0 -4
- package/dist/peculiar/p-9f4ee110.js +0 -22
- package/dist/peculiar/p-a050e184.js +0 -69
- package/dist/peculiar/p-c24c26c2.js +0 -32
- package/dist/peculiar/p-df53fbcc.entry.js +0 -4
- package/dist/peculiar/p-ec250cc4.js +0 -12
- package/dist/peculiar/p-f7683ba5.js +0 -5
- package/dist/peculiar/p-fe05f51e.js +0 -79
- package/dist/types/components/button-split/button-split.d.ts +0 -21
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
var __extends=this&&this.__extends||function(){var e=function(t,r){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]};return e(t,r)};return function(t,r){if(typeof r!=="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function i(){this.constructor=t}t.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++){t=arguments[r];for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,r,i){function n(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function a(e){try{u(i.next(e))}catch(e){o(e)}}function s(e){try{u(i["throw"](e))}catch(e){o(e)}}function u(e){e.done?r(e.value):n(e.value).then(a,s)}u((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,n,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(e){return function(t){return u([e,t])}}function u(s){if(i)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(r=0)),r)try{if(i=1,n&&(o=s[0]&2?n["return"]:s[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,s[1])).done)return o;if(n=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;n=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(o=r.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){r.label=s[1];break}if(s[0]===6&&r.label<o[1]){r.label=o[1];o=s;break}if(o&&r.label<o[2]){r.label=o[2];r.ops.push(s);break}if(o[2])r.ops.pop();r.trys.pop();continue}s=t.call(e,r)}catch(e){s=[6,e];n=0}finally{i=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __rest=this&&this.__rest||function(e,t){var r={};for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0)r[i]=e[i];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n<i.length;n++){if(t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(e,i[n]))r[i[n]]=e[i[n]]}return r};
|
|
2
|
+
/*!
|
|
3
|
+
* © Peculiar Ventures https://peculiarventures.com/ - MIT License
|
|
4
|
+
*/System.register(["./p-ae9189f6.system.js"],(function(e){"use strict";var t,r,i;return{setters:[function(e){t=e.c;r=e.a;i=e.b}],execute:function(){var n=this;e({aa:Pi,ac:void 0,ae:void 0});
|
|
5
|
+
/**
|
|
6
|
+
* @license
|
|
7
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/var o=function(e){return/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(e)};var a=e("i",(function(e){return/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/.test(e)}));var s=e("a",(function(e){return/-----BEGIN CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE-----/.test(e)}));var u=e("d",(function(e){return/-----BEGIN X509 CRL-----([A-Za-z0-9+\/=\s]+)-----END X509 CRL-----/.test(e)}));var c=e("b",(function(e){return/-----BEGIN CERTIFICATE REQUEST-----([A-Za-z0-9+\/=\s]+)-----END CERTIFICATE REQUEST-----/.test(e)}));var l=e("c",(function(e){return/-----BEGIN ATTRIBUTE CERTIFICATE-----([A-Za-z0-9+\/=\s]+)-----END ATTRIBUTE CERTIFICATE-----/.test(e)}));var p=function(e){try{window.atob(e);return true}catch(e){return false}};var f=t((function(e,t){!function(t,r){e.exports=r()}(r,(function(){var e=1e3,t=6e4,r=36e5,i="millisecond",n="second",o="minute",a="hour",s="day",u="week",c="month",l="quarter",p="year",f="date",v="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,d=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}},g=function(e,t,r){var i=String(e);return!i||i.length>=t?e:""+Array(t+1-i.length).join(r)+e},S={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),i=Math.floor(r/60),n=r%60;return(t<=0?"+":"-")+g(i,2,"0")+":"+g(n,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var i=12*(r.year()-t.year())+(r.month()-t.month()),n=t.clone().add(i,c),o=r-n<0,a=t.clone().add(i+(o?-1:1),c);return+(-(i+(r-n)/(o?n-a:a-n))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:p,w:u,d:s,D:f,h:a,m:o,s:n,ms:i,Q:l}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},m="en",C={};C[m]=y;var A=function(e){return e instanceof I},b=function e(t,r,i){var n;if(!t)return m;if("string"==typeof t){var o=t.toLowerCase();C[o]&&(n=o),r&&(C[o]=r,n=o);var a=t.split("-");if(!n&&a.length>1)return e(a[0])}else{var s=t.name;C[s]=t,n=s}return!i&&n&&(m=n),n||!i&&m},B=function(e,t){if(A(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new I(r)},w=S;w.l=b,w.i=A,w.w=function(e,t){return B(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var I=function(){function y(e){this.$L=b(e.locale,null,!0),this.parse(e)}var g=y.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(w.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var i=t.match(h);if(i){var n=i[2]-1||0,o=(i[7]||"0").substring(0,3);return r?new Date(Date.UTC(i[1],n,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)):new Date(i[1],n,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return w},g.isValid=function(){return!(this.$d.toString()===v)},g.isSame=function(e,t){var r=B(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return B(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<B(e)},g.$g=function(e,t,r){return w.u(e)?this[t]:this.set(r,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var r=this,i=!!w.u(t)||t,l=w.p(e),v=function(e,t){var n=w.w(r.$u?Date.UTC(r.$y,t,e):new Date(r.$y,t,e),r);return i?n:n.endOf(s)},h=function(e,t){return w.w(r.toDate()[e].apply(r.toDate("s"),(i?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},d=this.$W,y=this.$M,g=this.$D,S="set"+(this.$u?"UTC":"");switch(l){case p:return i?v(1,0):v(31,11);case c:return i?v(1,y):v(0,y+1);case u:var m=this.$locale().weekStart||0,C=(d<m?d+7:d)-m;return v(i?g-C:g+(6-C),y);case s:case f:return h(S+"Hours",0);case a:return h(S+"Minutes",1);case o:return h(S+"Seconds",2);case n:return h(S+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var r,u=w.p(e),l="set"+(this.$u?"UTC":""),v=(r={},r[s]=l+"Date",r[f]=l+"Date",r[c]=l+"Month",r[p]=l+"FullYear",r[a]=l+"Hours",r[o]=l+"Minutes",r[n]=l+"Seconds",r[i]=l+"Milliseconds",r)[u],h=u===s?this.$D+(t-this.$W):t;if(u===c||u===p){var d=this.clone().set(f,1);d.$d[v](h),d.init(),this.$d=d.set(f,Math.min(this.$D,d.daysInMonth())).$d}else v&&this.$d[v](h);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[w.p(e)]()},g.add=function(i,l){var f,v=this;i=Number(i);var h=w.p(l),d=function(e){var t=B(v);return w.w(t.date(t.date()+Math.round(e*i)),v)};if(h===c)return this.set(c,this.$M+i);if(h===p)return this.set(p,this.$y+i);if(h===s)return d(1);if(h===u)return d(7);var y=(f={},f[o]=t,f[a]=r,f[n]=e,f)[h]||1,g=this.$d.getTime()+i*y;return w.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||v;var i=e||"YYYY-MM-DDTHH:mm:ssZ",n=w.z(this),o=this.$H,a=this.$m,s=this.$M,u=r.weekdays,c=r.months,l=function(e,r,n,o){return e&&(e[r]||e(t,i))||n[r].slice(0,o)},p=function(e){return w.s(o%12||12,e,"0")},f=r.meridiem||function(e,t,r){var i=e<12?"AM":"PM";return r?i.toLowerCase():i},h={YY:String(this.$y).slice(-2),YYYY:this.$y,M:s+1,MM:w.s(s+1,2,"0"),MMM:l(r.monthsShort,s,c,3),MMMM:l(c,s),D:this.$D,DD:w.s(this.$D,2,"0"),d:String(this.$W),dd:l(r.weekdaysMin,this.$W,u,2),ddd:l(r.weekdaysShort,this.$W,u,3),dddd:u[this.$W],H:String(o),HH:w.s(o,2,"0"),h:p(1),hh:p(2),a:f(o,a,!0),A:f(o,a,!1),m:String(a),mm:w.s(a,2,"0"),s:String(this.$s),ss:w.s(this.$s,2,"0"),SSS:w.s(this.$ms,3,"0"),Z:n};return i.replace(d,(function(e,t){return t||h[e]||n.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(i,f,v){var h,d=w.p(f),y=B(i),g=(y.utcOffset()-this.utcOffset())*t,S=this-y,m=w.m(this,y);return m=(h={},h[p]=m/12,h[c]=m,h[l]=m/3,h[u]=(S-g)/6048e5,h[s]=(S-g)/864e5,h[a]=S/r,h[o]=S/t,h[n]=S/e,h)[d]||S,v?m:w.a(m)},g.daysInMonth=function(){return this.endOf(c).$D},g.$locale=function(){return C[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),i=b(e,t,!0);return i&&(r.$L=i),r},g.clone=function(){return w.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},y}(),E=I.prototype;return B.prototype=E,[["$ms",i],["$s",n],["$m",o],["$H",a],["$W",s],["$M",c],["$y",p],["$D",f]].forEach((function(e){E[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),B.extend=function(e,t){return e.$i||(e(t,I,B),e.$i=!0),B},B.locale=b,B.isDayjs=A,B.unix=function(e){return B(1e3*e)},B.en=C[m],B.Ls=C,B.p={},B}))}));var v=t((function(e,t){!function(t,r){e.exports=r()}(r,(function(){return function(e,t,r){e=e||{};var i=t.prototype,n={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function o(e,t,r,n){return i.fromToBase(e,t,r,n)}r.en.relativeTime=n,i.fromToBase=function(t,i,o,a,s){for(var u,c,l,p=o.$locale().relativeTime||n,f=e.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"}],v=f.length,h=0;h<v;h+=1){var d=f[h];d.d&&(u=a?r(t).diff(o,d.d,!0):o.diff(t,d.d,!0));var y=(e.rounding||Math.round)(Math.abs(u));if(l=u>0,y<=d.r||!d.r){y<=1&&h>0&&(d=f[h-1]);var g=p[d.l];s&&(y=s(""+y)),c="string"==typeof g?g.replace("%d",y):g(y,i,d.l,l);break}}if(i)return c;var S=l?p.future:p.past;return"function"==typeof S?S(c):S.replace("%s",c)},i.to=function(e,t){return o(e,t,this,!0)},i.from=function(e,t){return o(e,t,this)};var a=function(e){return e.$u?r.utc():r()};i.toNow=function(e){return this.to(a(this),e)},i.fromNow=function(e){return this.from(a(this),e)}}}))}));
|
|
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
|
+
*/f.extend(v);var h=e("a0",(function(e){return new Date(e).toUTCString()}));var d=e("f",(function(e,t){if(!e||!t){return""}var r=f(e);var i=f(t);return r.to(i,true)}));var y="Basic Information";var g="Subject Name";var S="Issuer Name";var m="Public Key Info";var C="Signature";var A="Extensions";var b="Miscellaneous";var B="Download";var w="Serial Number";var I="Version";var E="Validity";var P="Issued";var D="Expired";var k="Last Update";var O="Next Update";var x="Algorithm";var _="Named Curve";var T="Exponent";var N="Modulus";var M="Value";var R="Valid";var H="Revoked";var L="Issuer";var j="Name";var V="Public Key";var K="Fingerprint";var U="Fingerprints";var F="Test URLs";var G="Certificate Details";var q="Holder";var z="Digest Info";var W="Type";var Q="Revoked Certificates";var $="Revocation Date";var J="Yes";var Y="No";var Z="Only User Certificates";var X="Only Attribute Certificates";var ee="Only CA Certificates";var te="Indirect CRL";var re="Only Reasons";var ie="CRL Entry Extensions";var ne="Preview certificate";var oe="View details";var ae="Download options";var se={basicInformation:y,subjectName:g,issuerName:S,publicKeyInfo:m,signature:C,extensions:A,miscellaneous:b,download:B,"download.pem":"Download PEM","download.der":"Download DER",serialNumber:w,version:I,validity:E,issued:P,expired:D,lastUpdate:k,nextUpdate:O,algorithm:x,namedCurve:_,exponent:T,modulus:N,value:M,valid:R,revoked:H,issuer:L,name:j,publicKey:V,fingerprint:K,fingerprints:U,testURLs:F,certificateDetails:G,holder:q,digestInfo:z,type:W,revokedCertificates:Q,revocationDate:$,yes:J,no:Y,onlyUserCertificates:Z,onlyAttributeCertificates:X,onlyCACertificates:ee,indirectCRL:te,onlyReasons:re,crlEntryExtensions:ie,previewCertificate:ne,viewDetails:oe,downloadOptions:ae};
|
|
19
|
+
/**
|
|
20
|
+
* @license
|
|
21
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
22
|
+
*
|
|
23
|
+
* This source code is licensed under the MIT license found in the
|
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
|
25
|
+
*/var ue={en:se};var ce=function(){function e(){var e=this;this.setLocale=function(t){e.locale=t&&ue[t]?t:"en"};this.getLocale=function(){return e.locale};var t=window.navigator.language.slice(0,2).toLowerCase();this.setLocale(t)}e.prototype.getString=function(e,t){var r=ue[this.locale][e];if(!r){return""}if(!t){return r}var i=r.split(t.pattern);if(i.length>1){return[i[0],t.replacer,i[1]]}return r};return e}();var le=e("$",new ce);
|
|
26
|
+
/**
|
|
27
|
+
* @license
|
|
28
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
29
|
+
*
|
|
30
|
+
* This source code is licensed under the MIT license found in the
|
|
31
|
+
* LICENSE file in the root directory of this source tree.
|
|
32
|
+
*/var pe={"2.5.4.3":"CN","2.5.4.6":"C","0.9.2342.19200300.100.1.25":"DC","1.2.840.113549.1.9.1":"E","2.5.4.42":"G","2.5.4.43":"I","2.5.4.7":"L","2.5.4.10":"O","2.5.4.11":"OU","2.5.4.8":"ST","2.5.4.4":"SN","2.5.4.12":"T","2.5.4.15":"businessCategory","1.3.6.1.4.1.311.60.2.1.3":"jurisdictionCountry","2.5.4.5":"serialNumber","2.5.4.97":"OI"};var fe=e("a1",{"0.2.262.1.10":"Telesec","0.2.262.1.10.0":"Extension","0.2.262.1.10.1":"Mechanism","0.2.262.1.10.1.0":"Authentication","0.2.262.1.10.1.0.1":"Password Authentication","0.2.262.1.10.1.0.2":"Protected Password Authentication","0.2.262.1.10.1.0.3":"One Way x509 Authentication","0.2.262.1.10.1.0.4":"Two Way x509 Authentication","0.2.262.1.10.1.0.5":"Three Way x509 Authentication","0.2.262.1.10.1.0.6":"One Way IS O9798 Authentication","0.2.262.1.10.1.0.7":"Two Way IS O9798 Authentication","0.2.262.1.10.1.0.8":"Telekom Authentication","0.2.262.1.10.1.1":"Signature","0.2.262.1.10.1.1.1":"MD4 with RSA And IS O9697","0.2.262.1.10.1.1.2":"MD4 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.3":"MD5 with RSA And IS O9697","0.2.262.1.10.1.1.4":"MD5 with RSA And Telesec Signature Standard","0.2.262.1.10.1.1.5":"Ripemd160 with RSA And Telekom Signature Standard","0.2.262.1.10.1.1.9":"HBCI RSA Signature","0.2.262.1.10.1.2":"Encryption","0.2.262.1.10.1.2.0":"None","0.2.262.1.10.1.2.1":"RSA Telesec","0.2.262.1.10.1.2.2":"DES","0.2.262.1.10.1.2.2.1":"DES ECB","0.2.262.1.10.1.2.2.2":"DES CBC","0.2.262.1.10.1.2.2.3":"DES OFB","0.2.262.1.10.1.2.2.4":"DES CFB8","0.2.262.1.10.1.2.2.5":"DES CFB64","0.2.262.1.10.1.2.3":"DES3","0.2.262.1.10.1.2.3.1":"DES3 ECB","0.2.262.1.10.1.2.3.2":"DES3 CBC","0.2.262.1.10.1.2.3.3":"DES3 OFB","0.2.262.1.10.1.2.3.4":"DES3 CFB8","0.2.262.1.10.1.2.3.5":"DES3 CFB64","0.2.262.1.10.1.2.4":"Magenta","0.2.262.1.10.1.2.5":"Idea","0.2.262.1.10.1.2.5.1":"Idea ECB","0.2.262.1.10.1.2.5.2":"Idea CBC","0.2.262.1.10.1.2.5.3":"Idea OFB","0.2.262.1.10.1.2.5.4":"Idea CFB8","0.2.262.1.10.1.2.5.5":"Idea CFB64","0.2.262.1.10.1.3":"One Way Function","0.2.262.1.10.1.3.1":"MD4","0.2.262.1.10.1.3.2":"MD5","0.2.262.1.10.1.3.3":"SQ ModNx509","0.2.262.1.10.1.3.4":"SQ ModNISO","0.2.262.1.10.1.3.5":"Ripemd128","0.2.262.1.10.1.3.6":"Hash Using Block Cipher","0.2.262.1.10.1.3.7":"Mac","0.2.262.1.10.1.3.8":"Ripemd160","0.2.262.1.10.1.4":"Fec Function","0.2.262.1.10.1.4.1":"Reed Solomon","0.2.262.1.10.2":"Module","0.2.262.1.10.2.0":"Algorithms","0.2.262.1.10.2.1":"Attribute Types","0.2.262.1.10.2.2":"Certificate Types","0.2.262.1.10.2.3":"Message Types","0.2.262.1.10.2.4":"Pl Protocol","0.2.262.1.10.2.5":"Sme And Components Of Sme","0.2.262.1.10.2.6":"Fec","0.2.262.1.10.2.7":"Useful Definitions","0.2.262.1.10.2.8":"Stefiles","0.2.262.1.10.2.9":"Sadmib","0.2.262.1.10.2.10":"Electronic Order","0.2.262.1.10.2.11":"Telesec Ttp Asymmetric Application","0.2.262.1.10.2.12":"Telesec Ttp Basis Application","0.2.262.1.10.2.13":"Telesec Ttp Messages","0.2.262.1.10.2.14":"Telesec Ttp Time Stamp Application","0.2.262.1.10.3":"Object Class","0.2.262.1.10.3.0":"Telesec Other Name","0.2.262.1.10.3.1":"Directory","0.2.262.1.10.3.2":"Directory Type","0.2.262.1.10.3.3":"Directory Group","0.2.262.1.10.3.4":"Directory User","0.2.262.1.10.3.5":"Symmetric Key Entry","0.2.262.1.10.4":"Package","0.2.262.1.10.5":"Parameter","0.2.262.1.10.6":"Name Binding","0.2.262.1.10.7":"Attribute","0.2.262.1.10.7.0":"Application Group Identifier","0.2.262.1.10.7.1":"Certificate Type","0.2.262.1.10.7.2":"Telesec Certificate","0.2.262.1.10.7.3":"Certificate Number","0.2.262.1.10.7.4":"Certificate Revocation List","0.2.262.1.10.7.5":"Creation Date","0.2.262.1.10.7.6":"Issuer","0.2.262.1.10.7.7":"Naming Authority","0.2.262.1.10.7.8":"Public Key Directory","0.2.262.1.10.7.9":"Security Domain","0.2.262.1.10.7.10":"Subject","0.2.262.1.10.7.11":"Time Of Revocation","0.2.262.1.10.7.12":"User Group Reference","0.2.262.1.10.7.13":"alidity","0.2.262.1.10.7.14":"Zert93","0.2.262.1.10.7.15":"Security Mess Env","0.2.262.1.10.7.16":"Anonymized Public Key Directory","0.2.262.1.10.7.17":"Telesec Given Name","0.2.262.1.10.7.18":"Name Additions","0.2.262.1.10.7.19":"Telesec Postal Code","0.2.262.1.10.7.20":"Name Distinguisher","0.2.262.1.10.7.21":"Telesec Certificate List","0.2.262.1.10.7.22":"Teletrust Certificate List","0.2.262.1.10.7.23":"x509 Certificate List","0.2.262.1.10.7.24":"Time Of Issue","0.2.262.1.10.7.25":"Physical Card Number","0.2.262.1.10.7.26":"File Type","0.2.262.1.10.7.27":"Ctl File Is Archive","0.2.262.1.10.7.28":"Email Address","0.2.262.1.10.7.29":"Certificate Template List","0.2.262.1.10.7.30":"Directory Name","0.2.262.1.10.7.31":"Directory Type Name","0.2.262.1.10.7.32":"Directory Group Name","0.2.262.1.10.7.33":"Directory User Name","0.2.262.1.10.7.34":"Revocation Flag","0.2.262.1.10.7.35":"Symmetric Key Entry Name","0.2.262.1.10.7.36":"Gl Number","0.2.262.1.10.7.37":"Go Number","0.2.262.1.10.7.38":"G Key Data","0.2.262.1.10.7.39":"Z Key Data","0.2.262.1.10.7.40":"Kt Key Data","0.2.262.1.10.7.41":"Kt Key Number","0.2.262.1.10.7.51":"Time Of Revocation Gen","0.2.262.1.10.7.52":"Liability Text","0.2.262.1.10.8":"Attribute Group","0.2.262.1.10.9":"Action","0.2.262.1.10.10":"Notification","0.2.262.1.10.11":"Snmp-mibs","0.2.262.1.10.11.1":"Security Application","0.2.262.1.10.12":"Cert And Crl Extension Definitions","0.2.262.1.10.12.0":"Liability Limitation Flag","0.2.262.1.10.12.1":"Telesec Cert Id Ext","0.2.262.1.10.12.2":"Telesec policy Identifier","0.2.262.1.10.12.3":"Telesec Policy Qualifier I D","0.2.262.1.10.12.4":"Telesec CRL Filtered Ext","0.2.262.1.10.12.5":"Telesec CRL Filter Ext","0.2.262.1.10.12.6":"Telesec Naming Authority Ext","0.4.0.127.0.7":"Bsi","0.4.0.127.0.7.1":"Bsi Ecc","0.4.0.127.0.7.1.1":"Bsifield Type","0.4.0.127.0.7.1.1.1":"Bsi Prime Field","0.4.0.127.0.7.1.1.2":"Bsi Characteristic Two Field","0.4.0.127.0.7.1.1.2.2":"Bsi ECTLV Key Format","0.4.0.127.0.7.1.1.2.2.1":"Bsi ECTLV Public Key","0.4.0.127.0.7.1.1.2.3":"Bsi Characteristic Two Basis","0.4.0.127.0.7.1.1.2.3.1":"Bsi Gn Basis","0.4.0.127.0.7.1.1.2.3.2":"Bsi Tp Basis","0.4.0.127.0.7.1.1.2.3.3":"Bsi Pp Basis","0.4.0.127.0.7.1.1.4.1":"Bsi Ecdsa Signatures","0.4.0.127.0.7.1.1.4.1.1":"Bsi Ecdsa with SHA1","0.4.0.127.0.7.1.1.4.1.2":"Bsi Ecdsa with SHA224","0.4.0.127.0.7.1.1.4.1.3":"Bsi Ecdsa with SHA256","0.4.0.127.0.7.1.1.4.1.4":"Bsi Ecdsa with SHA384","0.4.0.127.0.7.1.1.4.1.5":"Bsi Ecdsa with SHA512","0.4.0.127.0.7.1.1.4.1.6":"Bsi Ecdsa with RIPEMD160","0.4.0.127.0.7.1.1.5.1.1":"Bsi Ecka Eg x963KDF","0.4.0.127.0.7.1.1.5.1.1.1":"Bsi Ecka Eg x963KDF with SHA1","0.4.0.127.0.7.1.1.5.1.1.2":"Bsi Ecka Eg x963KDF with SHA224","0.4.0.127.0.7.1.1.5.1.1.3":"Bsi Ecka Eg x963KDF with SHA256","0.4.0.127.0.7.1.1.5.1.1.4":"Bsi Ecka Eg x963KDF with SHA384","0.4.0.127.0.7.1.1.5.1.1.5":"Bsi Ecka Eg x963KDF with SHA512","0.4.0.127.0.7.1.1.5.1.1.6":"Bsi Ecka Eg x963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.1.2":"Bsi Ecka Eg Session KDF","0.4.0.127.0.7.1.1.5.1.2.1":"Bsi Ecka Eg Session KDF With3DES","0.4.0.127.0.7.1.1.5.1.2.2":"Bsi Ecka Eg Session KDF with AES128","0.4.0.127.0.7.1.1.5.1.2.3":"Bsi Ecka Eg Session KDF with AES192","0.4.0.127.0.7.1.1.5.1.2.4":"Bsi Ecka Eg Session KDF with AES256","0.4.0.127.0.7.1.1.5.2":"Bsi Ecka DH","0.4.0.127.0.7.1.1.5.2.1":"Bsi Ecka DH x963KDF","0.4.0.127.0.7.1.1.5.2.1.1":"Bsi Ecka DHx963KDF with SHA1","0.4.0.127.0.7.1.1.5.2.1.2":"Bsi Ecka DHx963KDF with SHA224","0.4.0.127.0.7.1.1.5.2.1.3":"Bsi Ecka DHx963KDF with SHA256","0.4.0.127.0.7.1.1.5.2.1.4":"Bsi Ecka DHx963KDF with SHA384","0.4.0.127.0.7.1.1.5.2.1.5":"Bsi Ecka DHx963KDF with SHA512","0.4.0.127.0.7.1.1.5.2.1.6":"Bsi Ecka DHx963KDF with RIPEMD160","0.4.0.127.0.7.1.1.5.2.2":"Bsi Ecka DHSessionKDF","0.4.0.127.0.7.1.1.5.2.2.1":"Bsi Ecka DH Session KDF With3 DES","0.4.0.127.0.7.1.1.5.2.2.2":"Bsi Ecka DH Session KDF with AES128","0.4.0.127.0.7.1.1.5.2.2.3":"Bsi Ecka DH Session KDF with AES192","0.4.0.127.0.7.1.1.5.2.2.4":"Bsi Ecka DH Session KDF with AES256","0.4.0.127.0.7.1.2":"Bsi Ec Key Type","0.4.0.127.0.7.1.2.1":"Bsi Ec Public Key","0.4.0.127.0.7.1.5.1":"Bsi Kaeg","0.4.0.127.0.7.1.5.1.1":"Bsi Kaeg with x963KDF","0.4.0.127.0.7.1.5.1.2":"Bsi Kaeg with 3DESKDF","0.4.0.127.0.7.2.2.1":"Bsi PK","0.4.0.127.0.7.2.2.1.1":"Bsi PK_DH","0.4.0.127.0.7.2.2.1.2":"Bsi PK_ECDH","0.4.0.127.0.7.2.2.2":"Bsi TA","0.4.0.127.0.7.2.2.2.1":"Bsi TA_RSA","0.4.0.127.0.7.2.2.2.1.1":"Bsi TA_RSAv1_5_SHA1","0.4.0.127.0.7.2.2.2.1.2":"Bsi TA_RSAv1_5_SHA256","0.4.0.127.0.7.2.2.2.1.3":"Bsi TA_RSAPSS_SHA1","0.4.0.127.0.7.2.2.2.1.4":"Bsi TA_RSAPSS_SHA256","0.4.0.127.0.7.2.2.2.1.5":"Bsi TA_RSAv1_5_SHA512","0.4.0.127.0.7.2.2.2.1.6":"Bsi TA_RSAPSS_SHA512","0.4.0.127.0.7.2.2.2.2":"Bsi TA_ECDSA","0.4.0.127.0.7.2.2.2.2.1":"Bsi TA_ECDSA_SHA1","0.4.0.127.0.7.2.2.2.2.2":"Bsi TA_ECDSA_SHA224","0.4.0.127.0.7.2.2.2.2.3":"Bsi TA_ECDSA_SHA256","0.4.0.127.0.7.2.2.2.2.4":"Bsi TA_ECDSA_SHA384","0.4.0.127.0.7.2.2.2.2.5":"Bsi TA_ECDSA_SHA512","0.4.0.127.0.7.2.2.3":"Bsi CA","0.4.0.127.0.7.2.2.3.1":"Bsi CA_DH","0.4.0.127.0.7.2.2.3.1.1":"Bsi CA_DH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.1.2":"Bsi CA_DH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.1.3":"Bsi CA_DH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.1.4":"Bsi CA_DH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.3.2":"Bsi CA_ECDH","0.4.0.127.0.7.2.2.3.2.1":"Bsi CA_ECDH_3DES_CBC_CBC","0.4.0.127.0.7.2.2.3.2.2":"Bsi CA_ECDH_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.3.2.3":"Bsi CA_ECDH_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.3.2.4":"Bsi CA_ECDH_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4":"Bsi PACE","0.4.0.127.0.7.2.2.4.1":"Bsi PACE_DH_GM","0.4.0.127.0.7.2.2.4.1.1":"Bsi PACE_DH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.1.2":"Bsi PACE_DH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.1.3":"Bsi PACE_DH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.1.4":"Bsi PACE_DH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.2":"Bsi PACE_ECDH_GM","0.4.0.127.0.7.2.2.4.2.1":"Bsi PACE_ECDH_GM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.2.2":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.2.3":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.2.4":"Bsi PACE_ECDH_GM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.3":"Bsi PACE_DH_IM","0.4.0.127.0.7.2.2.4.3.1":"Bsi PACE_DH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.3.2":"Bsi PACE_DH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.3.3":"Bsi PACE_DH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.3.4":"Bsi PACE_DH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.4.4":"Bsi PACE_ECDH_IM","0.4.0.127.0.7.2.2.4.4.1":"Bsi PACE_ECDH_IM_3DES_CBC_CBC","0.4.0.127.0.7.2.2.4.4.2":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_128","0.4.0.127.0.7.2.2.4.4.3":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_192","0.4.0.127.0.7.2.2.4.4.4":"Bsi PACE_ECDH_IM_AES_CBC_CMAC_256","0.4.0.127.0.7.2.2.5":"Bsi RI","0.4.0.127.0.7.2.2.5.1":"Bsi RI_DH","0.4.0.127.0.7.2.2.5.1.1":"Bsi RI_DH_SHA1","0.4.0.127.0.7.2.2.5.1.2":"Bsi RI_DH_SHA224","0.4.0.127.0.7.2.2.5.1.3":"Bsi RI_DH_SHA256","0.4.0.127.0.7.2.2.5.1.4":"Bsi RI_DH_SHA384","0.4.0.127.0.7.2.2.5.1.5":"Bsi RI_DH_SHA512","0.4.0.127.0.7.2.2.5.2":"Bsi RI_ECDH","0.4.0.127.0.7.2.2.5.2.1":"Bsi RI_ECDH_SHA1","0.4.0.127.0.7.2.2.5.2.2":"Bsi RI_ECDH_SHA224","0.4.0.127.0.7.2.2.5.2.3":"Bsi RI_ECDH_SHA256","0.4.0.127.0.7.2.2.5.2.4":"Bsi RI_ECDH_SHA384","0.4.0.127.0.7.2.2.5.2.5":"Bsi RI_ECDH_SHA512","0.4.0.127.0.7.2.2.6":"Bsi Card Info","0.4.0.127.0.7.2.2.7":"Bsi Eid Security","0.4.0.127.0.7.2.2.8":"Bsi PT","0.4.0.127.0.7.3.1.2":"Bsi EAC Roles","0.4.0.127.0.7.3.1.2.1":"Bsi EAC Roles IS","0.4.0.127.0.7.3.1.2.2":"Bsi EAC Roles AT","0.4.0.127.0.7.3.1.2.3":"Bsi EAC Roles ST","0.4.0.127.0.7.3.1.3":"Bsi TAv2ce","0.4.0.127.0.7.3.1.3.1":"Bsi TAv2ce Description","0.4.0.127.0.7.3.1.3.1.1":"Bsi TAv2ce Description Plain Text","0.4.0.127.0.7.3.1.3.1.2":"Bsi TAv2ce Description IA5 String","0.4.0.127.0.7.3.1.3.1.3":"Bsi TAv2ce Description Octet String","0.4.0.127.0.7.3.1.3.2":"Bsi TAv2ce Terminal Sector","0.4.0.127.0.7.3.1.4":"Bsi Aux Data","0.4.0.127.0.7.3.1.4.1":"Bsi Aux Data Birthday","0.4.0.127.0.7.3.1.4.2":"Bsi Aux Data Expire Date","0.4.0.127.0.7.3.1.4.3":"Bsi Aux Data Community ID","0.4.0.127.0.7.3.1.5":"Bsi Defect List","0.4.0.127.0.7.3.1.5.1":"Bsi Defect Auth Defect","0.4.0.127.0.7.3.1.5.1.1":"Bsi Defect Cert Revoked","0.4.0.127.0.7.3.1.5.1.2":"Bsi Defect Cert Replaced","0.4.0.127.0.7.3.1.5.1.3":"Bsi Defect Chip Auth Key Revoked","0.4.0.127.0.7.3.1.5.1.4":"Bsi Defect Active Auth Key Revoked","0.4.0.127.0.7.3.1.5.2":"Bsi Defect EPassport Defect","0.4.0.127.0.7.3.1.5.2.1":"Bsi Defect EPassport DG Malformed","0.4.0.127.0.7.3.1.5.2.2":"Bsi Defect SOD Invalid","0.4.0.127.0.7.3.1.5.3":"Bsi Defect EID Defect","0.4.0.127.0.7.3.1.5.3.1":"Bsi Defect EIDDG Malformed","0.4.0.127.0.7.3.1.5.3.2":"Bsi Defect EID Integrity","0.4.0.127.0.7.3.1.5.4":"Bsi Defect Document Defect","0.4.0.127.0.7.3.1.5.4.1":"Bsi Defect Card Security Malformed","0.4.0.127.0.7.3.1.5.4.2":"Bsi Defect Chip Security Malformed","0.4.0.127.0.7.3.1.5.4.3":"Bsi Defect Power Down Req","0.4.0.127.0.7.3.1.6":"Bsi List Content Description","0.4.0.127.0.7.3.2.1":"Bsi Security Object","0.4.0.127.0.7.3.2.2":"Bsi Black List","0.4.0.1862":"ETSI QCS Profile","0.4.0.1862.1":"ETSI QCS","0.4.0.1862.1.1":"ETSI QCS Compliance","0.4.0.1862.1.2":"ETSI QCS Limit Value","0.4.0.1862.1.3":"ETSI QCS Retention Period","0.4.0.1862.1.4":"ETSI QCS SSCD","0.4.0.1862.1.5":"ETSI QCS PDS","0.4.0.1862.1.6":"ETSI QC Type","0.4.0.1862.1.6.1":"ETSI QC Type eSign","0.4.0.1862.1.6.2":"ETSI QC Type eSeal","0.4.0.1862.1.6.3":"ETSI QC Type Web","0.4.0.194121.1.2":"ETSI QCS Semantics ID Legal","0.4.0.194112.1.0":"QCP Natural Person","0.4.0.194112.1.1":"QCP Legal Person","0.4.0.194112.1.2":"QCP Natural QSCD","0.4.0.194112.1.3":"QCP Legal QSCD","0.4.0.194112.1.4":"QCP Web","0.9.2342.19200300.100.1.1":"User ID","0.9.2342.19200300.100.1.3":"Rfc822 Mailbox","0.9.2342.19200300.100.1.25":"Domain Component","1.0.10118.3.0.49":"Ripemd160","1.0.10118.3.0.50":"Ripemd128","1.0.10118.3.0.55":"Whirlpool","1.2.36.1.3.1.1.1":"Qgpki","1.2.36.1.3.1.1.1.1":"Qgpki Policies","1.2.36.1.3.1.1.1.1.1":"Qgpki Med Intermed CA","1.2.36.1.3.1.1.1.1.1.1":"Qgpki Med Intermed Individual","1.2.36.1.3.1.1.1.1.1.2":"Qgpki Med Intermed Device Control","1.2.36.1.3.1.1.1.1.1.3":"Qgpki Med Intermed Device","1.2.36.1.3.1.1.1.1.1.4":"Qgpki Med Intermed Authorised Party","1.2.36.1.3.1.1.1.1.1.5":"Qgpki Med Intermed Device System","1.2.36.1.3.1.1.1.1.2":"Qgpki Med Issuing CA","1.2.36.1.3.1.1.1.1.2.1":"Qgpki Med Issuing Individual","1.2.36.1.3.1.1.1.1.2.2":"Qgpki Med Issuing Device Control","1.2.36.1.3.1.1.1.1.2.3":"Qgpki Med Issuing Device","1.2.36.1.3.1.1.1.1.2.4":"Qgpki Med Issuing Authorised Party","1.2.36.1.3.1.1.1.1.2.5":"Qgpki Med Issuing Client Auth","1.2.36.1.3.1.1.1.1.2.6":"Qgpki Med Issuing Server Auth","1.2.36.1.3.1.1.1.1.2.7":"Qgpki Med Issuing Data Prot","1.2.36.1.3.1.1.1.1.2.8":"Qgpki Med Issuing Token Auth","1.2.36.1.3.1.1.1.1.3":"Qgpki Basic Intermed CA","1.2.36.1.3.1.1.1.1.3.1":"Qgpki Basic Intermed Device System","1.2.36.1.3.1.1.1.1.4":"Qgpki Basic Issuing CA","1.2.36.1.3.1.1.1.1.4.1":"Qgpki Basic Issuing Client Auth","1.2.36.1.3.1.1.1.1.4.2":"Qgpki Basic Issuing Server Auth","1.2.36.1.3.1.1.1.1.4.3":"Qgpki Basic Issuing Data Signing","1.2.36.1.3.1.1.1.2":"Qgpki Assurance Level","1.2.36.1.3.1.1.1.2.1":"Qgpki Assurance Rudimentary","1.2.36.1.3.1.1.1.2.2":"Qgpki Assurance Basic","1.2.36.1.3.1.1.1.2.3":"Qgpki Assurance Medium","1.2.36.1.3.1.1.1.2.4":"Qgpki Assurance High","1.2.36.1.3.1.1.1.3":"Qgpki Cert Function","1.2.36.1.3.1.1.1.3.1":"Qgpki Function Individual","1.2.36.1.3.1.1.1.3.2":"Qgpki Function Device","1.2.36.1.3.1.1.1.3.3":"Qgpki Function Authorised Party","1.2.36.1.3.1.1.1.3.4":"Qgpki Function Device Control","1.2.36.1.3.1.2":"Qpspki","1.2.36.1.3.1.2.1":"Qpspki Policies","1.2.36.1.3.1.2.1.2":"Qpspki Policy Basic","1.2.36.1.3.1.2.1.3":"Qpspki Policy Medium","1.2.36.1.3.1.2.1.4":"Qpspki Policy High","1.2.36.1.3.1.3.2":"Qtmrpki","1.2.36.1.3.1.3.2.1":"Qtmrpki Policies","1.2.36.1.3.1.3.2.2":"Qtmrpki Purpose","1.2.36.1.3.1.3.2.2.1":"Qtmrpki Individual","1.2.36.1.3.1.3.2.2.2":"Qtmrpki Device Control","1.2.36.1.3.1.3.2.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.2.5":"Qtmrpki Device System","1.2.36.1.3.1.3.2.3":"Qtmrpki Device","1.2.36.1.3.1.3.2.3.1":"Qtmrpki Driver License","1.2.36.1.3.1.3.2.3.2":"Qtmrpki Industry Authority","1.2.36.1.3.1.3.2.3.3":"Qtmrpki Marine License","1.2.36.1.3.1.3.2.3.4":"Qtmrpki Adult Proof Of Age","1.2.36.1.3.1.3.2.3.5":"Qtmrpki Sam","1.2.36.1.3.1.3.2.4":"Qtmrpki Authorised Party","1.2.36.1.3.1.3.2.4.1":"Qtmrpki Transport Inspector","1.2.36.1.3.1.3.2.4.2":"Qtmrpki Police Officer","1.2.36.1.3.1.3.2.4.3":"Qtmrpki System","1.2.36.1.3.1.3.2.4.4":"Qtmrpki Liquor Licensing Inspector","1.2.36.1.3.1.3.2.4.5":"Qtmrpki Marine Enforcement Officer","1.2.36.1.333.1":"Australian Business Number","1.2.36.68980861.1.1.2":"Signet Personal","1.2.36.68980861.1.1.3":"Signet Business","1.2.36.68980861.1.1.4":"Signet Legal","1.2.36.68980861.1.1.10":"Signet Pilot","1.2.36.68980861.1.1.11":"Signet Intra Net","1.2.36.68980861.1.1.20":"Signet Policy","1.2.36.75878867.1.100.1.1":"Certificates Australia Policy","1.2.40.0.17.1.22":"A-Trust EV policy","1.2.392.200011.61.1.1.1":"Mitsubishi Security Algorithm","1.2.392.200011.61.1.1.1.1":"Misty1-cbc","1.2.392.200091.100.721.1":"Security Communication (SECOM) EV policy","1.2.410.200004.1":"Kisa Algorithm","1.2.410.200004.1.1":"Kcdsa","1.2.410.200004.1.2":"Has160","1.2.410.200004.1.3":"Seed ECB","1.2.410.200004.1.4":"Seed CBC","1.2.410.200004.1.5":"Seed OFB","1.2.410.200004.1.6":"Seed CFB","1.2.410.200004.1.7":"Seed MAC","1.2.410.200004.1.8":"Kcdsa with HAS160","1.2.410.200004.1.9":"Kcdsa with SHA1","1.2.410.200004.1.10":"PBE with HAS160 And SEED-ECB","1.2.410.200004.1.11":"PBE with HAS160 And SEED-CBC","1.2.410.200004.1.12":"PBE with HAS160 And SEED-CFB","1.2.410.200004.1.13":"PBE with HAS160 And SEED-OFB","1.2.410.200004.1.14":"PBE with SHA1 And SEED-ECB","1.2.410.200004.1.15":"PBE with SHA1 And SEED-CBC","1.2.410.200004.1.16":"PBE with SHA1 And SEED-CFB","1.2.410.200004.1.17":"PBE with SHA1 And SEED-OFB","1.2.410.200004.1.20":"RSA with HAS160","1.2.410.200004.1.21":"Kcdsa1","1.2.410.200004.2":"Npki CP","1.2.410.200004.2.1":"Npki Signature Policy","1.2.410.200004.3":"Npki KP","1.2.410.200004.4":"Npki AT","1.2.410.200004.5":"Npki LCA","1.2.410.200004.5.1":"Npki Sign Korea","1.2.410.200004.5.2":"Npki Sign Gate","1.2.410.200004.5.3":"Npki Nca Sign","1.2.410.200004.6":"Npki ON","1.2.410.200004.7":"Npki APP","1.2.410.200004.7.1":"Npki SMIME","1.2.410.200004.7.1.1":"Npki SMIME Algo","1.2.410.200004.7.1.1.1":"Npki Cms SEED Wrap","1.2.410.200004.10":"Npki","1.2.410.200004.10.1":"Npki Attribute","1.2.410.200004.10.1.1":"Npki Identify Data","1.2.410.200004.10.1.1.1":"Npki VID","1.2.410.200004.10.1.1.2":"Npki Encrypted VID","1.2.410.200004.10.1.1.3":"Npki Random Num","1.2.410.200004.10.1.1.4":"Npki VID","1.2.410.200046.1.1":"Aria1 Algorithm Modes","1.2.410.200046.1.1.1":"Aria128-ecb","1.2.410.200046.1.1.2":"Aria128-cbc","1.2.410.200046.1.1.3":"Aria128-cfb","1.2.410.200046.1.1.4":"Aria128-ofb","1.2.410.200046.1.1.5":"Aria128-ctr","1.2.410.200046.1.1.6":"Aria192-ecb","1.2.410.200046.1.1.7":"Aria192-cbc","1.2.410.200046.1.1.8":"Aria192-cfb","1.2.410.200046.1.1.9":"Aria192-ofb","1.2.410.200046.1.1.10":"Aria192-ctr","1.2.410.200046.1.1.11":"Aria256-ecb","1.2.410.200046.1.1.12":"Aria256-cbc","1.2.410.200046.1.1.13":"Aria256-cfb","1.2.410.200046.1.1.14":"Aria256-ofb","1.2.410.200046.1.1.15":"Aria256-ctr","1.2.410.200046.1.1.21":"Aria128-cmac","1.2.410.200046.1.1.22":"Aria192-cmac","1.2.410.200046.1.1.23":"Aria256-cmac","1.2.410.200046.1.1.31":"Aria128-ocb2","1.2.410.200046.1.1.32":"Aria192-ocb2","1.2.410.200046.1.1.33":"Aria256-ocb2","1.2.410.200046.1.1.34":"Aria128-gcm","1.2.410.200046.1.1.35":"Aria192-gcm","1.2.410.200046.1.1.36":"Aria256-gcm","1.2.410.200046.1.1.37":"Aria128-ccm","1.2.410.200046.1.1.38":"Aria192-ccm","1.2.410.200046.1.1.39":"Aria256-ccm","1.2.410.200046.1.1.40":"Aria128-keywrap","1.2.410.200046.1.1.41":"Aria192-keywrap","1.2.410.200046.1.1.42":"Aria256-keywrap","1.2.410.200046.1.1.43":"Aria128-keywrap with Pad","1.2.410.200046.1.1.44":"Aria192-keywrap with Pad","1.2.410.200046.1.1.45":"Aria256-keywrap with Pad","1.2.643.2.2.3":"Gost Signature","1.2.643.2.2.4":"Gost94 Signature","1.2.643.2.2.9":"Gost Digest","1.2.643.2.2.10":"Hmac Gost","1.2.643.2.2.13.0":"Gost Wrap","1.2.643.2.2.13.1":"Crypto Pro Wrap","1.2.643.2.2.14.0":"Null Meshing","1.2.643.2.2.14.1":"Crypto Pro Meshing","1.2.643.2.2.19":"Gost Public Key","1.2.643.2.2.20":"Gost94 Public Key","1.2.643.2.2.21":"Gost Cipher","1.2.643.2.2.30.0":"Test Digest Params","1.2.643.2.2.30.1":"Crypto Pro Digest A","1.2.643.2.2.31.0":"Test Cipher Params","1.2.643.2.2.31.1":"Crypto Pro Cipher A","1.2.643.2.2.31.2":"Crypto Pro Cipher B","1.2.643.2.2.31.3":"Crypto Pro Cipher C","1.2.643.2.2.31.4":"Crypto Pro Cipher D","1.2.643.2.2.31.5":"Oscar11 Cipher","1.2.643.2.2.31.6":"Oscar10 Cipher","1.2.643.2.2.31.7":"Ric1 Cipher","1.2.643.2.2.35.0":"Test Sign Params","1.2.643.2.2.35.1":"Crypto Pro Sign A","1.2.643.2.2.35.2":"Crypto Pro Sign B","1.2.643.2.2.35.3":"Crypto Pro Sign C","1.2.643.2.2.36.0":"Crypto Pro Sign XA","1.2.643.2.2.36.1":"Crypto Pro Sign XB","1.2.643.2.2.96":"Crypto Pro ECDH Wrap","1.2.752.34.1":"Seis-cp","1.2.752.34.1.1":"SEIS high-assurance policy Identifier","1.2.752.34.1.2":"SEIS GAK policy Identifier","1.2.752.34.2":"SEI Spe","1.2.752.34.3":"SEI Sat","1.2.752.34.3.1":"SEI Sat-personal Identifier","1.2.840.10040.1":"Module","1.2.840.10040.1.1":"x9f1-cert-mgmt","1.2.840.10040.2":"Holdinstruction","1.2.840.10040.2.1":"Holdinstruction-none","1.2.840.10040.2.2":"Callissuer","1.2.840.10040.2.3":"Reject","1.2.840.10040.2.4":"Pickup Token","1.2.840.10040.3":"Attribute","1.2.840.10040.3.1":"Countersignature","1.2.840.10040.3.2":"Attribute-cert","1.2.840.10040.4":"Algorithm","1.2.840.10040.4.1":"DSA","1.2.840.10040.4.2":"DSA-match","1.2.840.10040.4.3":"DSA with SHA1","1.2.840.10045.1":"Field Type","1.2.840.10045.1.1":"Prime-field","1.2.840.10045.1.2":"Characteristic-two-field","1.2.840.10045.1.2.3":"Characteristic-two-basis","1.2.840.10045.1.2.3.1":"ON Basis","1.2.840.10045.1.2.3.2":"TP Basis","1.2.840.10045.1.2.3.3":"PP Basis","1.2.840.10045.2":"Public Key Type","1.2.840.10045.2.1":"EC Public Key","1.2.840.10045.3.0.1":"C2pnb163v1","1.2.840.10045.3.0.2":"C2pnb163v2","1.2.840.10045.3.0.3":"C2pnb163v3","1.2.840.10045.3.0.5":"C2tnb191v1","1.2.840.10045.3.0.6":"C2tnb191v2","1.2.840.10045.3.0.7":"C2tnb191v3","1.2.840.10045.3.0.10":"C2pnb208w1","1.2.840.10045.3.0.11":"C2tnb239v1","1.2.840.10045.3.0.12":"C2tnb239v2","1.2.840.10045.3.0.13":"C2tnb239v3","1.2.840.10045.3.0.16":"C2pnb272w1","1.2.840.10045.3.0.18":"C2tnb359v1","1.2.840.10045.3.0.19":"C2pnb368w1","1.2.840.10045.3.0.20":"C2tnb431r1","1.2.840.10045.3.1.1":"Prime192v1","1.2.840.10045.3.1.2":"Prime192v2","1.2.840.10045.3.1.3":"Prime192v3","1.2.840.10045.3.1.4":"Prime239v1","1.2.840.10045.3.1.5":"Prime239v2","1.2.840.10045.3.1.6":"Prime239v3","1.2.840.10045.3.1.7":"Prime256v1","1.2.840.10045.4.1":"ECDSA with SHA1","1.2.840.10045.4.2":"ECDSA with Recommended","1.2.840.10045.4.3":"ECDSA with Specified","1.2.840.10045.4.3.1":"ECDSA with SHA224","1.2.840.10045.4.3.2":"ECDSA with SHA256","1.2.840.10045.4.3.3":"ECDSA with SHA384","1.2.840.10045.4.3.4":"ECDSA with SHA512","1.2.840.10046.1":"Field Type","1.2.840.10046.1.1":"Gf-prime","1.2.840.10046.2":"Number Type","1.2.840.10046.2.1":"DH Public Key","1.2.840.10046.3":"Scheme","1.2.840.10046.3.1":"DH Static","1.2.840.10046.3.2":"DH Ephem","1.2.840.10046.3.3":"DH Hybrid1","1.2.840.10046.3.4":"DH Hybrid2","1.2.840.10046.3.5":"Mqv2","1.2.840.10046.3.6":"Mqv1","1.2.840.10065.2.2":"?","1.2.840.10065.2.3":"Healthcare License","1.2.840.10065.2.3.1.1":"License?","1.2.840.10070.":"Iec62351","1.2.840.10070.8":"Iec62351_8","1.2.840.10070.8.1":"Iec User Roles","1.2.840.113533.7":"NSN","1.2.840.113533.7.65":"NSN-ce","1.2.840.113533.7.65.0":"Entrust Version Info","1.2.840.113533.7.66":"NSN-alg","1.2.840.113533.7.66.3":"Cast3 CBC","1.2.840.113533.7.66.10":"Cast5 CBC","1.2.840.113533.7.66.11":"Cast5 MAC","1.2.840.113533.7.66.12":"PBE with MD5 And CAST5-CBC","1.2.840.113533.7.66.13":"Password Based Mac","1.2.840.113533.7.67":"NSN-oc","1.2.840.113533.7.67.0":"Entrust User","1.2.840.113533.7.68":"NSN-at","1.2.840.113533.7.68.0":"Entrust CA Info","1.2.840.113533.7.68.10":"Attribute Certificate","1.2.840.113549.1.1":"PKCS-1","1.2.840.113549.1.1.1":"RSA Encryption","1.2.840.113549.1.1.2":"MD2 with RSA Encryption","1.2.840.113549.1.1.3":"MD4 with RSA Encryption","1.2.840.113549.1.1.4":"MD5 with RSA Encryption","1.2.840.113549.1.1.5":"SHA1 with RSA Encryption","1.2.840.113549.1.1.6":"RSA OAEP Encryption SET","1.2.840.113549.1.1.7":"RSA OAEP","1.2.840.113549.1.1.8":"PKCS1-MGF","1.2.840.113549.1.1.9":"RSA OAEP-p Specified","1.2.840.113549.1.1.10":"RSA PSS","1.2.840.113549.1.1.11":"SHA256 with RSA Encryption","1.2.840.113549.1.1.12":"SHA384 with RSA Encryption","1.2.840.113549.1.1.13":"SHA512 with RSA Encryption","1.2.840.113549.1.1.14":"SHA224 with RSA Encryption","1.2.840.113549.1.2":"Bsafe Rsa Encr","1.2.840.113549.1.3":"PKCS-3","1.2.840.113549.1.3.1":"Dh Key Agreement","1.2.840.113549.1.5":"PKCS-5","1.2.840.113549.1.5.1":"PBE with MD2 And DES-CBC","1.2.840.113549.1.5.3":"PBE with MD5 And DES-CBC","1.2.840.113549.1.5.4":"PBE with MD2 And RC2-CBC","1.2.840.113549.1.5.6":"PBE with MD5 And RC2-CBC","1.2.840.113549.1.5.9":"PBE with MD5 And XOR","1.2.840.113549.1.5.10":"PBE with SHA And DES-CBC","1.2.840.113549.1.5.12":"PKCS5 PBKDF2","1.2.840.113549.1.5.13":"PKCS5 PBES2","1.2.840.113549.1.5.14":"PKCS5 PBMAC1","1.2.840.113549.1.7":"PKCS-7","1.2.840.113549.1.7.1":"Data","1.2.840.113549.1.7.2":"Signed Data","1.2.840.113549.1.7.3":"Enveloped Data","1.2.840.113549.1.7.4":"Signed And Enveloped Data","1.2.840.113549.1.7.5":"Digested Data","1.2.840.113549.1.7.6":"Encrypted Data","1.2.840.113549.1.7.7":"Data with Attributes","1.2.840.113549.1.7.8":"Encrypted Private Key Info","1.2.840.113549.1.9":"PKCS-9","1.2.840.113549.1.9.1":"Email","1.2.840.113549.1.9.2":"Unstructured Name","1.2.840.113549.1.9.3":"Content Type","1.2.840.113549.1.9.4":"Message Digest","1.2.840.113549.1.9.5":"Signing Time","1.2.840.113549.1.9.6":"Countersignature","1.2.840.113549.1.9.7":"Challenge Password","1.2.840.113549.1.9.8":"Unstructured Address","1.2.840.113549.1.9.9":"Extended Certificate Attributes","1.2.840.113549.1.9.10":"Issuer And Serial Number","1.2.840.113549.1.9.11":"Password Check","1.2.840.113549.1.9.12":"Public Key","1.2.840.113549.1.9.13":"Signing Description","1.2.840.113549.1.9.14":"Extension Request","1.2.840.113549.1.9.15":"S/MIME Capabilities","1.2.840.113549.1.9.15.1":"Prefer Signed Data","1.2.840.113549.1.9.15.2":"Can Not Decrypt Any","1.2.840.113549.1.9.15.3":"Receipt Request","1.2.840.113549.1.9.15.4":"Receipt","1.2.840.113549.1.9.15.5":"Content Hints","1.2.840.113549.1.9.15.6":"Ml Expansion History","1.2.840.113549.1.9.16":"Id-sMIME","1.2.840.113549.1.9.16.0":"Id-mod","1.2.840.113549.1.9.16.0.1":"Id-mod-cms","1.2.840.113549.1.9.16.0.2":"Id-mod-ess","1.2.840.113549.1.9.16.0.3":"Id-mod-oid","1.2.840.113549.1.9.16.0.4":"Id-mod-msg-v3","1.2.840.113549.1.9.16.0.5":"Id-mod-ets-e Signature-88","1.2.840.113549.1.9.16.0.6":"Id-mod-ets-e Signature-97","1.2.840.113549.1.9.16.0.7":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.0.8":"Id-mod-ets-e Sig Policy-88","1.2.840.113549.1.9.16.1":"Content Type","1.2.840.113549.1.9.16.1.1":"Receipt","1.2.840.113549.1.9.16.1.2":"Auth Data","1.2.840.113549.1.9.16.1.3":"Publish Cert","1.2.840.113549.1.9.16.1.4":"TST Info","1.2.840.113549.1.9.16.1.5":"TDT Info","1.2.840.113549.1.9.16.1.6":"Content Info","1.2.840.113549.1.9.16.1.7":"DVCS Request Data","1.2.840.113549.1.9.16.1.8":"DVCS Response Data","1.2.840.113549.1.9.16.1.9":"Compressed Data","1.2.840.113549.1.9.16.1.10":"SCVP Cert Val Request","1.2.840.113549.1.9.16.1.11":"SCVP Cert Val Response","1.2.840.113549.1.9.16.1.12":"SCVP Val Pol Request","1.2.840.113549.1.9.16.1.13":"SCVP Val Pol Response","1.2.840.113549.1.9.16.1.14":"Attr Cert Enc Attrs","1.2.840.113549.1.9.16.1.15":"TS Req","1.2.840.113549.1.9.16.1.16":"Firmware Package","1.2.840.113549.1.9.16.1.17":"Firmware Load Receipt","1.2.840.113549.1.9.16.1.18":"Firmware Load Error","1.2.840.113549.1.9.16.1.19":"Content Collection","1.2.840.113549.1.9.16.1.20":"Content with Attrs","1.2.840.113549.1.9.16.1.21":"Enc Key with I D","1.2.840.113549.1.9.16.1.22":"Enc PEPSI","1.2.840.113549.1.9.16.1.23":"Auth Enveloped Data","1.2.840.113549.1.9.16.1.24":"Route Origin Attest","1.2.840.113549.1.9.16.1.25":"Symmetric Key Package","1.2.840.113549.1.9.16.1.26":"Rpki Manifest","1.2.840.113549.1.9.16.1.27":"Ascii Text with CRLF","1.2.840.113549.1.9.16.1.28":"XML","1.2.840.113549.1.9.16.1.29":"PDF","1.2.840.113549.1.9.16.1.30":"Postscript","1.2.840.113549.1.9.16.1.31":"Timestamped Data","1.2.840.113549.1.9.16.1.32":"As Adjacency Attest","1.2.840.113549.1.9.16.1.33":"Rpki Trust Anchor","1.2.840.113549.1.9.16.1.34":"Trust Anchor List","1.2.840.113549.1.9.16.2":"Authenticated Attributes","1.2.840.113549.1.9.16.2.1":"Receipt Request","1.2.840.113549.1.9.16.2.2":"Security Label","1.2.840.113549.1.9.16.2.3":"Ml Expand History","1.2.840.113549.1.9.16.2.4":"Content Hint","1.2.840.113549.1.9.16.2.5":"Msg Sig Digest","1.2.840.113549.1.9.16.2.6":"Encap Content Type","1.2.840.113549.1.9.16.2.7":"Content Identifier","1.2.840.113549.1.9.16.2.8":"Mac Value","1.2.840.113549.1.9.16.2.9":"Equivalent Labels","1.2.840.113549.1.9.16.2.10":"Content Reference","1.2.840.113549.1.9.16.2.11":"Encryp Key Pref","1.2.840.113549.1.9.16.2.12":"Signing Certificate","1.2.840.113549.1.9.16.2.13":"Smime Encrypt Certs","1.2.840.113549.1.9.16.2.14":"Time Stamp Token","1.2.840.113549.1.9.16.2.15":"Sig Policy Id","1.2.840.113549.1.9.16.2.16":"Commitment Type","1.2.840.113549.1.9.16.2.17":"Signer Location","1.2.840.113549.1.9.16.2.18":"Signer Attr","1.2.840.113549.1.9.16.2.19":"Other Sig Cert","1.2.840.113549.1.9.16.2.20":"Content Timestamp","1.2.840.113549.1.9.16.2.21":"Certificate Refs","1.2.840.113549.1.9.16.2.22":"Revocation Refs","1.2.840.113549.1.9.16.2.23":"Cert Values","1.2.840.113549.1.9.16.2.24":"Revocation Values","1.2.840.113549.1.9.16.2.25":"Esc Time Stamp","1.2.840.113549.1.9.16.2.26":"Cert CRL Timestamp","1.2.840.113549.1.9.16.2.27":"Archive Time Stamp","1.2.840.113549.1.9.16.2.28":"Signature Type","1.2.840.113549.1.9.16.2.29":"Dvcs Dvc","1.2.840.113549.1.9.16.2.30":"Cek Reference","1.2.840.113549.1.9.16.2.31":"Max CEK Decrypts","1.2.840.113549.1.9.16.2.32":"Kek Derivation Alg","1.2.840.113549.1.9.16.2.33":"Intended Recipients","1.2.840.113549.1.9.16.2.34":"Cmc Unsigned Data","1.2.840.113549.1.9.16.2.35":"Fw Package ID","1.2.840.113549.1.9.16.2.36":"Fw Target Hardware IDs","1.2.840.113549.1.9.16.2.37":"Fw Decrypt Key ID","1.2.840.113549.1.9.16.2.38":"Fw Impl Crypt Algs","1.2.840.113549.1.9.16.2.39":"Fw Wrapped Firmware Key","1.2.840.113549.1.9.16.2.40":"Fw Community Identifiers","1.2.840.113549.1.9.16.2.41":"Fw Pkg Message Digest","1.2.840.113549.1.9.16.2.42":"Fw Package Info","1.2.840.113549.1.9.16.2.43":"Fw Impl Compress Algs","1.2.840.113549.1.9.16.2.44":"Ets Attr Certificate Refs","1.2.840.113549.1.9.16.2.45":"Ets Attr Revocation Refs","1.2.840.113549.1.9.16.2.46":"Binary Signing Time","1.2.840.113549.1.9.16.2.47":"Signing Certificate V2","1.2.840.113549.1.9.16.2.48":"Ets Archive Time Stamp V2","1.2.840.113549.1.9.16.2.49":"Er Internal","1.2.840.113549.1.9.16.2.50":"Er External","1.2.840.113549.1.9.16.2.51":"Multiple Signatures","1.2.840.113549.1.9.16.3.1":"Es DHwith3 DES","1.2.840.113549.1.9.16.3.2":"Es DHwith RC2","1.2.840.113549.1.9.16.3.3":"3des Wrap","1.2.840.113549.1.9.16.3.4":"Rc2 Wrap","1.2.840.113549.1.9.16.3.5":"Es DH","1.2.840.113549.1.9.16.3.6":"Cms3 DESwrap","1.2.840.113549.1.9.16.3.7":"Cms RC2wrap","1.2.840.113549.1.9.16.3.8":"Zlib","1.2.840.113549.1.9.16.3.9":"Pwri KEK","1.2.840.113549.1.9.16.3.10":"Ss DH","1.2.840.113549.1.9.16.3.11":"Hmac With3 DE Swrap","1.2.840.113549.1.9.16.3.12":"Hmac with AE Swrap","1.2.840.113549.1.9.16.3.13":"MD5 Xor Experiment","1.2.840.113549.1.9.16.3.14":"RSA KEM","1.2.840.113549.1.9.16.3.15":"Auth Enc128","1.2.840.113549.1.9.16.3.16":"Auth Enc256","1.2.840.113549.1.9.16.4.1":"Cert Dist-ldap","1.2.840.113549.1.9.16.5.1":"Sig Policy Qualifier-spuri x","1.2.840.113549.1.9.16.5.2":"Sig Policy Qualifier-sp User Notice","1.2.840.113549.1.9.16.6.1":"Proof Of Origin","1.2.840.113549.1.9.16.6.2":"Proof Of Receipt","1.2.840.113549.1.9.16.6.3":"Proof Of Delivery","1.2.840.113549.1.9.16.6.4":"Proof Of Sender","1.2.840.113549.1.9.16.6.5":"Proof Of Approval","1.2.840.113549.1.9.16.6.6":"Proof Of Creation","1.2.840.113549.1.9.16.8.1":"Gl Use KEK","1.2.840.113549.1.9.16.8.2":"Gl Delete","1.2.840.113549.1.9.16.8.3":"Gl Add Member","1.2.840.113549.1.9.16.8.4":"Gl Delete Member","1.2.840.113549.1.9.16.8.5":"Gl Rekey","1.2.840.113549.1.9.16.8.6":"Gl Add Owner","1.2.840.113549.1.9.16.8.7":"Gl Remove Owner","1.2.840.113549.1.9.16.8.8":"Glk Compromise","1.2.840.113549.1.9.16.8.9":"Glk Refresh","1.2.840.113549.1.9.16.8.10":"Gl Fail Info","1.2.840.113549.1.9.16.8.11":"Gla Query Request","1.2.840.113549.1.9.16.8.12":"Gla Query Response","1.2.840.113549.1.9.16.8.13":"Gl Provide Cert","1.2.840.113549.1.9.16.8.14":"Gl Update Cert","1.2.840.113549.1.9.16.8.15":"Gl Key","1.2.840.113549.1.9.16.9":"Signature Type Identifier","1.2.840.113549.1.9.16.9.1":"Originator Sig","1.2.840.113549.1.9.16.9.2":"Domain Sig","1.2.840.113549.1.9.16.9.3":"Additional Attributes Sig","1.2.840.113549.1.9.16.9.4":"Review Sig","1.2.840.113549.1.9.16.11":"Capabilities","1.2.840.113549.1.9.16.11.1":"Prefer Binary Inside","1.2.840.113549.1.9.20":"Friendly Name (for PKCS #12)","1.2.840.113549.1.9.21":"Local Key I D (for PKCS #12)","1.2.840.113549.1.9.22":"Cert Types (for PKCS #12)","1.2.840.113549.1.9.22.1":"x509 Certificate (for PKCS #12)","1.2.840.113549.1.9.22.2":"SDSI Certificate (for PKCS #12)","1.2.840.113549.1.9.23":"CRL Types (for PKCS #12)","1.2.840.113549.1.9.23.1":"x509 Crl (for PKCS #12)","1.2.840.113549.1.9.24":"PKCS9object Class","1.2.840.113549.1.9.25":"PKCS9attributes","1.2.840.113549.1.9.25.1":"PKCS15 Token","1.2.840.113549.1.9.25.2":"Encrypted Private Key Info","1.2.840.113549.1.9.25.3":"Random Nonce","1.2.840.113549.1.9.25.4":"Sequence Number","1.2.840.113549.1.9.25.5":"PKCS7 PDU","1.2.840.113549.1.9.26":"PKCS9syntax","1.2.840.113549.1.9.27":"PKCS9matching Rules","1.2.840.113549.1.12":"PKCS-12","1.2.840.113549.1.12.1":"PKCS-12- Pbe Ids#12 mode ID","1.2.840.113549.1.12.1.1":"PBE with SHA And128 Bit RC4","1.2.840.113549.1.12.1.2":"PBE with SHA And40 Bit RC4","1.2.840.113549.1.12.1.3":"PBE with SHA And3-Key Triple DES-CBC","1.2.840.113549.1.12.1.4":"PBE with SHA And2-Key Triple DES-CBC","1.2.840.113549.1.12.1.5":"PBE with SHA And128 Bit RC2-CBC","1.2.840.113549.1.12.1.6":"PBE with SHA And40 Bit RC2-CBC","1.2.840.113549.1.12.2":"PKCS-12-ESPVKID","1.2.840.113549.1.12.2.1":"PKCS-12-PKCS8 Key Shrouding(1284011354911235) instead","1.2.840.113549.1.12.3":"PKCS-12-Bag Ids","1.2.840.113549.1.12.3.1":"PKCS-12-key Bag Id","1.2.840.113549.1.12.3.2":"PKCS-12-cert And CRL Bag Id","1.2.840.113549.1.12.3.3":"PKCS-12-secret Bag Id","1.2.840.113549.1.12.3.4":"PKCS-12-safe Contents Id","1.2.840.113549.1.12.3.5":"PKCS-12-pkcs","1.2.840.113549.1.12.4":"PKCS-12-Cert Bag ID","1.2.840.113549.1.12.4.1":"PKCS-12-x509 Cert CRL Bag I Dformerly assigned as pkcs-12-x509 Cert CRL Bag","1.2.840.113549.1.12.4.2":"PKCS-12-SDSI Cert Bag I Dformerly assigned as pkcs-12-SDSI Cert Bag","1.2.840.113549.1.12.5":"PKCS-12-OID","1.2.840.113549.1.12.5.1":"PKCS-12-PBEI Dthe partially compatible (128401135491121) OIDs instead","1.2.840.113549.1.12.5.1.1":"PKCS-12-PBE with SHA1 And128 Bit RC4use (1284011354911211) instead","1.2.840.113549.1.12.5.1.2":"PKCS-12-PBE with SHA1 And40 Bit RC4use (1284011354911212) instead","1.2.840.113549.1.12.5.1.3":"PKCS-12-PBE with SHA1 And Triple DESCB Cuse the incompatible but similar (1284011354911213) or (1284011354911214) instead","1.2.840.113549.1.12.5.1.4":"PKCS-12-PBE with SHA1 And128 Bit RC2CB Cuse (1284011354911215) instead","1.2.840.113549.1.12.5.1.5":"PKCS-12-PBE with SHA1 And40 Bit RC2CB Cuse (1284011354911216) instead","1.2.840.113549.1.12.5.1.6":"PKCS-12-PBE with SHA1 And RC4use the incompatible but similar (1284011354911211) or (1284011354911212) instead","1.2.840.113549.1.12.5.1.7":"PKCS-12-PBE with SHA1 And RC2CB Cuse the incompatible but similar (1284011354911215) or (1284011354911216) instead","1.2.840.113549.1.12.5.2":"PKCS-12-Enveloping I Dthe conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.1":"PKCS-12-RSA Encryption With128 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.2":"PKCS-12-RSA Encryption With40 Bit RC4use the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.2.3":"PKCS-12-RSA Encryption with Triple DESuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3":"PKCS-12-Signature IDuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.5.3.1":"PKCS-12-RSA Signature with SHA1 Digestuse the conventional PKCS#1OIDs instead","1.2.840.113549.1.12.10":"PKCS-12 Version1","1.2.840.113549.1.12.10.1":"PKCS-12 Bad Ids","1.2.840.113549.1.12.10.1.1":"PKCS-12-key Bag","1.2.840.113549.1.12.10.1.2":"PKCS-12-pkcs","1.2.840.113549.1.12.10.1.3":"PKCS-12-cert Bag","1.2.840.113549.1.12.10.1.4":"PKCS-12-crl Bag","1.2.840.113549.1.12.10.1.5":"PKCS-12-secret Bag","1.2.840.113549.1.12.10.1.6":"PKCS-12-safe Contents Bag","1.2.840.113549.1.15.1":"PKCS15modules","1.2.840.113549.1.15.2":"PKCS15attributes","1.2.840.113549.1.15.3":"PKCS15content Type","1.2.840.113549.1.15.3.1":"PKCS15content","1.2.840.113549.2":"Digest Algorithm","1.2.840.113549.2.2":"MD2","1.2.840.113549.2.4":"MD4","1.2.840.113549.2.5":"MD5","1.2.840.113549.2.7":"HMAC with SHA1","1.2.840.113549.2.8":"HMAC with SHA224","1.2.840.113549.2.9":"HMAC with SHA256","1.2.840.113549.2.10":"HMAC with SHA384","1.2.840.113549.2.11":"HMAC with SHA512","1.2.840.113549.3":"Encryption Algorithm","1.2.840.113549.3.2":"Rc2CBC","1.2.840.113549.3.3":"Rc2ECB","1.2.840.113549.3.4":"Rc4","1.2.840.113549.3.5":"Rc4 with MAC","1.2.840.113549.3.6":"Desx-CBC","1.2.840.113549.3.7":"Des-EDE3-CBC","1.2.840.113549.3.8":"Rc5CBC","1.2.840.113549.3.9":"Rc5-CBCPad","1.2.840.113549.3.10":"DesCDMF","1.2.840.113556.1.2.241":"Delivery Mechanism","1.2.840.113556.1.2.281":"Nt Security Descriptor","1.2.840.113556.1.3.0":"Site-Addressing","1.2.840.113556.1.3.13":"Class Schema","1.2.840.113556.1.3.14":"Attribute Schema","1.2.840.113556.1.3.17":"Mailbox- Agent","1.2.840.113556.1.3.22":"Mailbox","1.2.840.113556.1.3.23":"Container","1.2.840.113556.1.3.46":"Mail Recipient","1.2.840.113556.1.4.145":"Revision","1.2.840.113556.1.4.1327":"PKI Default Key Spec","1.2.840.113556.1.4.1328":"PKI Key Usage","1.2.840.113556.1.4.1329":"PKI Max Issuing Depth","1.2.840.113556.1.4.1330":"PKI Critical Extensions","1.2.840.113556.1.4.1331":"PKI Expiration Period","1.2.840.113556.1.4.1332":"PKI Overlap Period","1.2.840.113556.1.4.1333":"PKI Extended Key Usage","1.2.840.113556.1.4.1334":"PKI Default CSPs","1.2.840.113556.1.4.1335":"PKI Enrollment Access","1.2.840.113556.1.4.1429":"MsPKI-RA-Signature","1.2.840.113556.1.4.1430":"MsPKI-Enrollment-Flag","1.2.840.113556.1.4.1431":"MsPKI-Private-Key","1.2.840.113556.1.4.1432":"MsPKI-Certificate-Name","1.2.840.113556.1.4.1433":"MsPKI-Minimal-Key","1.2.840.113556.1.4.1434":"MsPKI-Template-Schema","1.2.840.113556.1.4.1435":"MsPKI-Template-Minor","1.2.840.113556.1.4.1436":"MsPKI-Cert-Template","1.2.840.113556.1.4.1437":"MsPKI-Supersede-Templates","1.2.840.113556.1.4.1438":"MsPKI-RA-Policies","1.2.840.113556.1.4.1439":"MsPKI-Certificate-Policy","1.2.840.113556.1.4.1674":"MsPKI-Certificate-Application","1.2.840.113556.1.4.1675":"MsPKI-R A- Application","1.2.840.113556.4.3":"Microsoft Excel","1.2.840.113556.4.4":"Titled with OID","1.2.840.113556.4.5":"Microsoft Power Point","1.2.840.113583.1":"Adobe Acrobat","1.2.840.113583.1.1":"Acrobat Security","1.2.840.113583.1.1.1":"PDF Password","1.2.840.113583.1.1.2":"PDF Default Signing Credential","1.2.840.113583.1.1.3":"PDF Default Encryption Credential","1.2.840.113583.1.1.4":"PDF Password Timeout","1.2.840.113583.1.1.5":"PDF Authentic Documents Trust","1.2.840.113583.1.1.6":"PDF Dynamic Content Trust","1.2.840.113583.1.1.7":"PDF Ubiquity Trust","1.2.840.113583.1.1.8":"PDF Revocation Info Archival","1.2.840.113583.1.1.9":"PDF x509 Extension","1.2.840.113583.1.1.9.1":"Adobe Time-stamp","1.2.840.113583.1.1.9.2":"Adobe Archive Rev Info","1.2.840.113583.1.1.10":"PDF PPLK Lite Credential","1.2.840.113583.1.2.":"Acrobat CPS","1.2.840.113583.1.2.1":"PDF Authentic Documents CPS","1.2.840.113583.1.2.2":"PDF Test CPS","1.2.840.113583.1.2.3":"PDF Ubiquity CPS","1.2.840.113583.1.2.4":"PDF Adhoc CPS","1.2.840.113583.1.7":"Acrobat Ubiquity","1.2.840.113583.1.7.1":"PDF Ubiquity Sub Rights","1.2.840.113583.1.9":"Acrobat Extension","1.2.840.113628.114.1.7":"Adobe PKCS7","1.2.840.113635.100":"Apple Data Security","1.2.840.113635.100.1":"Apple Trust Policy","1.2.840.113635.100.1.1":"Apple I Sign TP","1.2.840.113635.100.1.2":"Apple x509 Basic","1.2.840.113635.100.1.3":"Apple SSL Policy","1.2.840.113635.100.1.4":"Apple Local Cert Gen Policy","1.2.840.113635.100.1.5":"Apple CSR Gen Policy","1.2.840.113635.100.1.6":"Apple CRL Policy","1.2.840.113635.100.1.7":"Apple OCSP Policy","1.2.840.113635.100.1.8":"Apple SMIME Policy","1.2.840.113635.100.1.9":"Apple EAP Policy","1.2.840.113635.100.1.10":"Apple SW Update Signing Policy","1.2.840.113635.100.1.11":"Apple IPSec Policy","1.2.840.113635.100.1.12":"Apple IChat Policy","1.2.840.113635.100.1.13":"Apple Resource Sign Policy","1.2.840.113635.100.1.14":"Apple PKINIT Client Policy","1.2.840.113635.100.1.15":"Apple PKINIT Server Policy","1.2.840.113635.100.1.16":"Apple Code Signing Policy","1.2.840.113635.100.1.17":"Apple Package Signing Policy","1.2.840.113635.100.2":"Apple Security Algorithm","1.2.840.113635.100.2.1":"Apple FEE","1.2.840.113635.100.2.2":"Apple ASC","1.2.840.113635.100.2.3":"Apple FEE_MD5","1.2.840.113635.100.2.4":"Apple FEE_SHA1","1.2.840.113635.100.2.5":"Apple FEED","1.2.840.113635.100.2.6":"Apple FEEDEXP","1.2.840.113635.100.2.7":"Apple ECDSA","1.2.840.113635.100.3":"Apple Dot Mac Certificate","1.2.840.113635.100.3.1":"Apple Dot Mac Certificate Request","1.2.840.113635.100.3.2":"Apple Dot Mac Certificate Extension","1.2.840.113635.100.3.3":"Apple Dot Mac Certificate Request Values","1.2.840.113635.100.4":"Apple Extended Key Usage","1.2.840.113635.100.4.1":"Apple Code Signing","1.2.840.113635.100.4.1.1":"Apple Code Signing Development","1.2.840.113635.100.4.1.2":"Apple Software Update Signing","1.2.840.113635.100.4.1.3":"Apple Code Signing Third Party","1.2.840.113635.100.4.1.4":"Apple Resource Signing","1.2.840.113635.100.4.2":"Apple I Chat Signing","1.2.840.113635.100.4.3":"Apple I Chat Encryption","1.2.840.113635.100.4.4":"Apple System Identity","1.2.840.113635.100.4.5":"Apple Crypto Env","1.2.840.113635.100.4.5.1":"Apple Crypto Production Env","1.2.840.113635.100.4.5.2":"Apple Crypto Maintenance Env","1.2.840.113635.100.4.5.3":"Apple Crypto Test Env","1.2.840.113635.100.4.5.4":"Apple Crypto Development Env","1.2.840.113635.100.4.6":"Apple Crypto Qo S","1.2.840.113635.100.4.6.1":"Apple Crypto Tier0 QoS","1.2.840.113635.100.4.6.2":"Apple Crypto Tier1 QoS","1.2.840.113635.100.4.6.3":"Apple Crypto Tier2 QoS","1.2.840.113635.100.4.6.4":"Apple Crypto Tier3 QoS","1.2.840.113635.100.4.7":"Apple ID Sharing Certificate","1.2.840.113635.100.5":"Apple Certificate Policies","1.2.840.113635.100.5.1":"Apple Certificate Policy ID","1.2.840.113635.100.5.2":"Apple Dot Mac Certificate Policy ID","1.2.840.113635.100.5.3":"Apple ADC Certificate Policy ID","1.2.840.113635.100.5.7.1":"Apple ID Sharing Certificate Policy","1.2.840.113635.100.6":"Apple Certificate Extensions","1.2.840.113635.100.6.1":"Apple Certificate Extension Code Signing","1.2.840.113635.100.6.1.1":"Apple Certificate Extension Apple Signing","1.2.840.113635.100.6.1.2":"Apple Certificate Extension ADC Developer Signing","1.2.840.113635.100.6.1.3":"Apple Certificate Extension ADC Apple Signing","1.2.840.113635.100.6.2.3":"Apple Application Integration","1.2.840.114021.1.6.1":"Identrus unknown policy Identifier","1.2.840.114021.4.1":"Identrus OCSP","1.3.6.1.4.1.188.7.1.1":"Ascom","1.3.6.1.4.1.188.7.1.1.1":"Idea ECB","1.3.6.1.4.1.188.7.1.1.2":"Idea CBC","1.3.6.1.4.1.188.7.1.1.3":"Idea CFB","1.3.6.1.4.1.188.7.1.1.4":"Idea OFB","1.3.6.1.4.1.311.2.1.4":"Spc Indirect Data Context","1.3.6.1.4.1.311.2.1.10":"Spc Agency Info","1.3.6.1.4.1.311.2.1.11":"Spc Statement Type","1.3.6.1.4.1.311.2.1.12":"Spc Sp Opus Info","1.3.6.1.4.1.311.2.1.14":"Cert Req Extensions","1.3.6.1.4.1.311.2.1.15":"Spc P E Image Data","1.3.6.1.4.1.311.2.1.18":"Spc Raw File Data","1.3.6.1.4.1.311.2.1.19":"Spc Structured Storage Data","1.3.6.1.4.1.311.2.1.20":"Spc Java ClassData (type 1extension',aka 'Glue extension)","1.3.6.1.4.1.311.2.1.21":"Individual Code Signing","1.3.6.1.4.1.311.2.1.22":"Commercial Code Signing","1.3.6.1.4.1.311.2.1.25":"Spc Link (type 2as 'Glue extension)","1.3.6.1.4.1.311.2.1.26":"Spc Minimal Criteria Info","1.3.6.1.4.1.311.2.1.27":"Spc Financial Criteria Info","1.3.6.1.4.1.311.2.1.28":"SpcLink (type 3as 'Glue extension)","1.3.6.1.4.1.311.2.1.29":"Spc Hash Info Obj ID","1.3.6.1.4.1.311.2.1.30":"Spc Sip Info Obj ID","1.3.6.1.4.1.311.2.2":"Ctl","1.3.6.1.4.1.311.2.2.1":"Ctl Trusted Codesigning CAList","1.3.6.1.4.1.311.2.2.2":"Ctl Trusted Client Auth CAList","1.3.6.1.4.1.311.2.2.3":"Ctl Trusted Server Auth CAList","1.3.6.1.4.1.311.3.2.1":"Timestamp Request","1.3.6.1.4.1.311.10.1":"Cert Trust List","1.3.6.1.4.1.311.10.1.1":"Sorted Ctl","1.3.6.1.4.1.311.10.2":"Next Update Location","1.3.6.1.4.1.311.10.3.1":"Cert Trust List Signing","1.3.6.1.4.1.311.10.3.2":"Time Stamp Signing","1.3.6.1.4.1.311.10.3.3":"Server Gated Crypto","1.3.6.1.4.1.311.10.3.3.1":"Serialized","1.3.6.1.4.1.311.10.3.4":"Encrypted File System","1.3.6.1.4.1.311.10.3.4.1":"Efs Recovery","1.3.6.1.4.1.311.10.3.5":"Whql Crypto","1.3.6.1.4.1.311.10.3.6":"Nt5 Crypto","1.3.6.1.4.1.311.10.3.7":"Oem WHQL Crypto","1.3.6.1.4.1.311.10.3.8":"Embedded NT Crypto","1.3.6.1.4.1.311.10.3.9":"Root List Signer","1.3.6.1.4.1.311.10.3.10":"Qualified Subordination","1.3.6.1.4.1.311.10.3.11":"Key Recovery","1.3.6.1.4.1.311.10.3.12":"Document Signing","1.3.6.1.4.1.311.10.3.13":"Lifetime Signing","1.3.6.1.4.1.311.10.3.14":"Mobile Device Software","1.3.6.1.4.1.311.10.3.15":"Smart Display","1.3.6.1.4.1.311.10.3.16":"Csp Signature","1.3.6.1.4.1.311.10.4.1":"yesno Trust Attr","1.3.6.1.4.1.311.10.5.1":"Drm","1.3.6.1.4.1.311.10.5.2":"Drm Individualization","1.3.6.1.4.1.311.10.6.1":"Licenses","1.3.6.1.4.1.311.10.6.2":"License Server","1.3.6.1.4.1.311.10.7.1":"Keyid Rdn","1.3.6.1.4.1.311.10.8.1":"Remove Certificate","1.3.6.1.4.1.311.10.9.1":"Cross Cert Dist Points","1.3.6.1.4.1.311.10.10.1":"Cmc Add Attributes","1.3.6.1.4.1.311.10.11":"Cert Prop Id Prefix","1.3.6.1.4.1.311.10.11.4":"Cert Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.20":"Cert Key Identifier Prop Id","1.3.6.1.4.1.311.10.11.28":"Cert Issuer Serial Number Md5 Hash Prop Id","1.3.6.1.4.1.311.10.11.29":"Cert Subject Name MD5 Hash Prop Id","1.3.6.1.4.1.311.10.12.1":"Any Application Policy","1.3.6.1.4.1.311.12":"Catalog","1.3.6.1.4.1.311.12.1.1":"Catalog List","1.3.6.1.4.1.311.12.1.2":"Catalog List Member","1.3.6.1.4.1.311.12.2.1":"Catalog Name Value Obj ID","1.3.6.1.4.1.311.12.2.2":"Catalog Member Info Obj ID","1.3.6.1.4.1.311.13.1":"Renewal Certificate","1.3.6.1.4.1.311.13.2.1":"Enrolment Name Value Pair","1.3.6.1.4.1.311.13.2.2":"Enrolment CSP","1.3.6.1.4.1.311.13.2.3":"Os Version","1.3.6.1.4.1.311.16.4":"Microsoft Recipient Info","1.3.6.1.4.1.311.17.1":"PKCS12 Key Provider Name Attr","1.3.6.1.4.1.311.17.2":"Local Machine Keyset","1.3.6.1.4.1.311.17.3":"PKCS12 Extended Attributes","1.3.6.1.4.1.311.20.1":"Auto Enroll Ctl Usage","1.3.6.1.4.1.311.20.2":"Microsoft Certificate Type","1.3.6.1.4.1.311.20.2.1":"Enrollment Agent","1.3.6.1.4.1.311.20.2.2":"Smartcard Logon","1.3.6.1.4.1.311.20.2.3":"NP Principal Name","1.3.6.1.4.1.311.20.3":"Cert Manifold","1.3.6.1.4.1.311.21.1":"Microsoft Certification Authority Renewal","1.3.6.1.4.1.311.21.2":"Microsoft Certificate Previous Hash","1.3.6.1.4.1.311.21.3":"CRL Virtual Base","1.3.6.1.4.1.311.21.4":"CRL Next Publish","1.3.6.1.4.1.311.21.5":"Ca Exchange","1.3.6.1.4.1.311.21.6":"Key Recovery","1.3.6.1.4.1.311.21.7":"Microsoft Certificate Template","1.3.6.1.4.1.311.21.8":"Enterprize OID Root","1.3.6.1.4.1.311.21.9":"Rdn Dummy Signer","1.3.6.1.4.1.311.21.10":"Microsoft Certificate Policies","1.3.6.1.4.1.311.21.11":"Application Policy Mappings","1.3.6.1.4.1.311.21.12":"Application Policy Constraints","1.3.6.1.4.1.311.21.13":"Archived Key","1.3.6.1.4.1.311.21.14":"CRL Self CDP","1.3.6.1.4.1.311.21.15":"Require Cert Chain Policy","1.3.6.1.4.1.311.21.16":"Archived Key Cert Hash","1.3.6.1.4.1.311.21.17":"Issued Cert Hash","1.3.6.1.4.1.311.21.19":"DS Email Replication","1.3.6.1.4.1.311.21.20":"Request Client Info","1.3.6.1.4.1.311.21.21":"Encrypted Key Hash","1.3.6.1.4.1.311.21.22":"Certsrv Cross CA Version","1.3.6.1.4.1.311.25.1":"Ntds Replication","1.3.6.1.4.1.311.31.1":"Product Update","1.3.6.1.4.1.311.47.1.1":"System Health","1.3.6.1.4.1.311.47.1.3":"System Health Loophole","1.3.6.1.4.1.311.60.1.1":"Root Program Flags","1.3.6.1.4.1.311.60.2.1.1":"Jurisdiction Of Incorporation L","1.3.6.1.4.1.311.60.2.1.2":"Jurisdiction Of Incorporation SP","1.3.6.1.4.1.311.60.2.1.3":"Jurisdiction Of Incorporation C","1.3.6.1.4.1.311.61.1.1":"Kernel Mode Code Signing","1.3.6.1.4.1.311.84.1.1":"ASP.NET HTTPS Development certificate","1.3.6.1.4.1.311.88":"CAPICOM","1.3.6.1.4.1.311.88.1":"CAPICOM version","1.3.6.1.4.1.311.88.2":"CAPICOM attribute","1.3.6.1.4.1.311.88.2.1":"Document type attribute","1.3.6.1.4.1.311.88.2.2":"Document description attribute","1.3.6.1.4.1.311.88.3":"CAPICOM encrypted data message","1.3.6.1.4.1.311.88.3.1":"CAPICOM content of encrypted data","1.3.6.1.4.1.782.1.2.1.8.1":"Network Solutions EV policy","1.3.6.1.4.1.2428.10.1.1":"UNINETT policy Identifier","1.3.6.1.4.1.2712.10":"ICE-TEL policy Identifier","1.3.6.1.4.1.2786.1.1.1":"ICE-TEL Italian","1.3.6.1.4.1.3029.1.1.1":"Blowfish ECB","1.3.6.1.4.1.3029.1.1.2":"Blowfish CBC","1.3.6.1.4.1.3029.1.1.3":"Blowfish CFB","1.3.6.1.4.1.3029.1.1.4":"Blowfish OFB","1.3.6.1.4.1.3029.1.2.1":"Elgamal","1.3.6.1.4.1.3029.1.2.1.1":"Elgamal with SHA-1","1.3.6.1.4.1.3029.1.2.1.2":"Elgamal with RIPEMD-160","1.3.6.1.4.1.3029.3.1.1":"Cryptlib Presence Check","1.3.6.1.4.1.3029.3.1.2":"Pki Boot","1.3.6.1.4.1.3029.3.1.4":"CRL Ext Reason","1.3.6.1.4.1.3029.3.1.5":"Key Features","1.3.6.1.4.1.3029.4.1":"Cryptlib Content","1.3.6.1.4.1.3029.4.1.1":"Cryptlib Config Data","1.3.6.1.4.1.3029.4.1.2":"Cryptlib User Index","1.3.6.1.4.1.3029.4.1.3":"Cryptlib User Info","1.3.6.1.4.1.3029.4.1.4":"Rtcs Request","1.3.6.1.4.1.3029.4.1.5":"Rtcs Response","1.3.6.1.4.1.3029.4.1.6":"Rtcs Response Ext","1.3.6.1.4.1.3029.42.11172.1":"Mpeg-1","1.3.6.1.4.1.3029.54.11940.54":"TSA policy 'Anythingpolicy","1.3.6.1.4.1.3029.88.89.90.90.89":"XYZZY policy Identifier","1.3.6.1.4.1.3401.8.1.1":"Pgp Extension","1.3.6.1.4.1.3576.7":"Ecia Asc X12 Edi","1.3.6.1.4.1.3576.7.1":"Plain ED Imessage","1.3.6.1.4.1.3576.7.2":"Signed ED Imessage","1.3.6.1.4.1.3576.7.5":"Integrity ED Imessage","1.3.6.1.4.1.3576.7.65":"Ia Receipt Message","1.3.6.1.4.1.3576.7.97":"Ia Status Message","1.3.6.1.4.1.3576.8":"Ecia Edifact","1.3.6.1.4.1.3576.9":"Ecia Non Edi","1.3.6.1.4.1.4146":"GlobalSign","1.3.6.1.4.1.4146.1":"GlobalSign Policy","1.3.6.1.4.1.4146.1.1":"GlobalSign EV policy","1.3.6.1.4.1.4146.1.10":"GlobalSign DV Policy","1.3.6.1.4.1.4146.1.20":"GlobalSign OV Policy","1.3.6.1.4.1.4146.1.30":"GlobalSign TSA Policy","1.3.6.1.4.1.4146.1.40":"GlobalSign Client Certificates Policy","1.3.6.1.4.1.4146.1.40.10":"GlobalSign Client Certificates Enterprise PKI Policy","1.3.6.1.4.1.4146.1.50":"GlobalSign Code Signing Certificates Policy","1.3.6.1.4.1.4146.1.60":"GlobalSign Root Sign Policy","1.3.6.1.4.1.4146.1.70":"GlobalSign Trusted Root Policy","1.3.6.1.4.1.4146.1.80":"GlobalSign EDI Client Policy","1.3.6.1.4.1.4146.1.81":"GlobalSign EDI Server Policy","1.3.6.1.4.1.4146.1.90":"GlobalSign TPM Root Policy","1.3.6.1.4.1.4146.1.95":"GlobalSign OCSP Policy","1.3.6.1.4.1.41482.3.3":"YubiKey Firmware Version","1.3.6.1.4.1.41482.3.7":"YubiKey Serial Number","1.3.6.1.4.1.41482.3.8":"YubiKey PIN Touch Policy","1.3.6.1.4.1.41482.3.9":"YubiKey Formfactor","1.3.6.1.4.1.4788.2.202.1":"D-TRUSTEV policy","1.3.6.1.4.1.5309.1":"Edel Web Policy","1.3.6.1.4.1.5309.1.2":"Edel Web Customer Policy","1.3.6.1.4.1.5309.1.2.1":"Edel Web Clepsydre Policy","1.3.6.1.4.1.5309.1.2.2":"Edel Web Experimental TSA Policy","1.3.6.1.4.1.5309.1.2.3":"Edel Web Open Evidence TSA Policy","1.3.6.1.4.1.53087.1.3":"Trademark Country Or Region Name","1.3.6.1.4.1.53087.1.4":"Trademark Registration Number","1.3.6.1.4.1.53087.1.6":"Word Mark","1.3.6.1.4.1.5472":"Timeproof","1.3.6.1.4.1.5472.1":"TSS","1.3.6.1.4.1.5472.1.1":"TSS80","1.3.6.1.4.1.5472.1.2":"TSS380","1.3.6.1.4.1.5472.1.3":"TSS400","1.3.6.1.4.1.5770.0.3":"Secondary Practices","1.3.6.1.4.1.5770.0.4":"Physician Identifiers","1.3.6.1.4.1.6334.1.100.1":"Cybertrust EV policy","1.3.6.1.4.1.6449.1.2.1.3.1":"Comodo Policy","1.3.6.1.4.1.6449.1.2.1.5.1":"Comodo EV policy","1.3.6.1.4.1.6449.1.2.2.7":"Comodo TLS DV","1.3.6.1.4.1.6449.1.2.2.15":"Wotrust Policy","1.3.6.1.4.1.6449.1.3.5.2":"Comodo Certified Delivery Service","1.3.6.1.4.1.6449.2.1.1":"Comodo Timestamping Policy","1.3.6.1.4.1.7879.13.24.1":"T-Tele Sec EV policy","1.3.6.1.4.1.8024.0.2.100.1.2":"QuoVadis EV policy","1.3.6.1.4.1.8231.1":"Rol Unico Nacional","1.3.6.1.4.1.8301.3.5.1":"alidity Model Chain","1.3.6.1.4.1.8301.3.5.2":"alidity Model Shell","1.3.6.1.4.1.11129.2.4.2":"Certificate Transparency","1.3.6.1.4.1.11591":"Gnu","1.3.6.1.4.1.11591.1":"Gnu Radius","1.3.6.1.4.1.11591.3":"Gnu Radar","1.3.6.1.4.1.11591.12":"Gnu Digest Algorithm","1.3.6.1.4.1.11591.12.2":"Tiger","1.3.6.1.4.1.11591.13":"Gnu Encryption Algorithm","1.3.6.1.4.1.11591.13.2":"Serpent","1.3.6.1.4.1.11591.13.2.1":"Serpent128_ECB","1.3.6.1.4.1.11591.13.2.2":"Serpent128_CBC","1.3.6.1.4.1.11591.13.2.3":"Serpent128_OFB","1.3.6.1.4.1.11591.13.2.4":"Serpent128_CFB","1.3.6.1.4.1.11591.13.2.21":"Serpent192_ECB","1.3.6.1.4.1.11591.13.2.22":"Serpent192_CBC","1.3.6.1.4.1.11591.13.2.23":"Serpent192_OFB","1.3.6.1.4.1.11591.13.2.24":"Serpent192_CFB","1.3.6.1.4.1.11591.13.2.41":"Serpent256_ECB","1.3.6.1.4.1.11591.13.2.42":"Serpent256_CBC","1.3.6.1.4.1.11591.13.2.43":"Serpent256_OFB","1.3.6.1.4.1.11591.13.2.44":"Serpent256_CFB","1.3.6.1.4.1.14370.1.6":"Geo Trust EV policy","1.3.6.1.4.1.14777.6.1.1":"Izenpe EV policy","1.3.6.1.4.1.14777.6.1.2":"Izenpe EV policy","1.3.6.1.4.1.16334.509.1.1":"Northrop Grumman ext Key Usage?","1.3.6.1.4.1.16334.509.2.1":"Ngc Class1","1.3.6.1.4.1.16334.509.2.2":"Ngc Class2","1.3.6.1.4.1.16334.509.2.3":"Ngc Class3","1.3.6.1.4.1.17326.10.8.12.1.2":"Camerfirma EV policy","1.3.6.1.4.1.17326.10.14.2.1.2":"Camerfirma EV policy","1.3.6.1.4.1.22234.2.5.2.3.1":"Cert Plus EV policy","1.3.6.1.4.1.23223.1.1.1":"Start Com EV policy","1.3.6.1.4.1.23629.1.4.2.1.1":"Safenet Usage Limit","1.3.6.1.4.1.23629.1.4.2.1.2":"Safenet End Date","1.3.6.1.4.1.23629.1.4.2.1.3":"Safenet Start Date","1.3.6.1.4.1.23629.1.4.2.1.4":"Safenet Admin Cert","1.3.6.1.4.1.23629.1.4.2.2.1":"Safenet Key Digest","1.3.6.1.4.1.34697.2.1":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.2":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.3":"Affirm Trust EV policy","1.3.6.1.4.1.34697.2.4":"Affirm Trust EV policy","1.3.6.1.4.1.40869.1.1.22.3":"TWCAEV policy","1.3.6.1.4.1.13177.10.1.2.2":"Corporate certificates for Natural Person","1.3.6.1.4.1.37476.9000.64.1":"Smallstep CA Provisioner ID","1.3.6.1.5.2.3.5":"KCD Authentication","1.3.6.1.5.5.7":"PKIX","1.3.6.1.5.5.7.0.12":"Attribute Cert","1.3.6.1.5.5.7.1":"Private Extension","1.3.6.1.5.5.7.1.1":"Certificate Authority Information Access","1.3.6.1.5.5.7.1.2":"Biometric Info","1.3.6.1.5.5.7.1.3":"Qualified Certificate Statements","1.3.6.1.5.5.7.1.4":"Ac Audit Identity","1.3.6.1.5.5.7.1.5":"Ac Targeting","1.3.6.1.5.5.7.1.6":"Ac Aa Controls","1.3.6.1.5.5.7.1.7":"Ip Addr Blocks","1.3.6.1.5.5.7.1.8":"Autonomous Sys Ids","1.3.6.1.5.5.7.1.9":"Router Identifier","1.3.6.1.5.5.7.1.10":"Ac Proxying","1.3.6.1.5.5.7.1.11":"Subject Info Access","1.3.6.1.5.5.7.1.12":"Logo Type","1.3.6.1.5.5.7.1.13":"Wlan SSID","1.3.6.1.5.5.7.1.26":"Telephone Number Authorization List","1.3.6.1.5.5.7.2":"Policy Qualifier Ids","1.3.6.1.5.5.7.2.1":"Certificate Policy Statement","1.3.6.1.5.5.7.2.2":"User Notice","1.3.6.1.5.5.7.2.3":"Text Notice","1.3.6.1.5.5.7.3":"Key Purpose","1.3.6.1.5.5.7.3.1":"Server Authentication","1.3.6.1.5.5.7.3.2":"Client Authentication","1.3.6.1.5.5.7.3.3":"Code Signing","1.3.6.1.5.5.7.3.4":"Email Protection","1.3.6.1.5.5.7.3.5":"Ipsec End System","1.3.6.1.5.5.7.3.6":"Ipsec Tunnel","1.3.6.1.5.5.7.3.7":"Ipsec User","1.3.6.1.5.5.7.3.8":"Time Stamping","1.3.6.1.5.5.7.3.9":"OCSP Signing","1.3.6.1.5.5.7.3.10":"DVCS","1.3.6.1.5.5.7.3.11":"Sbgp Cert AA Server Auth","1.3.6.1.5.5.7.3.13":"Eap Over PPP","1.3.6.1.5.5.7.3.14":"Eap Over LAN","1.3.6.1.5.5.7.3.31":"Brand Indicator for Message Identification","1.3.6.1.5.5.7.3.46":"Document Signing","1.3.6.1.5.5.7.4":"Cmp Information Types","1.3.6.1.5.5.7.4.1":"Ca Prot Enc Cert","1.3.6.1.5.5.7.4.2":"Sign Key Pair Types","1.3.6.1.5.5.7.4.3":"Enc Key Pair Types","1.3.6.1.5.5.7.4.4":"Preferred Symm Alg","1.3.6.1.5.5.7.4.5":"CA Key Update Info","1.3.6.1.5.5.7.4.6":"Current CRL","1.3.6.1.5.5.7.4.7":"Unsupported OIDs","1.3.6.1.5.5.7.4.10":"Key Pair Param Req","1.3.6.1.5.5.7.4.11":"Key Pair Param Rep","1.3.6.1.5.5.7.4.12":"Rev Passphrase","1.3.6.1.5.5.7.4.13":"Implicit Confirm","1.3.6.1.5.5.7.4.14":"Confirm Wait Time","1.3.6.1.5.5.7.4.15":"Orig PKI Message","1.3.6.1.5.5.7.4.16":"Supp Lang Tags","1.3.6.1.5.5.7.5":"Crmf Registration","1.3.6.1.5.5.7.5.1":"Reg Ctrl","1.3.6.1.5.5.7.5.1.1":"Reg Token","1.3.6.1.5.5.7.5.1.2":"Authenticator","1.3.6.1.5.5.7.5.1.3":"Pki Publication Info","1.3.6.1.5.5.7.5.1.4":"Pki Archive Options","1.3.6.1.5.5.7.5.1.5":"Old Cert ID","1.3.6.1.5.5.7.5.1.6":"Protocol Encr Key","1.3.6.1.5.5.7.5.1.7":"Alt Cert Template","1.3.6.1.5.5.7.5.1.8":"Wtls Template","1.3.6.1.5.5.7.5.2":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.1":"Utf8 Pairs","1.3.6.1.5.5.7.5.2.2":"Cert Req","1.3.6.1.5.5.7.6":"Algorithms","1.3.6.1.5.5.7.6.1":"Des40","1.3.6.1.5.5.7.6.2":"No Signature","1.3.6.1.5.5.7.6.3":"Dh-sig-hmac","1.3.6.1.5.5.7.6.4":"Dh-pop","1.3.6.1.5.5.7.7":"CMC Controls","1.3.6.1.5.5.7.8":"Other Names","1.3.6.1.5.5.7.8.1":"Personal Data","1.3.6.1.5.5.7.8.2":"User Group","1.3.6.1.5.5.7.8.3":"Permanent Identifier","1.3.6.1.5.5.7.8.5":"Xmpp Addr","1.3.6.1.5.5.7.8.9":"SMTP UTF8 Mailbox","1.3.6.1.5.5.7.9":"Personal Data","1.3.6.1.5.5.7.9.1":"Date Of Birth","1.3.6.1.5.5.7.9.2":"Place Of Birth","1.3.6.1.5.5.7.9.3":"Gender","1.3.6.1.5.5.7.9.4":"Country Of Citizenship","1.3.6.1.5.5.7.9.5":"Country Of Residence","1.3.6.1.5.5.7.10":"Attribute Certificate","1.3.6.1.5.5.7.10.1":"Authentication Info","1.3.6.1.5.5.7.10.2":"Access Identity","1.3.6.1.5.5.7.10.3":"Charging Identity","1.3.6.1.5.5.7.10.4":"Group","1.3.6.1.5.5.7.10.5":"Role","1.3.6.1.5.5.7.10.6":"Wlan SSID","1.3.6.1.5.5.7.11":"Personal Data","1.3.6.1.5.5.7.11.1":"PKIX QC Syntax V1","1.3.6.1.5.5.7.11.2":"PKIX QC Syntax V2","1.3.6.1.5.5.7.14.2":"Resource Certificate Policy","1.3.6.1.5.5.7.20":"Logo","1.3.6.1.5.5.7.20.1":"Logo Loyalty","1.3.6.1.5.5.7.20.2":"Logo Background","1.3.6.1.5.5.7.48.1":"OCSP","1.3.6.1.5.5.7.48.1.1":"OCSP Basic","1.3.6.1.5.5.7.48.1.2":"OCSP Nonce","1.3.6.1.5.5.7.48.1.3":"OCSP CRL","1.3.6.1.5.5.7.48.1.4":"OCSP Response","1.3.6.1.5.5.7.48.1.5":"OCSP No Check","1.3.6.1.5.5.7.48.1.6":"OCSP Archive Cutoff","1.3.6.1.5.5.7.48.1.7":"OCSP Service Locator","1.3.6.1.5.5.7.48.2":"CA Issuers","1.3.6.1.5.5.7.48.3":"Time Stamping","1.3.6.1.5.5.7.48.4":"DVCS","1.3.6.1.5.5.7.48.5":"CA Repository","1.3.6.1.5.5.7.48.7":"Signed Object Repository","1.3.6.1.5.5.7.48.10":"Rpki Manifest","1.3.6.1.5.5.7.48.11":"Signed Object","1.3.6.1.5.5.8.1.1":"HMAC MD5","1.3.6.1.5.5.8.1.2":"HMAC SHA","1.3.6.1.5.5.8.1.3":"HMAC Tiger","1.3.6.1.5.5.8.2.2":"IKE Intermediate","1.3.12.2.1011.7.1":"DEC Encryption Algorithm","1.3.12.2.1011.7.1.2":"DEC DEA","1.3.12.2.1011.7.2":"DEC Hash Algorithm","1.3.12.2.1011.7.2.1":"DECMD2","1.3.12.2.1011.7.2.2":"DECMD4","1.3.12.2.1011.7.3":"DEC Signature Algorithm","1.3.12.2.1011.7.3.1":"DEC MD2 with RSA","1.3.12.2.1011.7.3.2":"DEC MD4 with RSA","1.3.12.2.1011.7.3.3":"DEC DEAMAC","1.3.14.2.26.5":"SHA","1.3.14.3.2.1.1":"RSA","1.3.14.3.2.2":"MD4 with RSA","1.3.14.3.2.2.1":"Sqmod-N","1.3.14.3.2.3":"MD5 with RSA","1.3.14.3.2.3.1":"Sqmod-Nwith RSA","1.3.14.3.2.4":"MD4 with RSA Encryption","1.3.14.3.2.6":"DES ECB","1.3.14.3.2.7":"DES CBC","1.3.14.3.2.8":"DES OFB","1.3.14.3.2.9":"DES CFB","1.3.14.3.2.10":"DES MAC","1.3.14.3.2.11":"RSA Signature","1.3.14.3.2.12":"DSA","1.3.14.3.2.13":"DSA with SHA","1.3.14.3.2.14":"MDC2 with RSA Signature","1.3.14.3.2.15":"SHA with RSA Signature","1.3.14.3.2.16":"DH with Common Modulus","1.3.14.3.2.17":"Des EDE","1.3.14.3.2.18":"SHA","1.3.14.3.2.19":"MDC-2","1.3.14.3.2.20":"DSA Common","1.3.14.3.2.21":"DSA Common with SHA","1.3.14.3.2.22":"RSA Key Transport","1.3.14.3.2.23":"Keyed-hash-seal","1.3.14.3.2.24":"MD2 with RSA Signature","1.3.14.3.2.25":"MD5 with RSA Signature","1.3.14.3.2.26":"SHA1","1.3.14.3.2.27":"DSA with SHA1","1.3.14.3.2.28":"DSA with Common SHA1","1.3.14.3.2.29":"SHA-1 with RSA Encryption","1.3.14.3.3.1":"Simple-strong-auth","1.3.14.7.2.1.1":"El Gamal","1.3.14.7.2.3.1":"MD2 with RSA","1.3.14.7.2.3.2":"MD2 with El Gamal","1.3.36.1":"Document","1.3.36.1.1":"Final Version","1.3.36.1.2":"Draft","1.3.36.2":"Sio","1.3.36.2.1":"Sedu","1.3.36.3":"Algorithm","1.3.36.3.1":"Encryption Algorithm","1.3.36.3.1.1":"DES","1.3.36.3.1.1.1":"DES ECB_pad","1.3.36.3.1.1.1.1":"DES ECB_ISOpad","1.3.36.3.1.1.2.1":"DES CBC_pad","1.3.36.3.1.1.2.1.1":"DES CBC_ISOpad","1.3.36.3.1.2":"IDEA","1.3.36.3.1.2.1":"IDEA ECB","1.3.36.3.1.2.1.1":"IDEA ECB_pad","1.3.36.3.1.2.1.1.1":"IDEA ECB_ISOpad","1.3.36.3.1.2.2":"IDEA CBC","1.3.36.3.1.2.2.1":"IDEA CBC_pad","1.3.36.3.1.2.2.1.1":"IDEA CBC_ISOpad","1.3.36.3.1.2.3":"IDEA OFB","1.3.36.3.1.2.4":"IDEA CFB","1.3.36.3.1.3":"DES_3","1.3.36.3.1.3.1.1":"DES_3 ECB_pad","1.3.36.3.1.3.1.1.1":"DES_3 ECB_ISOpad","1.3.36.3.1.3.2.1":"DES_3 CBC_pad","1.3.36.3.1.3.2.1.1":"DES_3 CBC_ISOpad","1.3.36.3.1.4":"RSA Encryption","1.3.36.3.1.4.512.17":"RSA Encryption Withlmod512expe17","1.3.36.3.1.5":"BSI-1","1.3.36.3.1.5.1":"BSI_1 ECB_pad","1.3.36.3.1.5.2":"BSI_1 CBC_pad","1.3.36.3.1.5.2.1":"BSI_1 CBC_PEMpad","1.3.36.3.2":"Hash Algorithm","1.3.36.3.2.1":"Ripemd160","1.3.36.3.2.2":"Ripemd128","1.3.36.3.2.3":"Ripemd256","1.3.36.3.2.4":"Mdc2single Length","1.3.36.3.2.5":"Mdc2double Length","1.3.36.3.3":"Signature Algorithm","1.3.36.3.3.1":"RSA Signature","1.3.36.3.3.1.1":"RSA Signature WithSHA1","1.3.36.3.3.1.1.1024.11":"RSA Signature WithSHA1_l1024_l11","1.3.36.3.3.1.2":"RSA Signature Withripemd160","1.3.36.3.3.1.2.1024.11":"RSA Signature Withripemd160_l1024_l11","1.3.36.3.3.1.3":"RSA Signature Withrimpemd128","1.3.36.3.3.1.4":"RSA Signature Withrimpemd256","1.3.36.3.3.2":"Ecsie Sign","1.3.36.3.3.2.1":"Ecsie Sign WithSHA1","1.3.36.3.3.2.2":"Ecsie Sign Withripemd160","1.3.36.3.3.2.3":"Ecsie Sign Withmd2","1.3.36.3.3.2.4":"Ecsie Sign Withmd5","1.3.36.3.3.2.8.1.1.1":"Brainpool P160r1","1.3.36.3.3.2.8.1.1.2":"Brainpool P160t1","1.3.36.3.3.2.8.1.1.3":"Brainpool P192r1","1.3.36.3.3.2.8.1.1.4":"Brainpool P192t1","1.3.36.3.3.2.8.1.1.5":"Brainpool P224r1","1.3.36.3.3.2.8.1.1.6":"Brainpool P224t1","1.3.36.3.3.2.8.1.1.7":"Brainpool P256r1","1.3.36.3.3.2.8.1.1.8":"Brainpool P256t1","1.3.36.3.3.2.8.1.1.9":"Brainpool P320r1","1.3.36.3.3.2.8.1.1.10":"Brainpool P320t1","1.3.36.3.3.2.8.1.1.11":"Brainpool P384r1","1.3.36.3.3.2.8.1.1.12":"Brainpool P384t1","1.3.36.3.3.2.8.1.1.13":"Brainpool P512r1","1.3.36.3.3.2.8.1.1.14":"Brainpool P512t1","1.3.36.3.4":"Signature Scheme","1.3.36.3.4.1":"Sig S_ISO9796-1","1.3.36.3.4.2":"Sig S_ISO9796-2","1.3.36.3.4.2.1":"Sig S_ISO9796-2 with RED","1.3.36.3.4.2.2":"Sig S_ISO9796-2 with RSA","1.3.36.3.4.2.3":"Sig S_ISO9796-2 with RDN","1.3.36.4":"Attribute","1.3.36.5":"Policy","1.3.36.6":"Api","1.3.36.6.1":"Manufacturer-specific_api","1.3.36.6.1.1":"Utimaco-api","1.3.36.6.2":"Functionality-specific_api","1.3.36.7":"Keymgmnt","1.3.36.7.1":"Keyagree","1.3.36.7.1.1":"Bsi PKE","1.3.36.7.2":"Keytrans","1.3.36.7.2.1":"Enc ISO9796-2 Withrsa","1.3.36.8.1.1":"Teletrust Sig G Conform policy Identifier","1.3.36.8.2.1":"Directory Service","1.3.36.8.3.1":"Date Of Cert Gen","1.3.36.8.3.2":"Procuration","1.3.36.8.3.3":"Admission","1.3.36.8.3.4":"Monetary Limit","1.3.36.8.3.5":"Declaration Of Majority","1.3.36.8.3.6":"Integrated Circuit Card Serial Number","1.3.36.8.3.7":"PK Reference","1.3.36.8.3.8":"Restriction","1.3.36.8.3.9":"Retrieve If Allowed","1.3.36.8.3.10":"Requested Certificate","1.3.36.8.3.11":"Naming Authorities","1.3.36.8.3.11.1":"Recht Wirtschaft Steuern","1.3.36.8.3.11.1.1":"Rechtsanwaeltin","1.3.36.8.3.11.1.2":"Rechtsanwalt","1.3.36.8.3.11.1.3":"Rechts Beistand","1.3.36.8.3.11.1.4":"Steuer Beraterin","1.3.36.8.3.11.1.5":"Steuer Berater","1.3.36.8.3.11.1.6":"Steuer Bevollmaechtigte","1.3.36.8.3.11.1.7":"Steuer Bevollmaechtigter","1.3.36.8.3.11.1.8":"Notarin","1.3.36.8.3.11.1.9":"Notar","1.3.36.8.3.11.1.10":"Notar Vertreterin","1.3.36.8.3.11.1.11":"Notar Vertreter","1.3.36.8.3.11.1.12":"Notariats Verwalterin","1.3.36.8.3.11.1.13":"Notariats Verwalter","1.3.36.8.3.11.1.14":"Wirtschafts Prueferin","1.3.36.8.3.11.1.15":"Wirtschafts Pruefer","1.3.36.8.3.11.1.16":"ereidigte Buchprueferin","1.3.36.8.3.11.1.17":"ereidigter Buchpruefer","1.3.36.8.3.11.1.18":"Patent Anwaeltin","1.3.36.8.3.11.1.19":"Patent Anwalt","1.3.36.8.3.12":"Cert In Dir Since","1.3.36.8.3.13":"Cert Hash","1.3.36.8.3.14":"Name At Birth","1.3.36.8.3.15":"Additional Information","1.3.36.8.4.1":"Personal Data","1.3.36.8.4.8":"Restriction","1.3.36.8.5.1.1.1":"RSA Indicate SHA1","1.3.36.8.5.1.1.2":"RSA Indicate RIPEMD160","1.3.36.8.5.1.1.3":"RSA with SHA1","1.3.36.8.5.1.1.4":"RSA with RIPEMD160","1.3.36.8.5.1.2.1":"Dsa Extended","1.3.36.8.5.1.2.2":"Dsa with RIPEMD160","1.3.36.8.6.1":"Cert","1.3.36.8.6.2":"Cert Ref","1.3.36.8.6.3":"Attr Cert","1.3.36.8.6.4":"Attr Ref","1.3.36.8.6.5":"File Name","1.3.36.8.6.6":"Storage Time","1.3.36.8.6.7":"File Size","1.3.36.8.6.8":"Location","1.3.36.8.6.9":"Sig Number","1.3.36.8.6.10":"Auto Gen","1.3.36.8.7.1.1":"Pt Adobe ILL","1.3.36.8.7.1.2":"Pt Ami Pro","1.3.36.8.7.1.3":"Pt Auto CAD","1.3.36.8.7.1.4":"Pt Binary","1.3.36.8.7.1.5":"Pt BMP","1.3.36.8.7.1.6":"Pt CGM","1.3.36.8.7.1.7":"Pt Corel CRT","1.3.36.8.7.1.8":"Pt Corel DRW","1.3.36.8.7.1.9":"Pt Corel EXC","1.3.36.8.7.1.10":"Pt Corel PHT","1.3.36.8.7.1.11":"Pt Draw","1.3.36.8.7.1.12":"Pt DVI","1.3.36.8.7.1.13":"Pt EPS","1.3.36.8.7.1.14":"Pt Excel","1.3.36.8.7.1.15":"Pt GEM","1.3.36.8.7.1.16":"Pt GIF","1.3.36.8.7.1.17":"Pt HPGL","1.3.36.8.7.1.18":"Pt JPEG","1.3.36.8.7.1.19":"Pt Kodak","1.3.36.8.7.1.20":"Pt LaTeX","1.3.36.8.7.1.21":"Pt Lotus","1.3.36.8.7.1.22":"Pt Lotus PIC","1.3.36.8.7.1.23":"Pt Mac PICT","1.3.36.8.7.1.24":"Pt Mac Word","1.3.36.8.7.1.25":"Pt MSWfD","1.3.36.8.7.1.26":"Pt MSWord","1.3.36.8.7.1.27":"Pt MSWord2","1.3.36.8.7.1.28":"Pt MSWord6","1.3.36.8.7.1.29":"Pt MSWord8","1.3.36.8.7.1.30":"Pt PDF","1.3.36.8.7.1.31":"Pt PIF","1.3.36.8.7.1.32":"Pt Postscript","1.3.36.8.7.1.33":"Pt RTF","1.3.36.8.7.1.34":"Pt SCITEX","1.3.36.8.7.1.35":"Pt TAR","1.3.36.8.7.1.36":"Pt Targa","1.3.36.8.7.1.37":"Pt TeX","1.3.36.8.7.1.38":"Pt Text","1.3.36.8.7.1.39":"Pt TIFF","1.3.36.8.7.1.40":"Pt TIFF-FC","1.3.36.8.7.1.41":"Pt UID","1.3.36.8.7.1.42":"Pt UU Encode","1.3.36.8.7.1.43":"Pt WMF","1.3.36.8.7.1.44":"Pt Word Perfect","1.3.36.8.7.1.45":"Pt WP Grph","1.3.101.1.4":"Thawte-ce","1.3.101.1.4.1":"Strong Extranet","1.3.101.112":"Edwards-curve Digital Signature Algorithm (EdDSA) Ed25519","1.3.132.0.1":"Sect163k1","1.3.132.0.2":"Sect163r1","1.3.132.0.3":"Sect239k1","1.3.132.0.4":"Sect113r1","1.3.132.0.5":"Sect113r2","1.3.132.0.6":"Secp112r1","1.3.132.0.7":"Secp112r2","1.3.132.0.8":"Secp160r1","1.3.132.0.9":"Secp160k1","1.3.132.0.10":"Secp256k1","1.3.132.0.15":"Sect163r2","1.3.132.0.16":"Sect283k1","1.3.132.0.17":"Sect283r1","1.3.132.0.22":"Sect131r1","1.3.132.0.23":"Sect131r2","1.3.132.0.24":"Sect193r1","1.3.132.0.25":"Sect193r2","1.3.132.0.26":"Sect233k1","1.3.132.0.27":"Sect233r1","1.3.132.0.28":"Secp128r1","1.3.132.0.29":"Secp128r2","1.3.132.0.30":"Secp160r2","1.3.132.0.31":"Secp192k1","1.3.132.0.32":"Secp224k1","1.3.132.0.33":"Secp224r1","1.3.132.0.34":"Secp384r1","1.3.132.0.35":"Secp521r1","1.3.132.0.36":"Sect409k1","1.3.132.0.37":"Sect409r1","1.3.132.0.38":"Sect571k1","1.3.132.0.39":"Sect571r1","1.3.133.16.840.9.84":"x984","1.3.133.16.840.9.84.0":"x984 Module","1.3.133.16.840.9.84.0.1":"x984 Biometrics","1.3.133.16.840.9.84.0.2":"x984 CMS","1.3.133.16.840.9.84.0.3":"x984 Identifiers","1.3.133.16.840.9.84.1":"x984 Biometric","1.3.133.16.840.9.84.1.0":"Biometric Unknown Type","1.3.133.16.840.9.84.1.1":"Biometric Body Odor","1.3.133.16.840.9.84.1.2":"Biometric DNA","1.3.133.16.840.9.84.1.3":"Biometric Ear Shape","1.3.133.16.840.9.84.1.4":"Biometric Facial Features","1.3.133.16.840.9.84.1.5":"Biometric Finger Image","1.3.133.16.840.9.84.1.6":"Biometric Finger Geometry","1.3.133.16.840.9.84.1.7":"Biometric Hand Geometry","1.3.133.16.840.9.84.1.8":"Biometric Iris Features","1.3.133.16.840.9.84.1.9":"Biometric Keystroke Dynamics","1.3.133.16.840.9.84.1.10":"Biometric Palm","1.3.133.16.840.9.84.1.11":"Biometric Retina","1.3.133.16.840.9.84.1.12":"Biometric Signature","1.3.133.16.840.9.84.1.13":"Biometric Speech Pattern","1.3.133.16.840.9.84.1.14":"Biometric Thermal Image","1.3.133.16.840.9.84.1.15":"Biometric Vein Pattern","1.3.133.16.840.9.84.1.16":"Biometric Thermal Face Image","1.3.133.16.840.9.84.1.17":"Biometric Thermal Hand Image","1.3.133.16.840.9.84.1.18":"Biometric Lip Movement","1.3.133.16.840.9.84.1.19":"Biometric Gait","1.3.133.16.840.9.84.3":"x984 Matching Method","1.3.133.16.840.9.84.4":"x984 Format Owner","1.3.133.16.840.9.84.4.0":"x984 Cbeff Owner","1.3.133.16.840.9.84.4.1":"x984 Ibia Owner","1.3.133.16.840.9.84.4.1.1":"Ibia Owner SAFLINK","1.3.133.16.840.9.84.4.1.2":"Ibia Owner Bioscrypt","1.3.133.16.840.9.84.4.1.3":"Ibia Owner Visionics","1.3.133.16.840.9.84.4.1.4":"Ibia Owner Infineon Technologies AG","1.3.133.16.840.9.84.4.1.5":"Ibia Owner Iridian Technologies","1.3.133.16.840.9.84.4.1.6":"Ibia Owner Veridicom","1.3.133.16.840.9.84.4.1.7":"Ibia Owner Cyber SIGN","1.3.133.16.840.9.84.4.1.8":"Ibia Ownere Cryp","1.3.133.16.840.9.84.4.1.9":"Ibia Owner Fingerprint Cards AB","1.3.133.16.840.9.84.4.1.10":"Ibia Owner Secu Gen","1.3.133.16.840.9.84.4.1.11":"Ibia Owner Precise Biometric","1.3.133.16.840.9.84.4.1.12":"Ibia Owner Identix","1.3.133.16.840.9.84.4.1.13":"Ibia Owner DERMALOG","1.3.133.16.840.9.84.4.1.14":"Ibia Owner LOGICO","1.3.133.16.840.9.84.4.1.15":"Ibia Owner NIST","1.3.133.16.840.9.84.4.1.16":"Ibia Owner A3 Vision","1.3.133.16.840.9.84.4.1.17":"Ibia Owner NEC","1.3.133.16.840.9.84.4.1.18":"Ibia Owner ST Microelectronics","2.5.4.0":"Object Class","2.5.4.1":"Aliased Entry Name","2.5.4.2":"Knowledge Information","2.5.4.3":"Common Name","2.5.4.4":"Surname","2.5.4.5":"Serial Number","2.5.4.6":"Country Name","2.5.4.7":"Locality","2.5.4.7.1":"Collective Locality Name","2.5.4.8":"State","2.5.4.8.1":"Collective State Or Province Name","2.5.4.9":"Street Address","2.5.4.9.1":"Collective Street Address","2.5.4.97":"Organization Identifier","2.5.4.10":"Organization","2.5.4.10.1":"Collective Organization Name","2.5.4.11":"Organization Unit","2.5.4.11.1":"Collective Organization Unit Name","2.5.4.12":"Title","2.5.4.13":"Description","2.5.4.14":"Search Guide","2.5.4.15":"Business Category","2.5.4.16":"Postal Address","2.5.4.16.1":"Collective Postal Address","2.5.4.17":"Postal Code","2.5.4.17.1":"Collective Postal Code","2.5.4.18":"Post Office Box","2.5.4.18.1":"Collective Post Office Box","2.5.4.19":"Physical Delivery Office Name","2.5.4.19.1":"Collective Physical Delivery Office Name","2.5.4.20":"Telephone Number","2.5.4.20.1":"Collective Telephone Number","2.5.4.21":"Telex Number","2.5.4.21.1":"Collective Telex Number","2.5.4.22":"Teletex Terminal Identifier","2.5.4.22.1":"Collective Teletex Terminal Identifier","2.5.4.23":"Facsimile Telephone Number","2.5.4.23.1":"Collective Facsimile Telephone Number","2.5.4.24":"x121 Address","2.5.4.25":"International ISDN Number","2.5.4.25.1":"Collective International ISDN Number","2.5.4.26":"Registered Address","2.5.4.27":"Destination Indicator","2.5.4.28":"Preferred Delivery Mehtod","2.5.4.29":"Presentation Address","2.5.4.30":"Supported Application Context","2.5.4.31":"Member","2.5.4.32":"Owner","2.5.4.33":"Role Occupant","2.5.4.34":"See Also","2.5.4.35":"User Password","2.5.4.36":"User Certificate","2.5.4.37":"Ca Certificate","2.5.4.38":"Authority Revocation List","2.5.4.39":"Certificate Revocation List","2.5.4.40":"Cross Certificate Pair","2.5.4.41":"Name","2.5.4.42":"Given Name","2.5.4.43":"Initials","2.5.4.44":"Generation Qualifier","2.5.4.45":"Unique Identifier","2.5.4.46":"Dn Qualifier","2.5.4.47":"Enhanced Search Guide","2.5.4.48":"Protocol Information","2.5.4.49":"Distinguished Name","2.5.4.50":"Unique Member","2.5.4.51":"House Identifier","2.5.4.52":"Supported Algorithms","2.5.4.53":"Delta Revocation List","2.5.4.54":"DMD Name","2.5.4.55":"Clearance","2.5.4.56":"Default Dir Qop","2.5.4.57":"Attribute Integrity Info","2.5.4.58":"Attribute Certificate","2.5.4.59":"Attribute Certificate Revocation List","2.5.4.60":"Conf Key Info","2.5.4.61":"AA Certificate","2.5.4.62":"Attribute Descriptor Certificate","2.5.4.63":"Attribute Authority Revocation List","2.5.4.64":"Family Information","2.5.4.65":"Pseudonym","2.5.4.66":"Communications Service","2.5.4.67":"Communications Network","2.5.4.68":"Certification Practice Stmt","2.5.4.69":"Certificate Policy","2.5.4.70":"Pki Path","2.5.4.71":"Priv Policy","2.5.4.72":"Role","2.5.4.73":"Delegation Path","2.5.4.74":"Prot Priv Policy","2.5.4.75":"XML Privilege Info","2.5.4.76":"XML Priv Policy","2.5.4.82":"Permission","2.5.6.0":"Top","2.5.6.1":"Alias","2.5.6.2":"Country","2.5.6.3":"Locality","2.5.6.4":"Organization","2.5.6.5":"Organization Unit","2.5.6.6":"Person","2.5.6.7":"Organization Person","2.5.6.8":"Organization Role","2.5.6.9":"Group Of Names","2.5.6.10":"Residential Person","2.5.6.11":"Application Process","2.5.6.12":"Application Entity","2.5.6.13":"DSA","2.5.6.14":"Device","2.5.6.15":"Strong Authentication User","2.5.6.16":"Certificate Authority","2.5.6.17":"Group Of Unique Names","2.5.6.21":"Pki User","2.5.6.22":"Pki CA","2.5.8.1.1":"RSA","2.5.29.1":"Authority Key Identifier","2.5.29.2":"Key Attributes","2.5.29.3":"Certificate Policies","2.5.29.4":"Key Usage Restriction","2.5.29.5":"Policy Mapping","2.5.29.6":"Subtrees Constraint","2.5.29.7":"Subject Alt Name","2.5.29.8":"Issuer Alt Name","2.5.29.9":"Subject Directory Attributes","2.5.29.10":"Basic Constraints","2.5.29.11":"Name Constraints","2.5.29.12":"Policy Constraints","2.5.29.13":"Basic Constraints","2.5.29.14":"Subject Key Identifier","2.5.29.15":"Key Usage","2.5.29.16":"Private Key Usage Period","2.5.29.17":"Subject Alternative Name","2.5.29.18":"Issuer Alternative Name","2.5.29.19":"Basic Constraints","2.5.29.20":"CRL Number","2.5.29.21":"CRL Reason","2.5.29.22":"Expiration Date","2.5.29.23":"Instruction Code","2.5.29.24":"Invalidity Date","2.5.29.25":"CRL Distribution Points","2.5.29.26":"Issuing Distribution Point","2.5.29.27":"Delta CRL Indicator","2.5.29.28":"Issuing Distribution Point","2.5.29.29":"Certificate Issuer","2.5.29.30":"Name Constraints","2.5.29.31":"CRL Distribution Points","2.5.29.32":"Certificate Policies","2.5.29.32.0":"Any Policy","2.5.29.33":"Policy Mappings","2.5.29.34":"Policy Constraints","2.5.29.35":"Authority Key Identifier","2.5.29.36":"Policy Constraints","2.5.29.37":"Extended Key Usage","2.5.29.37.0":"Any Extended Key Usage","2.5.29.38":"Authority Attribute Identifier","2.5.29.39":"Role Spec Cert Identifier","2.5.29.40":"CRL Stream Identifier","2.5.29.41":"Basic Att Constraints","2.5.29.42":"Delegated Name Constraints","2.5.29.43":"Time Specification","2.5.29.44":"CRL Scope","2.5.29.45":"Status Referrals","2.5.29.46":"Freshest CRL","2.5.29.47":"Ordered List","2.5.29.48":"Attribute Descriptor","2.5.29.49":"User Notice","2.5.29.50":"SOA Identifier","2.5.29.51":"Base Update Time","2.5.29.52":"Acceptable Cert Policies","2.5.29.53":"Delta Info","2.5.29.54":"Inhibit Any Policy","2.5.29.55":"Target Information","2.5.29.56":"No Rev Avail","2.5.29.57":"Acceptable Privilege Policies","2.5.29.58":"To Be Revoked","2.5.29.59":"Revoked Groups","2.5.29.60":"Expired Certs On CRL","2.5.29.61":"Indirect Issuer","2.5.29.62":"No Assertion","2.5.29.63":"A Aissuing Distribution Point","2.5.29.64":"Issued On Behalf Of","2.5.29.65":"Single Use","2.5.29.66":"Group AC","2.5.29.67":"Allowed Att Ass","2.5.29.68":"Attribute Mappings","2.5.29.69":"Holder Name Constraints","2.16.528.1.1001.1.1.1.12.6.1.1.1":"Digi Notar EV policy","2.16.578.1.26.1.3.3":"Buy Pass EV policy","2.16.724.1.2.2.4.1":"Personal Data Info","2.16.756.1.89.1.2.1.1":"Swiss Sign EV policy","2.16.840.1.101.2.1.1.1":"Sdns Signature Algorithm","2.16.840.1.101.2.1.1.2":"Fortezza Signature Algorithm","2.16.840.1.101.2.1.1.3":"Sdns Confidentiality Algorithm","2.16.840.1.101.2.1.1.4":"Fortezza Confidentiality Algorithm","2.16.840.1.101.2.1.1.5":"Sdns Integrity Algorithm","2.16.840.1.101.2.1.1.6":"Fortezza Integrity Algorithm","2.16.840.1.101.2.1.1.7":"Sdns Token Protection Algorithm","2.16.840.1.101.2.1.1.8":"Fortezza Token Protection Algorithm","2.16.840.1.101.2.1.1.9":"Sdns Key Management Algorithm","2.16.840.1.101.2.1.1.10":"Fortezza Key Management Algorithm","2.16.840.1.101.2.1.1.11":"Sdns K Mand Sig Algorithm","2.16.840.1.101.2.1.1.12":"Fortezza K Mand Sig Algorithm","2.16.840.1.101.2.1.1.13":"Suite A Signature Algorithm","2.16.840.1.101.2.1.1.14":"Suite A Confidentiality Algorithm","2.16.840.1.101.2.1.1.15":"Suite A Integrity Algorithm","2.16.840.1.101.2.1.1.16":"Suite A Token Protection Algorithm","2.16.840.1.101.2.1.1.17":"Suite A Key Management Algorithm","2.16.840.1.101.2.1.1.18":"Suite AK Mand Sig Algorithm","2.16.840.1.101.2.1.1.19":"Fortezza Updated Sig Algorithm","2.16.840.1.101.2.1.1.20":"Fortezza K Mand Upd Sig Algorithms","2.16.840.1.101.2.1.1.21":"Fortezza Updated Integ Algorithm","2.16.840.1.101.2.1.1.22":"Key Exchange Algorithm","2.16.840.1.101.2.1.1.23":"Fortezza Wrap80 Algorithm","2.16.840.1.101.2.1.1.24":"KEA Key Encryption Algorithm","2.16.840.1.101.2.1.2.1":"Rfc822 Message Format","2.16.840.1.101.2.1.2.2":"Empty Content","2.16.840.1.101.2.1.2.3":"Csp Content Type","2.16.840.1.101.2.1.2.42":"MSP Rev3 Content Type","2.16.840.1.101.2.1.2.48":"MSP Content Type","2.16.840.1.101.2.1.2.49":"MSP Rekey Agent Protocol","2.16.840.1.101.2.1.2.50":"MSP MMP","2.16.840.1.101.2.1.2.66":"MSP Rev3-1 Content Type","2.16.840.1.101.2.1.2.72":"Forwarded MSP Message Body Part","2.16.840.1.101.2.1.2.73":"MSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.74":"Forwarded CSP Msg Body Part","2.16.840.1.101.2.1.2.75":"CSP Forwarded Message Parameters","2.16.840.1.101.2.1.2.76":"MSP MMP2","2.16.840.1.101.2.1.3.1":"SDNS Security Policy","2.16.840.1.101.2.1.3.2":"SDNS PRBAC","2.16.840.1.101.2.1.3.3":"Mosaic PRBAC","2.16.840.1.101.2.1.3.10":"SI Security Policy","2.16.840.1.101.2.1.3.10.0":"SI NASP","2.16.840.1.101.2.1.3.10.1":"SI ELCO","2.16.840.1.101.2.1.3.10.2":"SI TK","2.16.840.1.101.2.1.3.10.3":"SI DSAP","2.16.840.1.101.2.1.3.10.4":"SI SSSS","2.16.840.1.101.2.1.3.10.5":"SI DNASP","2.16.840.1.101.2.1.3.10.6":"SI BYEMAN","2.16.840.1.101.2.1.3.10.7":"SI REL-US","2.16.840.1.101.2.1.3.10.8":"SI REL-AUS","2.16.840.1.101.2.1.3.10.9":"SI REL-CAN","2.16.840.1.101.2.1.3.10.10":"SI REL_UK","2.16.840.1.101.2.1.3.10.11":"SI REL-NZ","2.16.840.1.101.2.1.3.10.12":"SI Generic","2.16.840.1.101.2.1.3.11":"Genser","2.16.840.1.101.2.1.3.11.0":"Genser Nations","2.16.840.1.101.2.1.3.11.1":"Genser Comsec","2.16.840.1.101.2.1.3.11.2":"Genser Acquisition","2.16.840.1.101.2.1.3.11.3":"Genser Security Categories","2.16.840.1.101.2.1.3.11.3.0":"Genser Tag Set Name","2.16.840.1.101.2.1.3.12":"Default Security Policy","2.16.840.1.101.2.1.3.13":"Capco Markings","2.16.840.1.101.2.1.3.13.0":"Capco Security Categories","2.16.840.1.101.2.1.3.13.0.1":"Capco Tag Set Name1","2.16.840.1.101.2.1.3.13.0.2":"Capco Tag Set Name2","2.16.840.1.101.2.1.3.13.0.3":"Capco Tag Set Name3","2.16.840.1.101.2.1.3.13.0.4":"Capco Tag Set Name4","2.16.840.1.101.2.1.5.1":"SDNS Key Management Certificate","2.16.840.1.101.2.1.5.2":"SDNS User Signature Certificate","2.16.840.1.101.2.1.5.3":"SDNS K Mand Sig Certificate","2.16.840.1.101.2.1.5.4":"Fortezza Key Management Certificate","2.16.840.1.101.2.1.5.5":"Fortezza K Mand Sig Certificate","2.16.840.1.101.2.1.5.6":"Fortezza User Signature Certificate","2.16.840.1.101.2.1.5.7":"Fortezza CA Signature Certificate","2.16.840.1.101.2.1.5.8":"SDNS CA Signature Certificate","2.16.840.1.101.2.1.5.10":"Auxiliary Vector","2.16.840.1.101.2.1.5.11":"Ml Receipt Policy","2.16.840.1.101.2.1.5.12":"Ml Membership","2.16.840.1.101.2.1.5.13":"Ml Administrators","2.16.840.1.101.2.1.5.14":"Alid","2.16.840.1.101.2.1.5.20":"Jan UKMs","2.16.840.1.101.2.1.5.21":"Feb UKMs","2.16.840.1.101.2.1.5.22":"Mar UKMs","2.16.840.1.101.2.1.5.23":"Apr UKMs","2.16.840.1.101.2.1.5.24":"May UKMs","2.16.840.1.101.2.1.5.25":"Jun UKMs","2.16.840.1.101.2.1.5.26":"Jul UKMs","2.16.840.1.101.2.1.5.27":"Aug UKMs","2.16.840.1.101.2.1.5.28":"Sep UKMs","2.16.840.1.101.2.1.5.29":"Oct UKMs","2.16.840.1.101.2.1.5.30":"Nov UKMs","2.16.840.1.101.2.1.5.31":"Dec UKMs","2.16.840.1.101.2.1.5.40":"Meta SDN Sckl","2.16.840.1.101.2.1.5.41":"Sdns CKL","2.16.840.1.101.2.1.5.42":"Meta SDN Ssignature CKL","2.16.840.1.101.2.1.5.43":"Sdns Signature CKL","2.16.840.1.101.2.1.5.44":"Sdns Certificate Revocation List","2.16.840.1.101.2.1.5.45":"Fortezza Certificate Revocation List","2.16.840.1.101.2.1.5.46":"Fortezza CKL","2.16.840.1.101.2.1.5.47":"Al Exempted Address Processor","2.16.840.1.101.2.1.5.48":"Guard","2.16.840.1.101.2.1.5.49":"Algorithms Supported","2.16.840.1.101.2.1.5.50":"Suite A Key Management Certificate","2.16.840.1.101.2.1.5.51":"Suite AK Mand Sig Certificate","2.16.840.1.101.2.1.5.52":"Suite A User Signature Certificate","2.16.840.1.101.2.1.5.53":"Prbac Info","2.16.840.1.101.2.1.5.54":"Prbac CA Constraints","2.16.840.1.101.2.1.5.55":"Sig Or KM Privileges","2.16.840.1.101.2.1.5.56":"Comm Privileges","2.16.840.1.101.2.1.5.57":"Labeled Attribute","2.16.840.1.101.2.1.5.58":"Policy Information File","2.16.840.1.101.2.1.5.59":"Sec Policy Information File","2.16.840.1.101.2.1.5.60":"CA Clearance Constraint","2.16.840.1.101.2.1.7.1":"CSP Extns","2.16.840.1.101.2.1.7.1.0":"CSP Cs Extn","2.16.840.1.101.2.1.8.1":"MISSI Security Categories","2.16.840.1.101.2.1.8.2":"Standard Security Label Privileges","2.16.840.1.101.2.1.10.1":"SIG Privileges","2.16.840.1.101.2.1.10.2":"KM Privileges","2.16.840.1.101.2.1.10.3":"Named Tag Set Privilege","2.16.840.1.101.2.1.11.1":"UK Demo","2.16.840.1.101.2.1.11.2":"US DOD Class2","2.16.840.1.101.2.1.11.3":"US Medium Pilot","2.16.840.1.101.2.1.11.4":"US DOD Class4","2.16.840.1.101.2.1.11.5":"US DOD Class3","2.16.840.1.101.2.1.11.6":"US DOD Class5","2.16.840.1.101.2.1.12.0":"Test Security Policy","2.16.840.1.101.2.1.12.0.1":"TSP1","2.16.840.1.101.2.1.12.0.1.0":"TSP1 Security Categories","2.16.840.1.101.2.1.12.0.1.0.0":"TSP1 Tag Set Zero","2.16.840.1.101.2.1.12.0.1.0.1":"TSP1 Tag Set One","2.16.840.1.101.2.1.12.0.1.0.2":"TSP1 Tag Set Two","2.16.840.1.101.2.1.12.0.2":"TSP2","2.16.840.1.101.2.1.12.0.2.0":"TSP2 Security Categories","2.16.840.1.101.2.1.12.0.2.0.0":"TSP2 Tag Set Zero","2.16.840.1.101.2.1.12.0.2.0.1":"TSP2 Tag Set One","2.16.840.1.101.2.1.12.0.2.0.2":"TSP2 Tag Set Two","2.16.840.1.101.2.1.12.0.3":"Kafka","2.16.840.1.101.2.1.12.0.3.0":"Kafka Security Categories","2.16.840.1.101.2.1.12.0.3.0.1":"Kafka Tag Set Name1","2.16.840.1.101.2.1.12.0.3.0.2":"Kafka Tag Set Name2","2.16.840.1.101.2.1.12.0.3.0.3":"Kafka Tag Set Name3","2.16.840.1.101.2.1.12.1.1":"TCp1","2.16.840.1.101.3.1":"Slabel","2.16.840.1.101.3.2":"PKI","2.16.840.1.101.3.2.1":"NIST policy Identifier","2.16.840.1.101.3.2.1.2.7":"USPTO Basic 2003","2.16.840.1.101.3.2.1.2.8":"USPTO Medium 2003","2.16.840.1.101.3.2.1.2.9":"USPTO Medium Hardware","2.16.840.1.101.3.2.1.3.1":"FBCA Rudimentary Policy","2.16.840.1.101.3.2.1.3.2":"FBCA Basic Policy","2.16.840.1.101.3.2.1.3.3":"FBCA Medium Policy","2.16.840.1.101.3.2.1.3.4":"FBCA High Policy","2.16.840.1.101.3.2.1.3.12":"FBCA Medium Hardware Policy","2.16.840.1.101.3.2.1.48.1":"Nist Test Policy1","2.16.840.1.101.3.2.1.48.2":"Nist Test Policy2","2.16.840.1.101.3.2.1.48.3":"Nist Test Policy3","2.16.840.1.101.3.2.1.48.4":"Nist Test Policy4","2.16.840.1.101.3.2.1.48.5":"Nist Test Policy5","2.16.840.1.101.3.2.1.48.6":"Nist Test Policy6","2.16.840.1.101.3.2.2":"GAK","2.16.840.1.101.3.2.2.1":"KRA Key","2.16.840.1.101.3.2.3":"Extensions","2.16.840.1.101.3.2.3.1":"KR Technique","2.16.840.1.101.3.2.3.2":"K Recovery Capable","2.16.840.1.101.3.2.3.3":"KR","2.16.840.1.101.3.2.4":"Key Recovery Schemes","2.16.840.1.101.3.2.5":"Krapola","2.16.840.1.101.3.3":"ARPA","2.16.840.1.101.3.4":"Nist Algorithm","2.16.840.1.101.3.4.1":"AES","2.16.840.1.101.3.4.1.1":"AES128-ECB","2.16.840.1.101.3.4.1.2":"AES128-CBC","2.16.840.1.101.3.4.1.3":"AES128-OFB","2.16.840.1.101.3.4.1.4":"AES128-CFB","2.16.840.1.101.3.4.1.5":"AES128-wrap","2.16.840.1.101.3.4.1.6":"AES128-GCM","2.16.840.1.101.3.4.1.7":"AES128-CCM","2.16.840.1.101.3.4.1.8":"AES128-wrap-pad","2.16.840.1.101.3.4.1.21":"AES192-ECB","2.16.840.1.101.3.4.1.22":"AES192-CBC","2.16.840.1.101.3.4.1.23":"AES192-OFB","2.16.840.1.101.3.4.1.24":"AES192-CFB","2.16.840.1.101.3.4.1.25":"AES192-wrap","2.16.840.1.101.3.4.1.26":"AES192-GCM","2.16.840.1.101.3.4.1.27":"AES192-CCM","2.16.840.1.101.3.4.1.28":"AES192-wrap-pad","2.16.840.1.101.3.4.1.41":"AES256-ECB","2.16.840.1.101.3.4.1.42":"AES256-CBC","2.16.840.1.101.3.4.1.43":"AES256-OFB","2.16.840.1.101.3.4.1.44":"AES256-CFB","2.16.840.1.101.3.4.1.45":"AES256-wrap","2.16.840.1.101.3.4.1.46":"AES256-GCM","2.16.840.1.101.3.4.1.47":"AES256-CCM","2.16.840.1.101.3.4.1.48":"AES256-wrap-pad","2.16.840.1.101.3.4.2":"Hash Algos","2.16.840.1.101.3.4.2.1":"SHA-256","2.16.840.1.101.3.4.2.2":"SHA-384","2.16.840.1.101.3.4.2.3":"SHA-512","2.16.840.1.101.3.4.2.4":"SHA-224","2.16.840.1.101.3.4.3.1":"DSA with Sha224","2.16.840.1.101.3.4.3.2":"DSA with Sha256","2.16.840.1.113719.1.2.8":"Novell Algorithm","2.16.840.1.113719.1.2.8.22":"DES Cbc IV8","2.16.840.1.113719.1.2.8.23":"DES Cbc Pad IV8","2.16.840.1.113719.1.2.8.24":"DES EDE2 Cbc IV8","2.16.840.1.113719.1.2.8.25":"DES EDE2 Cbc Pad IV8","2.16.840.1.113719.1.2.8.26":"DES EDE3 Cbc IV8","2.16.840.1.113719.1.2.8.27":"DES EDE3 Cbc Pad IV8","2.16.840.1.113719.1.2.8.28":"Rc5 Cbc Pad","2.16.840.1.113719.1.2.8.29":"MD2 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.30":"MD5 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.31":"SHA1 with RSA Encryption B Safe1","2.16.840.1.113719.1.2.8.32":"Lm Digest","2.16.840.1.113719.1.2.8.40":"MD2","2.16.840.1.113719.1.2.8.50":"MD5","2.16.840.1.113719.1.2.8.51":"Ike Hmac with SHA1-RSA","2.16.840.1.113719.1.2.8.52":"Ike Hmac with MD5-RSA","2.16.840.1.113719.1.2.8.69":"RC2 Cbc Pad","2.16.840.1.113719.1.2.8.82":"SHA-1","2.16.840.1.113719.1.2.8.92":"RC2 B Safe1 Cbc","2.16.840.1.113719.1.2.8.95":"MD4","2.16.840.1.113719.1.2.8.130":"MD4 Packet","2.16.840.1.113719.1.2.8.131":"RSA Encryption Bsafe1","2.16.840.1.113719.1.2.8.132":"Nw Password","2.16.840.1.113719.1.2.8.133":"Novell Obfuscate-1","2.16.840.1.113719.1.9":"PKI","2.16.840.1.113719.1.9.4":"PKI Attribute Type","2.16.840.1.113719.1.9.4.1":"Security Attributes","2.16.840.1.113719.1.9.4.2":"Reliance Limit","2.16.840.1.113730.1":"Certificate Extension","2.16.840.1.113730.1.1":"Netscape Certificate Type","2.16.840.1.113730.1.2":"Netscape Base Url","2.16.840.1.113730.1.3":"Netscape Revocation Url","2.16.840.1.113730.1.4":"Netscape CA Revocation","2.16.840.1.113730.1.7":"Netscape Certificate Renewal","2.16.840.1.113730.1.8":"Netscape CA Policy","2.16.840.1.113730.1.9":"Home Page Url","2.16.840.1.113730.1.10":"Entity Logo","2.16.840.1.113730.1.11":"User Picture","2.16.840.1.113730.1.12":"Netscape Ssl Server","2.16.840.1.113730.1.13":"Netscape Comment","2.16.840.1.113730.2":"Data-type","2.16.840.1.113730.2.1":"Data GIF","2.16.840.1.113730.2.2":"Data JPEG","2.16.840.1.113730.2.3":"Data URL","2.16.840.1.113730.2.4":"Data HTML","2.16.840.1.113730.2.5":"Cert Sequence","2.16.840.1.113730.2.6":"Cert URL","2.16.840.1.113730.3":"Directory","2.16.840.1.113730.3.1":"Ldap Definitions","2.16.840.1.113730.3.1.1":"Car License","2.16.840.1.113730.3.1.2":"Department Number","2.16.840.1.113730.3.1.3":"Employee Number","2.16.840.1.113730.3.1.4":"Employee Type","2.16.840.1.113730.3.2.2":"Inet Org Person","2.16.840.1.113730.4.1":"Server Gated Crypto","2.16.840.1.113733.1":"PKI","2.16.840.1.113733.1.6.3":"Verisign CZAG","2.16.840.1.113733.1.6.6":"Verisign In Box","2.16.840.1.113733.1.6.11":"Verisign Onsite Jurisdiction Hash","2.16.840.1.113733.1.6.13":"Unknown Verisign VPN extension","2.16.840.1.113733.1.6.15":"Verisign Server ID","2.16.840.1.113733.1.7.1.1":"Verisign Cert Policies95 Qualifier1","2.16.840.1.113733.1.7.1.1.1":"Verisign CP Sv1notice","2.16.840.1.113733.1.7.1.1.2":"Verisign CP Sv1nsi","2.16.840.1.113733.1.7.54":"Symantec","2.16.840.1.113733.1.7.23.6":"Veri Sign EV policy","2.16.840.1.113733.1.7.48.1":"Thawte EV policy","2.16.840.1.113733.1.8.1":"erisign ISS Strong Crypto","2.16.840.1.113733.1.9":"PKCS7 Attribute","2.16.840.1.113733.1.9.2":"Message Type","2.16.840.1.113733.1.9.3":"PKI Status","2.16.840.1.113733.1.9.4":"Fail Info","2.16.840.1.113733.1.9.5":"Sender Nonce","2.16.840.1.113733.1.9.6":"Recipient Nonce","2.16.840.1.113733.1.9.7":"Trans ID","2.16.840.1.113733.1.9.8":"Extension Req","2.16.840.1.113741.2":"Intel CDSA","2.16.840.1.114028.10.1.2":"Entrust EV policy","2.16.840.1.114171.500.9":"Wells Fargo EV policy","2.16.840.1.114404.1.1.2.4.1":"Trust Wave EV policy","2.16.840.1.114412.1":"Digi Cert Non EV Certs","2.16.840.1.114412.1.1":"Digi Cert OV Cert","2.16.840.1.114412.1.2":"Digi Cert DV Cert","2.16.840.1.114412.1.3.0.1":"Digi Cert Global CA Policy","2.16.840.1.114412.1.3.0.2":"Digi Cert High Assurance EVCA Policy","2.16.840.1.114412.1.3.0.3":"Digi Cert Global Root CA Policy","2.16.840.1.114412.1.3.0.4":"Digi Cert Assured ID Root CA Policy","2.16.840.1.114412.1.11":"Digi Cert Federated Device Cert","2.16.840.1.114412.2.1":"Digi Cert EV policy","2.16.840.1.114412.2.2":"Digi Cert EV Cert","2.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 ve(e,t){var r=0;if(e.length===1){return e[0]}for(var i=e.length-1;i>=0;i--){r+=e[e.length-1-i]*Math.pow(2,t*i)}return r}function he(e,t,r){if(r===void 0){r=-1}var i=r;var n=e;var o=0;var a=Math.pow(2,t);for(var s=1;s<8;s++){if(e<a){var u=void 0;if(i<0){u=new ArrayBuffer(s);o=s}else{if(i<s){return new ArrayBuffer(0)}u=new ArrayBuffer(i);o=i}var c=new Uint8Array(u);for(var l=s-1;l>=0;l--){var p=Math.pow(2,l*t);c[o-l-1]=Math.floor(n/p);n-=c[o-l-1]*p}return u}a*=Math.pow(2,t)}return new ArrayBuffer(0)}function de(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}var r=0;var i=0;for(var n=0,o=e;n<o.length;n++){var a=o[n];r+=a.length}var s=new ArrayBuffer(r);var u=new Uint8Array(s);for(var c=0,l=e;c<l.length;c++){var a=l[c];u.set(a,i);i+=a.length}return u}function ye(){var e=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){var t=e[0]===255&&e[1]&128;var r=e[0]===0&&(e[1]&128)===0;if(t||r){this.warnings.push("Needlessly long format")}}var i=new ArrayBuffer(this.valueHex.byteLength);var n=new Uint8Array(i);for(var o=0;o<this.valueHex.byteLength;o++){n[o]=0}n[0]=e[0]&128;var a=ve(n,8);var s=new ArrayBuffer(this.valueHex.byteLength);var u=new Uint8Array(s);for(var c=0;c<this.valueHex.byteLength;c++){u[c]=e[c]}u[0]&=127;var l=ve(u,8);return l-a}function ge(e){var t=e<0?e*-1:e;var r=128;for(var i=1;i<8;i++){if(t<=r){if(e<0){var n=r-t;var o=he(n,8,i);var a=new Uint8Array(o);a[0]|=128;return o}var s=he(t,8,i);var u=new Uint8Array(s);if(u[0]&128){var c=s.slice(0);var l=new Uint8Array(c);s=new ArrayBuffer(s.byteLength+1);u=new Uint8Array(s);for(var p=0;p<c.byteLength;p++){u[p+1]=l[p]}u[0]=0}return s}r*=Math.pow(2,8)}return new ArrayBuffer(0)}function Se(e,t){if(e.byteLength!==t.byteLength){return false}var r=new Uint8Array(e);var i=new Uint8Array(t);for(var n=0;n<r.length;n++){if(r[n]!==i[n]){return false}}return true}function me(e,t){var r=e.toString(10);if(t<r.length){return""}var i=t-r.length;var n=new Array(i);for(var o=0;o<i;o++){n[o]="0"}var a=n.join("");return a.concat(r)}
|
|
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 Ce(){if(typeof BigInt==="undefined"){throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}}function Ae(e){var t=0;var r=0;for(var i=0;i<e.length;i++){var n=e[i];t+=n.byteLength}var o=new Uint8Array(t);for(var i=0;i<e.length;i++){var n=e[i];o.set(new Uint8Array(n),r);r+=n.byteLength}return o.buffer}function be(e,t,r,i){if(!(t instanceof Uint8Array)){e.error="Wrong parameter: inputBuffer must be 'Uint8Array'";return false}if(!t.byteLength){e.error="Wrong parameter: inputBuffer has zero length";return false}if(r<0){e.error="Wrong parameter: inputOffset less than zero";return false}if(i<0){e.error="Wrong parameter: inputLength less than zero";return false}if(t.byteLength-r-i<0){e.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return false}return true}var Be=function(){function e(){this.items=[]}e.prototype.write=function(e){this.items.push(e)};e.prototype.final=function(){return Ae(this.items)};return e}();var we=[new Uint8Array([1])];var Ie="0123456789";var Ee="name";var Pe="valueHexView";var De="isHexOnly";var ke="idBlock";var Oe="tagClass";var xe="tagNumber";var _e="isConstructed";var Te="fromBER";var Ne="toBER";var Me="local";var Re="";var He=new ArrayBuffer(0);var Le=new Uint8Array(0);var je="EndOfContent";var Ve="OCTET STRING";var Ke="BIT STRING";function Ue(e){var t;return t=function(e){__extends(t,e);function t(){var t=[];for(var r=0;r<arguments.length;r++){t[r]=arguments[r]}var n=this;var o;n=e.apply(this,t)||this;var a=t[0]||{};n.isHexOnly=(o=a.isHexOnly)!==null&&o!==void 0?o:false;n.valueHexView=a.valueHex?i.BufferSourceConverter.toUint8Array(a.valueHex):Le;return n}Object.defineProperty(t.prototype,"valueHex",{get:function(){return this.valueHexView.slice().buffer},set:function(e){this.valueHexView=new Uint8Array(e)},enumerable:false,configurable:true});t.prototype.fromBER=function(e,t,r){var i=e instanceof ArrayBuffer?new Uint8Array(e):e;if(!be(this,i,t,r)){return-1}var n=t+r;this.valueHexView=i.subarray(t,n);if(!this.valueHexView.length){this.warnings.push("Zero buffer length");return t}this.blockLength=r;return n};t.prototype.toBER=function(e){if(e===void 0){e=false}if(!this.isHexOnly){this.error="Flag 'isHexOnly' is not set, abort";return He}if(e){return new ArrayBuffer(this.valueHexView.byteLength)}return this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{isHexOnly:this.isHexOnly,valueHex:i.Convert.ToHex(this.valueHexView)})};return t}(e),t.NAME="hexBlock",t}var Fe=function(){function e(e){var t=e===void 0?{}:e,r=t.blockLength,n=r===void 0?0:r,o=t.error,a=o===void 0?Re:o,s=t.warnings,u=s===void 0?[]:s,c=t.valueBeforeDecode,l=c===void 0?Le:c;this.blockLength=n;this.error=a;this.warnings=u;this.valueBeforeDecodeView=i.BufferSourceConverter.toUint8Array(l)}e.blockName=function(){return this.NAME};Object.defineProperty(e.prototype,"valueBeforeDecode",{get:function(){return this.valueBeforeDecodeView.slice().buffer},set:function(e){this.valueBeforeDecodeView=new Uint8Array(e)},enumerable:false,configurable:true});e.prototype.toJSON=function(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:i.Convert.ToHex(this.valueBeforeDecodeView)}};return e}();Fe.NAME="baseBlock";var Ge=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.fromBER=function(e,t,r){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")};t.prototype.toBER=function(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")};return t}(Fe);Ge.NAME="valueBlock";var qe=function(e){__extends(t,e);function t(t){var r=t===void 0?{}:t,n=r.idBlock,o=n===void 0?{}:n;var a=this;var s,u,c,l;a=e.call(this)||this;if(o){a.isHexOnly=(s=o.isHexOnly)!==null&&s!==void 0?s:false;a.valueHexView=o.valueHex?i.BufferSourceConverter.toUint8Array(o.valueHex):Le;a.tagClass=(u=o.tagClass)!==null&&u!==void 0?u:-1;a.tagNumber=(c=o.tagNumber)!==null&&c!==void 0?c:-1;a.isConstructed=(l=o.isConstructed)!==null&&l!==void 0?l:false}else{a.tagClass=-1;a.tagNumber=-1;a.isConstructed=false}return a}t.prototype.toBER=function(e){if(e===void 0){e=false}var t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:this.error="Unknown tag class";return He}if(this.isConstructed)t|=32;if(this.tagNumber<31&&!this.isHexOnly){var r=new Uint8Array(1);if(!e){var i=this.tagNumber;i&=31;t|=i;r[0]=t}return r.buffer}if(!this.isHexOnly){var n=he(this.tagNumber,7);var o=new Uint8Array(n);var a=n.byteLength;var s=new Uint8Array(a+1);s[0]=t|31;if(!e){for(var u=0;u<a-1;u++)s[u+1]=o[u]|128;s[a]=o[a-1]}return s.buffer}var c=new Uint8Array(this.valueHexView.byteLength+1);c[0]=t|31;if(!e){var l=this.valueHexView;for(var u=0;u<l.length-1;u++)c[u+1]=l[u]|128;c[this.valueHexView.byteLength]=l[l.length-1]}return c.buffer};t.prototype.fromBER=function(e,t,r){var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r)){return-1}var o=n.subarray(t,t+r);if(o.length===0){this.error="Zero buffer length";return-1}var a=o[0]&192;switch(a){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:this.error="Unknown tag class";return-1}this.isConstructed=(o[0]&32)===32;this.isHexOnly=false;var s=o[0]&31;if(s!==31){this.tagNumber=s;this.blockLength=1}else{var u=1;var c=this.valueHexView=new Uint8Array(255);var l=255;while(o[u]&128){c[u-1]=o[u]&127;u++;if(u>=o.length){this.error="End of input reached before message was fully decoded";return-1}if(u===l){l+=255;var p=new Uint8Array(l);for(var f=0;f<c.length;f++)p[f]=c[f];c=this.valueHexView=new Uint8Array(l)}}this.blockLength=u+1;c[u-1]=o[u]&127;var v=new Uint8Array(u);for(var f=0;f<u;f++)v[f]=c[f];c=this.valueHexView=new Uint8Array(u);c.set(v);if(this.blockLength<=9)this.tagNumber=ve(c,7);else{this.isHexOnly=true;this.warnings.push("Tag too long, represented as hex-coded")}}if(this.tagClass===1&&this.isConstructed){switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:this.error="Constructed encoding used for primitive type";return-1}}return t+this.blockLength};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed})};return t}(Ue(Fe));qe.NAME="identificationBlock";var ze=function(e){__extends(t,e);function t(t){var r=t===void 0?{}:t,i=r.lenBlock,n=i===void 0?{}:i;var o=this;var a,s,u;o=e.call(this)||this;o.isIndefiniteForm=(a=n.isIndefiniteForm)!==null&&a!==void 0?a:false;o.longFormUsed=(s=n.longFormUsed)!==null&&s!==void 0?s:false;o.length=(u=n.length)!==null&&u!==void 0?u:0;return o}t.prototype.fromBER=function(e,t,r){var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r)){return-1}var o=n.subarray(t,t+r);if(o.length===0){this.error="Zero buffer length";return-1}if(o[0]===255){this.error="Length block 0xFF is reserved by standard";return-1}this.isIndefiniteForm=o[0]===128;if(this.isIndefiniteForm){this.blockLength=1;return t+this.blockLength}this.longFormUsed=!!(o[0]&128);if(this.longFormUsed===false){this.length=o[0];this.blockLength=1;return t+this.blockLength}var a=o[0]&127;if(a>8){this.error="Too big integer";return-1}if(a+1>o.length){this.error="End of input reached before message was fully decoded";return-1}var s=t+1;var u=n.subarray(s,s+a);if(u[a-1]===0)this.warnings.push("Needlessly long encoded length");this.length=ve(u,8);if(this.longFormUsed&&this.length<=127)this.warnings.push("Unnecessary usage of long length form");this.blockLength=a+1;return t+this.blockLength};t.prototype.toBER=function(e){if(e===void 0){e=false}var t;var r;if(this.length>127)this.longFormUsed=true;if(this.isIndefiniteForm){t=new ArrayBuffer(1);if(e===false){r=new Uint8Array(t);r[0]=128}return t}if(this.longFormUsed){var i=he(this.length,8);if(i.byteLength>127){this.error="Too big length";return He}t=new ArrayBuffer(i.byteLength+1);if(e)return t;var n=new Uint8Array(i);r=new Uint8Array(t);r[0]=i.byteLength|128;for(var o=0;o<i.byteLength;o++)r[o+1]=n[o];return t}t=new ArrayBuffer(1);if(e===false){r=new Uint8Array(t);r[0]=this.length}return t};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length})};return t}(Fe);ze.NAME="lengthBlock";var We={};var Qe=function(e){__extends(t,e);function t(t,r){if(t===void 0){t={}}var i=this;var n=t.name,o=n===void 0?Re:n,a=t.optional,s=a===void 0?false:a,u=t.primitiveSchema,c=__rest(t,["name","optional","primitiveSchema"]);i=e.call(this,c)||this;i.name=o;i.optional=s;if(u){i.primitiveSchema=u}i.idBlock=new qe(c);i.lenBlock=new ze(c);i.valueBlock=r?new r(c):new Ge(c);return i}t.prototype.fromBER=function(e,t,r){var i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);if(i===-1){this.error=this.valueBlock.error;return i}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 i};t.prototype.toBER=function(e,t){var r=t||new Be;if(!t){$e(this)}var i=this.idBlock.toBER(e);r.write(i);if(this.lenBlock.isIndefiniteForm){r.write(new Uint8Array([128]).buffer);this.valueBlock.toBER(e,r);r.write(new ArrayBuffer(2))}else{var n=this.valueBlock.toBER(e);this.lenBlock.length=n.byteLength;var o=this.lenBlock.toBER(e);r.write(o);r.write(n)}if(!t){return r.final()}return He};t.prototype.toJSON=function(){var t=__assign(__assign({},e.prototype.toJSON.call(this)),{idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional});if(this.primitiveSchema)t.primitiveSchema=this.primitiveSchema.toJSON();return t};t.prototype.toString=function(e){if(e===void 0){e="ascii"}if(e==="ascii"){return this.onAsciiEncoding()}return i.Convert.ToHex(this.toBER())};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(i.Convert.ToHex(this.valueBlock.valueBeforeDecodeView))};t.prototype.isEqual=function(e){if(this===e){return true}if(!(e instanceof this.constructor)){return false}var t=this.toBER();var r=e.toBER();return Se(t,r)};return t}(Fe);Qe.NAME="BaseBlock";function $e(e){if(e instanceof We.Constructed){for(var t=0,r=e.valueBlock.value;t<r.length;t++){var i=r[t];if($e(i)){e.lenBlock.isIndefiniteForm=true}}}return!!e.lenBlock.isIndefiniteForm}var Je=function(e){__extends(t,e);function t(t,r){if(t===void 0){t={}}var i=this;var n=t.value,o=n===void 0?Re:n,a=__rest(t,["value"]);i=e.call(this,a,r)||this;if(o){i.fromString(o)}return i}t.prototype.getValue=function(){return this.valueBlock.value};t.prototype.setValue=function(e){this.valueBlock.value=e};t.prototype.fromBER=function(e,t,r){var i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);if(i===-1){this.error=this.valueBlock.error;return i}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 i};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : '").concat(this.valueBlock.value,"'")};return t}(Qe);Je.NAME="BaseStringBlock";var Ye=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.isHexOnly,n=i===void 0?true:i,o=__rest(t,["isHexOnly"]);r=e.call(this,o)||this;r.isHexOnly=n;return r}return t}(Ue(Ge));Ye.NAME="PrimitiveValueBlock";var Ze;var Xe=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,Ye)||this;r.idBlock.isConstructed=false;return r}return t}(Qe);Ze=Xe;(function(){We.Primitive=Ze})();Xe.NAME="PRIMITIVE";function et(e,t){if(e instanceof t){return e}var r=new t;r.idBlock=e.idBlock;r.lenBlock=e.lenBlock;r.warnings=e.warnings;r.valueBeforeDecodeView=e.valueBeforeDecodeView;return r}function tt(e,t,r){if(t===void 0){t=0}if(r===void 0){r=e.length}var i=t;var n=new Qe({},Ge);var o=new Fe;if(!be(o,e,t,r)){n.error=o.error;return{offset:-1,result:n}}var a=e.subarray(t,t+r);if(!a.length){n.error="Zero buffer length";return{offset:-1,result:n}}var s=n.idBlock.fromBER(e,t,r);if(n.idBlock.warnings.length){n.warnings.concat(n.idBlock.warnings)}if(s===-1){n.error=n.idBlock.error;return{offset:-1,result:n}}t=s;r-=n.idBlock.blockLength;s=n.lenBlock.fromBER(e,t,r);if(n.lenBlock.warnings.length){n.warnings.concat(n.lenBlock.warnings)}if(s===-1){n.error=n.lenBlock.error;return{offset:-1,result:n}}t=s;r-=n.lenBlock.blockLength;if(!n.idBlock.isConstructed&&n.lenBlock.isIndefiniteForm){n.error="Indefinite length form used for primitive encoding form";return{offset:-1,result:n}}var u=Qe;switch(n.idBlock.tagClass){case 1:if(n.idBlock.tagNumber>=37&&n.idBlock.isHexOnly===false){n.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard";return{offset:-1,result:n}}switch(n.idBlock.tagNumber){case 0:if(n.idBlock.isConstructed&&n.lenBlock.length>0){n.error="Type [UNIVERSAL 0] is reserved";return{offset:-1,result:n}}u=We.EndOfContent;break;case 1:u=We.Boolean;break;case 2:u=We.Integer;break;case 3:u=We.BitString;break;case 4:u=We.OctetString;break;case 5:u=We.Null;break;case 6:u=We.ObjectIdentifier;break;case 10:u=We.Enumerated;break;case 12:u=We.Utf8String;break;case 13:u=We.RelativeObjectIdentifier;break;case 14:u=We.TIME;break;case 15:n.error="[UNIVERSAL 15] is reserved by ASN.1 standard";return{offset:-1,result:n};case 16:u=We.Sequence;break;case 17:u=We.Set;break;case 18:u=We.NumericString;break;case 19:u=We.PrintableString;break;case 20:u=We.TeletexString;break;case 21:u=We.VideotexString;break;case 22:u=We.IA5String;break;case 23:u=We.UTCTime;break;case 24:u=We.GeneralizedTime;break;case 25:u=We.GraphicString;break;case 26:u=We.VisibleString;break;case 27:u=We.GeneralString;break;case 28:u=We.UniversalString;break;case 29:u=We.CharacterString;break;case 30:u=We.BmpString;break;case 31:u=We.DATE;break;case 32:u=We.TimeOfDay;break;case 33:u=We.DateTime;break;case 34:u=We.Duration;break;default:{var c=n.idBlock.isConstructed?new We.Constructed:new We.Primitive;c.idBlock=n.idBlock;c.lenBlock=n.lenBlock;c.warnings=n.warnings;n=c}}break;case 2:case 3:case 4:default:{u=n.idBlock.isConstructed?We.Constructed:We.Primitive}}n=et(n,u);s=n.fromBER(e,t,n.lenBlock.isIndefiniteForm?r:n.lenBlock.length);n.valueBeforeDecodeView=e.subarray(i,i+n.blockLength);return{offset:s,result:n}}function rt(e){if(!e.byteLength){var t=new Qe({},Ge);t.error="Input buffer has zero length";return{offset:-1,result:t}}return tt(i.BufferSourceConverter.toUint8Array(e).slice(),0,e.byteLength)}function it(e,t){if(e){return 1}return t}var nt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=i===void 0?[]:i,o=t.isIndefiniteForm,a=o===void 0?false:o,s=__rest(t,["value","isIndefiniteForm"]);r=e.call(this,s)||this;r.value=n;r.isIndefiniteForm=a;return r}t.prototype.fromBER=function(e,t,r){var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r)){return-1}this.valueBeforeDecodeView=n.subarray(t,t+r);if(this.valueBeforeDecodeView.length===0){this.warnings.push("Zero buffer length");return t}var o=t;while(it(this.isIndefiniteForm,r)>0){var a=tt(n,o,r);if(a.offset===-1){this.error=a.result.error;this.warnings.concat(a.result.warnings);return-1}o=a.offset;this.blockLength+=a.result.blockLength;r-=a.result.blockLength;this.value.push(a.result);if(this.isIndefiniteForm&&a.result.constructor.NAME===je){break}}if(this.isIndefiniteForm){if(this.value[this.value.length-1].constructor.NAME===je){this.value.pop()}else{this.warnings.push("No EndOfContent block encoded")}}return o};t.prototype.toBER=function(e,t){var r=t||new Be;for(var i=0;i<this.value.length;i++){this.value[i].toBER(e,r)}if(!t){return r.final()}return He};t.prototype.toJSON=function(){var t=__assign(__assign({},e.prototype.toJSON.call(this)),{isIndefiniteForm:this.isIndefiniteForm,value:[]});for(var r=0,i=this.value;r<i.length;r++){var n=i[r];t.value.push(n.toJSON())}return t};return t}(Ge);nt.NAME="ConstructedValueBlock";var ot;var at=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,nt)||this;r.idBlock.isConstructed=true;return r}t.prototype.fromBER=function(e,t,r){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;var i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);if(i===-1){this.error=this.valueBlock.error;return i}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 i};t.prototype.onAsciiEncoding=function(){var e=[];for(var t=0,r=this.valueBlock.value;t<r.length;t++){var i=r[t];e.push(i.toString("ascii").split("\n").map((function(e){return" ".concat(e)})).join("\n"))}var n=this.idBlock.tagClass===3?"[".concat(this.idBlock.tagNumber,"]"):this.constructor.NAME;return e.length?"".concat(n," :\n").concat(e.join("\n")):"".concat(n," :")};return t}(Qe);ot=at;(function(){We.Constructed=ot})();at.NAME="CONSTRUCTED";var st=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.fromBER=function(e,t,r){return t};t.prototype.toBER=function(e){return He};return t}(Ge);st.override="EndOfContentValueBlock";var ut;var ct=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,st)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=0;return r}return t}(Qe);ut=ct;(function(){We.EndOfContent=ut})();ct.NAME=je;var lt;var pt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,Ge)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=5;return r}t.prototype.fromBER=function(e,t,r){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+=r;if(t+r>e.byteLength){this.error="End of input reached before message was fully decoded (inconsistent offset and length values)";return-1}return t+r};t.prototype.toBER=function(e,t){var r=new ArrayBuffer(2);if(!e){var i=new Uint8Array(r);i[0]=5;i[1]=0}if(t){t.write(r)}return r};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME)};return t}(Qe);lt=pt;(function(){We.Null=lt})();pt.NAME="NULL";var ft=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var n=t.value,o=__rest(t,["value"]);r=e.call(this,o)||this;if(o.valueHex){r.valueHexView=i.BufferSourceConverter.toUint8Array(o.valueHex)}else{r.valueHexView=new Uint8Array(1)}if(n){r.value=n}return r}Object.defineProperty(t.prototype,"value",{get:function(){for(var e=0,t=this.valueHexView;e<t.length;e++){var r=t[e];if(r>0){return true}}return false},set:function(e){this.valueHexView[0]=e?255:0},enumerable:false,configurable:true});t.prototype.fromBER=function(e,t,r){var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r)){return-1}this.valueHexView=n.subarray(t,t+r);if(r>1)this.warnings.push("Boolean value encoded in more then 1 octet");this.isHexOnly=true;ye.call(this);this.blockLength=r;return t+r};t.prototype.toBER=function(){return this.valueHexView.slice()};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{value:this.value})};return t}(Ue(Ge));ft.NAME="BooleanValueBlock";var vt;var ht=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,ft)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=1;return r}t.prototype.getValue=function(){return this.valueBlock.value};t.prototype.setValue=function(e){this.valueBlock.value=e};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.getValue)};return t}(Qe);vt=ht;(function(){We.Boolean=vt})();ht.NAME="BOOLEAN";var dt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.isConstructed,n=i===void 0?false:i,o=__rest(t,["isConstructed"]);r=e.call(this,o)||this;r.isConstructed=n;return r}t.prototype.fromBER=function(t,r,i){var n=0;if(this.isConstructed){this.isHexOnly=false;n=nt.prototype.fromBER.call(this,t,r,i);if(n===-1)return n;for(var o=0;o<this.value.length;o++){var a=this.value[o].constructor.NAME;if(a===je){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only";return-1}}if(a!==Ve){this.error="OCTET STRING may consists of OCTET STRINGs only";return-1}}}else{this.isHexOnly=true;n=e.prototype.fromBER.call(this,t,r,i);this.blockLength=i}return n};t.prototype.toBER=function(e,t){if(this.isConstructed)return nt.prototype.toBER.call(this,e,t);return e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{isConstructed:this.isConstructed})};return t}(Ue(nt));dt.NAME="OctetStringValueBlock";var yt;var gt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.idBlock,n=i===void 0?{}:i,o=t.lenBlock,a=o===void 0?{}:o,s=__rest(t,["idBlock","lenBlock"]);var u,c;(u=s.isConstructed)!==null&&u!==void 0?u:s.isConstructed=!!((c=s.value)===null||c===void 0?void 0:c.length);r=e.call(this,__assign({idBlock:__assign({isConstructed:s.isConstructed},n),lenBlock:__assign(__assign({},a),{isIndefiniteForm:!!s.isIndefiniteForm})},s),dt)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=4;return r}t.prototype.fromBER=function(t,r,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 r}if(!this.valueBlock.isConstructed){var n=t instanceof ArrayBuffer?new Uint8Array(t):t;var o=n.subarray(r,r+i);try{if(o.byteLength){var a=tt(o,0,o.byteLength);if(a.offset!==-1&&a.offset===i){this.valueBlock.value=[a.result]}}}catch(e){}}return e.prototype.fromBER.call(this,t,r,i)};t.prototype.onAsciiEncoding=function(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return at.prototype.onAsciiEncoding.call(this)}return"".concat(this.constructor.NAME," : ").concat(i.Convert.ToHex(this.valueBlock.valueHexView))};t.prototype.getValue=function(){if(!this.idBlock.isConstructed){return this.valueBlock.valueHexView.slice().buffer}var e=[];for(var r=0,n=this.valueBlock.value;r<n.length;r++){var o=n[r];if(o instanceof t){e.push(o.valueBlock.valueHexView)}}return i.BufferSourceConverter.concat(e)};return t}(Qe);yt=gt;(function(){We.OctetString=yt})();gt.NAME=Ve;var St=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.unusedBits,n=i===void 0?0:i,o=t.isConstructed,a=o===void 0?false:o,s=__rest(t,["unusedBits","isConstructed"]);r=e.call(this,s)||this;r.unusedBits=n;r.isConstructed=a;r.blockLength=r.valueHexView.byteLength;return r}t.prototype.fromBER=function(e,t,r){if(!r){return t}var n=-1;if(this.isConstructed){n=nt.prototype.fromBER.call(this,e,t,r);if(n===-1)return n;for(var o=0,a=this.value;o<a.length;o++){var s=a[o];var u=s.constructor.NAME;if(u===je){if(this.isIndefiniteForm)break;else{this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only";return-1}}if(u!==Ke){this.error="BIT STRING may consists of BIT STRINGs only";return-1}var c=s.valueBlock;if(this.unusedBits>0&&c.unusedBits>0){this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only';return-1}this.unusedBits=c.unusedBits}return n}var l=i.BufferSourceConverter.toUint8Array(e);if(!be(this,l,t,r)){return-1}var p=l.subarray(t,t+r);this.unusedBits=p[0];if(this.unusedBits>7){this.error="Unused bits for BitString must be in range 0-7";return-1}if(!this.unusedBits){var f=p.subarray(1);try{if(f.byteLength){var v=tt(f,0,f.byteLength);if(v.offset!==-1&&v.offset===r-1){this.value=[v.result]}}}catch(e){}}this.valueHexView=p.subarray(1);this.blockLength=p.length;return t+r};t.prototype.toBER=function(e,t){if(this.isConstructed){return nt.prototype.toBER.call(this,e,t)}if(e){return new ArrayBuffer(this.valueHexView.byteLength+1)}if(!this.valueHexView.byteLength){return He}var r=new Uint8Array(this.valueHexView.length+1);r[0]=this.unusedBits;r.set(this.valueHexView,1);return r.buffer};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{unusedBits:this.unusedBits,isConstructed:this.isConstructed})};return t}(Ue(nt));St.NAME="BitStringValueBlock";var mt;var Ct=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.idBlock,n=i===void 0?{}:i,o=t.lenBlock,a=o===void 0?{}:o,s=__rest(t,["idBlock","lenBlock"]);var u,c;(u=s.isConstructed)!==null&&u!==void 0?u:s.isConstructed=!!((c=s.value)===null||c===void 0?void 0:c.length);r=e.call(this,__assign({idBlock:__assign({isConstructed:s.isConstructed},n),lenBlock:__assign(__assign({},a),{isIndefiniteForm:!!s.isIndefiniteForm})},s),St)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=3;return r}t.prototype.fromBER=function(t,r,i){this.valueBlock.isConstructed=this.idBlock.isConstructed;this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;return e.prototype.fromBER.call(this,t,r,i)};t.prototype.onAsciiEncoding=function(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length){return at.prototype.onAsciiEncoding.call(this)}else{var e=[];var t=this.valueBlock.valueHexView;for(var r=0,i=t;r<i.length;r++){var n=i[r];e.push(n.toString(2).padStart(8,"0"))}var o=e.join("");return"".concat(this.constructor.NAME," : ").concat(o.substring(0,o.length-this.valueBlock.unusedBits))}};return t}(Qe);mt=Ct;(function(){We.BitString=mt})();Ct.NAME=Ke;var At;function bt(e,t){var r=new Uint8Array([0]);var i=new Uint8Array(e);var n=new Uint8Array(t);var o=i.slice(0);var a=o.length-1;var s=n.slice(0);var u=s.length-1;var c=0;var l=u<a?a:u;var p=0;for(var f=l;f>=0;f--,p++){switch(true){case p<s.length:c=o[a-p]+s[u-p]+r[0];break;default:c=o[a-p]+r[0]}r[0]=c/10;switch(true){case p>=o.length:o=de(new Uint8Array([c%10]),o);break;default:o[a-p]=c%10}}if(r[0]>0)o=de(r,o);return o}function Bt(e){if(e>=we.length){for(var t=we.length;t<=e;t++){var r=new Uint8Array([0]);var i=we[t-1].slice(0);for(var n=i.length-1;n>=0;n--){var o=new Uint8Array([(i[n]<<1)+r[0]]);r[0]=o[0]/10;i[n]=o[0]%10}if(r[0]>0)i=de(r,i);we.push(i)}}return we[e]}function wt(e,t){var r=0;var i=new Uint8Array(e);var n=new Uint8Array(t);var o=i.slice(0);var a=o.length-1;var s=n.slice(0);var u=s.length-1;var c;var l=0;for(var p=u;p>=0;p--,l++){c=o[a-l]-s[u-l]-r;switch(true){case c<0:r=1;o[a-l]=c+10;break;default:r=0;o[a-l]=c}}if(r>0){for(var p=a-u+1;p>=0;p--,l++){c=o[a-l]-r;if(c<0){r=1;o[a-l]=c+10}else{r=0;o[a-l]=c;break}}}return o.slice()}var It=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=__rest(t,["value"]);r=e.call(this,n)||this;r._valueDec=0;if(n.valueHex){r.setValueHex()}if(i!==undefined){r.valueDec=i}return r}t.prototype.setValueHex=function(){if(this.valueHexView.length>=4){this.warnings.push("Too big Integer for decoding, hex only");this.isHexOnly=true;this._valueDec=0}else{this.isHexOnly=false;if(this.valueHexView.length>0){this._valueDec=ye.call(this)}}};Object.defineProperty(t.prototype,"valueDec",{get:function(){return this._valueDec},set:function(e){this._valueDec=e;this.isHexOnly=false;this.valueHexView=new Uint8Array(ge(e))},enumerable:false,configurable:true});t.prototype.fromDER=function(e,t,r,i){if(i===void 0){i=0}var n=this.fromBER(e,t,r);if(n===-1)return n;var o=this.valueHexView;if(o[0]===0&&(o[1]&128)!==0){this.valueHexView=o.subarray(1)}else{if(i!==0){if(o.length<i){if(i-o.length>1)i=o.length+1;this.valueHexView=o.subarray(i-o.length)}}}return n};t.prototype.toDER=function(e){if(e===void 0){e=false}var t=this.valueHexView;switch(true){case(t[0]&128)!==0:{var r=new Uint8Array(this.valueHexView.length+1);r[0]=0;r.set(t,1);this.valueHexView=r}break;case t[0]===0&&(t[1]&128)===0:{this.valueHexView=this.valueHexView.subarray(1)}break}return this.toBER(e)};t.prototype.fromBER=function(t,r,i){var n=e.prototype.fromBER.call(this,t,r,i);if(n===-1){return n}this.setValueHex();return n};t.prototype.toBER=function(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{valueDec:this.valueDec})};t.prototype.toString=function(){var e=this.valueHexView.length*8-1;var t=new Uint8Array(this.valueHexView.length*8/3);var r=0;var i;var n=this.valueHexView;var o="";var a=false;for(var s=n.byteLength-1;s>=0;s--){i=n[s];for(var u=0;u<8;u++){if((i&1)===1){switch(r){case e:t=wt(Bt(r),t);o="-";break;default:t=bt(t,Bt(r))}}r++;i>>=1}}for(var u=0;u<t.length;u++){if(t[u])a=true;if(a)o+=Ie.charAt(t[u])}if(a===false)o+=Ie.charAt(0);return o};return t}(Ue(Ge));At=It;It.NAME="IntegerValueBlock";(function(){Object.defineProperty(At.prototype,"valueHex",{set:function(e){this.valueHexView=new Uint8Array(e);this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}})})();var Et;var Pt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,It)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=2;return r}t.prototype.toBigInt=function(){Ce();return BigInt(this.valueBlock.toString())};t.fromBigInt=function(e){Ce();var r=BigInt(e);var n=new Be;var o=r.toString(16).replace(/^-/,"");var a=new Uint8Array(i.Convert.FromHex(o));if(r<0){var s=new Uint8Array(a.length+(a[0]&128?1:0));s[0]|=128;var u=BigInt("0x".concat(i.Convert.ToHex(s)));var c=u+r;var l=i.BufferSourceConverter.toUint8Array(i.Convert.FromHex(c.toString(16)));l[0]|=128;n.write(l)}else{if(a[0]&128){n.write(new Uint8Array([0]))}n.write(a)}var p=new t({valueHex:n.final()});return p};t.prototype.convertToDER=function(){var e=new t({valueHex:this.valueBlock.valueHexView});e.valueBlock.toDER();return e};t.prototype.convertFromDER=function(){return new t({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString())};return t}(Qe);Et=Pt;(function(){We.Integer=Et})();Pt.NAME="INTEGER";var Dt;var kt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=10;return r}return t}(Pt);Dt=kt;(function(){We.Enumerated=Dt})();kt.NAME="ENUMERATED";var Ot=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.valueDec,n=i===void 0?-1:i,o=t.isFirstSid,a=o===void 0?false:o,s=__rest(t,["valueDec","isFirstSid"]);r=e.call(this,s)||this;r.valueDec=n;r.isFirstSid=a;return r}t.prototype.fromBER=function(e,t,r){if(!r){return t}var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r)){return-1}var o=n.subarray(t,t+r);this.valueHexView=new Uint8Array(r);for(var a=0;a<r;a++){this.valueHexView[a]=o[a]&127;this.blockLength++;if((o[a]&128)===0)break}var s=new Uint8Array(this.blockLength);for(var a=0;a<this.blockLength;a++){s[a]=this.valueHexView[a]}this.valueHexView=s;if((o[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ve(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return t+this.blockLength};Object.defineProperty(t.prototype,"valueBigInt",{set:function(e){Ce();var t=BigInt(e).toString(2);while(t.length%7){t="0"+t}var r=new Uint8Array(t.length/7);for(var i=0;i<r.length;i++){r[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<r.length?128:0)}this.fromBER(r.buffer,0,r.length)},enumerable:false,configurable:true});t.prototype.toBER=function(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);var t=this.valueHexView;var r=new Uint8Array(this.blockLength);for(var i=0;i<this.blockLength-1;i++)r[i]=t[i]|128;r[this.blockLength-1]=t[this.blockLength-1];return r.buffer}var n=he(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return He}var o=new Uint8Array(n.byteLength);if(!e){var a=new Uint8Array(n);var s=n.byteLength-1;for(var i=0;i<s;i++)o[i]=a[i]|128;o[s]=a[s]}return o};t.prototype.toString=function(){var e="";if(this.isHexOnly)e=i.Convert.ToHex(this.valueHexView);else{if(this.isFirstSid){var t=this.valueDec;if(this.valueDec<=39)e="0.";else{if(this.valueDec<=79){e="1.";t-=40}else{e="2.";t-=80}}e+=t.toString()}else e=this.valueDec.toString()}return e};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{valueDec:this.valueDec,isFirstSid:this.isFirstSid})};return t}(Ue(Ge));Ot.NAME="sidBlock";var xt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=i===void 0?Re:i,o=__rest(t,["value"]);r=e.call(this,o)||this;r.value=[];if(n){r.fromString(n)}return r}t.prototype.fromBER=function(e,t,r){var i=t;while(r>0){var n=new Ot;i=n.fromBER(e,i,r);if(i===-1){this.blockLength=0;this.error=n.error;return i}if(this.value.length===0)n.isFirstSid=true;this.blockLength+=n.blockLength;r-=n.blockLength;this.value.push(n)}return i};t.prototype.toBER=function(e){var t=[];for(var r=0;r<this.value.length;r++){var i=this.value[r].toBER(e);if(i.byteLength===0){this.error=this.value[r].error;return He}t.push(i)}return Ae(t)};t.prototype.fromString=function(e){this.value=[];var t=0;var r=0;var i="";var n=false;do{r=e.indexOf(".",t);if(r===-1)i=e.substring(t);else i=e.substring(t,r);t=r+1;if(n){var o=this.value[0];var a=0;switch(o.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}var s=parseInt(i,10);if(isNaN(s))return;o.valueDec=s+a;n=false}else{var o=new Ot;if(i>Number.MAX_SAFE_INTEGER){Ce();var u=BigInt(i);o.valueBigInt=u}else{o.valueDec=parseInt(i,10);if(isNaN(o.valueDec))return}if(!this.value.length){o.isFirstSid=true;n=true}this.value.push(o)}}while(r!==-1)};t.prototype.toString=function(){var e="";var t=false;for(var r=0;r<this.value.length;r++){t=this.value[r].isHexOnly;var i=this.value[r].toString();if(r!==0)e="".concat(e,".");if(t){i="{".concat(i,"}");if(this.value[r].isFirstSid)e="2.{".concat(i," - 80}");else e+=i}else e+=i}return e};t.prototype.toJSON=function(){var t=__assign(__assign({},e.prototype.toJSON.call(this)),{value:this.toString(),sidArray:[]});for(var r=0;r<this.value.length;r++){t.sidArray.push(this.value[r].toJSON())}return t};return t}(Ge);xt.NAME="ObjectIdentifierValueBlock";var _t;var Tt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,xt)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=6;return r}t.prototype.getValue=function(){return this.valueBlock.toString()};t.prototype.setValue=function(e){this.valueBlock.fromString(e)};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString()||"empty")};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{value:this.getValue()})};return t}(Qe);_t=Tt;(function(){We.ObjectIdentifier=_t})();Tt.NAME="OBJECT IDENTIFIER";var Nt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.valueDec,n=i===void 0?0:i,o=__rest(t,["valueDec"]);r=e.call(this,o)||this;r.valueDec=n;return r}t.prototype.fromBER=function(e,t,r){if(r===0)return t;var n=i.BufferSourceConverter.toUint8Array(e);if(!be(this,n,t,r))return-1;var o=n.subarray(t,t+r);this.valueHexView=new Uint8Array(r);for(var a=0;a<r;a++){this.valueHexView[a]=o[a]&127;this.blockLength++;if((o[a]&128)===0)break}var s=new Uint8Array(this.blockLength);for(var a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];this.valueHexView=s;if((o[this.blockLength-1]&128)!==0){this.error="End of input reached before message was fully decoded";return-1}if(this.valueHexView[0]===0)this.warnings.push("Needlessly long format of SID encoding");if(this.blockLength<=8)this.valueDec=ve(this.valueHexView,7);else{this.isHexOnly=true;this.warnings.push("Too big SID for decoding, hex only")}return t+this.blockLength};t.prototype.toBER=function(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);var t=this.valueHexView;var r=new Uint8Array(this.blockLength);for(var i=0;i<this.blockLength-1;i++)r[i]=t[i]|128;r[this.blockLength-1]=t[this.blockLength-1];return r.buffer}var n=he(this.valueDec,7);if(n.byteLength===0){this.error="Error during encoding SID value";return He}var o=new Uint8Array(n.byteLength);if(!e){var a=new Uint8Array(n);var s=n.byteLength-1;for(var i=0;i<s;i++)o[i]=a[i]|128;o[s]=a[s]}return o.buffer};t.prototype.toString=function(){var e="";if(this.isHexOnly)e=i.Convert.ToHex(this.valueHexView);else{e=this.valueDec.toString()}return e};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{valueDec:this.valueDec})};return t}(Ue(Fe));Nt.NAME="relativeSidBlock";var Mt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=i===void 0?Re:i,o=__rest(t,["value"]);r=e.call(this,o)||this;r.value=[];if(n){r.fromString(n)}return r}t.prototype.fromBER=function(e,t,r){var i=t;while(r>0){var n=new Nt;i=n.fromBER(e,i,r);if(i===-1){this.blockLength=0;this.error=n.error;return i}this.blockLength+=n.blockLength;r-=n.blockLength;this.value.push(n)}return i};t.prototype.toBER=function(e,t){var r=[];for(var i=0;i<this.value.length;i++){var n=this.value[i].toBER(e);if(n.byteLength===0){this.error=this.value[i].error;return He}r.push(n)}return Ae(r)};t.prototype.fromString=function(e){this.value=[];var t=0;var r=0;var i="";do{r=e.indexOf(".",t);if(r===-1)i=e.substring(t);else i=e.substring(t,r);t=r+1;var n=new Nt;n.valueDec=parseInt(i,10);if(isNaN(n.valueDec))return true;this.value.push(n)}while(r!==-1);return true};t.prototype.toString=function(){var e="";var t=false;for(var r=0;r<this.value.length;r++){t=this.value[r].isHexOnly;var i=this.value[r].toString();if(r!==0)e="".concat(e,".");if(t){i="{".concat(i,"}");e+=i}else e+=i}return e};t.prototype.toJSON=function(){var t=__assign(__assign({},e.prototype.toJSON.call(this)),{value:this.toString(),sidArray:[]});for(var r=0;r<this.value.length;r++)t.sidArray.push(this.value[r].toJSON());return t};return t}(Ge);Mt.NAME="RelativeObjectIdentifierValueBlock";var Rt;var Ht=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t,Mt)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=13;return r}t.prototype.getValue=function(){return this.valueBlock.toString()};t.prototype.setValue=function(e){this.valueBlock.fromString(e)};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.valueBlock.toString()||"empty")};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{value:this.getValue()})};return t}(Qe);Rt=Ht;(function(){We.RelativeObjectIdentifier=Rt})();Ht.NAME="RelativeObjectIdentifier";var Lt;var jt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=16;return r}return t}(at);Lt=jt;(function(){We.Sequence=Lt})();jt.NAME="SEQUENCE";var Vt;var Kt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=17;return r}return t}(at);Vt=Kt;(function(){We.Set=Vt})();Kt.NAME="SET";var Ut=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=__rest(t,[]);r=e.call(this,i)||this;r.isHexOnly=true;r.value=Re;return r}t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{value:this.value})};return t}(Ue(Ge));Ut.NAME="StringValueBlock";var Ft=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ut);Ft.NAME="SimpleStringValueBlock";var Gt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=__rest(t,[]);return e.call(this,r,Ft)||this}t.prototype.fromBuffer=function(e){this.valueBlock.value=String.fromCharCode.apply(null,i.BufferSourceConverter.toUint8Array(e))};t.prototype.fromString=function(e){var t=e.length;var r=this.valueBlock.valueHexView=new Uint8Array(t);for(var i=0;i<t;i++)r[i]=e.charCodeAt(i);this.valueBlock.value=e};return t}(Je);Gt.NAME="SIMPLE STRING";var qt=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.fromBuffer=function(e){this.valueBlock.valueHexView=i.BufferSourceConverter.toUint8Array(e);try{this.valueBlock.value=i.Convert.ToUtf8String(e)}catch(t){this.warnings.push('Error during "decodeURIComponent": '.concat(t,", using raw string"));this.valueBlock.value=i.Convert.ToBinary(e)}};t.prototype.fromString=function(e){this.valueBlock.valueHexView=new Uint8Array(i.Convert.FromUtf8String(e));this.valueBlock.value=e};return t}(Gt);qt.NAME="Utf8StringValueBlock";var zt;var Wt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=12;return r}return t}(qt);zt=Wt;(function(){We.Utf8String=zt})();Wt.NAME="UTF8String";var Qt=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.fromBuffer=function(e){this.valueBlock.value=i.Convert.ToUtf16String(e);this.valueBlock.valueHexView=i.BufferSourceConverter.toUint8Array(e)};t.prototype.fromString=function(e){this.valueBlock.value=e;this.valueBlock.valueHexView=new Uint8Array(i.Convert.FromUtf16String(e))};return t}(Gt);Qt.NAME="BmpStringValueBlock";var $t;var Jt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=__rest(t,[]);r=e.call(this,i)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=30;return r}return t}(Qt);$t=Jt;(function(){We.BmpString=$t})();Jt.NAME="BMPString";var Yt=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.fromBuffer=function(e){var t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0);var r=new Uint8Array(t);for(var i=0;i<r.length;i+=4){r[i]=r[i+3];r[i+1]=r[i+2];r[i+2]=0;r[i+3]=0}this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))};t.prototype.fromString=function(e){var t=e.length;var r=this.valueBlock.valueHexView=new Uint8Array(t*4);for(var i=0;i<t;i++){var n=he(e.charCodeAt(i),8);var o=new Uint8Array(n);if(o.length>4)continue;var a=4-o.length;for(var s=o.length-1;s>=0;s--)r[i*4+s+a]=o[s]}this.valueBlock.value=e};return t}(Gt);Yt.NAME="UniversalStringValueBlock";var Zt;var Xt=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=__rest(t,[]);r=e.call(this,i)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=28;return r}return t}(Yt);Zt=Xt;(function(){We.UniversalString=Zt})();Xt.NAME="UniversalString";var er;var tr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=18;return r}return t}(Gt);er=tr;(function(){We.NumericString=er})();tr.NAME="NumericString";var rr;var ir=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=19;return r}return t}(Gt);rr=ir;(function(){We.PrintableString=rr})();ir.NAME="PrintableString";var nr;var or=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=20;return r}return t}(Gt);nr=or;(function(){We.TeletexString=nr})();or.NAME="TeletexString";var ar;var sr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=21;return r}return t}(Gt);ar=sr;(function(){We.VideotexString=ar})();sr.NAME="VideotexString";var ur;var cr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=22;return r}return t}(Gt);ur=cr;(function(){We.IA5String=ur})();cr.NAME="IA5String";var lr;var pr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=25;return r}return t}(Gt);lr=pr;(function(){We.GraphicString=lr})();pr.NAME="GraphicString";var fr;var vr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=26;return r}return t}(Gt);fr=vr;(function(){We.VisibleString=fr})();vr.NAME="VisibleString";var hr;var dr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=27;return r}return t}(Gt);hr=dr;(function(){We.GeneralString=hr})();dr.NAME="GeneralString";var yr;var gr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=29;return r}return t}(Gt);yr=gr;(function(){We.CharacterString=yr})();gr.NAME="CharacterString";var Sr;var mr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=t.valueDate,o=__rest(t,["value","valueDate"]);r=e.call(this,o)||this;r.year=0;r.month=0;r.day=0;r.hour=0;r.minute=0;r.second=0;if(i){r.fromString(i);r.valueBlock.valueHexView=new Uint8Array(i.length);for(var a=0;a<i.length;a++)r.valueBlock.valueHexView[a]=i.charCodeAt(a)}if(n){r.fromDate(n);r.valueBlock.valueHexView=new Uint8Array(r.toBuffer())}r.idBlock.tagClass=1;r.idBlock.tagNumber=23;return r}t.prototype.fromBuffer=function(e){this.fromString(String.fromCharCode.apply(null,i.BufferSourceConverter.toUint8Array(e)))};t.prototype.toBuffer=function(){var e=this.toString();var t=new ArrayBuffer(e.length);var r=new Uint8Array(t);for(var i=0;i<e.length;i++)r[i]=e.charCodeAt(i);return t};t.prototype.fromDate=function(e){this.year=e.getUTCFullYear();this.month=e.getUTCMonth()+1;this.day=e.getUTCDate();this.hour=e.getUTCHours();this.minute=e.getUTCMinutes();this.second=e.getUTCSeconds()};t.prototype.toDate=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))};t.prototype.fromString=function(e){var t=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/gi;var r=t.exec(e);if(r===null){this.error="Wrong input string for conversion";return}var i=parseInt(r[1],10);if(i>=50)this.year=1900+i;else this.year=2e3+i;this.month=parseInt(r[2],10);this.day=parseInt(r[3],10);this.hour=parseInt(r[4],10);this.minute=parseInt(r[5],10);this.second=parseInt(r[6],10)};t.prototype.toString=function(t){if(t===void 0){t="iso"}if(t==="iso"){var r=new Array(7);r[0]=me(this.year<2e3?this.year-1900:this.year-2e3,2);r[1]=me(this.month,2);r[2]=me(this.day,2);r[3]=me(this.hour,2);r[4]=me(this.minute,2);r[5]=me(this.second,2);r[6]="Z";return r.join("")}return e.prototype.toString.call(this,t)};t.prototype.onAsciiEncoding=function(){return"".concat(this.constructor.NAME," : ").concat(this.toDate().toISOString())};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second})};return t}(vr);Sr=mr;(function(){We.UTCTime=Sr})();mr.NAME="UTCTime";var Cr;var Ar=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i;r=e.call(this,t)||this;(i=r.millisecond)!==null&&i!==void 0?i:r.millisecond=0;r.idBlock.tagClass=1;r.idBlock.tagNumber=24;return r}t.prototype.fromDate=function(t){e.prototype.fromDate.call(this,t);this.millisecond=t.getUTCMilliseconds()};t.prototype.toDate=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))};t.prototype.fromString=function(e){var t=false;var r="";var i="";var n=0;var o;var a=0;var s=0;if(e[e.length-1]==="Z"){r=e.substring(0,e.length-1);t=true}else{var u=new Number(e[e.length-1]);if(isNaN(u.valueOf()))throw new Error("Wrong input string for conversion");r=e}if(t){if(r.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(r.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{var c=1;var l=r.indexOf("+");var p="";if(l===-1){l=r.indexOf("-");c=-1}if(l!==-1){p=r.substring(l+1);r=r.substring(0,l);if(p.length!==2&&p.length!==4)throw new Error("Wrong input string for conversion");var u=parseInt(p.substring(0,2),10);if(isNaN(u.valueOf()))throw new Error("Wrong input string for conversion");a=c*u;if(p.length===4){u=parseInt(p.substring(2,4),10);if(isNaN(u.valueOf()))throw new Error("Wrong input string for conversion");s=c*u}}}var f=r.indexOf(".");if(f===-1)f=r.indexOf(",");if(f!==-1){var v=new Number("0".concat(r.substring(f)));if(isNaN(v.valueOf()))throw new Error("Wrong input string for conversion");n=v.valueOf();i=r.substring(0,f)}else i=r;switch(true){case i.length===8:o=/(\d{4})(\d{2})(\d{2})/gi;if(f!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:o=/(\d{4})(\d{2})(\d{2})(\d{2})/gi;if(f!==-1){var h=60*n;this.minute=Math.floor(h);h=60*(h-this.minute);this.second=Math.floor(h);h=1e3*(h-this.second);this.millisecond=Math.floor(h)}break;case i.length===12:o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(f!==-1){var h=60*n;this.second=Math.floor(h);h=1e3*(h-this.second);this.millisecond=Math.floor(h)}break;case i.length===14:o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/gi;if(f!==-1){var h=1e3*n;this.millisecond=Math.floor(h)}break;default:throw new Error("Wrong input string for conversion")}var d=o.exec(i);if(d===null)throw new Error("Wrong input string for conversion");for(var y=1;y<d.length;y++){switch(y){case 1:this.year=parseInt(d[y],10);break;case 2:this.month=parseInt(d[y],10);break;case 3:this.day=parseInt(d[y],10);break;case 4:this.hour=parseInt(d[y],10)+a;break;case 5:this.minute=parseInt(d[y],10)+s;break;case 6:this.second=parseInt(d[y],10);break;default:throw new Error("Wrong input string for conversion")}}if(t===false){var g=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=g.getUTCFullYear();this.month=g.getUTCMonth();this.day=g.getUTCDay();this.hour=g.getUTCHours();this.minute=g.getUTCMinutes();this.second=g.getUTCSeconds();this.millisecond=g.getUTCMilliseconds()}};t.prototype.toString=function(t){if(t===void 0){t="iso"}if(t==="iso"){var r=[];r.push(me(this.year,4));r.push(me(this.month,2));r.push(me(this.day,2));r.push(me(this.hour,2));r.push(me(this.minute,2));r.push(me(this.second,2));if(this.millisecond!==0){r.push(".");r.push(me(this.millisecond,3))}r.push("Z");return r.join("")}return e.prototype.toString.call(this,t)};t.prototype.toJSON=function(){return __assign(__assign({},e.prototype.toJSON.call(this)),{millisecond:this.millisecond})};return t}(mr);Cr=Ar;(function(){We.GeneralizedTime=Cr})();Ar.NAME="GeneralizedTime";var br;var Br=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=31;return r}return t}(Wt);br=Br;(function(){We.DATE=br})();Br.NAME="DATE";var wr;var Ir=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=32;return r}return t}(Wt);wr=Ir;(function(){We.TimeOfDay=wr})();Ir.NAME="TimeOfDay";var Er;var Pr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=33;return r}return t}(Wt);Er=Pr;(function(){We.DateTime=Er})();Pr.NAME="DateTime";var Dr;var kr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=34;return r}return t}(Wt);Dr=kr;(function(){We.Duration=Dr})();kr.NAME="Duration";var Or;var xr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;r.idBlock.tagClass=1;r.idBlock.tagNumber=14;return r}return t}(Wt);Or=xr;(function(){We.TIME=Or})();xr.NAME="TIME";var _r=function(){function e(e){var t=e===void 0?{}:e,r=t.name,i=r===void 0?Re:r,n=t.optional,o=n===void 0?false:n;this.name=i;this.optional=o}return e}();var Tr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=i===void 0?[]:i,o=__rest(t,["value"]);r=e.call(this,o)||this;r.value=n;return r}return t}(_r);var Nr=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=this;var i=t.value,n=i===void 0?new _r:i,o=t.local,a=o===void 0?false:o,s=__rest(t,["value","local"]);r=e.call(this,s)||this;r.value=n;r.local=a;return r}return t}(_r);var Mr=function(){function e(e){var t=e===void 0?{}:e,r=t.data,n=r===void 0?Le:r;this.dataView=i.BufferSourceConverter.toUint8Array(n)}Object.defineProperty(e.prototype,"data",{get:function(){return this.dataView.slice().buffer},set:function(e){this.dataView=i.BufferSourceConverter.toUint8Array(e)},enumerable:false,configurable:true});e.prototype.fromBER=function(e,t,r){var n=t+r;this.dataView=i.BufferSourceConverter.toUint8Array(e).subarray(t,n);return n};e.prototype.toBER=function(e){return this.dataView.slice().buffer};return e}();function Rr(e,t,r){if(r instanceof Tr){for(var i=0;i<r.value.length;i++){var n=Rr(e,t,r.value[i]);if(n.verified){return{verified:true,result:e}}}{var o={verified:false,result:{error:"Wrong values for Choice type"}};if(r.hasOwnProperty(Ee))o.name=r.name;return o}}if(r instanceof _r){if(r.hasOwnProperty(Ee))e[r.name]=t;return{verified:true,result:e}}if(e instanceof Object===false){return{verified:false,result:{error:"Wrong root object"}}}if(t instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 data"}}}if(r instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(ke in r===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Te in r.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(Ne in r.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var a=r.idBlock.toBER(false);if(a.byteLength===0){return{verified:false,result:{error:"Error encoding idBlock for ASN.1 schema"}}}var s=r.idBlock.fromBER(a,0,a.byteLength);if(s===-1){return{verified:false,result:{error:"Error decoding idBlock for ASN.1 schema"}}}if(r.idBlock.hasOwnProperty(Oe)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(r.idBlock.tagClass!==t.idBlock.tagClass){return{verified:false,result:e}}if(r.idBlock.hasOwnProperty(xe)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(r.idBlock.tagNumber!==t.idBlock.tagNumber){return{verified:false,result:e}}if(r.idBlock.hasOwnProperty(_e)===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(r.idBlock.isConstructed!==t.idBlock.isConstructed){return{verified:false,result:e}}if(!(De in r.idBlock)){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}if(r.idBlock.isHexOnly!==t.idBlock.isHexOnly){return{verified:false,result:e}}if(r.idBlock.isHexOnly){if(Pe in r.idBlock===false){return{verified:false,result:{error:"Wrong ASN.1 schema"}}}var u=r.idBlock.valueHexView;var c=t.idBlock.valueHexView;if(u.length!==c.length){return{verified:false,result:e}}for(var l=0;l<u.length;l++){if(u[l]!==c[1]){return{verified:false,result:e}}}}if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name)e[r.name]=t}if(r instanceof We.Constructed){var p=0;var n={verified:false,result:{error:"Unknown error"}};var f=r.valueBlock.value.length;if(f>0){if(r.valueBlock.value[0]instanceof Nr){f=t.valueBlock.value.length}}if(f===0){return{verified:true,result:e}}if(t.valueBlock.value.length===0&&r.valueBlock.value.length!==0){var v=true;for(var l=0;l<r.valueBlock.value.length;l++)v=v&&(r.valueBlock.value[l].optional||false);if(v){return{verified:true,result:e}}if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name)delete e[r.name]}e.error="Inconsistent object length";return{verified:false,result:e}}for(var l=0;l<f;l++){if(l-p>=t.valueBlock.value.length){if(r.valueBlock.value[l].optional===false){var o={verified:false,result:e};e.error="Inconsistent length between ASN.1 data and schema";if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name){delete e[r.name];o.name=r.name}}return o}}else{if(r.valueBlock.value[0]instanceof Nr){n=Rr(e,t.valueBlock.value[l],r.valueBlock.value[0].value);if(n.verified===false){if(r.valueBlock.value[0].optional)p++;else{if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name)delete e[r.name]}return n}}if(Ee in r.valueBlock.value[0]&&r.valueBlock.value[0].name.length>0){var h={};if(Me in r.valueBlock.value[0]&&r.valueBlock.value[0].local)h=t;else h=e;if(typeof h[r.valueBlock.value[0].name]==="undefined")h[r.valueBlock.value[0].name]=[];h[r.valueBlock.value[0].name].push(t.valueBlock.value[l])}}else{n=Rr(e,t.valueBlock.value[l-p],r.valueBlock.value[l]);if(n.verified===false){if(r.valueBlock.value[l].optional)p++;else{if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name)delete e[r.name]}return n}}}}}if(n.verified===false){var o={verified:false,result:e};if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name){delete e[r.name];o.name=r.name}}return o}return{verified:true,result:e}}if(r.primitiveSchema&&Pe in t.valueBlock){var d=tt(t.valueBlock.valueHexView);if(d.offset===-1){var o={verified:false,result:d.result};if(r.name){r.name=r.name.replace(/^\s+|\s+$/g,Re);if(r.name){delete e[r.name];o.name=r.name}}return o}return Rr(e,d.result,r.primitiveSchema)}return{verified:true,result:e}}function Hr(e,t){if(t instanceof Object===false){return{verified:false,result:{error:"Wrong ASN.1 schema type"}}}var r=tt(i.BufferSourceConverter.toUint8Array(e));if(r.offset===-1){return{verified:false,result:r.result}}return Rr(r.result,r.result,t)}var Lr=Object.freeze({__proto__:null,Any:_r,BaseBlock:Qe,BaseStringBlock:Je,BitString:Ct,BmpString:Jt,Boolean:ht,CharacterString:gr,Choice:Tr,Constructed:at,DATE:Br,DateTime:Pr,Duration:kr,EndOfContent:ct,Enumerated:kt,GeneralString:dr,GeneralizedTime:Ar,GraphicString:pr,HexBlock:Ue,IA5String:cr,Integer:Pt,Null:pt,NumericString:tr,ObjectIdentifier:Tt,OctetString:gt,Primitive:Xe,PrintableString:ir,RawData:Mr,RelativeObjectIdentifier:Ht,Repeated:Nr,Sequence:jt,Set:Kt,TIME:xr,TeletexString:or,TimeOfDay:Ir,UTCTime:mr,UniversalString:Xt,Utf8String:Wt,ValueBlock:Ge,VideotexString:sr,ViewWriter:Be,VisibleString:vr,compareSchema:Rr,fromBER:rt,verifySchema:Hr});var jr;(function(e){e[e["Sequence"]=0]="Sequence";e[e["Set"]=1]="Set";e[e["Choice"]=2]="Choice"})(jr||(jr=e("ae",{})));var Vr;(function(e){e[e["Any"]=1]="Any";e[e["Boolean"]=2]="Boolean";e[e["OctetString"]=3]="OctetString";e[e["BitString"]=4]="BitString";e[e["Integer"]=5]="Integer";e[e["Enumerated"]=6]="Enumerated";e[e["ObjectIdentifier"]=7]="ObjectIdentifier";e[e["Utf8String"]=8]="Utf8String";e[e["BmpString"]=9]="BmpString";e[e["UniversalString"]=10]="UniversalString";e[e["NumericString"]=11]="NumericString";e[e["PrintableString"]=12]="PrintableString";e[e["TeletexString"]=13]="TeletexString";e[e["VideotexString"]=14]="VideotexString";e[e["IA5String"]=15]="IA5String";e[e["GraphicString"]=16]="GraphicString";e[e["VisibleString"]=17]="VisibleString";e[e["GeneralString"]=18]="GeneralString";e[e["CharacterString"]=19]="CharacterString";e[e["UTCTime"]=20]="UTCTime";e[e["GeneralizedTime"]=21]="GeneralizedTime";e[e["DATE"]=22]="DATE";e[e["TimeOfDay"]=23]="TimeOfDay";e[e["DateTime"]=24]="DateTime";e[e["Duration"]=25]="Duration";e[e["TIME"]=26]="TIME";e[e["Null"]=27]="Null"})(Vr||(Vr=e("ac",{})));var Kr=function(){function e(e,t){if(t===void 0){t=0}this.unusedBits=0;this.value=new ArrayBuffer(0);if(e){if(typeof e==="number"){this.fromNumber(e)}else if(i.BufferSourceConverter.isBufferSource(e)){this.unusedBits=t;this.value=i.BufferSourceConverter.toArrayBuffer(e)}else{throw TypeError("Unsupported type of 'params' argument for BitString")}}}e.prototype.fromASN=function(e){if(!(e instanceof Ct)){throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString")}this.unusedBits=e.valueBlock.unusedBits;this.value=e.valueBlock.valueHex;return this};e.prototype.toASN=function(){return new Ct({unusedBits:this.unusedBits,valueHex:this.value})};e.prototype.toSchema=function(e){return new Ct({name:e})};e.prototype.toNumber=function(){var e="";var t=new Uint8Array(this.value);for(var r=0,i=t;r<i.length;r++){var n=i[r];e+=n.toString(2).padStart(8,"0")}e=e.split("").reverse().join("");if(this.unusedBits){e=e.slice(this.unusedBits).padStart(this.unusedBits,"0")}return parseInt(e,2)};e.prototype.fromNumber=function(e){var t=e.toString(2);var r=t.length+7>>3;this.unusedBits=(r<<3)-t.length;var i=new Uint8Array(r);t=t.padStart(r<<3,"0").split("").reverse().join("");var n=0;while(n<r){i[n]=parseInt(t.slice(n<<3,(n<<3)+8),2);n++}this.value=i.buffer};return e}();var Ur=function(){function e(e){if(typeof e==="number"){this.buffer=new ArrayBuffer(e)}else{if(i.BufferSourceConverter.isBufferSource(e)){this.buffer=i.BufferSourceConverter.toArrayBuffer(e)}else if(Array.isArray(e)){this.buffer=new Uint8Array(e)}else{this.buffer=new ArrayBuffer(0)}}}Object.defineProperty(e.prototype,"byteLength",{get:function(){return this.buffer.byteLength},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"byteOffset",{get:function(){return 0},enumerable:false,configurable:true});e.prototype.fromASN=function(e){if(!(e instanceof gt)){throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString")}this.buffer=e.valueBlock.valueHex;return this};e.prototype.toASN=function(){return new gt({valueHex:this.buffer})};e.prototype.toSchema=function(e){return new gt({name:e})};return e}();var Fr={fromASN:function(e){return e instanceof pt?null:e.valueBeforeDecodeView},toASN:function(e){if(e===null){return new pt}var t=rt(e);if(t.result.error){throw new Error(t.result.error)}return t.result}};var Gr={fromASN:function(e){return e.valueBlock.valueHexView.byteLength>=4?e.valueBlock.toString():e.valueBlock.valueDec},toASN:function(e){return new Pt({value:+e})}};var qr={fromASN:function(e){return e.valueBlock.valueDec},toASN:function(e){return new kt({value:e})}};var zr=e("ai",{fromASN:function(e){return e.valueBlock.valueHexView},toASN:function(e){return new Pt({valueHex:e})}});var Wr={fromASN:function(e){return e.valueBlock.valueHexView},toASN:function(e){return new Ct({valueHex:e})}};var Qr={fromASN:function(e){return e.valueBlock.toString()},toASN:function(e){return new Tt({value:e})}};var $r={fromASN:function(e){return e.valueBlock.value},toASN:function(e){return new ht({value:e})}};var Jr={fromASN:function(e){return e.valueBlock.valueHexView},toASN:function(e){return new gt({valueHex:e})}};var Yr={fromASN:function(e){return new Ur(e.getValue())},toASN:function(e){return e.toASN()}};function Zr(e){return{fromASN:function(e){return e.valueBlock.value},toASN:function(t){return new e({value:t})}}}var Xr=Zr(Wt);var ei=Zr(Jt);var ti=Zr(Xt);var ri=Zr(tr);var ii=Zr(ir);var ni=Zr(or);var oi=Zr(sr);var ai=Zr(cr);var si=Zr(pr);var ui=Zr(vr);var ci=Zr(dr);var li=Zr(gr);var pi={fromASN:function(e){return e.toDate()},toASN:function(e){return new mr({valueDate:e})}};var fi={fromASN:function(e){return e.toDate()},toASN:function(e){return new Ar({valueDate:e})}};var vi={fromASN:function(){return null},toASN:function(){return new pt}};function hi(e){switch(e){case Vr.Any:return Fr;case Vr.BitString:return Wr;case Vr.BmpString:return ei;case Vr.Boolean:return $r;case Vr.CharacterString:return li;case Vr.Enumerated:return qr;case Vr.GeneralString:return ci;case Vr.GeneralizedTime:return fi;case Vr.GraphicString:return si;case Vr.IA5String:return ai;case Vr.Integer:return Gr;case Vr.Null:return vi;case Vr.NumericString:return ri;case Vr.ObjectIdentifier:return Qr;case Vr.OctetString:return Jr;case Vr.PrintableString:return ii;case Vr.TeletexString:return ni;case Vr.UTCTime:return pi;case Vr.UniversalString:return ti;case Vr.Utf8String:return Xr;case Vr.VideotexString:return oi;case Vr.VisibleString:return ui;default:return null}}function di(e){if(typeof e==="function"&&e.prototype){if(e.prototype.toASN&&e.prototype.fromASN){return true}else{return di(e.prototype)}}else{return!!(e&&typeof e==="object"&&"toASN"in e&&"fromASN"in e)}}function yi(e){var t;if(e){var r=Object.getPrototypeOf(e);if(((t=r===null||r===void 0?void 0:r.prototype)===null||t===void 0?void 0:t.constructor)===Array){return true}return yi(r)}return false}function gi(e,t){if(!(e&&t)){return false}if(e.byteLength!==t.byteLength){return false}var r=new Uint8Array(e);var i=new Uint8Array(t);for(var n=0;n<e.byteLength;n++){if(r[n]!==i[n]){return false}}return true}var Si=function(){function e(){this.items=new WeakMap}e.prototype.has=function(e){return this.items.has(e)};e.prototype.get=function(e,t){if(t===void 0){t=false}var r=this.items.get(e);if(!r){throw new Error("Cannot get schema for '".concat(e.prototype.constructor.name,"' target"))}if(t&&!r.schema){throw new Error("Schema '".concat(e.prototype.constructor.name,"' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'."))}return r};e.prototype.cache=function(e){var t=this.get(e);if(!t.schema){t.schema=this.create(e,true)}};e.prototype.createDefault=function(e){var t={type:jr.Sequence,items:{}};var r=this.findParentSchema(e);if(r){Object.assign(t,r);t.items=Object.assign({},t.items,r.items)}return t};e.prototype.create=function(e,t){var r=this.items.get(e)||this.createDefault(e);var i=[];for(var n in r.items){var o=r.items[n];var a=t?n:"";var s=void 0;if(typeof o.type==="number"){var u=Vr[o.type];var c=Lr[u];if(!c){throw new Error("Cannot get ASN1 class by name '".concat(u,"'"))}s=new c({name:a})}else if(di(o.type)){var l=new o.type;s=l.toSchema(a)}else if(o.optional){var p=this.get(o.type);if(p.type===jr.Choice){s=new _r({name:a})}else{s=this.create(o.type,false);s.name=a}}else{s=new _r({name:a})}var f=!!o.optional||o.defaultValue!==undefined;if(o.repeated){s.name="";var v=o.repeated==="set"?Kt:jt;s=new v({name:"",value:[new Nr({name:a,value:s})]})}if(o.context!==null&&o.context!==undefined){if(o.implicit){if(typeof o.type==="number"||di(o.type)){var v=o.repeated?at:Xe;i.push(new v({name:a,optional:f,idBlock:{tagClass:3,tagNumber:o.context}}))}else{this.cache(o.type);var h=!!o.repeated;var d=!h?this.get(o.type,true).schema:s;d="valueBlock"in d?d.valueBlock.value:d.value;i.push(new at({name:!h?a:"",optional:f,idBlock:{tagClass:3,tagNumber:o.context},value:d}))}}else{i.push(new at({optional:f,idBlock:{tagClass:3,tagNumber:o.context},value:[s]}))}}else{s.optional=f;i.push(s)}}switch(r.type){case jr.Sequence:return new jt({value:i,name:""});case jr.Set:return new Kt({value:i,name:""});case jr.Choice:return new Tr({value:i,name:""});default:throw new Error("Unsupported ASN1 type in use")}};e.prototype.set=function(e,t){this.items.set(e,t);return this};e.prototype.findParentSchema=function(e){var t=Object.getPrototypeOf(e);if(t){var r=this.items.get(t);return r||this.findParentSchema(t)}return null};return e}();var mi=new Si;var Ci=e("ad",(function(e){return function(t){var r;if(!mi.has(t)){r=mi.createDefault(t);mi.set(t,r)}else{r=mi.get(t)}Object.assign(r,e)}}));var Ai=e("ab",(function(e){return function(t,r){var i;if(!mi.has(t.constructor)){i=mi.createDefault(t.constructor);mi.set(t.constructor,i)}else{i=mi.get(t.constructor)}var n=Object.assign({},e);if(typeof n.type==="number"&&!n.converter){var o=hi(e.type);if(!o){throw new Error("Cannot get default converter for property '".concat(r,"' of ").concat(t.constructor.name))}n.converter=o}i.items[r]=n}}));var bi=function(e){__extends(t,e);function t(){var t=e.apply(this,arguments)||this;t.schemas=[];return t}return t}(Error);var Bi=function(){function e(){}e.parse=function(e,t){var r=rt(e);if(r.result.error){throw new Error(r.result.error)}var i=this.fromASN(r.result,t);return i};e.fromASN=function(e,t){var r=this;var i;try{if(di(t)){var n=new t;return n.fromASN(e)}var o=mi.get(t);mi.cache(t);var a=o.schema;if(e.constructor===at&&o.type!==jr.Choice){a=new at({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:o.schema.valueBlock.value});for(var s in o.items){delete e[s]}}var u=Rr({},e,a);if(!u.verified){throw new bi("Data does not match to ".concat(t.name," ASN1 schema. ").concat(u.result.error))}var c=new t;if(yi(t)){if(!("value"in e.valueBlock&&Array.isArray(e.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}var l=o.itemType;if(typeof l==="number"){var p=hi(l);if(!p){throw new Error("Cannot get default converter for array item of ".concat(t.name," ASN1 schema"))}return t.from(e.valueBlock.value,(function(e){return p.fromASN(e)}))}else{return t.from(e.valueBlock.value,(function(e){return r.fromASN(e,l)}))}}var f=function(e){var t=u.result[e];if(!t){return"continue"}var n=o.items[e];var a=n.type;if(typeof a==="number"||di(a)){var s=(i=n.converter)!==null&&i!==void 0?i:di(a)?new a:null;if(!s){throw new Error("Converter is empty")}if(n.repeated){if(n.implicit){var l=n.repeated==="sequence"?jt:Kt;var p=new l;p.valueBlock=t.valueBlock;var f=rt(p.toBER(false));if(f.offset===-1){throw new Error("Cannot parse the child item. ".concat(f.result.error))}if(!("value"in f.result.valueBlock&&Array.isArray(f.result.valueBlock.value))){throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.")}var h=f.result.valueBlock.value;c[e]=Array.from(h,(function(e){return s.fromASN(e)}))}else{c[e]=Array.from(t,(function(e){return s.fromASN(e)}))}}else{var d=t;if(n.implicit){var p=void 0;if(di(a)){p=(new a).toSchema("")}else{var y=Vr[a];var g=Lr[y];if(!g){throw new Error("Cannot get '".concat(y,"' class from asn1js module"))}p=new g}p.valueBlock=d.valueBlock;d=rt(p.toBER(false)).result}c[e]=s.fromASN(d)}}else{if(n.repeated){if(!Array.isArray(t)){throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.")}c[e]=Array.from(t,(function(e){return r.fromASN(e,a)}))}else{c[e]=v.fromASN(t,a)}}};var v=this;for(var s in o.items){f(s)}return c}catch(e){if(e instanceof bi){e.schemas.push(t.name)}throw e}};return e}();e("v",Bi);var wi=function(){function e(){}e.serialize=function(e){if(e instanceof Qe){return e.toBER(false)}return this.toASN(e).toBER(false)};e.toASN=function(t){var r=this;if(t&&typeof t==="object"&&di(t)){return t.toASN()}if(!(t&&typeof t==="object")){throw new TypeError("Parameter 1 should be type of Object.")}var i=t.constructor;var n=mi.get(i);mi.cache(i);var o=[];if(n.itemType){if(!Array.isArray(t)){throw new TypeError("Parameter 1 should be type of Array.")}if(typeof n.itemType==="number"){var a=hi(n.itemType);if(!a){throw new Error("Cannot get default converter for array item of ".concat(i.name," ASN1 schema"))}o=t.map((function(e){return a.toASN(e)}))}else{o=t.map((function(e){return r.toAsnItem({type:n.itemType},"[]",i,e)}))}}else{for(var s in n.items){var u=n.items[s];var c=t[s];if(c===undefined||u.defaultValue===c||typeof u.defaultValue==="object"&&typeof c==="object"&&gi(this.serialize(u.defaultValue),this.serialize(c))){continue}var l=e.toAsnItem(u,s,i,c);if(typeof u.context==="number"){if(u.implicit){if(!u.repeated&&(typeof u.type==="number"||di(u.type))){var p={};p.valueHex=l instanceof pt?l.valueBeforeDecodeView:l.valueBlock.toBER();o.push(new Xe(__assign({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context}},p)))}else{o.push(new at({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context},value:l.valueBlock.value}))}}else{o.push(new at({optional:u.optional,idBlock:{tagClass:3,tagNumber:u.context},value:[l]}))}}else if(u.repeated){o=o.concat(l)}else{o.push(l)}}}var f;switch(n.type){case jr.Sequence:f=new jt({value:o});break;case jr.Set:f=new Kt({value:o});break;case jr.Choice:if(!o[0]){throw new Error("Schema '".concat(i.name,"' has wrong data. Choice cannot be empty."))}f=o[0];break}return f};e.toAsnItem=function(e,t,r,i){var n=this;var o;if(typeof e.type==="number"){var a=e.converter;if(!a){throw new Error("Property '".concat(t,"' doesn't have converter for type ").concat(Vr[e.type]," in schema '").concat(r.name,"'"))}if(e.repeated){if(!Array.isArray(i)){throw new TypeError("Parameter 'objProp' should be type of Array.")}var s=Array.from(i,(function(e){return a.toASN(e)}));var u=e.repeated==="sequence"?jt:Kt;o=new u({value:s})}else{o=a.toASN(i)}}else{if(e.repeated){if(!Array.isArray(i)){throw new TypeError("Parameter 'objProp' should be type of Array.")}var s=Array.from(i,(function(e){return n.toASN(e)}));var u=e.repeated==="sequence"?jt:Kt;o=new u({value:s})}else{o=this.toASN(i)}}return o};return e}();var Ii=function(e){__extends(t,e);function t(t){if(t===void 0){t=[]}var r=this;if(typeof t==="number"){r=e.call(this,t)||this}else{r=e.call(this)||this;for(var i=0,n=t;i<n.length;i++){var o=n[i];r.push(o)}}return r}return t}(Array);e("af",Ii);var Ei=function(){function e(){}e.serialize=function(e){return wi.serialize(e)};e.parse=function(e,t){return Bi.parse(e,t)};e.toString=function(t){var r=i.BufferSourceConverter.isBufferSource(t)?i.BufferSourceConverter.toArrayBuffer(t):e.serialize(t);var n=rt(r);if(n.offset===-1){throw new Error("Cannot decode ASN.1 data. ".concat(n.result.error))}return n.result.toString()};return e}();e("g",Ei);function Pi(e,t,r,i){var n=arguments.length,o=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,a;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")o=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)if(a=e[s])o=(n<3?a(o):n>3?a(t,r,o):a(t,r))||o;return n>3&&o&&Object.defineProperty(t,r,o),o}var Di=t((function(e){(function(t){var r="(0?\\d+|0x[a-f0-9]+)";var i={fourOctet:new RegExp("^".concat(r,"\\.").concat(r,"\\.").concat(r,"\\.").concat(r,"$"),"i"),threeOctet:new RegExp("^".concat(r,"\\.").concat(r,"\\.").concat(r,"$"),"i"),twoOctet:new RegExp("^".concat(r,"\\.").concat(r,"$"),"i"),longValue:new RegExp("^".concat(r,"$"),"i")};var n=new RegExp("^0[0-7]+$","i");var o=new RegExp("^0x[a-f0-9]+$","i");var a="%[0-9a-z]{1,}";var s="(?:[0-9a-f]+::?)+";var u={zoneIndex:new RegExp(a,"i"),native:new RegExp("^(::)?(".concat(s,")?([0-9a-f]+)?(::)?(").concat(a,")?$"),"i"),deprecatedTransitional:new RegExp("^(?:::)(".concat(r,"\\.").concat(r,"\\.").concat(r,"\\.").concat(r,"(").concat(a,")?)$"),"i"),transitional:new RegExp("^((?:".concat(s,")|(?:::)(?:").concat(s,")?)").concat(r,"\\.").concat(r,"\\.").concat(r,"\\.").concat(r,"(").concat(a,")?$"),"i")};function c(e,t){if(e.indexOf("::")!==e.lastIndexOf("::")){return null}var r=0;var i=-1;var n=(e.match(u.zoneIndex)||[])[0];var o,a;if(n){n=n.substring(1);e=e.replace(/%.+$/,"")}while((i=e.indexOf(":",i+1))>=0){r++}if(e.substr(0,2)==="::"){r--}if(e.substr(-2,2)==="::"){r--}if(r>t){return null}a=t-r;o=":";while(a--){o+="0:"}e=e.replace("::",o);if(e[0]===":"){e=e.slice(1)}if(e[e.length-1]===":"){e=e.slice(0,-1)}t=function(){var t=e.split(":");var r=[];for(var i=0;i<t.length;i++){r.push(parseInt(t[i],16))}return r}();return{parts:t,zoneId:n}}function l(e,t,r,i){if(e.length!==t.length){throw new Error("ipaddr: cannot match CIDR for objects with different lengths")}var n=0;var o;while(i>0){o=r-i;if(o<0){o=0}if(e[n]>>o!==t[n]>>o){return false}i-=r;n+=1}return true}function p(e){if(o.test(e)){return parseInt(e,16)}if(e[0]==="0"&&!isNaN(parseInt(e[1],10))){if(n.test(e)){return parseInt(e,8)}throw new Error("ipaddr: cannot parse ".concat(e," as octal"))}return parseInt(e,10)}function f(e,t){while(e.length<t){e="0".concat(e)}return e}var v={};v.IPv4=function(){function e(e){if(e.length!==4){throw new Error("ipaddr: ipv4 octet count should be 4")}var t,r;for(t=0;t<e.length;t++){r=e[t];if(!(0<=r&&r<=255)){throw new Error("ipaddr: ipv4 octet should fit in 8 bits")}}this.octets=e}e.prototype.SpecialRanges={unspecified:[[new e([0,0,0,0]),8]],broadcast:[[new e([255,255,255,255]),32]],multicast:[[new e([224,0,0,0]),4]],linkLocal:[[new e([169,254,0,0]),16]],loopback:[[new e([127,0,0,0]),8]],carrierGradeNat:[[new e([100,64,0,0]),10]],private:[[new e([10,0,0,0]),8],[new e([172,16,0,0]),12],[new e([192,168,0,0]),16]],reserved:[[new e([192,0,0,0]),24],[new e([192,0,2,0]),24],[new e([192,88,99,0]),24],[new e([198,51,100,0]),24],[new e([203,0,113,0]),24],[new e([240,0,0,0]),4]]};e.prototype.kind=function(){return"ipv4"};e.prototype.match=function(e,t){var r;if(t===undefined){r=e;e=r[0];t=r[1]}if(e.kind()!=="ipv4"){throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one")}return l(this.octets,e.octets,8,t)};e.prototype.prefixLengthFromSubnetMask=function(){var e=0;var t=false;var r={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};var i,n,o;for(i=3;i>=0;i-=1){n=this.octets[i];if(n in r){o=r[n];if(t&&o!==0){return null}if(o!==8){t=true}e+=o}else{return null}}return 32-e};e.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)};e.prototype.toByteArray=function(){return this.octets.slice(0)};e.prototype.toIPv4MappedAddress=function(){return v.IPv6.parse("::ffff:".concat(this.toString()))};e.prototype.toNormalizedString=function(){return this.toString()};e.prototype.toString=function(){return this.octets.join(".")};return e}();v.IPv4.broadcastAddressFromCIDR=function(e){try{var t=this.parseCIDR(e);var r=t[0].toByteArray();var i=this.subnetMaskFromPrefixLength(t[1]).toByteArray();var n=[];var o=0;while(o<4){n.push(parseInt(r[o],10)|parseInt(i[o],10)^255);o++}return new this(n)}catch(e){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};v.IPv4.isIPv4=function(e){return this.parser(e)!==null};v.IPv4.isValid=function(e){try{new this(this.parser(e));return true}catch(e){return false}};v.IPv4.isValidFourPartDecimal=function(e){if(v.IPv4.isValid(e)&&e.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/)){return true}else{return false}};v.IPv4.networkAddressFromCIDR=function(e){var t,r,i,n,o;try{t=this.parseCIDR(e);i=t[0].toByteArray();o=this.subnetMaskFromPrefixLength(t[1]).toByteArray();n=[];r=0;while(r<4){n.push(parseInt(i[r],10)&parseInt(o[r],10));r++}return new this(n)}catch(e){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}};v.IPv4.parse=function(e){var t=this.parser(e);if(t===null){throw new Error("ipaddr: string is not formatted like an IPv4 Address")}return new this(t)};v.IPv4.parseCIDR=function(e){var t;if(t=e.match(/^(.+)\/(\d+)$/)){var r=parseInt(t[2]);if(r>=0&&r<=32){var i=[this.parse(t[1]),r];Object.defineProperty(i,"toString",{value:function(){return this.join("/")}});return i}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")};v.IPv4.parser=function(e){var t,r,n;if(t=e.match(i.fourOctet)){return function(){var e=t.slice(1,6);var i=[];for(var n=0;n<e.length;n++){r=e[n];i.push(p(r))}return i}()}else if(t=e.match(i.longValue)){n=p(t[1]);if(n>4294967295||n<0){throw new Error("ipaddr: address outside defined range")}return function(){var e=[];var t;for(t=0;t<=24;t+=8){e.push(n>>t&255)}return e}().reverse()}else if(t=e.match(i.twoOctet)){return function(){var e=t.slice(1,4);var r=[];n=p(e[1]);if(n>16777215||n<0){throw new Error("ipaddr: address outside defined range")}r.push(p(e[0]));r.push(n>>16&255);r.push(n>>8&255);r.push(n&255);return r}()}else if(t=e.match(i.threeOctet)){return function(){var e=t.slice(1,5);var r=[];n=p(e[2]);if(n>65535||n<0){throw new Error("ipaddr: address outside defined range")}r.push(p(e[0]));r.push(p(e[1]));r.push(n>>8&255);r.push(n&255);return r}()}else{return null}};v.IPv4.subnetMaskFromPrefixLength=function(e){e=parseInt(e);if(e<0||e>32){throw new Error("ipaddr: invalid IPv4 prefix length")}var t=[0,0,0,0];var r=0;var i=Math.floor(e/8);while(r<i){t[r]=255;r++}if(i<4){t[i]=Math.pow(2,e%8)-1<<8-e%8}return new this(t)};v.IPv6=function(){function e(e,t){var r,i;if(e.length===16){this.parts=[];for(r=0;r<=14;r+=2){this.parts.push(e[r]<<8|e[r+1])}}else if(e.length===8){this.parts=e}else{throw new Error("ipaddr: ipv6 part count should be 8 or 16")}for(r=0;r<this.parts.length;r++){i=this.parts[r];if(!(0<=i&&i<=65535)){throw new Error("ipaddr: ipv6 part should fit in 16 bits")}}if(t){this.zoneId=t}}e.prototype.SpecialRanges={unspecified:[new e([0,0,0,0,0,0,0,0]),128],linkLocal:[new e([65152,0,0,0,0,0,0,0]),10],multicast:[new e([65280,0,0,0,0,0,0,0]),8],loopback:[new e([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new e([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new e([0,0,0,0,0,65535,0,0]),96],rfc6145:[new e([0,0,0,0,65535,0,0,0]),96],rfc6052:[new e([100,65435,0,0,0,0,0,0]),96],"6to4":[new e([8194,0,0,0,0,0,0,0]),16],teredo:[new e([8193,0,0,0,0,0,0,0]),32],reserved:[[new e([8193,3512,0,0,0,0,0,0]),32]]};e.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"};e.prototype.kind=function(){return"ipv6"};e.prototype.match=function(e,t){var r;if(t===undefined){r=e;e=r[0];t=r[1]}if(e.kind()!=="ipv6"){throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one")}return l(this.parts,e.parts,16,t)};e.prototype.prefixLengthFromSubnetMask=function(){var e=0;var t=false;var r={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};var i,n;for(var o=7;o>=0;o-=1){i=this.parts[o];if(i in r){n=r[i];if(t&&n!==0){return null}if(n!==16){t=true}e+=n}else{return null}}return 128-e};e.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)};e.prototype.toByteArray=function(){var e;var t=[];var r=this.parts;for(var i=0;i<r.length;i++){e=r[i];t.push(e>>8);t.push(e&255)}return t};e.prototype.toFixedLengthString=function(){var e=function(){var e=[];for(var t=0;t<this.parts.length;t++){e.push(f(this.parts[t].toString(16),4))}return e}.call(this).join(":");var t="";if(this.zoneId){t="%".concat(this.zoneId)}return e+t};e.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress()){throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4")}var e=this.parts.slice(-2);var t=e[0];var r=e[1];return new v.IPv4([t>>8,t&255,r>>8,r&255])};e.prototype.toNormalizedString=function(){var e=function(){var e=[];for(var t=0;t<this.parts.length;t++){e.push(this.parts[t].toString(16))}return e}.call(this).join(":");var t="";if(this.zoneId){t="%".concat(this.zoneId)}return e+t};e.prototype.toRFC5952String=function(){var e=/((^|:)(0(:|$)){2,})/g;var t=this.toNormalizedString();var r=0;var i=-1;var n;while(n=e.exec(t)){if(n[0].length>i){r=n.index;i=n[0].length}}if(i<0){return t}return"".concat(t.substring(0,r),"::").concat(t.substring(r+i))};e.prototype.toString=function(){return this.toNormalizedString().replace(/((^|:)(0(:|$))+)/,"::")};return e}();v.IPv6.broadcastAddressFromCIDR=function(e){try{var t=this.parseCIDR(e);var r=t[0].toByteArray();var i=this.subnetMaskFromPrefixLength(t[1]).toByteArray();var n=[];var o=0;while(o<16){n.push(parseInt(r[o],10)|parseInt(i[o],10)^255);o++}return new this(n)}catch(e){throw new Error("ipaddr: the address does not have IPv6 CIDR format (".concat(e,")"))}};v.IPv6.isIPv6=function(e){return this.parser(e)!==null};v.IPv6.isValid=function(e){if(typeof e==="string"&&e.indexOf(":")===-1){return false}try{var t=this.parser(e);new this(t.parts,t.zoneId);return true}catch(e){return false}};v.IPv6.networkAddressFromCIDR=function(e){var t,r,i,n,o;try{t=this.parseCIDR(e);i=t[0].toByteArray();o=this.subnetMaskFromPrefixLength(t[1]).toByteArray();n=[];r=0;while(r<16){n.push(parseInt(i[r],10)&parseInt(o[r],10));r++}return new this(n)}catch(e){throw new Error("ipaddr: the address does not have IPv6 CIDR format (".concat(e,")"))}};v.IPv6.parse=function(e){var t=this.parser(e);if(t.parts===null){throw new Error("ipaddr: string is not formatted like an IPv6 Address")}return new this(t.parts,t.zoneId)};v.IPv6.parseCIDR=function(e){var t,r,i;if(r=e.match(/^(.+)\/(\d+)$/)){t=parseInt(r[2]);if(t>=0&&t<=128){i=[this.parse(r[1]),t];Object.defineProperty(i,"toString",{value:function(){return this.join("/")}});return i}}throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")};v.IPv6.parser=function(e){var t,r,i,n,o,a;if(i=e.match(u.deprecatedTransitional)){return this.parser("::ffff:".concat(i[1]))}if(u.native.test(e)){return c(e,8)}if(i=e.match(u.transitional)){a=i[6]||"";t=c(i[1].slice(0,-1)+a,6);if(t.parts){o=[parseInt(i[2]),parseInt(i[3]),parseInt(i[4]),parseInt(i[5])];for(r=0;r<o.length;r++){n=o[r];if(!(0<=n&&n<=255)){return null}}t.parts.push(o[0]<<8|o[1]);t.parts.push(o[2]<<8|o[3]);return{parts:t.parts,zoneId:t.zoneId}}}return null};v.IPv6.subnetMaskFromPrefixLength=function(e){e=parseInt(e);if(e<0||e>128){throw new Error("ipaddr: invalid IPv6 prefix length")}var t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var r=0;var i=Math.floor(e/8);while(r<i){t[r]=255;r++}if(i<16){t[i]=Math.pow(2,e%8)-1<<8-e%8}return new this(t)};v.fromByteArray=function(e){var t=e.length;if(t===4){return new v.IPv4(e)}else if(t===16){return new v.IPv6(e)}else{throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")}};v.isValid=function(e){return v.IPv6.isValid(e)||v.IPv4.isValid(e)};v.parse=function(e){if(v.IPv6.isValid(e)){return v.IPv6.parse(e)}else if(v.IPv4.isValid(e)){return v.IPv4.parse(e)}else{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")}};v.parseCIDR=function(e){try{return v.IPv6.parseCIDR(e)}catch(t){try{return v.IPv4.parseCIDR(e)}catch(e){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}};v.process=function(e){var t=this.parse(e);if(t.kind()==="ipv6"&&t.isIPv4MappedAddress()){return t.toIPv4Address()}else{return t}};v.subnetMatch=function(e,t,r){var i,n,o,a;if(r===undefined||r===null){r="unicast"}for(n in t){if(Object.prototype.hasOwnProperty.call(t,n)){o=t[n];if(o[0]&&!(o[0]instanceof Array)){o=[o]}for(i=0;i<o.length;i++){a=o[i];if(e.kind()===a[0].kind()&&e.match.apply(e,a)){return n}}}}return r};if(e.exports){e.exports=v}else{t.ipaddr=v}})(r)}));var ki=function(){function e(){}e.decodeIP=function(e){if(e.length===64&&parseInt(e,16)===0){return"::/0"}if(e.length!==16){return e}var t=parseInt(e.slice(8),16).toString(2).split("").reduce((function(e,t){return e+ +t}),0);var r=e.slice(0,8).replace(/(.{2})/g,(function(e){return"".concat(parseInt(e,16),".")}));r=r.slice(0,-1);return"".concat(r,"/").concat(t)};e.toString=function(e){if(e.byteLength===4||e.byteLength===16){var t=new Uint8Array(e);var r=Di.fromByteArray(Array.from(t));return r.toString()}return this.decodeIP(i.Convert.ToHex(e))};e.fromString=function(e){var t=Di.parse(e);return new Uint8Array(t.toByteArray()).buffer};return e}();var Oi,xi,_i;var Ti=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}e.prototype.toString=function(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""};return e}();Pi([Ai({type:Vr.TeletexString})],Ti.prototype,"teletexString",void 0);Pi([Ai({type:Vr.PrintableString})],Ti.prototype,"printableString",void 0);Pi([Ai({type:Vr.UniversalString})],Ti.prototype,"universalString",void 0);Pi([Ai({type:Vr.Utf8String})],Ti.prototype,"utf8String",void 0);Pi([Ai({type:Vr.BmpString})],Ti.prototype,"bmpString",void 0);Ti=Pi([Ci({type:jr.Choice})],Ti);var Ni=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}var r=e.call(this,t)||this;Object.assign(r,t);return r}t.prototype.toString=function(){return this.ia5String||(this.anyValue?i.Convert.ToHex(this.anyValue):e.prototype.toString.call(this))};return t}(Ti);Pi([Ai({type:Vr.IA5String})],Ni.prototype,"ia5String",void 0);Pi([Ai({type:Vr.Any})],Ni.prototype,"anyValue",void 0);Ni=Pi([Ci({type:jr.Choice})],Ni);var Mi=function(){function e(e){if(e===void 0){e={}}this.type="";this.value=new Ni;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Mi.prototype,"type",void 0);Pi([Ai({type:Ni})],Mi.prototype,"value",void 0);var Ri=Oi=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Oi.prototype);return r}return t}(Ii);Ri=Oi=Pi([Ci({type:jr.Set,itemType:Mi})],Ri);var Hi=xi=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,xi.prototype);return r}return t}(Ii);Hi=xi=Pi([Ci({type:jr.Sequence,itemType:Ri})],Hi);var Li=e("a2",_i=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,_i.prototype);return r}return t}(Hi));Li=e("a2",_i=Pi([Ci({type:jr.Sequence})],Li));var ji={fromASN:function(e){return ki.toString(Jr.fromASN(e))},toASN:function(e){return Jr.toASN(ki.fromString(e))}};var Vi=function(){function e(e){if(e===void 0){e={}}this.typeId="";this.value=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("a6",Vi);Pi([Ai({type:Vr.ObjectIdentifier})],Vi.prototype,"typeId",void 0);Pi([Ai({type:Vr.Any,context:0})],Vi.prototype,"value",void 0);var Ki=function(){function e(e){if(e===void 0){e={}}this.partyName=new Ti;Object.assign(this,e)}return e}();e("a9",Ki);Pi([Ai({type:Ti,optional:true,context:0,implicit:true})],Ki.prototype,"nameAssigner",void 0);Pi([Ai({type:Ti,context:1,implicit:true})],Ki.prototype,"partyName",void 0);var Ui=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vi,context:0,implicit:true})],Ui.prototype,"otherName",void 0);Pi([Ai({type:Vr.IA5String,context:1,implicit:true})],Ui.prototype,"rfc822Name",void 0);Pi([Ai({type:Vr.IA5String,context:2,implicit:true})],Ui.prototype,"dNSName",void 0);Pi([Ai({type:Vr.Any,context:3,implicit:true})],Ui.prototype,"x400Address",void 0);Pi([Ai({type:Li,context:4,implicit:false})],Ui.prototype,"directoryName",void 0);Pi([Ai({type:Ki,context:5})],Ui.prototype,"ediPartyName",void 0);Pi([Ai({type:Vr.IA5String,context:6,implicit:true})],Ui.prototype,"uniformResourceIdentifier",void 0);Pi([Ai({type:Vr.OctetString,context:7,implicit:true,converter:ji})],Ui.prototype,"iPAddress",void 0);Pi([Ai({type:Vr.ObjectIdentifier,context:8,implicit:true})],Ui.prototype,"registeredID",void 0);Ui=Pi([Ci({type:jr.Choice})],Ui);var Fi="1.3.6.1.5.5.7";var Gi="".concat(Fi,".1");var qi="2.5.29";var zi;var Wi="".concat(Gi,".1");var Qi=function(){function e(e){if(e===void 0){e={}}this.accessMethod="";this.accessLocation=new Ui;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Qi.prototype,"accessMethod",void 0);Pi([Ai({type:Ui})],Qi.prototype,"accessLocation",void 0);var $i=e("ap",zi=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,zi.prototype);return r}return t}(Ii));$i=e("ap",zi=Pi([Ci({type:jr.Sequence,itemType:Qi})],$i));var Ji="".concat(qi,".35");var Yi=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ur);var Zi=function(){function e(e){if(e===void 0){e={}}if(e){Object.assign(this,e)}}return e}();e("an",Zi);Pi([Ai({type:Yi,context:0,optional:true,implicit:true})],Zi.prototype,"keyIdentifier",void 0);Pi([Ai({type:Ui,context:1,optional:true,implicit:true,repeated:"sequence"})],Zi.prototype,"authorityCertIssuer",void 0);Pi([Ai({type:Vr.Integer,context:2,optional:true,implicit:true,converter:zr})],Zi.prototype,"authorityCertSerialNumber",void 0);var Xi="".concat(qi,".19");var en=function(){function e(e){if(e===void 0){e={}}this.cA=false;Object.assign(this,e)}return e}();e("ak",en);Pi([Ai({type:Vr.Boolean,defaultValue:false})],en.prototype,"cA",void 0);Pi([Ai({type:Vr.Integer,optional:true})],en.prototype,"pathLenConstraint",void 0);var tn;var rn=tn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,tn.prototype);return r}return t}(Ii);rn=tn=Pi([Ci({type:jr.Sequence,itemType:Ui})],rn);var nn;var on="".concat(qi,".29");var an=e("a5",nn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,nn.prototype);return r}return t}(rn));an=e("a5",nn=Pi([Ci({type:jr.Sequence})],an));var sn;var un="".concat(qi,".32");var cn=e("a7",function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}e.prototype.toString=function(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""};return e}());Pi([Ai({type:Vr.IA5String})],cn.prototype,"ia5String",void 0);Pi([Ai({type:Vr.VisibleString})],cn.prototype,"visibleString",void 0);Pi([Ai({type:Vr.BmpString})],cn.prototype,"bmpString",void 0);Pi([Ai({type:Vr.Utf8String})],cn.prototype,"utf8String",void 0);cn=e("a7",Pi([Ci({type:jr.Choice})],cn));var ln=function(){function e(e){if(e===void 0){e={}}this.organization=new cn;this.noticeNumbers=[];Object.assign(this,e)}return e}();Pi([Ai({type:cn})],ln.prototype,"organization",void 0);Pi([Ai({type:Vr.Integer,repeated:"sequence"})],ln.prototype,"noticeNumbers",void 0);var pn=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("a8",pn);Pi([Ai({type:ln,optional:true})],pn.prototype,"noticeRef",void 0);Pi([Ai({type:cn,optional:true})],pn.prototype,"explicitText",void 0);var fn=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vr.IA5String})],fn.prototype,"cPSuri",void 0);Pi([Ai({type:pn})],fn.prototype,"userNotice",void 0);fn=Pi([Ci({type:jr.Choice})],fn);var vn=function(){function e(e){if(e===void 0){e={}}this.policyQualifierId="";this.qualifier=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],vn.prototype,"policyQualifierId",void 0);Pi([Ai({type:Vr.Any})],vn.prototype,"qualifier",void 0);var hn=function(){function e(e){if(e===void 0){e={}}this.policyIdentifier="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],hn.prototype,"policyIdentifier",void 0);Pi([Ai({type:vn,repeated:"sequence",optional:true})],hn.prototype,"policyQualifiers",void 0);var dn=e("as",sn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,sn.prototype);return r}return t}(Ii));dn=e("as",sn=Pi([Ci({type:jr.Sequence,itemType:hn})],dn));var yn="".concat(qi,".20");var gn=e("aN",function(){function e(e){if(e===void 0){e=0}this.value=e}return e}());Pi([Ai({type:Vr.Integer})],gn.prototype,"value",void 0);gn=e("aN",Pi([Ci({type:jr.Choice})],gn));var Sn="".concat(qi,".27");var mn=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(gn);mn=Pi([Ci({type:jr.Choice})],mn);var Cn;var An="".concat(qi,".31");var bn;(function(e){e[e["unused"]=1]="unused";e[e["keyCompromise"]=2]="keyCompromise";e[e["cACompromise"]=4]="cACompromise";e[e["affiliationChanged"]=8]="affiliationChanged";e[e["superseded"]=16]="superseded";e[e["cessationOfOperation"]=32]="cessationOfOperation";e[e["certificateHold"]=64]="certificateHold";e[e["privilegeWithdrawn"]=128]="privilegeWithdrawn";e[e["aACompromise"]=256]="aACompromise"})(bn||(bn={}));var Bn=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.toJSON=function(){var e=[];var t=this.toNumber();if(t&bn.aACompromise){e.push("aACompromise")}if(t&bn.affiliationChanged){e.push("affiliationChanged")}if(t&bn.cACompromise){e.push("cACompromise")}if(t&bn.certificateHold){e.push("certificateHold")}if(t&bn.cessationOfOperation){e.push("cessationOfOperation")}if(t&bn.keyCompromise){e.push("keyCompromise")}if(t&bn.privilegeWithdrawn){e.push("privilegeWithdrawn")}if(t&bn.superseded){e.push("superseded")}if(t&bn.unused){e.push("unused")}return e};t.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return t}(Kr);var wn=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ui,context:0,repeated:"sequence",implicit:true})],wn.prototype,"fullName",void 0);Pi([Ai({type:Ri,context:1,implicit:true})],wn.prototype,"nameRelativeToCRLIssuer",void 0);wn=Pi([Ci({type:jr.Choice})],wn);var In=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:wn,context:0,optional:true})],In.prototype,"distributionPoint",void 0);Pi([Ai({type:Bn,context:1,optional:true,implicit:true})],In.prototype,"reasons",void 0);Pi([Ai({type:Ui,context:2,optional:true,repeated:"sequence",implicit:true})],In.prototype,"cRLIssuer",void 0);var En=e("ao",Cn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Cn.prototype);return r}return t}(Ii));En=e("ao",Cn=Pi([Ci({type:jr.Sequence,itemType:In})],En));var Pn;var Dn=Pn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Pn.prototype);return r}return t}(En);Dn=Pn=Pi([Ci({type:jr.Sequence,itemType:In})],Dn);var kn="".concat(qi,".28");var On=function(){function e(t){if(t===void 0){t={}}this.onlyContainsUserCerts=e.ONLY;this.onlyContainsCACerts=e.ONLY;this.indirectCRL=e.ONLY;this.onlyContainsAttributeCerts=e.ONLY;Object.assign(this,t)}return e}();e("aO",On);On.ONLY=false;Pi([Ai({type:wn,context:0,optional:true})],On.prototype,"distributionPoint",void 0);Pi([Ai({type:Vr.Boolean,context:1,defaultValue:On.ONLY,implicit:true})],On.prototype,"onlyContainsUserCerts",void 0);Pi([Ai({type:Vr.Boolean,context:2,defaultValue:On.ONLY,implicit:true})],On.prototype,"onlyContainsCACerts",void 0);Pi([Ai({type:Bn,context:3,optional:true,implicit:true})],On.prototype,"onlySomeReasons",void 0);Pi([Ai({type:Vr.Boolean,context:4,defaultValue:On.ONLY,implicit:true})],On.prototype,"indirectCRL",void 0);Pi([Ai({type:Vr.Boolean,context:5,defaultValue:On.ONLY,implicit:true})],On.prototype,"onlyContainsAttributeCerts",void 0);var xn="".concat(qi,".21");var _n;(function(e){e[e["unspecified"]=0]="unspecified";e[e["keyCompromise"]=1]="keyCompromise";e[e["cACompromise"]=2]="cACompromise";e[e["affiliationChanged"]=3]="affiliationChanged";e[e["superseded"]=4]="superseded";e[e["cessationOfOperation"]=5]="cessationOfOperation";e[e["certificateHold"]=6]="certificateHold";e[e["removeFromCRL"]=8]="removeFromCRL";e[e["privilegeWithdrawn"]=9]="privilegeWithdrawn";e[e["aACompromise"]=10]="aACompromise"})(_n||(_n={}));var Tn=e("a3",function(){function e(e){if(e===void 0){e=_n.unspecified}this.reason=_n.unspecified;this.reason=e}e.prototype.toJSON=function(){return _n[this.reason]};e.prototype.toString=function(){return this.toJSON()};return e}());Pi([Ai({type:Vr.Enumerated})],Tn.prototype,"reason",void 0);Tn=e("a3",Pi([Ci({type:jr.Choice})],Tn));var Nn;var Mn="".concat(qi,".37");var Rn=e("al",Nn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Nn.prototype);return r}return t}(Ii));Rn=e("al",Nn=Pi([Ci({type:jr.Sequence,itemType:Vr.ObjectIdentifier})],Rn));var Hn="".concat(qi,".54");var Ln=function(){function e(e){if(e===void 0){e=new ArrayBuffer(0)}this.value=e}return e}();Pi([Ai({type:Vr.Integer,converter:zr})],Ln.prototype,"value",void 0);Ln=Pi([Ci({type:jr.Choice})],Ln);var jn="".concat(qi,".24");var Vn=e("a4",function(){function e(e){this.value=new Date;if(e){this.value=e}}return e}());Pi([Ai({type:Vr.GeneralizedTime})],Vn.prototype,"value",void 0);Vn=e("a4",Pi([Ci({type:jr.Choice})],Vn));var Kn;var Un="".concat(qi,".18");var Fn=Kn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Kn.prototype);return r}return t}(rn);Fn=Kn=Pi([Ci({type:jr.Sequence})],Fn);var Gn="".concat(qi,".15");var qn;(function(e){e[e["digitalSignature"]=1]="digitalSignature";e[e["nonRepudiation"]=2]="nonRepudiation";e[e["keyEncipherment"]=4]="keyEncipherment";e[e["dataEncipherment"]=8]="dataEncipherment";e[e["keyAgreement"]=16]="keyAgreement";e[e["keyCertSign"]=32]="keyCertSign";e[e["cRLSign"]=64]="cRLSign";e[e["encipherOnly"]=128]="encipherOnly";e[e["decipherOnly"]=256]="decipherOnly"})(qn||(qn={}));var zn=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.toJSON=function(){var e=this.toNumber();var t=[];if(e&qn.cRLSign){t.push("crlSign")}if(e&qn.dataEncipherment){t.push("dataEncipherment")}if(e&qn.decipherOnly){t.push("decipherOnly")}if(e&qn.digitalSignature){t.push("digitalSignature")}if(e&qn.encipherOnly){t.push("encipherOnly")}if(e&qn.keyAgreement){t.push("keyAgreement")}if(e&qn.keyCertSign){t.push("keyCertSign")}if(e&qn.keyEncipherment){t.push("keyEncipherment")}if(e&qn.nonRepudiation){t.push("nonRepudiation")}return t};t.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return t}(Kr);e("aj",zn);var Wn;var Qn="".concat(qi,".30");var $n=function(){function e(e){if(e===void 0){e={}}this.base=new Ui;this.minimum=0;Object.assign(this,e)}return e}();Pi([Ai({type:Ui})],$n.prototype,"base",void 0);Pi([Ai({type:Vr.Integer,context:0,defaultValue:0,implicit:true})],$n.prototype,"minimum",void 0);Pi([Ai({type:Vr.Integer,context:1,optional:true,implicit:true})],$n.prototype,"maximum",void 0);var Jn=Wn=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Wn.prototype);return r}return t}(Ii);Jn=Wn=Pi([Ci({type:jr.Sequence,itemType:$n})],Jn);var Yn=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("au",Yn);Pi([Ai({type:Jn,context:0,optional:true,implicit:true})],Yn.prototype,"permittedSubtrees",void 0);Pi([Ai({type:Jn,context:1,optional:true,implicit:true})],Yn.prototype,"excludedSubtrees",void 0);var Zn="".concat(qi,".36");var Xn=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("aL",Xn);Pi([Ai({type:Vr.Integer,context:0,implicit:true,optional:true,converter:zr})],Xn.prototype,"requireExplicitPolicy",void 0);Pi([Ai({type:Vr.Integer,context:1,implicit:true,optional:true,converter:zr})],Xn.prototype,"inhibitPolicyMapping",void 0);var eo;var to="".concat(qi,".33");var ro=function(){function e(e){if(e===void 0){e={}}this.issuerDomainPolicy="";this.subjectDomainPolicy="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],ro.prototype,"issuerDomainPolicy",void 0);Pi([Ai({type:Vr.ObjectIdentifier})],ro.prototype,"subjectDomainPolicy",void 0);var io=e("aM",eo=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,eo.prototype);return r}return t}(Ii));io=e("aM",eo=Pi([Ci({type:jr.Sequence,itemType:ro})],io));var no;var oo="".concat(qi,".17");var ao=e("ar",no=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,no.prototype);return r}return t}(rn));ao=e("ar",no=Pi([Ci({type:jr.Sequence})],ao));var so=function(){function e(e){if(e===void 0){e={}}this.type="";this.values=[];Object.assign(this,e)}return e}();e("t",so);Pi([Ai({type:Vr.ObjectIdentifier})],so.prototype,"type",void 0);Pi([Ai({type:Vr.Any,repeated:"set"})],so.prototype,"values",void 0);var uo;var co="".concat(qi,".9");var lo=e("aF",uo=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,uo.prototype);return r}return t}(Ii));lo=e("aF",uo=Pi([Ci({type:jr.Sequence,itemType:so})],lo));var po="".concat(qi,".14");var fo=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Yi);e("am",fo);var vo="".concat(qi,".16");var ho=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("aG",ho);Pi([Ai({type:Vr.GeneralizedTime,context:0,implicit:true,optional:true})],ho.prototype,"notBefore",void 0);Pi([Ai({type:Vr.GeneralizedTime,context:1,implicit:true,optional:true})],ho.prototype,"notAfter",void 0);var yo="1.2.840.113533.7.65.0";var go;(function(e){e[e["keyUpdateAllowed"]=1]="keyUpdateAllowed";e[e["newExtensions"]=2]="newExtensions";e[e["pKIXCertificate"]=4]="pKIXCertificate"})(go||(go={}));var So=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.toJSON=function(){var e=[];var t=this.toNumber();if(t&go.pKIXCertificate){e.push("pKIXCertificate")}if(t&go.newExtensions){e.push("newExtensions")}if(t&go.keyUpdateAllowed){e.push("keyUpdateAllowed")}return e};t.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return t}(Kr);var mo=function(){function e(e){if(e===void 0){e={}}this.entrustVers="";this.entrustInfoFlags=new So;Object.assign(this,e)}return e}();e("aH",mo);Pi([Ai({type:Vr.GeneralString})],mo.prototype,"entrustVers",void 0);Pi([Ai({type:So})],mo.prototype,"entrustInfoFlags",void 0);var Co;var Ao="".concat(Gi,".11");var bo=e("aq",Co=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Co.prototype);return r}return t}(Ii));bo=e("aq",Co=Pi([Ci({type:jr.Sequence,itemType:Qi})],bo));var Bo=function(){function e(e){if(e===void 0){e={}}this.algorithm="";Object.assign(this,e)}e.prototype.isEqual=function(t){return t instanceof e&&t.algorithm==this.algorithm&&(t.parameters&&this.parameters&&i.isEqual(t.parameters,this.parameters)||t.parameters===this.parameters)};return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Bo.prototype,"algorithm",void 0);Pi([Ai({type:Vr.Any,optional:true})],Bo.prototype,"parameters",void 0);var wo=function(){function e(e){if(e===void 0){e={}}this.algorithm=new Bo;this.subjectPublicKey=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Bo})],wo.prototype,"algorithm",void 0);Pi([Ai({type:Vr.BitString})],wo.prototype,"subjectPublicKey",void 0);var Io=function(){function e(e){if(e){if(typeof e==="string"||typeof e==="number"||e instanceof Date){var t=new Date(e);if(t.getUTCFullYear()>2049){this.generalTime=t}else{this.utcTime=t}}else{Object.assign(this,e)}}}e.prototype.getTime=function(){var e=this.utcTime||this.generalTime;if(!e){throw new Error("Cannot get time from CHOICE object")}return e};return e}();Pi([Ai({type:Vr.UTCTime})],Io.prototype,"utcTime",void 0);Pi([Ai({type:Vr.GeneralizedTime})],Io.prototype,"generalTime",void 0);Io=Pi([Ci({type:jr.Choice})],Io);var Eo=function(){function e(e){this.notBefore=new Io(new Date);this.notAfter=new Io(new Date);if(e){this.notBefore=new Io(e.notBefore);this.notAfter=new Io(e.notAfter)}}return e}();Pi([Ai({type:Io})],Eo.prototype,"notBefore",void 0);Pi([Ai({type:Io})],Eo.prototype,"notAfter",void 0);var Po;var Do=function(){function e(t){if(t===void 0){t={}}this.extnID="";this.critical=e.CRITICAL;this.extnValue=new Ur;Object.assign(this,t)}return e}();Do.CRITICAL=false;Pi([Ai({type:Vr.ObjectIdentifier})],Do.prototype,"extnID",void 0);Pi([Ai({type:Vr.Boolean,defaultValue:Do.CRITICAL})],Do.prototype,"critical",void 0);Pi([Ai({type:Ur})],Do.prototype,"extnValue",void 0);var ko=Po=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Po.prototype);return r}return t}(Ii);ko=Po=Pi([Ci({type:jr.Sequence,itemType:Do})],ko);var Oo;(function(e){e[e["v1"]=0]="v1";e[e["v2"]=1]="v2";e[e["v3"]=2]="v3"})(Oo||(Oo={}));var xo=function(){function e(e){if(e===void 0){e={}}this.version=Oo.v1;this.serialNumber=new ArrayBuffer(0);this.signature=new Bo;this.issuer=new Li;this.validity=new Eo;this.subject=new Li;this.subjectPublicKeyInfo=new wo;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,context:0,defaultValue:Oo.v1})],xo.prototype,"version",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],xo.prototype,"serialNumber",void 0);Pi([Ai({type:Bo})],xo.prototype,"signature",void 0);Pi([Ai({type:Li})],xo.prototype,"issuer",void 0);Pi([Ai({type:Eo})],xo.prototype,"validity",void 0);Pi([Ai({type:Li})],xo.prototype,"subject",void 0);Pi([Ai({type:wo})],xo.prototype,"subjectPublicKeyInfo",void 0);Pi([Ai({type:Vr.BitString,context:1,implicit:true,optional:true})],xo.prototype,"issuerUniqueID",void 0);Pi([Ai({type:Vr.BitString,context:2,implicit:true,optional:true})],xo.prototype,"subjectUniqueID",void 0);Pi([Ai({type:ko,context:3,optional:true})],xo.prototype,"extensions",void 0);var _o=function(){function e(e){if(e===void 0){e={}}this.tbsCertificate=new xo;this.signatureAlgorithm=new Bo;this.signatureValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("C",_o);Pi([Ai({type:xo})],_o.prototype,"tbsCertificate",void 0);Pi([Ai({type:Bo})],_o.prototype,"signatureAlgorithm",void 0);Pi([Ai({type:Vr.BitString})],_o.prototype,"signatureValue",void 0);var To=function(){function e(e){if(e===void 0){e={}}this.userCertificate=new ArrayBuffer(0);this.revocationDate=new Io;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,converter:zr})],To.prototype,"userCertificate",void 0);Pi([Ai({type:Io})],To.prototype,"revocationDate",void 0);Pi([Ai({type:Do,optional:true,repeated:"sequence"})],To.prototype,"crlEntryExtensions",void 0);var No=function(){function e(e){if(e===void 0){e={}}this.signature=new Bo;this.issuer=new Li;this.thisUpdate=new Io;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,optional:true})],No.prototype,"version",void 0);Pi([Ai({type:Bo})],No.prototype,"signature",void 0);Pi([Ai({type:Li})],No.prototype,"issuer",void 0);Pi([Ai({type:Io})],No.prototype,"thisUpdate",void 0);Pi([Ai({type:Io,optional:true})],No.prototype,"nextUpdate",void 0);Pi([Ai({type:To,repeated:"sequence",optional:true})],No.prototype,"revokedCertificates",void 0);Pi([Ai({type:Do,optional:true,context:0,repeated:"sequence"})],No.prototype,"crlExtensions",void 0);var Mo=function(){function e(e){if(e===void 0){e={}}this.tbsCertList=new No;this.signatureAlgorithm=new Bo;this.signature=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("_",Mo);Pi([Ai({type:No})],Mo.prototype,"tbsCertList",void 0);Pi([Ai({type:Bo})],Mo.prototype,"signatureAlgorithm",void 0);Pi([Ai({type:Vr.BitString})],Mo.prototype,"signature",void 0);var Ro=e("h","1.2.840.10045.2.1");var Ho="1.2.840.10045.4.1";var Lo="1.2.840.10045.4.3.1";var jo="1.2.840.10045.4.3.2";var Vo="1.2.840.10045.4.3.3";var Ko="1.2.840.10045.4.3.4";function Uo(e){return new Bo({algorithm:e})}Uo(Ho);Uo(Lo);Uo(jo);Uo(Vo);Uo(Ko);var Fo=e("j",function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}());Pi([Ai({type:Vr.ObjectIdentifier})],Fo.prototype,"namedCurve",void 0);Fo=e("j",Pi([Ci({type:jr.Choice})],Fo));var Go=function(){function e(e){if(e===void 0){e={}}this.version=1;this.privateKey=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Go.prototype,"version",void 0);Pi([Ai({type:Ur})],Go.prototype,"privateKey",void 0);Pi([Ai({type:Fo,context:0,optional:true})],Go.prototype,"parameters",void 0);Pi([Ai({type:Vr.BitString,context:1,optional:true})],Go.prototype,"publicKey",void 0);var qo=function(){function e(e){if(e===void 0){e={}}this.r=new ArrayBuffer(0);this.s=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,converter:zr})],qo.prototype,"r",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],qo.prototype,"s",void 0);var zo="1.2.840.113549.1.1";var Wo=e("k","".concat(zo,".1"));var Qo="".concat(zo,".7");var $o="".concat(zo,".9");var Jo="".concat(zo,".10");var Yo="".concat(zo,".2");var Zo="".concat(zo,".4");var Xo="".concat(zo,".5");var ea="".concat(zo,".12");var ta="".concat(zo,".13");var ra="".concat(zo,".15");var ia="".concat(zo,".16");var na="1.3.14.3.2.26";var oa="2.16.840.1.101.3.4.2.4";var aa="2.16.840.1.101.3.4.2.1";var sa="2.16.840.1.101.3.4.2.2";var ua="2.16.840.1.101.3.4.2.3";var ca="2.16.840.1.101.3.4.2.5";var la="2.16.840.1.101.3.4.2.6";var pa="1.2.840.113549.2.2";var fa="1.2.840.113549.2.5";var va="".concat(zo,".8");function ha(e){return new Bo({algorithm:e,parameters:null})}ha(pa);ha(fa);var da=ha(na);ha(oa);ha(aa);ha(sa);ha(ua);ha(ca);ha(la);var ya=new Bo({algorithm:va,parameters:Ei.serialize(da)});var ga=new Bo({algorithm:$o,parameters:Ei.serialize(Jr.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});ha(Wo);ha(Yo);ha(Zo);ha(Xo);ha(ra);ha(ia);ha(ea);ha(ta);ha(ra);ha(ia);var Sa=function(){function e(e){if(e===void 0){e={}}this.hashAlgorithm=new Bo(da);this.maskGenAlgorithm=new Bo({algorithm:va,parameters:Ei.serialize(da)});this.pSourceAlgorithm=new Bo(ga);Object.assign(this,e)}return e}();Pi([Ai({type:Bo,context:0,defaultValue:da})],Sa.prototype,"hashAlgorithm",void 0);Pi([Ai({type:Bo,context:1,defaultValue:ya})],Sa.prototype,"maskGenAlgorithm",void 0);Pi([Ai({type:Bo,context:2,defaultValue:ga})],Sa.prototype,"pSourceAlgorithm",void 0);new Bo({algorithm:Qo,parameters:Ei.serialize(new Sa)});var ma=function(){function e(e){if(e===void 0){e={}}this.hashAlgorithm=new Bo(da);this.maskGenAlgorithm=new Bo({algorithm:va,parameters:Ei.serialize(da)});this.saltLength=20;this.trailerField=1;Object.assign(this,e)}return e}();Pi([Ai({type:Bo,context:0,defaultValue:da})],ma.prototype,"hashAlgorithm",void 0);Pi([Ai({type:Bo,context:1,defaultValue:ya})],ma.prototype,"maskGenAlgorithm",void 0);Pi([Ai({type:Vr.Integer,context:2,defaultValue:20})],ma.prototype,"saltLength",void 0);Pi([Ai({type:Vr.Integer,context:3,defaultValue:1})],ma.prototype,"trailerField",void 0);new Bo({algorithm:Jo,parameters:Ei.serialize(new ma)});var Ca=function(){function e(e){if(e===void 0){e={}}this.digestAlgorithm=new Bo;this.digest=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Bo})],Ca.prototype,"digestAlgorithm",void 0);Pi([Ai({type:Ur})],Ca.prototype,"digest",void 0);var Aa;var ba=function(){function e(e){if(e===void 0){e={}}this.prime=new ArrayBuffer(0);this.exponent=new ArrayBuffer(0);this.coefficient=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,converter:zr})],ba.prototype,"prime",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],ba.prototype,"exponent",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],ba.prototype,"coefficient",void 0);var Ba=Aa=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Aa.prototype);return r}return t}(Ii);Ba=Aa=Pi([Ci({type:jr.Sequence,itemType:ba})],Ba);var wa=function(){function e(e){if(e===void 0){e={}}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,e)}return e}();Pi([Ai({type:Vr.Integer})],wa.prototype,"version",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"modulus",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"publicExponent",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"privateExponent",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"prime1",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"prime2",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"exponent1",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"exponent2",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],wa.prototype,"coefficient",void 0);Pi([Ai({type:Ba,optional:true})],wa.prototype,"otherPrimeInfos",void 0);var Ia=function(){function e(e){if(e===void 0){e={}}this.modulus=new ArrayBuffer(0);this.publicExponent=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("R",Ia);Pi([Ai({type:Vr.Integer,converter:zr})],Ia.prototype,"modulus",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],Ia.prototype,"publicExponent",void 0);var Ea,Pa;var Da=e("n","1.3.6.1.4.1.18227.2.1");var ka=e("p",Ea=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ea.prototype);return r}return t}(Ii));ka=e("p",Ea=Pi([Ci({type:jr.Sequence,itemType:Bo})],ka));var Oa=e("o",Pa=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Pa.prototype);return r}return t}(Ii));Oa=e("o",Pa=Pi([Ci({type:jr.Sequence,itemType:Vr.BitString})],Oa));var xa=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ur);var _a=function(){function e(e){if(e===void 0){e={}}this.encryptionAlgorithm=new Bo;this.encryptedData=new xa;Object.assign(this,e)}return e}();Pi([Ai({type:Bo})],_a.prototype,"encryptionAlgorithm",void 0);Pi([Ai({type:xa})],_a.prototype,"encryptedData",void 0);var Ta;var Na;(function(e){e[e["v1"]=0]="v1"})(Na||(Na={}));var Ma=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ur);var Ra=Ta=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ta.prototype);return r}return t}(Ii);Ra=Ta=Pi([Ci({type:jr.Sequence,itemType:so})],Ra);var Ha=function(){function e(e){if(e===void 0){e={}}this.version=Na.v1;this.privateKeyAlgorithm=new Bo;this.privateKey=new Ma;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Ha.prototype,"version",void 0);Pi([Ai({type:Bo})],Ha.prototype,"privateKeyAlgorithm",void 0);Pi([Ai({type:Ma})],Ha.prototype,"privateKey",void 0);Pi([Ai({type:Ra,implicit:true,context:0,optional:true})],Ha.prototype,"attributes",void 0);var La;var ja;(function(e){e[e["v1"]=0]="v1";e[e["v2"]=1]="v2"})(ja||(ja={}));var Va=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);Va=Pi([Ci({type:jr.Sequence})],Va);var Ka=function(){function e(){this.version=ja.v1;this.privateKeyAlgorithm=new Bo;this.privateKey=new ArrayBuffer(0)}return e}();Pi([Ai({type:Vr.Integer})],Ka.prototype,"version",void 0);Pi([Ai({type:Bo})],Ka.prototype,"privateKeyAlgorithm",void 0);Pi([Ai({type:Vr.OctetString})],Ka.prototype,"privateKey",void 0);Pi([Ai({type:Ra,context:0,implicit:true,optional:true})],Ka.prototype,"attributes",void 0);Pi([Ai({type:Vr.BitString,context:1,implicit:true,optional:true})],Ka.prototype,"publicKey",void 0);Ka=Pi([Ci({type:jr.Sequence})],Ka);var Ua=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ka);Ua=Pi([Ci({type:jr.Sequence})],Ua);var Fa=La=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,La.prototype);return r}return t}(Ii);Fa=La=Pi([Ci({type:jr.Sequence,itemType:Ka})],Fa);var Ga,qa;var za=e("l","2.16.840.1.114027.80.4.1");var Wa=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);Wa=Pi([Ci({type:jr.Sequence})],Wa);var Qa=e("m",Ga=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ga.prototype);return r}return t}(Ii));Qa=e("m",Ga=Pi([Ci({type:jr.Sequence,itemType:wo})],Qa));var $a=qa=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,qa.prototype);return r}return t}(Ii);$a=qa=Pi([Ci({type:jr.Sequence,itemType:Ka})],$a);
|
|
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 Ja=undefined&&undefined.__classPrivateFieldSet||function(e,t,r,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof t==="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(e,r):n?n.value=r:t.set(e,r),r};var Ya=undefined&&undefined.__classPrivateFieldGet||function(e,t,r,i){if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t==="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?i:r==="a"?i.call(e):i?i.value:t.get(e)};var Za;var Xa=function(){function e(e){Za.set(this,new Li);if(i.BufferSourceConverter.isBufferSource(e)){Ja(this,Za,Bi.parse(e,Li),"f")}else{Ja(this,Za,e,"f")}}e.prototype.toJSON=function(){var e=[];Ya(this,Za,"f").forEach((function(t){return t.forEach((function(t){e.push({type:t.type,name:fe[t.type],shortName:pe[t.type],value:t.value.toString()})}))}));return e};return e}();e("N",Xa);Za=new WeakMap;var es;var ts="".concat(Gi,".2");var rs;(function(e){e[e["picture"]=0]="picture";e[e["handwrittenSignature"]=1]="handwrittenSignature"})(rs||(rs={}));var is=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],is.prototype,"predefinedBiometricType",void 0);Pi([Ai({type:Vr.ObjectIdentifier})],is.prototype,"biometricDataOid",void 0);is=Pi([Ci({type:jr.Choice})],is);var ns=function(){function e(e){if(e===void 0){e={}}this.typeOfBiometricData=new is;this.hashAlgorithm=new Bo;this.biometricDataHash=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:is})],ns.prototype,"typeOfBiometricData",void 0);Pi([Ai({type:Bo})],ns.prototype,"hashAlgorithm",void 0);Pi([Ai({type:Ur})],ns.prototype,"biometricDataHash",void 0);Pi([Ai({type:Vr.IA5String,optional:true})],ns.prototype,"sourceDataUri",void 0);var os=e("aI",es=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,es.prototype);return r}return t}(Ii));os=e("aI",es=Pi([Ci({type:jr.Sequence,itemType:ns})],os));var as="".concat(Fi,".11");var ss,us;var cs="".concat(Gi,".3");var ls=function(){function e(){this.statementId="";this.statementInfo=new ArrayBuffer(0)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],ls.prototype,"statementId",void 0);Pi([Ai({type:Vr.Any,optional:true})],ls.prototype,"statementInfo",void 0);var ps=e("ag","".concat(as,".2"));var fs=ss=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,ss.prototype);return r}return t}(Ii);fs=ss=Pi([Ci({type:jr.Sequence,itemType:Ui})],fs);var vs=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("ah",vs);Pi([Ai({type:Vr.ObjectIdentifier,optional:true})],vs.prototype,"semanticsIdentifier",void 0);Pi([Ai({type:fs,optional:true})],vs.prototype,"nameRegistrationAuthorities",void 0);var hs=e("ay",us=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,us.prototype);return r}return t}(Ii));hs=e("ay",us=Pi([Ci({type:jr.Sequence,itemType:ls})],hs));var ds=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ti);ds=Pi([Ci({type:jr.Choice})],ds);var ys;(function(e){e["M"]="M";e["F"]="F";e["m"]="m";e["f"]="f"})(ys||(ys={}));var gs;var Ss=gs=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,gs.prototype);return r}return t}(dn);Ss=gs=Pi([Ci({type:jr.Sequence})],Ss);var ms="1.3.6.1.4.1.311.21.7";var Cs=function(){function e(e){if(e===void 0){e={}}this.templateID="";this.templateMajorVersion=0;this.templateMinorVersion=0;Object.assign(this,e)}return e}();e("av",Cs);Pi([Ai({type:Vr.ObjectIdentifier})],Cs.prototype,"templateID",void 0);Pi([Ai({type:Vr.Integer})],Cs.prototype,"templateMajorVersion",void 0);Pi([Ai({type:Vr.Integer})],Cs.prototype,"templateMinorVersion",void 0);var As="1.3.6.1.4.1.311.20.2";var bs=function(){function e(e){if(e===void 0){e={}}this.name="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Utf8String})],bs.prototype,"name",void 0);var Bs=e("aw",function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}e.prototype.toString=function(){var e,t;return((e=this.name)===null||e===void 0?void 0:e.toString())||((t=this.spec)===null||t===void 0?void 0:t.name)||""};return e}());Pi([Ai({type:Ti})],Bs.prototype,"name",void 0);Pi([Ai({type:bs})],Bs.prototype,"spec",void 0);Bs=e("aw",Pi([Ci({type:jr.Choice})],Bs));var ws="1.3.6.1.4.1.311.21.1";var Is=e("ax",function(){function e(){this.value=new ArrayBuffer(0)}e.prototype.toString=function(){var e=this.getVersion();return"V".concat(e.certificateIndex,".").concat(e.keyIndex)};e.prototype.getVersion=function(){var e=new Uint8Array(this.value);if(this.value.byteLength<4){e=new Uint8Array(4);e.set(new Uint8Array(this.value),4-this.value.byteLength)}return{keyIndex:parseInt(i.Convert.ToHex(e.slice(0,2)),16),certificateIndex:parseInt(i.Convert.ToHex(e.slice(2)),16)}};return e}());Pi([Ai({type:Vr.Integer,converter:zr})],Is.prototype,"value",void 0);Is=e("ax",Pi([Ci({type:jr.Choice})],Is));var Es=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vr.NumericString})],Es.prototype,"numericString",void 0);Pi([Ai({type:Vr.PrintableString})],Es.prototype,"printableString",void 0);Pi([Ai({type:Vr.TeletexString})],Es.prototype,"teletexString",void 0);Pi([Ai({type:Vr.VideotexString})],Es.prototype,"videotexString",void 0);Pi([Ai({type:Vr.IA5String})],Es.prototype,"ia5String",void 0);Pi([Ai({type:Vr.GraphicString})],Es.prototype,"graphicString",void 0);Pi([Ai({type:Vr.VisibleString})],Es.prototype,"visibleString",void 0);Pi([Ai({type:Vr.GeneralString})],Es.prototype,"generalString",void 0);Pi([Ai({type:Vr.UniversalString})],Es.prototype,"universalString",void 0);Pi([Ai({type:Vr.BmpString})],Es.prototype,"bmpString",void 0);Es=Pi([Ci({type:jr.Choice})],Es);var Ps=function(){function e(e){if(e===void 0){e=new ArrayBuffer(0)}this.value=e}return e}();Pi([Ai({type:Vr.Any})],Ps.prototype,"value",void 0);Ps=Pi([Ci({type:jr.Choice})],Ps);var Ds;var ks=Ds=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ds.prototype);return r}return t}(ko);ks=Ds=Pi([Ci({type:jr.Sequence})],ks);var Os=function(){function e(e){if(e===void 0){e={}}this.keySpec=0;this.cspName="";this.signature=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Os.prototype,"keySpec",void 0);Pi([Ai({type:Vr.BmpString})],Os.prototype,"cspName",void 0);Pi([Ai({type:Vr.BitString})],Os.prototype,"signature",void 0);var xs;var _s=xs=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,xs.prototype);return r}return t}(Ii);_s=xs=Pi([Ci({type:jr.Sequence,itemType:Vr.Any})],_s);var Ts;var Ns=Ts=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ts.prototype);return r}return t}(Ii);Ns=Ts=Pi([Ci({type:jr.Sequence,itemType:Vr.Any})],Ns);var Ms;var Rs=function(){function e(e){if(e===void 0){e={}}this.name="";this.value="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.BmpString})],Rs.prototype,"name",void 0);Pi([Ai({type:Vr.BmpString})],Rs.prototype,"value",void 0);var Hs=Ms=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ms.prototype);return r}return t}(Ii);Hs=Ms=Pi([Ci({type:jr.Sequence,itemType:Rs})],Hs);var Ls=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Vi);Ls=Pi([Ci({type:jr.Sequence})],Ls);var js=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Vi);js=Pi([Ci({type:jr.Sequence})],js);var Vs=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(_o);Vs=Pi([Ci({type:jr.Sequence})],Vs);var Ks=function(){function e(e){if(e===void 0){e={}}this.clientId=0;this.machineName="";this.userName="";this.processName="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Ks.prototype,"clientId",void 0);Pi([Ai({type:Vr.Utf8String})],Ks.prototype,"machineName",void 0);Pi([Ai({type:Vr.Utf8String})],Ks.prototype,"userName",void 0);Pi([Ai({type:Vr.Utf8String})],Ks.prototype,"processName",void 0);var Us="2.16.840.1.113730";var Fs="".concat(Us,".1");var Gs=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],Gs.prototype,"value",void 0);Gs=Pi([Ci({type:jr.Choice})],Gs);var qs=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],qs.prototype,"value",void 0);qs=Pi([Ci({type:jr.Choice})],qs);var zs=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],zs.prototype,"value",void 0);zs=Pi([Ci({type:jr.Choice})],zs);var Ws=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],Ws.prototype,"value",void 0);Ws=Pi([Ci({type:jr.Choice})],Ws);var Qs="".concat(Fs,".1");var $s;(function(e){e[e["sslClient"]=1]="sslClient";e[e["sslServer"]=2]="sslServer";e[e["sMime"]=4]="sMime";e[e["objectSigning"]=8]="objectSigning";e[e["sslCa"]=32]="sslCa";e[e["sMimeCa"]=64]="sMimeCa";e[e["objectSigningCa"]=128]="objectSigningCa"})($s||($s={}));var Js=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.toJSON=function(){var e=this.toNumber();var t=[];if(e&$s.objectSigning){t.push("objectSigning")}if(e&$s.objectSigningCa){t.push("objectSigningCa")}if(e&$s.sMime){t.push("sMime")}if(e&$s.sMimeCa){t.push("sMimeCa")}if(e&$s.sslCa){t.push("sslCa")}if(e&$s.sslClient){t.push("sslClient")}if(e&$s.sslServer){t.push("sslServer")}return t};t.prototype.toString=function(){return"[".concat(this.toJSON().join(", "),"]")};return t}(Kr);e("aA",Js);var Ys="".concat(Fs,".13");var Zs=e("az",function(){function e(e){this.value="";if(e){this.value=e}}return e}());Pi([Ai({type:Vr.IA5String})],Zs.prototype,"value",void 0);Zs=e("az",Pi([Ci({type:jr.Choice})],Zs));var Xs=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],Xs.prototype,"value",void 0);Xs=Pi([Ci({type:jr.Choice})],Xs);var eu=function(){function e(e){this.value="";if(e){this.value=e}}return e}();Pi([Ai({type:Vr.IA5String})],eu.prototype,"value",void 0);eu=Pi([Ci({type:jr.Choice})],eu);var tu="1.3.6.1.4.1.52266.1";var ru=function(){function e(e){if(e===void 0){e={}}this.leiCode="";Object.assign(this,e)}return e}();Pi([Ai({type:ir})],ru.prototype,"leiCode",void 0);Pi([Ai({type:ir,context:0,optional:true})],ru.prototype,"leiRole",void 0);ru=Pi([Ci({type:jr.Sequence})],ru);var iu=function(){function e(e){if(e){this.text=e}}Object.defineProperty(e.prototype,"text",{get:function(){if(this.bmpString!==undefined){return this.bmpString}if(this.ia5String!==undefined){return this.ia5String}if(this.printableString!==undefined){return this.printableString}if(this.utf8String!==undefined){return this.utf8String}if(this.visibleString!==undefined){return this.visibleString}return undefined},set:function(e){this.printableString=e},enumerable:false,configurable:true});return e}();Pi([Ai({type:Vr.IA5String})],iu.prototype,"ia5String",void 0);Pi([Ai({type:Vr.VisibleString})],iu.prototype,"visibleString",void 0);Pi([Ai({type:Vr.BmpString})],iu.prototype,"bmpString",void 0);Pi([Ai({type:Vr.Utf8String})],iu.prototype,"utf8String",void 0);Pi([Ai({type:Vr.PrintableString})],iu.prototype,"printableString",void 0);iu=Pi([Ci({type:jr.Choice})],iu);var nu=e("aC",function(e){__extends(t,e);function t(t){var r=e.call(this)||this;if(typeof t==="string"){r.text=t}else if(t instanceof ru){r.struct=t}return r}return t}(iu));Pi([Ai({type:ru})],nu.prototype,"struct",void 0);nu=e("aC",Pi([Ci({type:jr.Choice})],nu));var ou="1.3.6.1.4.1.52266.2";var au=e("aB",function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(iu));au=e("aB",Pi([Ci({type:jr.Choice})],au));var su=function(){function e(e){this.offset=0;this.view=i.BufferSourceConverter.toUint8Array(e)}Object.defineProperty(e.prototype,"position",{get:function(){return this.offset},enumerable:false,configurable:true});e.prototype.read=function(e){if(e===void 0){e=1}var t=this.view.slice(this.offset,this.offset+e);this.offset=this.offset+t.length;return t};e.prototype.readByte=function(){var e=this.read();if(!e.length){throw new Error("End of stream")}return e[0]};e.prototype.readNumber=function(e){var t=this.read(e);var r=i.Convert.ToHex(t);return parseInt(r,16)};e.prototype.readEnd=function(){return this.read(this.view.length-this.offset)};e.prototype.reset=function(){this.offset=0};return e}();var uu=function(){function e(){}e.createStream=function(e){var t=i.BufferSourceConverter.toUint8Array(e);return new su(t)};return e}();var cu;(function(e){e[e["certificateTimestamp"]=0]="certificateTimestamp";e[e["treeHash"]=1]="treeHash"})(cu||(cu={}));var lu;(function(e){e[e["none"]=0]="none";e[e["md5"]=1]="md5";e[e["sha1"]=2]="sha1";e[e["sha224"]=3]="sha224";e[e["sha256"]=4]="sha256";e[e["sha384"]=5]="sha384";e[e["sha512"]=6]="sha512"})(lu||(lu={}));var pu;(function(e){e[e["anonymous"]=0]="anonymous";e[e["rsa"]=1]="rsa";e[e["dsa"]=2]="dsa";e[e["ecdsa"]=3]="ecdsa"})(pu||(pu={}));var fu=function(e){__extends(t,e);function t(t){var r=e.call(this)||this;r.version=0;r.logId=new ArrayBuffer(32);r.timestamp=new Date;r.extensions=new ArrayBuffer(0);r.hashAlgorithm=0;r.signatureAlgorithm=0;r.signature=new ArrayBuffer(0);if(t){r.parse(t)}return r}t.prototype.parse=function(e){this.version=e.readByte();e.read(2);this.logId=i.BufferSourceConverter.toArrayBuffer(e.read(32));this.timestamp=new Date(e.readNumber(8));var t=e.readNumber(2);this.extensions=e.read(t).buffer;this.hashAlgorithm=e.readByte();this.signatureAlgorithm=e.readByte();this.signature=e.read(e.readNumber(2)).buffer};t.prototype.toJSON=function(){return{version:this.version,logId:i.Convert.ToHex(this.logId),timestamp:this.timestamp,extensions:i.Convert.ToBase64(this.extensions),hashAlgorithm:lu[this.hashAlgorithm]||"undefined",signatureAlgorithm:pu[this.signatureAlgorithm]||"undefined",signature:i.Convert.ToBase64(this.signature)}};return t}(uu);var vu="1.3.6.1.4.1.11129.2.4.2";var hu=function(e){__extends(t,e);function t(){var t=e.apply(this,arguments)||this;t.items=[];return t}t.prototype.fromASN=function(t){e.prototype.fromASN.call(this,t);var r=new su(this.buffer);var i=r.readNumber(2);this.items=[];while(r.position<i){this.items.push(new fu(r))}return this};t.prototype.toJSON=function(){return this.items.map((function(e){return e.toJSON()}))};return t}(Ur);e("at",hu);var du;(function(e){e[e["v1"]=1]="v1"})(du||(du={}));var yu="1.2.840.113583.1.1.9.2";var gu=function(){function e(e){if(e===void 0){e={}}this.version=du.v1;Object.assign(this,e)}return e}();e("aE",gu);Pi([Ai({type:Vr.Integer})],gu.prototype,"version",void 0);var Su="1.2.840.113583.1.1.9.1";var mu=function(){function e(e){if(e===void 0){e={}}this.version=du.v1;this.location=new Ui;this.requiresAuth=false;Object.assign(this,e)}return e}();e("aD",mu);Pi([Ai({type:Vr.Integer})],mu.prototype,"version",void 0);Pi([Ai({type:Ui})],mu.prototype,"location",void 0);Pi([Ai({type:Vr.Boolean,defaultValue:false,optional:true})],mu.prototype,"requiresAuth",void 0);var Cu=function(){function e(e){if(e===void 0){e={}}this.hashAlg=new Bo;this.hashValue=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Bo})],Cu.prototype,"hashAlg",void 0);Pi([Ai({type:Ur})],Cu.prototype,"hashValue",void 0);var Au=function(){function e(e){if(e===void 0){e={}}this.mediaType="";this.logotypeHash=[];this.logotypeURI=[];Object.assign(this,e)}return e}();Pi([Ai({type:Vr.IA5String})],Au.prototype,"mediaType",void 0);Pi([Ai({type:Cu,repeated:"sequence"})],Au.prototype,"logotypeHash",void 0);Pi([Ai({type:Vr.IA5String,repeated:"sequence"})],Au.prototype,"logotypeURI",void 0);var bu;(function(e){e[e["mono"]=1]="mono";e[e["stereo"]=2]="stereo";e[e["quad"]=4]="quad"})(bu||(bu={}));var Bu=function(){function e(e){if(e===void 0){e={}}this.fileSize=0;this.playTime=0;this.channels=bu.mono;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Bu.prototype,"fileSize",void 0);Pi([Ai({type:Vr.Integer})],Bu.prototype,"playTime",void 0);Pi([Ai({type:Vr.Integer})],Bu.prototype,"channels",void 0);Pi([Ai({type:Vr.Integer,implicit:true,context:3,optional:true})],Bu.prototype,"sampleRate",void 0);Pi([Ai({type:Vr.IA5String,implicit:true,context:4,optional:true})],Bu.prototype,"language",void 0);var wu=function(){function e(e){if(e===void 0){e={}}this.audioDetails=new Au;Object.assign(this,e)}return e}();Pi([Ai({type:Au})],wu.prototype,"audioDetails",void 0);Pi([Ai({type:Bu,optional:true})],wu.prototype,"audioInfo",void 0);var Iu=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,context:1,implicit:true})],Iu.prototype,"numBits",void 0);Pi([Ai({type:Vr.Integer,context:2,implicit:true})],Iu.prototype,"tableSize",void 0);Iu=Pi([Ci({type:jr.Choice})],Iu);var Eu;(function(e){e[e["grayScale"]=0]="grayScale";e[e["color"]=1]="color"})(Eu||(Eu={}));var Pu=function(){function e(e){if(e===void 0){e={}}this.type=Eu.color;this.fileSize=0;this.xSize=0;this.ySize=0;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,context:0,implicit:true,defaultValue:Eu.color})],Pu.prototype,"type",void 0);Pi([Ai({type:Vr.Integer})],Pu.prototype,"fileSize",void 0);Pi([Ai({type:Vr.Integer})],Pu.prototype,"xSize",void 0);Pi([Ai({type:Vr.Integer})],Pu.prototype,"ySize",void 0);Pi([Ai({type:Iu})],Pu.prototype,"resolution",void 0);Pi([Ai({type:Vr.IA5String,context:4,implicit:true,optional:true})],Pu.prototype,"language",void 0);var Du=function(){function e(e){if(e===void 0){e={}}this.imageDetails=new Au;Object.assign(this,e)}return e}();Pi([Ai({type:Au})],Du.prototype,"imageDetails",void 0);Pi([Ai({type:Pu,optional:true})],Du.prototype,"imageInfo",void 0);var ku=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Du,repeated:"sequence",optional:true})],ku.prototype,"image",void 0);Pi([Ai({type:wu,repeated:"sequence",context:1,optional:true})],ku.prototype,"audio",void 0);var Ou=function(){function e(e){if(e===void 0){e={}}this.refStructHash=[];this.refStructURI=[];Object.assign(this,e)}return e}();Pi([Ai({type:Cu,repeated:"sequence"})],Ou.prototype,"refStructHash",void 0);Pi([Ai({type:Vr.IA5String,repeated:"sequence"})],Ou.prototype,"refStructURI",void 0);var xu=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:ku,implicit:true,context:0})],xu.prototype,"direct",void 0);Pi([Ai({type:Ou,implicit:true,context:1})],xu.prototype,"indirect",void 0);xu=Pi([Ci({type:jr.Choice})],xu);var _u=function(){function e(e){if(e===void 0){e={}}this.logotypeType="";this.info=new xu;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],_u.prototype,"logotypeType",void 0);Pi([Ai({type:xu})],_u.prototype,"info",void 0);var Tu=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();e("aJ",Tu);Pi([Ai({type:xu,context:0,repeated:"sequence",optional:true})],Tu.prototype,"communityLogos",void 0);Pi([Ai({type:xu,context:1,optional:true})],Tu.prototype,"issuerLogo",void 0);Pi([Ai({type:xu,context:2,optional:true})],Tu.prototype,"subjectLogo",void 0);Pi([Ai({type:_u,context:3,repeated:"sequence",optional:true})],Tu.prototype,"otherLogos",void 0);var Nu="1.3.6.1.5.5.7.1.12";var Mu,Ru,Hu;var Lu="1.3.6.1.5.5.7";var ju="".concat(Lu,".1");var Vu=Mu=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Mu.prototype);return r}return t}(Ii);Vu=Mu=Pi([Ci({type:jr.Sequence,itemType:Vr.IA5String})],Vu);var Ku=function(){function e(e){if(e===void 0){e={}}this.claim="";this.permitted=[];Object.assign(this,e)}return e}();Pi([Ai({type:Vr.IA5String})],Ku.prototype,"claim",void 0);Pi([Ai({type:Vr.Utf8String,repeated:"sequence"})],Ku.prototype,"permitted",void 0);var Uu=Ru=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ru.prototype);return r}return t}(Ii);Uu=Ru=Pi([Ci({type:jr.Sequence,itemType:Ku})],Uu);var Fu=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vu,optional:true,context:0})],Fu.prototype,"mustInclude",void 0);Pi([Ai({type:Uu,optional:true,context:1})],Fu.prototype,"permittedValues",void 0);var Gu="".concat(ju,".26");var qu=function(){function e(){this.start="";this.count=2}return e}();Pi([Ai({type:Vr.IA5String})],qu.prototype,"start",void 0);Pi([Ai({type:Vr.Integer})],qu.prototype,"count",void 0);var zu=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Vr.IA5String,context:0})],zu.prototype,"spc",void 0);Pi([Ai({type:qu,context:1})],zu.prototype,"range",void 0);Pi([Ai({type:Vr.IA5String,context:2})],zu.prototype,"one",void 0);zu=Pi([Ci({type:jr.Choice})],zu);var Wu=e("aK",Hu=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Hu.prototype);return r}return t}(Ii));Wu=e("aK",Hu=Pi([Ci({type:jr.Sequence,itemType:zu})],Wu));
|
|
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 Qu=undefined&&undefined.__classPrivateFieldSet||function(e,t,r,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof t==="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(e,r):n?n.value=r:t.set(e,r),r};var $u=undefined&&undefined.__classPrivateFieldGet||function(e,t,r,i){if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t==="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?i:r==="a"?i.call(e):i?i.value:t.get(e)};var Ju,Yu;var Zu=function(){function e(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}Ju.set(this,void 0);Yu.set(this,void 0);if(e.length===1){Qu(this,Ju,e[0],"f");Qu(this,Yu,Ei.serialize($u(this,Ju,"f")),"f")}else{Qu(this,Ju,Ei.parse(e[0],e[1]),"f");Qu(this,Yu,i.BufferSourceConverter.toArrayBuffer(e[0]),"f")}}Object.defineProperty(e.prototype,"asn",{get:function(){return $u(this,Ju,"f")},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"raw",{get:function(){return $u(this,Yu,"f")},enumerable:false,configurable:true});return e}();e("A",Zu);Ju=new WeakMap,Yu=new WeakMap;
|
|
83
|
+
/**
|
|
84
|
+
* @license
|
|
85
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
86
|
+
*
|
|
87
|
+
* This source code is licensed under the MIT license found in the
|
|
88
|
+
* LICENSE file in the root directory of this source tree.
|
|
89
|
+
*/var Xu=function(e){__extends(t,e);function t(t){var r=e.call(this,t,Do)||this;var n=r.getAsnExtnValue();try{switch(r.asn.extnID){case Wi:r.value=Bi.parse(n,$i);break;case Ji:r.value=Bi.parse(n,Zi);break;case Xi:r.value=Bi.parse(n,en);break;case on:r.value=Bi.parse(n,an);break;case un:r.value=Bi.parse(n,dn);break;case An:case"2.5.29.46":r.value=Bi.parse(n,En);break;case kn:r.value=Bi.parse(n,On);break;case xn:r.value=Bi.parse(n,Tn);break;case Mn:r.value=Bi.parse(n,Rn);break;case Hn:r.value=Bi.parse(n,Ln);break;case jn:r.value=Bi.parse(n,Vn);break;case Un:r.value=Bi.parse(n,Fn);break;case Gn:r.value=Bi.parse(n,zn);break;case Qn:r.value=Bi.parse(n,Yn);break;case Zn:r.value=Bi.parse(n,Xn);break;case to:r.value=Bi.parse(n,io);break;case oo:r.value=Bi.parse(n,ao);break;case co:r.value=Bi.parse(n,lo);break;case po:r.value=Bi.parse(n,fo);break;case cs:r.value=Bi.parse(n,hs);break;case ms:r.value=Bi.parse(n,Cs);break;case As:r.value=Bi.parse(n,Bs);break;case Ys:r.value=Bi.parse(n,Zs);break;case Qs:r.value=Bi.parse(n,Js);break;case ws:r.value=Bi.parse(n,Is);break;case vu:r.value=Bi.parse(n,hu);break;case tu:r.value=Bi.parse(n,nu);break;case ou:r.value=Bi.parse(n,au);break;case Su:r.value=Bi.parse(n,mu);break;case yu:r.value=Bi.parse(n,gu);break;case vo:r.value=Bi.parse(n,ho);break;case yo:r.value=Bi.parse(n,mo);break;case"2.16.724.1.2.2.4.1":case ts:r.value=Bi.parse(n,os);break;case Nu:r.value=Bi.parse(n,Tu);break;case Gu:r.value=Bi.parse(n,Wu);break;case Ao:r.value=Bi.parse(n,bo);break;case yn:r.value=Bi.parse(n,gn);break;case Sn:r.value=Bi.parse(n,mn);break;default:console.warn("Didn't detect parser for \"".concat(r.asn.extnID,'" extension.'));r.value=i.Convert.ToHex(n)}}catch(e){console.error('Error parse "'.concat(r.asn.extnID,'" extension:'),e.message);r.value=i.Convert.ToHex(n)}return r}t.prototype.getAsnExtnValue=function(){return this.asn.extnValue.buffer};return t}(Zu);e("E",Xu);
|
|
90
|
+
/**
|
|
91
|
+
* @license
|
|
92
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
93
|
+
*
|
|
94
|
+
* This source code is licensed under the MIT license found in the
|
|
95
|
+
* LICENSE file in the root directory of this source tree.
|
|
96
|
+
*/var ec=function(){function e(){this.providers=new Map;var t=window.crypto||window.msCrypto;if(typeof t!=="undefined"){this.set(e.DEFAULT,t)}}e.isCryptoKeyPair=function(e){return e&&e.privateKey&&e.publicKey};e.prototype.get=function(t){if(t===void 0){t=e.DEFAULT}var r=this.providers.get(t.toLowerCase());if(!r){throw new Error("Cannot get Crypto by name '".concat(t,"'"))}return r};e.prototype.set=function(t,r){if(typeof t==="string"){if(!r){throw new TypeError("Argument 'value' is required")}this.providers.set(t.toLowerCase(),r)}else{this.providers.set(e.DEFAULT,t)}return this};return e}();ec.DEFAULT="default";var tc=new ec;var rc=/-----BEGIN [^-]+-----([A-Za-z0-9+/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+/=\s]+)====/;var ic=function(e){var t=rc.exec(e);return t?t[1]||t[2]:e};var nc=e("q",(function(e){return e.replace(/(.{32})/g,"$1\n").replace(/(.{4})/g,"$1 ").trim()}));var oc=e("r",(function(e){return e.replace(/(.{64})/g,"$1\n")}));var ac=e("e",(function(e){var t=ic(e);var r;if(o(t)){r=i.Convert.FromHex(t)}else if(p(t)||a(t)){r=i.Convert.FromBase64(t)}else{r=i.Convert.FromBinary(e)}return r}));var sc=e("s",(function(e,t){return __awaiter(n,void 0,void 0,(function(){var r;return __generator(this,(function(i){r=tc.get();if(r.subtle){return[2,r.subtle.digest(e,t)]}return[2,undefined]}))}))}));var uc=function(){function e(e){if(e===void 0){e={}}this.acIssuer=new Ui;this.acSerial=0;this.attrs=[];Object.assign(this,e)}return e}();Pi([Ai({type:Ui})],uc.prototype,"acIssuer",void 0);Pi([Ai({type:Vr.Integer})],uc.prototype,"acSerial",void 0);Pi([Ai({type:so,repeated:"sequence"})],uc.prototype,"attrs",void 0);var cc;var lc=cc=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,cc.prototype);return r}return t}(Ii);lc=cc=Pi([Ci({type:jr.Sequence,itemType:Vr.ObjectIdentifier})],lc);var pc=function(){function e(e){if(e===void 0){e={}}this.permitUnSpecified=true;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer,optional:true})],pc.prototype,"pathLenConstraint",void 0);Pi([Ai({type:lc,implicit:true,context:0,optional:true})],pc.prototype,"permittedAttrs",void 0);Pi([Ai({type:lc,implicit:true,context:1,optional:true})],pc.prototype,"excludedAttrs",void 0);Pi([Ai({type:Vr.Boolean,defaultValue:true})],pc.prototype,"permitUnSpecified",void 0);var fc=function(){function e(e){if(e===void 0){e={}}this.issuer=new rn;this.serial=new ArrayBuffer(0);this.issuerUID=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:rn})],fc.prototype,"issuer",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],fc.prototype,"serial",void 0);Pi([Ai({type:Vr.BitString,optional:true})],fc.prototype,"issuerUID",void 0);var vc;(function(e){e[e["publicKey"]=0]="publicKey";e[e["publicKeyCert"]=1]="publicKeyCert";e[e["otherObjectTypes"]=2]="otherObjectTypes"})(vc||(vc={}));var hc=function(){function e(e){if(e===void 0){e={}}this.digestedObjectType=vc.publicKey;this.digestAlgorithm=new Bo;this.objectDigest=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Enumerated})],hc.prototype,"digestedObjectType",void 0);Pi([Ai({type:Vr.ObjectIdentifier,optional:true})],hc.prototype,"otherObjectTypeID",void 0);Pi([Ai({type:Bo})],hc.prototype,"digestAlgorithm",void 0);Pi([Ai({type:Vr.BitString})],hc.prototype,"objectDigest",void 0);var dc=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:rn,optional:true})],dc.prototype,"issuerName",void 0);Pi([Ai({type:fc,context:0,implicit:true,optional:true})],dc.prototype,"baseCertificateID",void 0);Pi([Ai({type:hc,context:1,implicit:true,optional:true})],dc.prototype,"objectDigestInfo",void 0);var yc=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ui,repeated:"sequence"})],yc.prototype,"v1Form",void 0);Pi([Ai({type:dc,context:0,implicit:true})],yc.prototype,"v2Form",void 0);yc=Pi([Ci({type:jr.Choice})],yc);var gc=function(){function e(e){if(e===void 0){e={}}this.notBeforeTime=new Date;this.notAfterTime=new Date;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.GeneralizedTime})],gc.prototype,"notBeforeTime",void 0);Pi([Ai({type:Vr.GeneralizedTime})],gc.prototype,"notAfterTime",void 0);var Sc=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:fc,implicit:true,context:0,optional:true})],Sc.prototype,"baseCertificateID",void 0);Pi([Ai({type:rn,implicit:true,context:1,optional:true})],Sc.prototype,"entityName",void 0);Pi([Ai({type:hc,implicit:true,context:2,optional:true})],Sc.prototype,"objectDigestInfo",void 0);var mc;(function(e){e[e["v2"]=1]="v2"})(mc||(mc={}));var Cc=function(){function e(e){if(e===void 0){e={}}this.version=mc.v2;this.holder=new Sc;this.issuer=new yc;this.signature=new Bo;this.serialNumber=new ArrayBuffer(0);this.attrCertValidityPeriod=new gc;this.attributes=[];Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Cc.prototype,"version",void 0);Pi([Ai({type:Sc})],Cc.prototype,"holder",void 0);Pi([Ai({type:yc})],Cc.prototype,"issuer",void 0);Pi([Ai({type:Bo})],Cc.prototype,"signature",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],Cc.prototype,"serialNumber",void 0);Pi([Ai({type:gc})],Cc.prototype,"attrCertValidityPeriod",void 0);Pi([Ai({type:so,repeated:"sequence"})],Cc.prototype,"attributes",void 0);Pi([Ai({type:Vr.BitString,optional:true})],Cc.prototype,"issuerUniqueID",void 0);Pi([Ai({type:ko,optional:true})],Cc.prototype,"extensions",void 0);var Ac=function(){function e(e){if(e===void 0){e={}}this.acinfo=new Cc;this.signatureAlgorithm=new Bo;this.signatureValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("Y",Ac);Pi([Ai({type:Cc})],Ac.prototype,"acinfo",void 0);Pi([Ai({type:Bo})],Ac.prototype,"signatureAlgorithm",void 0);Pi([Ai({type:Vr.BitString})],Ac.prototype,"signatureValue",void 0);var bc;(function(e){e[e["unmarked"]=1]="unmarked";e[e["unclassified"]=2]="unclassified";e[e["restricted"]=4]="restricted";e[e["confidential"]=8]="confidential";e[e["secret"]=16]="secret";e[e["topSecret"]=32]="topSecret"})(bc||(bc={}));var Bc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Kr);var wc=function(){function e(e){if(e===void 0){e={}}this.type="";this.value=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier,implicit:true,context:0})],wc.prototype,"type",void 0);Pi([Ai({type:Vr.Any,implicit:true,context:1})],wc.prototype,"value",void 0);var Ic=function(){function e(e){if(e===void 0){e={}}this.policyId="";this.classList=new Bc(bc.unclassified);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Ic.prototype,"policyId",void 0);Pi([Ai({type:Bc,defaultValue:new Bc(bc.unclassified)})],Ic.prototype,"classList",void 0);Pi([Ai({type:wc,repeated:"set"})],Ic.prototype,"securityCategories",void 0);var Ec=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ur})],Ec.prototype,"cotets",void 0);Pi([Ai({type:Vr.ObjectIdentifier})],Ec.prototype,"oid",void 0);Pi([Ai({type:Vr.Utf8String})],Ec.prototype,"string",void 0);var Pc=function(){function e(e){if(e===void 0){e={}}this.values=[];Object.assign(this,e)}return e}();Pi([Ai({type:rn,implicit:true,context:0,optional:true})],Pc.prototype,"policyAuthority",void 0);Pi([Ai({type:Ec,repeated:"sequence"})],Pc.prototype,"values",void 0);var Dc;var kc=function(){function e(e){if(e===void 0){e={}}this.targetCertificate=new fc;Object.assign(this,e)}return e}();Pi([Ai({type:fc})],kc.prototype,"targetCertificate",void 0);Pi([Ai({type:Ui,optional:true})],kc.prototype,"targetName",void 0);Pi([Ai({type:hc,optional:true})],kc.prototype,"certDigestInfo",void 0);var Oc=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ui,context:0,implicit:true})],Oc.prototype,"targetName",void 0);Pi([Ai({type:Ui,context:1,implicit:true})],Oc.prototype,"targetGroup",void 0);Pi([Ai({type:kc,context:2,implicit:true})],Oc.prototype,"targetCert",void 0);Oc=Pi([Ci({type:jr.Choice})],Oc);var xc=Dc=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Dc.prototype);return r}return t}(Ii);xc=Dc=Pi([Ci({type:jr.Sequence,itemType:Oc})],xc);var _c;var Tc=_c=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,_c.prototype);return r}return t}(Ii);Tc=_c=Pi([Ci({type:jr.Sequence,itemType:xc})],Tc);var Nc=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:rn,implicit:true,context:0,optional:true})],Nc.prototype,"roleAuthority",void 0);Pi([Ai({type:Ui,implicit:true,context:1})],Nc.prototype,"roleName",void 0);var Mc=function(){function e(e){if(e===void 0){e={}}this.service=new Ui;this.ident=new Ui;Object.assign(this,e)}return e}();Pi([Ai({type:Ui})],Mc.prototype,"service",void 0);Pi([Ai({type:Ui})],Mc.prototype,"ident",void 0);Pi([Ai({type:Ur,optional:true})],Mc.prototype,"authInfo",void 0);var Rc="0.4.0.9496";var Hc=e("G","".concat(Rc,".6"));var Lc=e("H",function(){function e(e){if(e===void 0){e={}}this.codeAuthority=new Ui;this.codeId=new Ui;this.shortName="";this.shortDescription="";Object.assign(this,e)}return e}());Pi([Ai({type:Ui,context:0})],Lc.prototype,"codeAuthority",void 0);Pi([Ai({type:Ui,context:1})],Lc.prototype,"codeId",void 0);Pi([Ai({type:Vr.Utf8String,context:2})],Lc.prototype,"shortName",void 0);Pi([Ai({type:Vr.Utf8String,context:3})],Lc.prototype,"shortDescription",void 0);Lc=e("H",Pi([Ci({type:jr.Sequence})],Lc));var jc=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Li.prototype);return r}return t}(Li);jc=Pi([Ci({type:jr.Sequence})],jc);var Vc=e("S","".concat(Rc,".1"));var Kc=e("X",function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Li.prototype);return r}return t}(jc));Kc=e("X",Pi([Ci({type:jr.Sequence})],Kc));var Uc=e("P","".concat(Rc,".2"));var Fc=e("Q",function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Li.prototype);return r}return t}(jc));Fc=e("Q",Pi([Ci({type:jr.Sequence})],Fc));var Gc=e("M","".concat(Rc,".3"));var qc=e("O",function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Li.prototype);return r}return t}(jc));qc=e("O",Pi([Ci({type:jr.Sequence})],qc));var zc=e("K","".concat(Rc,".4"));var Wc=e("L",function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Li.prototype);return r}return t}(jc));Wc=e("L",Pi([Ci({type:jr.Sequence})],Wc));var Qc=e("D","".concat(Rc,".8"));var $c=e("I",function(){function e(e){if(e===void 0){e={}}this.location="";this.base=0;this.degree=0;Object.assign(this,e)}e.prototype.toString=function(){return"".concat(this.base," x 10^").concat(this.degree," ").concat(this.location)};return e}());Pi([Ai({type:Vr.PrintableString})],$c.prototype,"location",void 0);Pi([Ai({type:Vr.Integer})],$c.prototype,"base",void 0);Pi([Ai({type:Vr.Integer})],$c.prototype,"degree",void 0);$c=e("I",Pi([Ci({type:jr.Sequence})],$c));var Jc=e("B","".concat(Rc,".9"));var Yc=e("V",function(){function e(e){if(e===void 0){e={}}this.stars5=0;this.stars4=0;this.stars3=0;this.stars2=0;this.stars1=0;Object.assign(this,e)}return e}());Pi([Ai({type:Vr.Integer})],Yc.prototype,"stars5",void 0);Pi([Ai({type:Vr.Integer})],Yc.prototype,"stars4",void 0);Pi([Ai({type:Vr.Integer})],Yc.prototype,"stars3",void 0);Pi([Ai({type:Vr.Integer})],Yc.prototype,"stars2",void 0);Pi([Ai({type:Vr.Integer})],Yc.prototype,"stars1",void 0);Yc=e("V",Pi([Ci({type:jr.Sequence})],Yc));var Zc=e("J","".concat(Rc,".5"));var Xc=e("T",function(){function e(e){if(e===void 0){e={}}this.DNBvsDNO=new Kr(0);this.DNBvsDNT=new Kr(0);this.DNOvsDNT=new Kr(0);Object.assign(this,e)}return e}());Pi([Ai({type:Kr,context:0})],Xc.prototype,"DNBvsDNO",void 0);Pi([Ai({type:Kr,context:1})],Xc.prototype,"DNBvsDNT",void 0);Pi([Ai({type:Kr,context:2})],Xc.prototype,"DNOvsDNT",void 0);Xc=e("T",Pi([Ci({type:jr.Sequence})],Xc));var el=e("F","".concat(Rc,".7"));var tl=e("W",function(){function e(e){if(e===void 0){e={}}this.assessmentAuthority=new Ui;this.assessmentRef=new Ui;this.assessmentLocation=new Ui;this.dataStorageTerritory="";this.description="";Object.assign(this,e)}return e}());Pi([Ai({type:Ui,context:0})],tl.prototype,"assessmentAuthority",void 0);Pi([Ai({type:Ui,context:1})],tl.prototype,"assessmentRef",void 0);Pi([Ai({type:Ui,context:2})],tl.prototype,"assessmentLocation",void 0);Pi([Ai({type:Vr.PrintableString,context:3})],tl.prototype,"dataStorageTerritory",void 0);Pi([Ai({type:Vr.Utf8String,context:4})],tl.prototype,"description",void 0);tl=e("W",Pi([Ci({type:jr.Sequence})],tl));var rl=function(){function e(e){if(e===void 0){e={}}this.attrType="";this.attrValues=[];Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],rl.prototype,"attrType",void 0);Pi([Ai({type:Vr.Any,repeated:"set"})],rl.prototype,"attrValues",void 0);var il;var nl=function(){function e(e){if(e===void 0){e={}}this.otherCertFormat="";this.otherCert=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],nl.prototype,"otherCertFormat",void 0);Pi([Ai({type:Vr.Any})],nl.prototype,"otherCert",void 0);var ol=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:_o})],ol.prototype,"certificate",void 0);Pi([Ai({type:Ac,context:2,implicit:true})],ol.prototype,"v2AttrCert",void 0);Pi([Ai({type:nl,context:3,implicit:true})],ol.prototype,"other",void 0);ol=Pi([Ci({type:jr.Choice})],ol);var al=il=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,il.prototype);return r}return t}(Ii);al=il=Pi([Ci({type:jr.Set,itemType:ol})],al);var sl=function(){function e(e){if(e===void 0){e={}}this.contentType="";this.content=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],sl.prototype,"contentType",void 0);Pi([Ai({type:Vr.Any,context:0})],sl.prototype,"content",void 0);var ul=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ur})],ul.prototype,"single",void 0);Pi([Ai({type:Vr.Any})],ul.prototype,"any",void 0);ul=Pi([Ci({type:jr.Choice})],ul);var cl=function(){function e(e){if(e===void 0){e={}}this.eContentType="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],cl.prototype,"eContentType",void 0);Pi([Ai({type:ul,context:0,optional:true})],cl.prototype,"eContent",void 0);var ll;(function(e){e[e["v0"]=0]="v0";e[e["v1"]=1]="v1";e[e["v2"]=2]="v2";e[e["v3"]=3]="v3";e[e["v4"]=4]="v4";e[e["v5"]=5]="v5"})(ll||(ll={}));var pl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);pl=Pi([Ci({type:jr.Sequence})],pl);var fl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);fl=Pi([Ci({type:jr.Sequence})],fl);var vl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);vl=Pi([Ci({type:jr.Sequence})],vl);var hl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);hl=Pi([Ci({type:jr.Sequence})],hl);var dl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);dl=Pi([Ci({type:jr.Sequence})],dl);var yl=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);yl=Pi([Ci({type:jr.Sequence})],yl);var gl=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ur,context:0,implicit:true,optional:true})],gl.prototype,"value",void 0);Pi([Ai({type:Ur,converter:Yr,context:0,implicit:true,optional:true,repeated:"sequence"})],gl.prototype,"constructedValue",void 0);gl=Pi([Ci({type:jr.Choice})],gl);var Sl=function(){function e(e){if(e===void 0){e={}}this.contentType="";this.contentEncryptionAlgorithm=new hl;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Sl.prototype,"contentType",void 0);Pi([Ai({type:hl})],Sl.prototype,"contentEncryptionAlgorithm",void 0);Pi([Ai({type:gl,optional:true})],Sl.prototype,"encryptedContent",void 0);var ml=function(){function e(e){if(e===void 0){e={}}this.issuer=new Li;this.serialNumber=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Li})],ml.prototype,"issuer",void 0);Pi([Ai({type:Vr.Integer,converter:zr})],ml.prototype,"serialNumber",void 0);var Cl=function(){function e(e){if(e===void 0){e={}}this.keyAttrId="";Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Cl.prototype,"keyAttrId",void 0);Pi([Ai({type:Vr.Any,optional:true})],Cl.prototype,"keyAttr",void 0);var Al;var bl=function(){function e(e){if(e===void 0){e={}}this.subjectKeyIdentifier=new fo;Object.assign(this,e)}return e}();Pi([Ai({type:fo})],bl.prototype,"subjectKeyIdentifier",void 0);Pi([Ai({type:Vr.GeneralizedTime,optional:true})],bl.prototype,"date",void 0);Pi([Ai({type:Cl,optional:true})],bl.prototype,"other",void 0);var Bl=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:bl,context:0,implicit:true,optional:true})],Bl.prototype,"rKeyId",void 0);Pi([Ai({type:ml,optional:true})],Bl.prototype,"issuerAndSerialNumber",void 0);Bl=Pi([Ci({type:jr.Choice})],Bl);var wl=function(){function e(e){if(e===void 0){e={}}this.rid=new Bl;this.encryptedKey=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Bl})],wl.prototype,"rid",void 0);Pi([Ai({type:Ur})],wl.prototype,"encryptedKey",void 0);var Il=Al=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Al.prototype);return r}return t}(Ii);Il=Al=Pi([Ci({type:jr.Sequence,itemType:wl})],Il);var El=function(){function e(e){if(e===void 0){e={}}this.algorithm=new Bo;this.publicKey=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Bo})],El.prototype,"algorithm",void 0);Pi([Ai({type:Vr.BitString})],El.prototype,"publicKey",void 0);var Pl=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:fo,context:0,implicit:true,optional:true})],Pl.prototype,"subjectKeyIdentifier",void 0);Pi([Ai({type:El,context:1,implicit:true,optional:true})],Pl.prototype,"originatorKey",void 0);Pi([Ai({type:ml,optional:true})],Pl.prototype,"issuerAndSerialNumber",void 0);Pl=Pi([Ci({type:jr.Choice})],Pl);var Dl=function(){function e(e){if(e===void 0){e={}}this.version=ll.v3;this.originator=new Pl;this.keyEncryptionAlgorithm=new vl;this.recipientEncryptedKeys=new Il;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Dl.prototype,"version",void 0);Pi([Ai({type:Pl,context:0})],Dl.prototype,"originator",void 0);Pi([Ai({type:Ur,context:1,optional:true})],Dl.prototype,"ukm",void 0);Pi([Ai({type:vl})],Dl.prototype,"keyEncryptionAlgorithm",void 0);Pi([Ai({type:Il})],Dl.prototype,"recipientEncryptedKeys",void 0);var kl=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:fo,context:0,implicit:true})],kl.prototype,"subjectKeyIdentifier",void 0);Pi([Ai({type:ml})],kl.prototype,"issuerAndSerialNumber",void 0);kl=Pi([Ci({type:jr.Choice})],kl);var Ol=function(){function e(e){if(e===void 0){e={}}this.version=ll.v0;this.rid=new kl;this.keyEncryptionAlgorithm=new vl;this.encryptedKey=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Ol.prototype,"version",void 0);Pi([Ai({type:kl})],Ol.prototype,"rid",void 0);Pi([Ai({type:vl})],Ol.prototype,"keyEncryptionAlgorithm",void 0);Pi([Ai({type:Ur})],Ol.prototype,"encryptedKey",void 0);var xl=function(){function e(e){if(e===void 0){e={}}this.keyIdentifier=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Ur})],xl.prototype,"keyIdentifier",void 0);Pi([Ai({type:Vr.GeneralizedTime,optional:true})],xl.prototype,"date",void 0);Pi([Ai({type:Cl,optional:true})],xl.prototype,"other",void 0);var _l=function(){function e(e){if(e===void 0){e={}}this.version=ll.v4;this.kekid=new xl;this.keyEncryptionAlgorithm=new vl;this.encryptedKey=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],_l.prototype,"version",void 0);Pi([Ai({type:xl})],_l.prototype,"kekid",void 0);Pi([Ai({type:vl})],_l.prototype,"keyEncryptionAlgorithm",void 0);Pi([Ai({type:Ur})],_l.prototype,"encryptedKey",void 0);var Tl=function(){function e(e){if(e===void 0){e={}}this.version=ll.v0;this.keyEncryptionAlgorithm=new vl;this.encryptedKey=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Tl.prototype,"version",void 0);Pi([Ai({type:yl,context:0,optional:true})],Tl.prototype,"keyDerivationAlgorithm",void 0);Pi([Ai({type:vl})],Tl.prototype,"keyEncryptionAlgorithm",void 0);Pi([Ai({type:Ur})],Tl.prototype,"encryptedKey",void 0);var Nl=function(){function e(e){if(e===void 0){e={}}this.oriType="";this.oriValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Nl.prototype,"oriType",void 0);Pi([Ai({type:Vr.Any})],Nl.prototype,"oriValue",void 0);var Ml=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:Ol,optional:true})],Ml.prototype,"ktri",void 0);Pi([Ai({type:Dl,context:1,implicit:true,optional:true})],Ml.prototype,"kari",void 0);Pi([Ai({type:_l,context:2,implicit:true,optional:true})],Ml.prototype,"kekri",void 0);Pi([Ai({type:Tl,context:3,implicit:true,optional:true})],Ml.prototype,"pwri",void 0);Pi([Ai({type:Nl,context:4,implicit:true,optional:true})],Ml.prototype,"ori",void 0);Ml=Pi([Ci({type:jr.Choice})],Ml);var Rl;var Hl=Rl=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Rl.prototype);return r}return t}(Ii);Hl=Rl=Pi([Ci({type:jr.Set,itemType:Ml})],Hl);var Ll;var jl=function(){function e(e){if(e===void 0){e={}}this.otherRevInfoFormat="";this.otherRevInfo=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],jl.prototype,"otherRevInfoFormat",void 0);Pi([Ai({type:Vr.Any})],jl.prototype,"otherRevInfo",void 0);var Vl=function(){function e(e){if(e===void 0){e={}}this.other=new jl;Object.assign(this,e)}return e}();Pi([Ai({type:jl,context:1,implicit:true})],Vl.prototype,"other",void 0);Vl=Pi([Ci({type:jr.Choice})],Vl);var Kl=Ll=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Ll.prototype);return r}return t}(Ii);Kl=Ll=Pi([Ci({type:jr.Set,itemType:Vl})],Kl);var Ul=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:al,context:0,implicit:true,optional:true})],Ul.prototype,"certs",void 0);Pi([Ai({type:Kl,context:1,implicit:true,optional:true})],Ul.prototype,"crls",void 0);var Fl;var Gl=Fl=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Fl.prototype);return r}return t}(Ii);Gl=Fl=Pi([Ci({type:jr.Set,itemType:rl})],Gl);var ql=function(){function e(e){if(e===void 0){e={}}this.version=ll.v0;this.recipientInfos=new Hl;this.encryptedContentInfo=new Sl;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],ql.prototype,"version",void 0);Pi([Ai({type:Ul,context:0,implicit:true,optional:true})],ql.prototype,"originatorInfo",void 0);Pi([Ai({type:Hl})],ql.prototype,"recipientInfos",void 0);Pi([Ai({type:Sl})],ql.prototype,"encryptedContentInfo",void 0);Pi([Ai({type:Gl,context:1,implicit:true,optional:true})],ql.prototype,"unprotectedAttrs",void 0);var zl=function(){function e(e){if(e===void 0){e={}}Object.assign(this,e)}return e}();Pi([Ai({type:fo,context:0,implicit:true})],zl.prototype,"subjectKeyIdentifier",void 0);Pi([Ai({type:ml})],zl.prototype,"issuerAndSerialNumber",void 0);zl=Pi([Ci({type:jr.Choice})],zl);var Wl;var Ql=function(){function e(e){if(e===void 0){e={}}this.version=ll.v0;this.sid=new zl;this.digestAlgorithm=new pl;this.signatureAlgorithm=new fl;this.signature=new Ur;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Ql.prototype,"version",void 0);Pi([Ai({type:zl})],Ql.prototype,"sid",void 0);Pi([Ai({type:pl})],Ql.prototype,"digestAlgorithm",void 0);Pi([Ai({type:rl,repeated:"set",context:0,implicit:true,optional:true})],Ql.prototype,"signedAttrs",void 0);Pi([Ai({type:fl})],Ql.prototype,"signatureAlgorithm",void 0);Pi([Ai({type:Ur})],Ql.prototype,"signature",void 0);Pi([Ai({type:rl,repeated:"set",context:1,implicit:true,optional:true})],Ql.prototype,"unsignedAttrs",void 0);var $l=Wl=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Wl.prototype);return r}return t}(Ii);$l=Wl=Pi([Ci({type:jr.Set,itemType:Ql})],$l);var Jl;var Yl=Jl=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Jl.prototype);return r}return t}(Ii);Yl=Jl=Pi([Ci({type:jr.Set,itemType:pl})],Yl);var Zl=function(){function e(e){if(e===void 0){e={}}this.version=ll.v0;this.digestAlgorithms=new Yl;this.encapContentInfo=new cl;this.signerInfos=new $l;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],Zl.prototype,"version",void 0);Pi([Ai({type:Yl})],Zl.prototype,"digestAlgorithms",void 0);Pi([Ai({type:cl})],Zl.prototype,"encapContentInfo",void 0);Pi([Ai({type:al,context:0,implicit:true,optional:true})],Zl.prototype,"certificates",void 0);Pi([Ai({type:Vl,context:1,implicit:true,optional:true})],Zl.prototype,"crls",void 0);Pi([Ai({type:$l})],Zl.prototype,"signerInfos",void 0);var Xl;var ep=function(){function e(e){if(e===void 0){e={}}this.attrId="";this.attrValues=[];Object.assign(e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],ep.prototype,"attrId",void 0);Pi([Ai({type:Vr.Any,repeated:"set"})],ep.prototype,"attrValues",void 0);var tp=Xl=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Xl.prototype);return r}return t}(Ii);tp=Xl=Pi([Ci({type:jr.Sequence,itemType:ep})],tp);var rp;var ip=rp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,rp.prototype);return r}return t}(Ii);ip=rp=Pi([Ci({type:jr.Sequence,itemType:sl})],ip);var np=function(){function e(e){if(e===void 0){e={}}this.certId="";this.certValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],np.prototype,"certId",void 0);Pi([Ai({type:Vr.Any,context:0})],np.prototype,"certValue",void 0);var op=function(){function e(e){if(e===void 0){e={}}this.crlId="";this.crltValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],op.prototype,"crlId",void 0);Pi([Ai({type:Vr.Any,context:0})],op.prototype,"crltValue",void 0);var ap=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ha);ap=Pi([Ci({type:jr.Sequence})],ap);var sp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(_a);sp=Pi([Ci({type:jr.Sequence})],sp);var up=function(){function e(e){if(e===void 0){e={}}this.secretTypeId="";this.secretValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],up.prototype,"secretTypeId",void 0);Pi([Ai({type:Vr.Any,context:0})],up.prototype,"secretValue",void 0);var cp=function(){function e(e){if(e===void 0){e={}}this.mac=new Ca;this.macSalt=new Ur;this.iterations=1;Object.assign(this,e)}return e}();Pi([Ai({type:Ca})],cp.prototype,"mac",void 0);Pi([Ai({type:Ur})],cp.prototype,"macSalt",void 0);Pi([Ai({type:Vr.Integer,defaultValue:1})],cp.prototype,"iterations",void 0);var lp=function(){function e(e){if(e===void 0){e={}}this.version=3;this.authSafe=new sl;this.macData=new cp;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],lp.prototype,"version",void 0);Pi([Ai({type:sl})],lp.prototype,"authSafe",void 0);Pi([Ai({type:cp,optional:true})],lp.prototype,"macData",void 0);var pp;var fp=function(){function e(e){if(e===void 0){e={}}this.bagId="";this.bagValue=new ArrayBuffer(0);Object.assign(this,e)}return e}();Pi([Ai({type:Vr.ObjectIdentifier})],fp.prototype,"bagId",void 0);Pi([Ai({type:Vr.Any,context:0})],fp.prototype,"bagValue",void 0);Pi([Ai({type:ep,repeated:"set",optional:true})],fp.prototype,"bagAttributes",void 0);var vp=pp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,pp.prototype);return r}return t}(Ii);vp=pp=Pi([Ci({type:jr.Sequence,itemType:fp})],vp);var hp,dp,yp;var gp="1.2.840.113549.1.9";var Sp=e("x","".concat(gp,".2"));var mp=e("y","".concat(gp,".7"));var Cp=e("u","".concat(gp,".14"));var Ap=function(e){__extends(t,e);function t(t){if(t===void 0){t={}}return e.call(this,t)||this}t.prototype.toString=function(){var t={};t.toString();return this.ia5String||e.prototype.toString.call(this)};return t}(Ti);Pi([Ai({type:Vr.IA5String})],Ap.prototype,"ia5String",void 0);Ap=Pi([Ci({type:jr.Choice})],Ap);var bp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(sl);bp=Pi([Ci({type:jr.Sequence})],bp);var Bp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(lp);Bp=Pi([Ci({type:jr.Sequence})],Bp);var wp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(_a);wp=Pi([Ci({type:jr.Sequence})],wp);var Ip=function(){function e(e){if(e===void 0){e=""}this.value=e}e.prototype.toString=function(){return this.value};return e}();Pi([Ai({type:Vr.IA5String})],Ip.prototype,"value",void 0);Ip=Pi([Ci({type:jr.Choice})],Ip);var Ep=e("U",function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ap));Ep=e("U",Pi([Ci({type:jr.Choice})],Ep));var Pp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ti);Pp=Pi([Ci({type:jr.Choice})],Pp);var Dp=function(){function e(e){if(e===void 0){e=new Date}this.value=e}return e}();Pi([Ai({type:Vr.GeneralizedTime})],Dp.prototype,"value",void 0);Dp=Pi([Ci({type:jr.Choice})],Dp);var kp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ti);kp=Pi([Ci({type:jr.Choice})],kp);var Op=function(){function e(e){if(e===void 0){e="M"}this.value=e}e.prototype.toString=function(){return this.value};return e}();Pi([Ai({type:Vr.PrintableString})],Op.prototype,"value",void 0);Op=Pi([Ci({type:jr.Choice})],Op);var xp=function(){function e(e){if(e===void 0){e=""}this.value=e}e.prototype.toString=function(){return this.value};return e}();Pi([Ai({type:Vr.PrintableString})],xp.prototype,"value",void 0);xp=Pi([Ci({type:jr.Choice})],xp);var _p=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(xp);_p=Pi([Ci({type:jr.Choice})],_p);var Tp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ti);Tp=Pi([Ci({type:jr.Choice})],Tp);var Np=function(){function e(e){if(e===void 0){e=""}this.value=e}e.prototype.toString=function(){return this.value};return e}();Pi([Ai({type:Vr.ObjectIdentifier})],Np.prototype,"value",void 0);Np=Pi([Ci({type:jr.Choice})],Np);var Mp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Io);Mp=Pi([Ci({type:jr.Choice})],Mp);var Rp=function(){function e(e){if(e===void 0){e=0}this.value=e}e.prototype.toString=function(){return this.value.toString()};return e}();Pi([Ai({type:Vr.Integer})],Rp.prototype,"value",void 0);Rp=Pi([Ci({type:jr.Choice})],Rp);var Hp=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ql);Hp=Pi([Ci({type:jr.Sequence})],Hp);var Lp=e("z",function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Ti));Lp=e("z",Pi([Ci({type:jr.Choice})],Lp));var jp=e("w",hp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,hp.prototype);return r}return t}(ko));jp=e("w",hp=Pi([Ci({type:jr.Sequence})],jp));var Vp=dp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,dp.prototype);return r}return t}(Ii);Vp=dp=Pi([Ci({type:jr.Set,itemType:rl})],Vp);var Kp=function(){function e(e){if(e===void 0){e=""}this.value=e}e.prototype.toString=function(){return this.value};return e}();Pi([Ai({type:Vr.BmpString})],Kp.prototype,"value",void 0);Kp=Pi([Ci({type:jr.Choice})],Kp);var Up=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Bo);Up=Pi([Ci({type:jr.Sequence})],Up);var Fp=yp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,yp.prototype);return r}return t}(Ii);Fp=yp=Pi([Ci({type:jr.Sequence,itemType:Up})],Fp);var Gp;var qp=Gp=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;Object.setPrototypeOf(r,Gp.prototype);return r}return t}(Ii);qp=Gp=Pi([Ci({type:jr.Sequence,itemType:so})],qp);var zp=function(){function e(e){if(e===void 0){e={}}this.version=0;this.subject=new Li;this.subjectPKInfo=new wo;this.attributes=new qp;Object.assign(this,e)}return e}();Pi([Ai({type:Vr.Integer})],zp.prototype,"version",void 0);Pi([Ai({type:Li})],zp.prototype,"subject",void 0);Pi([Ai({type:wo})],zp.prototype,"subjectPKInfo",void 0);Pi([Ai({type:qp,implicit:true,context:0})],zp.prototype,"attributes",void 0);var Wp=function(){function e(e){if(e===void 0){e={}}this.certificationRequestInfo=new zp;this.signatureAlgorithm=new Bo;this.signature=new ArrayBuffer(0);Object.assign(this,e)}return e}();e("Z",Wp);Pi([Ai({type:zp})],Wp.prototype,"certificationRequestInfo",void 0);Pi([Ai({type:Bo})],Wp.prototype,"signatureAlgorithm",void 0);Pi([Ai({type:Vr.BitString})],Wp.prototype,"signature",void 0)}}}));
|
|
97
|
+
//# sourceMappingURL=p-c0a298fd.system.js.map
|