UNPKG

@wildboar/pc

Version:

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

35 lines 780 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.enterprise = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION enterprise */ /** * @summary enterprise * @description * * ### ASN.1 Definition: * * ```asn1 * enterprise OBJECT IDENTIFIER ::= { * iso(1) * identified-organization(3) * dod(6) * internet(1) * private(4) * enterprise(1) } * ``` * * @constant */ exports.enterprise = new asn1_ts_1.ObjectIdentifier([ /* iso */ 1, /* identified-organization */ 3, /* dod */ 6, /* internet */ 1, /* private */ 4, /* enterprise */ 1, ]); /* END_OF_SYMBOL_DEFINITION enterprise */ /* eslint-enable */ //# sourceMappingURL=enterprise.va.js.map