UNPKG

@wildboar/pc

Version:

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

27 lines 981 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_address_bluetoothmac = exports.tcg_address = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const tcg_address_va_1 = require("../PlatformCertificateProfile/tcg-address.va"); var tcg_address_va_2 = require("../PlatformCertificateProfile/tcg-address.va"); Object.defineProperty(exports, "tcg_address", { enumerable: true, get: function () { return tcg_address_va_2.tcg_address; } }); /* START_OF_SYMBOL_DEFINITION tcg_address_bluetoothmac */ /** * @summary tcg_address_bluetoothmac * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-address-bluetoothmac OBJECT IDENTIFIER ::= {tcg-address 3} * ``` * * @constant */ exports.tcg_address_bluetoothmac = new asn1_ts_1.ObjectIdentifier([ 3, ], tcg_address_va_1.tcg_address); /* END_OF_SYMBOL_DEFINITION tcg_address_bluetoothmac */ /* eslint-enable */ //# sourceMappingURL=tcg-address-bluetoothmac.va.js.map