UNPKG

@wildboar/pc

Version:

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

20 lines (19 loc) 494 B
/* eslint-disable */ import { ObjectIdentifier as _OID, } from "@wildboar/asn1"; import { tcg_ce } from "../PlatformCertificateProfile/tcg-ce.va.mjs"; /** * @summary tcg_ce_migrationControllerAttestationService * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-ce-migrationControllerAttestationService OBJECT IDENTIFIER ::= {tcg-ce 5} * ``` * * @constant */ export const tcg_ce_migrationControllerAttestationService = _OID.fromParts([ 5, ], tcg_ce); /* eslint-enable */