UNPKG

@wildboar/pc

Version:

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

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