UNPKG

@wildboar/pc

Version:

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

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