@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
27 lines • 626 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tcg = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
/* START_OF_SYMBOL_DEFINITION tcg */
/**
* @summary tcg
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tcg OBJECT IDENTIFIER ::= {
* joint-iso-itu-t(2) international-organizations(23) tcg(133) }
* ```
*
* @constant
*/
exports.tcg = new asn1_ts_1.ObjectIdentifier([
/* joint-iso-itu-t */ 2,
/* international-organizations */ 23,
/* tcg */ 133,
]);
/* END_OF_SYMBOL_DEFINITION tcg */
/* eslint-enable */
//# sourceMappingURL=tcg.va.js.map