UNPKG

@wildboar/pc

Version:

Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript

27 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_at_platformManufacturerId = exports.tcg_common = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const tcg_common_va_1 = require("../PlatformCertificateProfile/tcg-common.va"); var tcg_common_va_2 = require("../PlatformCertificateProfile/tcg-common.va"); Object.defineProperty(exports, "tcg_common", { enumerable: true, get: function () { return tcg_common_va_2.tcg_common; } }); /* START_OF_SYMBOL_DEFINITION tcg_at_platformManufacturerId */ /** * @summary tcg_at_platformManufacturerId * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-at-platformManufacturerId OBJECT IDENTIFIER ::= {tcg-common 2} * ``` * * @constant */ exports.tcg_at_platformManufacturerId = new asn1_ts_1.ObjectIdentifier([ 2, ], tcg_common_va_1.tcg_common); /* END_OF_SYMBOL_DEFINITION tcg_at_platformManufacturerId */ /* eslint-enable */ //# sourceMappingURL=tcg-at-platformManufacturerId.va.js.map