UNPKG

@wildboar/pc

Version:

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

27 lines 811 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_registry = exports.tcg = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const tcg_va_1 = require("../PlatformCertificateProfile/tcg.va"); var tcg_va_2 = require("../PlatformCertificateProfile/tcg.va"); Object.defineProperty(exports, "tcg", { enumerable: true, get: function () { return tcg_va_2.tcg; } }); /* START_OF_SYMBOL_DEFINITION tcg_registry */ /** * @summary tcg_registry * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-registry OBJECT IDENTIFIER ::= {tcg 18} * ``` * * @constant */ exports.tcg_registry = new asn1_ts_1.ObjectIdentifier([ 18, ], tcg_va_1.tcg); /* END_OF_SYMBOL_DEFINITION tcg_registry */ /* eslint-enable */ //# sourceMappingURL=tcg-registry.va.js.map