UNPKG

@wildboar/pc

Version:

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

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