UNPKG

@wildboar/pc

Version:

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

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