UNPKG

@wildboar/pc

Version:

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

27 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tcg_kp_PlatformAttributeCertificate = exports.tcg_kp = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const tcg_kp_va_1 = require("../PlatformCertificateProfile/tcg-kp.va"); var tcg_kp_va_2 = require("../PlatformCertificateProfile/tcg-kp.va"); Object.defineProperty(exports, "tcg_kp", { enumerable: true, get: function () { return tcg_kp_va_2.tcg_kp; } }); /* START_OF_SYMBOL_DEFINITION tcg_kp_PlatformAttributeCertificate */ /** * @summary tcg_kp_PlatformAttributeCertificate * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-kp-PlatformAttributeCertificate OBJECT IDENTIFIER ::= {tcg-kp 2} * ``` * * @constant */ exports.tcg_kp_PlatformAttributeCertificate = new asn1_ts_1.ObjectIdentifier([ 2, ], tcg_kp_va_1.tcg_kp); /* END_OF_SYMBOL_DEFINITION tcg_kp_PlatformAttributeCertificate */ /* eslint-enable */ //# sourceMappingURL=tcg-kp-PlatformAttributeCertificate.va.js.map