UNPKG

@wildboar/pc

Version:

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

27 lines 998 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_at_platformConfiguration = 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_platformConfiguration */ /** * @summary tcg_at_platformConfiguration * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-at-platformConfiguration OBJECT IDENTIFIER ::= {tcg-common 7} * ``` * * @constant */ exports.tcg_at_platformConfiguration = new asn1_ts_1.ObjectIdentifier([ 7, ], tcg_common_va_1.tcg_common); /* END_OF_SYMBOL_DEFINITION tcg_at_platformConfiguration */ /* eslint-enable */ //# sourceMappingURL=tcg-at-platformConfiguration.va.js.map