UNPKG

@wildboar/pc

Version:

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

27 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_at_tpmProtectionProfile = 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_tpmProtectionProfile */ /** * @summary tcg_at_tpmProtectionProfile * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-at-tpmProtectionProfile OBJECT IDENTIFIER ::= {tcg-attribute 11} * ``` * * @constant */ exports.tcg_at_tpmProtectionProfile = new asn1_ts_1.ObjectIdentifier([ 11, ], tcg_attribute_va_1.tcg_attribute); /* END_OF_SYMBOL_DEFINITION tcg_at_tpmProtectionProfile */ /* eslint-enable */ //# sourceMappingURL=tcg-at-tpmProtectionProfile.va.js.map