UNPKG

@wildboar/pc

Version:

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

20 lines (19 loc) 462 B
/* eslint-disable */ import { ObjectIdentifier as _OID, } from "@wildboar/asn1"; import { tcg_common } from "../PlatformCertificateProfile/tcg-common.va.mjs"; /** * @summary tcg_at_platformConfiguration * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-at-platformConfiguration OBJECT IDENTIFIER ::= {tcg-common 7} * ``` * * @constant */ export const tcg_at_platformConfiguration = _OID.fromParts([ 7, ], tcg_common); /* eslint-enable */