@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
27 lines • 950 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tcg_at_platformSerial = exports.tcg_common = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const tcg_common_va_1 = require("../PlatformCertificateProfile/tcg-common.va");
var tcg_common_va_2 = require("../PlatformCertificateProfile/tcg-common.va");
Object.defineProperty(exports, "tcg_common", { enumerable: true, get: function () { return tcg_common_va_2.tcg_common; } });
/* START_OF_SYMBOL_DEFINITION tcg_at_platformSerial */
/**
* @summary tcg_at_platformSerial
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tcg-at-platformSerial OBJECT IDENTIFIER ::= { tcg-common 6}
* ```
*
* @constant
*/
exports.tcg_at_platformSerial = new asn1_ts_1.ObjectIdentifier([
6,
], tcg_common_va_1.tcg_common);
/* END_OF_SYMBOL_DEFINITION tcg_at_platformSerial */
/* eslint-enable */
//# sourceMappingURL=tcg-at-platformSerial.va.js.map