UNPKG

@wildboar/pc

Version:

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

15 lines 319 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary tcg_common * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-common OBJECT IDENTIFIER ::= { tcg-platformClass 1} * ``` * * @constant */ export declare const tcg_common: OBJECT_IDENTIFIER; //# sourceMappingURL=tcg-common.va.d.mts.map