@peculiar/certificates-viewer 3.6.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{certification_request-6cd86a69.js → certification_request-00bbfbc5.js} +6711 -6604
- package/dist/cjs/{crl-91c8642c.js → crl-de4e196b.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{public_key-dccd1cdf.js → miscellaneous-30c4aded.js} +185 -169
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +87 -90
- package/dist/cjs/{peculiar-certificate-summary_3.cjs.entry.js → peculiar-button-split_4.cjs.entry.js} +35 -0
- package/dist/cjs/peculiar-button.cjs.entry.js +40 -0
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +3 -3
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +5 -5
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +2 -2
- package/dist/cjs/peculiar-link.cjs.entry.js +29 -0
- package/dist/cjs/peculiar-text-hider.cjs.entry.js +33 -0
- package/dist/cjs/peculiar-typography.cjs.entry.js +38 -0
- package/dist/cjs/peculiar.cjs.js +1 -1
- package/dist/cjs/{x509_certificate-87a3fdb6.js → x509_certificate-2af9b990.js} +18 -4
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js +1 -8
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/basic_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/basic_extension.js +1 -2
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/biometric_syntax_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_policies_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/extended_key_usage_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/general_name_part.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/info_access_syntax_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/logotype_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/policy_mappings_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/qc_statements_extension.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/subject_directory_attributes_extension.js +1 -1
- package/dist/collection/components/{attribute-certificate-viewer → certificate-details-parts}/holder.js +3 -4
- package/dist/collection/components/certificate-details-parts/index.js +15 -0
- package/dist/collection/components/{attribute-certificate-viewer → certificate-details-parts}/issuer.js +2 -2
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/public_key.js +14 -9
- package/dist/collection/components/{crl-viewer → certificate-details-parts}/revoked_certificates.js +3 -7
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/row.js +3 -0
- package/dist/collection/components/certificate-details-parts/signature.js +31 -0
- package/dist/collection/components/certificate-viewer/certificate-viewer.css +4 -0
- package/dist/collection/components/certificate-viewer/certificate-viewer.js +1 -8
- package/dist/collection/components/crl-viewer/crl-viewer.js +1 -7
- package/dist/collection/components/csr-viewer/csr-viewer.js +1 -8
- package/dist/collection/constants/oids.js +7 -0
- package/dist/collection/crypto/x509_certificate.js +18 -3
- package/dist/collection/{components/certificate-viewer → utils}/get_string_by_oid.js +1 -1
- package/dist/collection/utils/index.js +1 -0
- package/dist/esm/{certification_request-5089bdb5.js → certification_request-8cc9d070.js} +6710 -6605
- package/dist/esm/{crl-cd78d029.js → crl-f43a95b7.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{public_key-081d831c.js → miscellaneous-b74d9eae.js} +185 -170
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +54 -57
- package/dist/esm/{peculiar-certificate-summary_3.entry.js → peculiar-button-split_4.entry.js} +35 -1
- package/dist/esm/peculiar-button.entry.js +36 -0
- package/dist/esm/peculiar-certificate-decoder.entry.js +3 -3
- package/dist/esm/peculiar-certificate-viewer.entry.js +4 -4
- package/dist/esm/peculiar-certificates-viewer.entry.js +2 -2
- package/dist/esm/peculiar-link.entry.js +25 -0
- package/dist/esm/peculiar-text-hider.entry.js +29 -0
- package/dist/esm/peculiar-typography.entry.js +34 -0
- package/dist/esm/peculiar.js +1 -1
- package/dist/esm/{x509_certificate-69c7b972.js → x509_certificate-0fdd28aa.js} +18 -4
- package/dist/peculiar/p-05337212.entry.js +18 -0
- package/dist/peculiar/p-0868020d.entry.js +4 -0
- package/dist/peculiar/{p-72856c36.entry.js → p-167fd2db.entry.js} +1 -1
- package/dist/peculiar/p-45336b4f.js +69 -0
- package/dist/peculiar/{p-39896604.entry.js → p-4e9318fb.entry.js} +1 -1
- package/dist/peculiar/p-57b89412.entry.js +4 -0
- package/dist/peculiar/p-610b85e3.entry.js +4 -0
- package/dist/peculiar/p-6d37c8b5.entry.js +4 -0
- package/dist/peculiar/p-893659f4.entry.js +4 -0
- package/dist/peculiar/p-918aeee4.entry.js +4 -0
- package/dist/peculiar/p-c72f8e8f.js +79 -0
- package/dist/peculiar/{p-85377ca1.js → p-ea9a6317.js} +4 -4
- package/dist/peculiar/p-ec8787ed.js +11 -0
- package/dist/peculiar/peculiar.esm.js +1 -1
- package/dist/types/components/certificate-details-parts/index.d.ts +12 -0
- package/dist/types/components/{certificate-viewer → certificate-details-parts}/row.d.ts +1 -0
- package/dist/types/constants/oids.d.ts +6 -0
- package/dist/types/crypto/x509_certificate.d.ts +6 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/package.json +20 -19
- package/dist/cjs/peculiar-button_5.cjs.entry.js +0 -148
- package/dist/collection/components/certificate-viewer/signature.js +0 -26
- package/dist/esm/peculiar-button_5.entry.js +0 -140
- package/dist/peculiar/p-28d6119e.entry.js +0 -26
- package/dist/peculiar/p-3bd51c63.js +0 -87
- package/dist/peculiar/p-870c3592.entry.js +0 -4
- package/dist/peculiar/p-a7322c0b.js +0 -11
- package/dist/peculiar/p-ade86ece.entry.js +0 -4
- package/dist/peculiar/p-dafae164.entry.js +0 -4
- package/dist/peculiar/p-f8d68bc3.js +0 -63
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/activity_description_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/as_string_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/challenge_password_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/index.js +0 -0
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/insurance_value_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/name_attribute.js +0 -0
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/name_part.js +0 -0
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/type_relationship_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/unstructured_name_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/valuation_ranking_attribute.js +1 -1
- package/dist/collection/components/{certificate-viewer → certificate-details-parts}/attributes/web_gdpr_attribute.js +1 -1
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/basic_information.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/archive_rev_info_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/as_string_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/attribute_value.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/authority_key_identifier_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/basic_constraints_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/ca_version_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_template_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_transparency_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/crl_distribution_points_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/crl_number_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/crl_reason_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/enroll_cert_type_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/entrust_version_info_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/index.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/issuing_distribution_point_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/key_usage_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/lei_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/lei_role_extennsion.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/name_constraints_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/netscape_cert_type_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/netscape_comment_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/policy_constraints_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/private_key_usage_period_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/subject_alternative_name_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/subject_key_identifier_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/timestamp_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/extensions/tn_auth_list_extension.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/issuer_name.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/miscellaneous.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/subject_name.js +0 -0
- /package/dist/collection/components/{certificate-viewer → certificate-details-parts}/thumbprints.js +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/activity_description_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/as_string_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/basic_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/challenge_password_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/index.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/insurance_value_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/name_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/name_part.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/type_relationship_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/unstructured_name_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/valuation_ranking_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/attributes/web_gdpr_attribute.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/basic_information.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/archive_rev_info_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/as_string_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/attribute_value.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/authority_key_identifier_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/basic_constraints_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/basic_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/biometric_syntax_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/ca_version_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_policies_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_template_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/certificate_transparency_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/crl_distribution_points_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/crl_number_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/crl_reason_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/enroll_cert_type_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/entrust_version_info_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/extended_key_usage_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/general_name_part.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/index.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/info_access_syntax_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/issuing_distribution_point_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/key_usage_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/lei_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/lei_role_extennsion.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/logotype_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/name_constraints_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/netscape_cert_type_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/netscape_comment_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/policy_constraints_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/policy_mappings_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/private_key_usage_period_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/qc_statements_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/subject_alternative_name_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/subject_directory_attributes_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/subject_key_identifier_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/timestamp_extension.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/extensions/tn_auth_list_extension.d.ts +0 -0
- /package/dist/types/components/{attribute-certificate-viewer → certificate-details-parts}/holder.d.ts +0 -0
- /package/dist/types/components/{attribute-certificate-viewer → certificate-details-parts}/issuer.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/issuer_name.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/miscellaneous.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/public_key.d.ts +0 -0
- /package/dist/types/components/{crl-viewer → certificate-details-parts}/revoked_certificates.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/signature.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/subject_name.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/thumbprints.d.ts +0 -0
- /package/dist/types/components/{certificate-viewer → certificate-details-parts}/types.d.ts +0 -0
- /package/dist/types/{components/certificate-viewer → utils}/get_string_by_oid.d.ts +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
|
-
const certification_request = require('./certification_request-
|
|
6
|
+
const certification_request = require('./certification_request-00bbfbc5.js');
|
|
7
7
|
const download = require('./download-a97f4cb2.js');
|
|
8
8
|
const l10n = require('./l10n-17c96aba.js');
|
|
9
9
|
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -17,7 +17,7 @@ const patchEsm = () => {
|
|
|
17
17
|
const defineCustomElements = (win, options) => {
|
|
18
18
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
19
19
|
return patchEsm().then(() => {
|
|
20
|
-
return index.bootstrapLazy([["peculiar-
|
|
20
|
+
return index.bootstrapLazy([["peculiar-certificates-viewer.cjs",[[1,"peculiar-certificates-viewer",{"certificates":[16],"filterWithSearch":[4,"filter-with-search"],"highlightWithSearch":[4,"highlight-with-search"],"search":[32],"certificatesDecoded":[32],"expandedRow":[32],"certificateSelectedForDetails":[32],"isDecodeInProcess":[32]}]]],["peculiar-certificate-decoder.cjs",[[1,"peculiar-certificate-decoder",{"certificateExample":[1,"certificate-example"],"defaultCertificate":[1,"default-certificate"],"certificateDecoded":[32]}]]],["peculiar-text-hider.cjs",[[1,"peculiar-text-hider",{"opened":[1540]},[[0,"textExpand","textExpandHandler"]]]]],["peculiar-link.cjs",[[1,"peculiar-link",{"href":[513],"type":[513]}]]],["peculiar-typography.cjs",[[1,"peculiar-typography",{"type":[513],"color":[1],"align":[1],"ellipsis":[4],"monospace":[4]}]]],["peculiar-certificate-viewer.cjs",[[1,"peculiar-certificate-viewer",{"certificate":[513],"download":[516],"authKeyIdParentLink":[513,"auth-key-id-parent-link"],"authKeyIdSiblingsLink":[513,"auth-key-id-siblings-link"],"subjectKeyIdChildrenLink":[513,"subject-key-id-children-link"],"subjectKeyIdSiblingsLink":[513,"subject-key-id-siblings-link"],"issuerDnLink":[513,"issuer-dn-link"],"view":[513],"isDecodeInProcess":[32]}]]],["peculiar-attribute-certificate-viewer_3.cjs",[[1,"peculiar-attribute-certificate-viewer",{"certificate":[1],"download":[4],"authKeyIdParentLink":[513,"auth-key-id-parent-link"],"authKeyIdSiblingsLink":[513,"auth-key-id-siblings-link"],"subjectKeyIdChildrenLink":[513,"subject-key-id-children-link"],"subjectKeyIdSiblingsLink":[513,"subject-key-id-siblings-link"],"isDecodeInProcess":[32]}],[1,"peculiar-crl-viewer",{"certificate":[513],"download":[4],"authKeyIdParentLink":[513,"auth-key-id-parent-link"],"authKeyIdSiblingsLink":[513,"auth-key-id-siblings-link"],"issuerDnLink":[513,"issuer-dn-link"],"view":[513],"isDecodeInProcess":[32]}],[1,"peculiar-csr-viewer",{"certificate":[513],"download":[4],"subjectKeyIdChildrenLink":[513,"subject-key-id-children-link"],"subjectKeyIdSiblingsLink":[513,"subject-key-id-siblings-link"],"view":[513],"isDecodeInProcess":[32]}]]],["peculiar-button.cjs",[[1,"peculiar-button",{"fill":[1],"disabled":[516],"href":[1],"target":[1],"onClick":[16]}]]],["peculiar-button-split_4.cjs",[[1,"peculiar-button-split",{"onClick":[16],"fill":[1],"actions":[16],"open":[32]}],[1,"peculiar-certificate-summary",{"certificate":[16],"showIssuer":[4,"show-issuer"]}],[1,"peculiar-circular-progress",{"size":[2],"width":[2]}],[1,"peculiar-highlight-words",{"search":[1]}]]]], options);
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
const index = require('./index-064e95c7.js');
|
|
7
|
-
const download = require('./download-a97f4cb2.js');
|
|
8
7
|
const l10n = require('./l10n-17c96aba.js');
|
|
9
|
-
const
|
|
8
|
+
const download = require('./download-a97f4cb2.js');
|
|
9
|
+
const certification_request = require('./certification_request-00bbfbc5.js');
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|
|
@@ -23,6 +23,17 @@ function getStringByOID(value) {
|
|
|
23
23
|
return value;
|
|
24
24
|
}
|
|
25
25
|
|
|
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
|
+
*/
|
|
33
|
+
const getLEILink = (lei) => `https://search.gleif.org/#/record/${lei}`;
|
|
34
|
+
const getDNSNameLink = (dnsName) => `https://search.censys.io/search?resource=hosts&q=dns.names%3A${dnsName}`;
|
|
35
|
+
const getIPAddressLink = (ipAddress) => `https://search.censys.io/search?resource=hosts&q=ip%3A${ipAddress}`;
|
|
36
|
+
|
|
26
37
|
/**
|
|
27
38
|
* @license
|
|
28
39
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -41,6 +52,9 @@ function isLink(value) {
|
|
|
41
52
|
* This source code is licensed under the MIT license found in the
|
|
42
53
|
* LICENSE file in the root directory of this source tree.
|
|
43
54
|
*/
|
|
55
|
+
const TableRowTable = (_, children) => (index.h("tr", null,
|
|
56
|
+
index.h("td", { colSpan: 2 },
|
|
57
|
+
index.h("table", null, children))));
|
|
44
58
|
const RowTitle = (props) => {
|
|
45
59
|
const { value } = props;
|
|
46
60
|
if (!value) {
|
|
@@ -85,15 +99,67 @@ const RowValue = (props) => {
|
|
|
85
99
|
* This source code is licensed under the MIT license found in the
|
|
86
100
|
* LICENSE file in the root directory of this source tree.
|
|
87
101
|
*/
|
|
88
|
-
const
|
|
89
|
-
const {
|
|
90
|
-
|
|
102
|
+
const BasicInformation = (props) => {
|
|
103
|
+
const { serialNumber, version, validity, notBefore, notAfter, lastUpdate, nextUpdate, type, } = props;
|
|
104
|
+
return [
|
|
105
|
+
index.h(RowTitle, { value: l10n.l10n.getString('basicInformation') }),
|
|
106
|
+
index.h(RowValue, { name: l10n.l10n.getString('type'), value: type }),
|
|
107
|
+
index.h(RowValue, { name: l10n.l10n.getString('serialNumber'), value: serialNumber, monospace: true }),
|
|
108
|
+
index.h(RowValue, { name: l10n.l10n.getString('version'), value: version }),
|
|
109
|
+
index.h(RowValue, { name: l10n.l10n.getString('validity'), value: validity }),
|
|
110
|
+
index.h(RowValue, { name: l10n.l10n.getString('issued'), value: notBefore ? l10n.dateShort(notBefore) : undefined }),
|
|
111
|
+
index.h(RowValue, { name: l10n.l10n.getString('expired'), value: notAfter ? l10n.dateShort(notAfter) : undefined }),
|
|
112
|
+
index.h(RowValue, { name: l10n.l10n.getString('lastUpdate'), value: lastUpdate ? l10n.dateShort(lastUpdate) : undefined }),
|
|
113
|
+
index.h(RowValue, { name: l10n.l10n.getString('nextUpdate'), value: nextUpdate ? l10n.dateShort(nextUpdate) : undefined }),
|
|
114
|
+
];
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @license
|
|
119
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
120
|
+
*
|
|
121
|
+
* This source code is licensed under the MIT license found in the
|
|
122
|
+
* LICENSE file in the root directory of this source tree.
|
|
123
|
+
*/
|
|
124
|
+
function getPublicKeyModulus(publicKey) {
|
|
125
|
+
var _a;
|
|
126
|
+
if ((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['modulus']) {
|
|
127
|
+
let length = publicKey.params['modulus'].byteLength;
|
|
128
|
+
if (length % 2) {
|
|
129
|
+
length -= 1;
|
|
130
|
+
}
|
|
131
|
+
return length * 8;
|
|
132
|
+
}
|
|
133
|
+
return null;
|
|
134
|
+
}
|
|
135
|
+
function getPublicKeyExponent(publicKey) {
|
|
136
|
+
var _a;
|
|
137
|
+
if ((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['publicExponent']) {
|
|
138
|
+
return publicKey.params['publicExponent'].byteLength === 3
|
|
139
|
+
? 65537
|
|
140
|
+
: 3;
|
|
141
|
+
}
|
|
142
|
+
return null;
|
|
143
|
+
}
|
|
144
|
+
const PublicKey = (props) => {
|
|
145
|
+
const { publicKey } = props;
|
|
146
|
+
if (!publicKey) {
|
|
91
147
|
return null;
|
|
92
148
|
}
|
|
149
|
+
function renderKeyDetails(key) {
|
|
150
|
+
var _a;
|
|
151
|
+
return [
|
|
152
|
+
index.h(RowValue, { name: l10n.l10n.getString('algorithm'), value: getStringByOID(key.algorithm) }),
|
|
153
|
+
index.h(RowValue, { name: l10n.l10n.getString('namedCurve'), value: getStringByOID((_a = key.params) === null || _a === void 0 ? void 0 : _a['namedCurve']) }),
|
|
154
|
+
index.h(RowValue, { name: l10n.l10n.getString('exponent'), value: getPublicKeyExponent(key) }),
|
|
155
|
+
index.h(RowValue, { name: l10n.l10n.getString('modulus'), value: getPublicKeyModulus(key) }),
|
|
156
|
+
index.h(RowValue, { name: l10n.l10n.getString('value'), value: download.build.Convert.ToHex(key.value), monospace: true, collapse: true }),
|
|
157
|
+
];
|
|
158
|
+
}
|
|
93
159
|
return [
|
|
94
|
-
index.h(RowTitle, { value: l10n.l10n.getString('
|
|
95
|
-
|
|
96
|
-
|
|
160
|
+
index.h(RowTitle, { value: l10n.l10n.getString('publicKeyInfo') }),
|
|
161
|
+
renderKeyDetails(publicKey),
|
|
162
|
+
(Array.isArray(publicKey.params) && publicKey.params.length && publicKey.params.map((param) => (index.h(TableRowTable, null, renderKeyDetails(param))))),
|
|
97
163
|
];
|
|
98
164
|
};
|
|
99
165
|
|
|
@@ -104,63 +170,53 @@ const Signature = (props) => {
|
|
|
104
170
|
* This source code is licensed under the MIT license found in the
|
|
105
171
|
* LICENSE file in the root directory of this source tree.
|
|
106
172
|
*/
|
|
107
|
-
const
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
ediPartyName: 'Edi Party Name ',
|
|
114
|
-
uniformResourceIdentifier: 'URI',
|
|
115
|
-
iPAddress: 'IP Address',
|
|
116
|
-
registeredID: 'Registered ID',
|
|
173
|
+
const SubjectName = (props) => {
|
|
174
|
+
const { name } = props;
|
|
175
|
+
return [
|
|
176
|
+
index.h(RowTitle, { value: l10n.l10n.getString('subjectName') }),
|
|
177
|
+
name.map((n) => (index.h(RowValue, { name: n.name || n.type, value: n.value }))),
|
|
178
|
+
];
|
|
117
179
|
};
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @license
|
|
183
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
184
|
+
*
|
|
185
|
+
* This source code is licensed under the MIT license found in the
|
|
186
|
+
* LICENSE file in the root directory of this source tree.
|
|
187
|
+
*/
|
|
188
|
+
const IssuerName = (props) => {
|
|
189
|
+
const { name, issuerDnLink } = props;
|
|
190
|
+
const title = l10n.l10n.getString('issuerName');
|
|
191
|
+
return [
|
|
192
|
+
index.h(RowTitle, { value: issuerDnLink ? (index.h("peculiar-link", { href: issuerDnLink, type: "h6" }, title)) : title }),
|
|
193
|
+
name.map((n) => (index.h(RowValue, { name: n.name || n.type, value: n.value }))),
|
|
194
|
+
];
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @license
|
|
199
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
200
|
+
*
|
|
201
|
+
* This source code is licensed under the MIT license found in the
|
|
202
|
+
* LICENSE file in the root directory of this source tree.
|
|
203
|
+
*/
|
|
204
|
+
const Signature = (props) => {
|
|
205
|
+
const { signature } = props;
|
|
206
|
+
if (!signature) {
|
|
121
207
|
return null;
|
|
122
208
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: text.toString() }));
|
|
135
|
-
}
|
|
136
|
-
catch (error) {
|
|
137
|
-
//
|
|
138
|
-
}
|
|
139
|
-
try {
|
|
140
|
-
const text = certification_request.AsnParser.parse(value.value, certification_request.UserNotice);
|
|
141
|
-
if (text.explicitText) {
|
|
142
|
-
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: text.explicitText.toString() }));
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
catch (error) {
|
|
146
|
-
//
|
|
147
|
-
}
|
|
148
|
-
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: download.build.Convert.ToHex(value.value), monospace: true }));
|
|
149
|
-
}
|
|
150
|
-
if (download.build.BufferSourceConverter.isBufferSource(value)) {
|
|
151
|
-
return (index.h(RowValue, { name: names[name] || name, value: download.build.Convert.ToString(value) }));
|
|
152
|
-
}
|
|
153
|
-
if (value instanceof certification_request.EDIPartyName) {
|
|
154
|
-
return (index.h(RowValue, { name: names[name] || name, value: download.build.Convert.ToString(value.partyName) }));
|
|
155
|
-
}
|
|
156
|
-
if (name === 'dNSName') {
|
|
157
|
-
return (index.h(RowValue, { name: names[name] || name, value: value, href: getDNSNameLink(value) }));
|
|
158
|
-
}
|
|
159
|
-
if (name === 'iPAddress') {
|
|
160
|
-
return (index.h(RowValue, { name: names[name] || name, value: value, href: getIPAddressLink(value) }));
|
|
161
|
-
}
|
|
162
|
-
return (index.h(RowValue, { name: names[name] || name, value: value }));
|
|
163
|
-
});
|
|
209
|
+
function renderSignatureDetails(data) {
|
|
210
|
+
return [
|
|
211
|
+
index.h(RowValue, { name: l10n.l10n.getString('algorithm'), value: getStringByOID(data.algorithm) }),
|
|
212
|
+
index.h(RowValue, { name: l10n.l10n.getString('value'), value: download.build.Convert.ToHex(data.value), monospace: true, collapse: true }),
|
|
213
|
+
];
|
|
214
|
+
}
|
|
215
|
+
return [
|
|
216
|
+
index.h(RowTitle, { value: l10n.l10n.getString('signature') }),
|
|
217
|
+
renderSignatureDetails(signature),
|
|
218
|
+
(signature.params && signature.params.length && signature.params.map((param) => (index.h(TableRowTable, null, renderSignatureDetails(param))))),
|
|
219
|
+
];
|
|
164
220
|
};
|
|
165
221
|
|
|
166
222
|
/**
|
|
@@ -293,6 +349,72 @@ const AuthorityKeyIdentifierExtension = (props) => {
|
|
|
293
349
|
] })));
|
|
294
350
|
};
|
|
295
351
|
|
|
352
|
+
/**
|
|
353
|
+
* @license
|
|
354
|
+
* Copyright (c) Peculiar Ventures, LLC.
|
|
355
|
+
*
|
|
356
|
+
* This source code is licensed under the MIT license found in the
|
|
357
|
+
* LICENSE file in the root directory of this source tree.
|
|
358
|
+
*/
|
|
359
|
+
const names = {
|
|
360
|
+
otherName: 'Other Name',
|
|
361
|
+
rfc822Name: 'RFC 822 Name',
|
|
362
|
+
dNSName: 'DNS Name',
|
|
363
|
+
x400Address: 'X400 Address',
|
|
364
|
+
directoryName: 'Directory Name',
|
|
365
|
+
ediPartyName: 'Edi Party Name ',
|
|
366
|
+
uniformResourceIdentifier: 'URI',
|
|
367
|
+
iPAddress: 'IP Address',
|
|
368
|
+
registeredID: 'Registered ID',
|
|
369
|
+
};
|
|
370
|
+
const GeneralNamePart = (props) => {
|
|
371
|
+
const { generalName, getDNSNameLink, getIPAddressLink } = props;
|
|
372
|
+
if (!generalName) {
|
|
373
|
+
return null;
|
|
374
|
+
}
|
|
375
|
+
return Object.keys(generalName).map((name) => {
|
|
376
|
+
const value = generalName[name];
|
|
377
|
+
if (value instanceof certification_request.Name$1) {
|
|
378
|
+
return [
|
|
379
|
+
index.h(RowValue, { name: names[name] || name, value: "" }),
|
|
380
|
+
value.map((relativeDistinguishedName) => (relativeDistinguishedName.map((attributeTypeAndValue) => (index.h(RowValue, { name: certification_request.OIDs[attributeTypeAndValue.type] || attributeTypeAndValue.type, value: attributeTypeAndValue.value.toString() }))))),
|
|
381
|
+
];
|
|
382
|
+
}
|
|
383
|
+
if (value instanceof certification_request.OtherName) {
|
|
384
|
+
try {
|
|
385
|
+
const text = certification_request.AsnParser.parse(value.value, certification_request.DisplayText);
|
|
386
|
+
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: text.toString() }));
|
|
387
|
+
}
|
|
388
|
+
catch (error) {
|
|
389
|
+
//
|
|
390
|
+
}
|
|
391
|
+
try {
|
|
392
|
+
const text = certification_request.AsnParser.parse(value.value, certification_request.UserNotice);
|
|
393
|
+
if (text.explicitText) {
|
|
394
|
+
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: text.explicitText.toString() }));
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
catch (error) {
|
|
398
|
+
//
|
|
399
|
+
}
|
|
400
|
+
return (index.h(RowValue, { name: certification_request.OIDs[value.typeId] || value.typeId, value: download.build.Convert.ToHex(value.value), monospace: true }));
|
|
401
|
+
}
|
|
402
|
+
if (download.build.BufferSourceConverter.isBufferSource(value)) {
|
|
403
|
+
return (index.h(RowValue, { name: names[name] || name, value: download.build.Convert.ToString(value) }));
|
|
404
|
+
}
|
|
405
|
+
if (value instanceof certification_request.EDIPartyName) {
|
|
406
|
+
return (index.h(RowValue, { name: names[name] || name, value: value.partyName.toString() }));
|
|
407
|
+
}
|
|
408
|
+
if (name === 'dNSName') {
|
|
409
|
+
return (index.h(RowValue, { name: names[name] || name, value: value, href: getDNSNameLink(value) }));
|
|
410
|
+
}
|
|
411
|
+
if (name === 'iPAddress') {
|
|
412
|
+
return (index.h(RowValue, { name: names[name] || name, value: value, href: getIPAddressLink(value) }));
|
|
413
|
+
}
|
|
414
|
+
return (index.h(RowValue, { name: names[name] || name, value: value }));
|
|
415
|
+
});
|
|
416
|
+
};
|
|
417
|
+
|
|
296
418
|
/**
|
|
297
419
|
* @license
|
|
298
420
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -996,28 +1118,6 @@ const Extensions = (props) => {
|
|
|
996
1118
|
]);
|
|
997
1119
|
};
|
|
998
1120
|
|
|
999
|
-
/**
|
|
1000
|
-
* @license
|
|
1001
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
1002
|
-
*
|
|
1003
|
-
* This source code is licensed under the MIT license found in the
|
|
1004
|
-
* LICENSE file in the root directory of this source tree.
|
|
1005
|
-
*/
|
|
1006
|
-
const BasicInformation = (props) => {
|
|
1007
|
-
const { serialNumber, version, validity, notBefore, notAfter, lastUpdate, nextUpdate, type, } = props;
|
|
1008
|
-
return [
|
|
1009
|
-
index.h(RowTitle, { value: l10n.l10n.getString('basicInformation') }),
|
|
1010
|
-
index.h(RowValue, { name: l10n.l10n.getString('type'), value: type }),
|
|
1011
|
-
index.h(RowValue, { name: l10n.l10n.getString('serialNumber'), value: serialNumber, monospace: true }),
|
|
1012
|
-
index.h(RowValue, { name: l10n.l10n.getString('version'), value: version }),
|
|
1013
|
-
index.h(RowValue, { name: l10n.l10n.getString('validity'), value: validity }),
|
|
1014
|
-
index.h(RowValue, { name: l10n.l10n.getString('issued'), value: notBefore ? l10n.dateShort(notBefore) : undefined }),
|
|
1015
|
-
index.h(RowValue, { name: l10n.l10n.getString('expired'), value: notAfter ? l10n.dateShort(notAfter) : undefined }),
|
|
1016
|
-
index.h(RowValue, { name: l10n.l10n.getString('lastUpdate'), value: lastUpdate ? l10n.dateShort(lastUpdate) : undefined }),
|
|
1017
|
-
index.h(RowValue, { name: l10n.l10n.getString('nextUpdate'), value: nextUpdate ? l10n.dateShort(nextUpdate) : undefined }),
|
|
1018
|
-
];
|
|
1019
|
-
};
|
|
1020
|
-
|
|
1021
1121
|
/**
|
|
1022
1122
|
* @license
|
|
1023
1123
|
* Copyright (c) Peculiar Ventures, LLC.
|
|
@@ -1042,91 +1142,6 @@ const Miscellaneous = (props) => {
|
|
|
1042
1142
|
];
|
|
1043
1143
|
};
|
|
1044
1144
|
|
|
1045
|
-
/**
|
|
1046
|
-
* @license
|
|
1047
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
1048
|
-
*
|
|
1049
|
-
* This source code is licensed under the MIT license found in the
|
|
1050
|
-
* LICENSE file in the root directory of this source tree.
|
|
1051
|
-
*/
|
|
1052
|
-
const getLEILink = (lei) => `https://search.gleif.org/#/record/${lei}`;
|
|
1053
|
-
const getDNSNameLink = (dnsName) => `https://search.censys.io/search?resource=hosts&q=dns.names%3A${dnsName}`;
|
|
1054
|
-
const getIPAddressLink = (ipAddress) => `https://search.censys.io/search?resource=hosts&q=ip%3A${ipAddress}`;
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
* @license
|
|
1058
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
1059
|
-
*
|
|
1060
|
-
* This source code is licensed under the MIT license found in the
|
|
1061
|
-
* LICENSE file in the root directory of this source tree.
|
|
1062
|
-
*/
|
|
1063
|
-
const IssuerName = (props) => {
|
|
1064
|
-
const { name, issuerDnLink } = props;
|
|
1065
|
-
const title = l10n.l10n.getString('issuerName');
|
|
1066
|
-
return [
|
|
1067
|
-
index.h(RowTitle, { value: issuerDnLink ? (index.h("peculiar-link", { href: issuerDnLink, type: "h6" }, title)) : title }),
|
|
1068
|
-
name.map((n) => (index.h(RowValue, { name: n.name || n.type, value: n.value }))),
|
|
1069
|
-
];
|
|
1070
|
-
};
|
|
1071
|
-
|
|
1072
|
-
/**
|
|
1073
|
-
* @license
|
|
1074
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
1075
|
-
*
|
|
1076
|
-
* This source code is licensed under the MIT license found in the
|
|
1077
|
-
* LICENSE file in the root directory of this source tree.
|
|
1078
|
-
*/
|
|
1079
|
-
const SubjectName = (props) => {
|
|
1080
|
-
const { name } = props;
|
|
1081
|
-
return [
|
|
1082
|
-
index.h(RowTitle, { value: l10n.l10n.getString('subjectName') }),
|
|
1083
|
-
name.map((n) => (index.h(RowValue, { name: n.name || n.type, value: n.value }))),
|
|
1084
|
-
];
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
|
-
/**
|
|
1088
|
-
* @license
|
|
1089
|
-
* Copyright (c) Peculiar Ventures, LLC.
|
|
1090
|
-
*
|
|
1091
|
-
* This source code is licensed under the MIT license found in the
|
|
1092
|
-
* LICENSE file in the root directory of this source tree.
|
|
1093
|
-
*/
|
|
1094
|
-
function getPublicKeyModulus(publicKey) {
|
|
1095
|
-
var _a;
|
|
1096
|
-
if ((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['modulus']) {
|
|
1097
|
-
let length = publicKey.params['modulus'].byteLength;
|
|
1098
|
-
if (length % 2) {
|
|
1099
|
-
length -= 1;
|
|
1100
|
-
}
|
|
1101
|
-
return length * 8;
|
|
1102
|
-
}
|
|
1103
|
-
return null;
|
|
1104
|
-
}
|
|
1105
|
-
function getPublicKeyExponent(publicKey) {
|
|
1106
|
-
var _a;
|
|
1107
|
-
if ((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['publicExponent']) {
|
|
1108
|
-
return publicKey.params['publicExponent'].byteLength === 3
|
|
1109
|
-
? 65537
|
|
1110
|
-
: 3;
|
|
1111
|
-
}
|
|
1112
|
-
return null;
|
|
1113
|
-
}
|
|
1114
|
-
const PublicKey = (props) => {
|
|
1115
|
-
var _a;
|
|
1116
|
-
const { publicKey } = props;
|
|
1117
|
-
if (!publicKey) {
|
|
1118
|
-
return null;
|
|
1119
|
-
}
|
|
1120
|
-
return [
|
|
1121
|
-
index.h(RowTitle, { value: l10n.l10n.getString('publicKeyInfo') }),
|
|
1122
|
-
index.h(RowValue, { name: l10n.l10n.getString('algorithm'), value: getStringByOID(publicKey.algorithm) }),
|
|
1123
|
-
index.h(RowValue, { name: l10n.l10n.getString('namedCurve'), value: getStringByOID((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['namedCurve']) }),
|
|
1124
|
-
index.h(RowValue, { name: l10n.l10n.getString('exponent'), value: getPublicKeyExponent(publicKey) }),
|
|
1125
|
-
index.h(RowValue, { name: l10n.l10n.getString('modulus'), value: getPublicKeyModulus(publicKey) }),
|
|
1126
|
-
index.h(RowValue, { name: l10n.l10n.getString('value'), value: download.build.Convert.ToHex(publicKey.value), monospace: true, collapse: true }),
|
|
1127
|
-
];
|
|
1128
|
-
};
|
|
1129
|
-
|
|
1130
1145
|
exports.BasicInformation = BasicInformation;
|
|
1131
1146
|
exports.Extensions = Extensions;
|
|
1132
1147
|
exports.GeneralNamePart = GeneralNamePart;
|
|
@@ -1137,6 +1152,7 @@ exports.RowTitle = RowTitle;
|
|
|
1137
1152
|
exports.RowValue = RowValue;
|
|
1138
1153
|
exports.Signature = Signature;
|
|
1139
1154
|
exports.SubjectName = SubjectName;
|
|
1155
|
+
exports.TableRowTable = TableRowTable;
|
|
1140
1156
|
exports.Thumbprints = Thumbprints;
|
|
1141
1157
|
exports.getDNSNameLink = getDNSNameLink;
|
|
1142
1158
|
exports.getIPAddressLink = getIPAddressLink;
|