UNPKG

@wildboar/pc

Version:

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

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