UNPKG

@wildboar/pc

Version:

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

16 lines (15 loc) 388 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; export { tcg_common } from "../PlatformCertificateProfile/tcg-common.va"; /** * @summary tcg_at_platformConfiguration * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-at-platformConfiguration OBJECT IDENTIFIER ::= {tcg-common 7} * ``` * * @constant */ export declare const tcg_at_platformConfiguration: OBJECT_IDENTIFIER;