UNPKG

@wildboar/pc

Version:

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

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