UNPKG

@wildboar/pc

Version:

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

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