UNPKG

@wildboar/pc

Version:

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

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